Only drop 5x tnt for lucky blocks, it's a tad destructive

This commit is contained in:
TenPlus1 2016-02-22 11:07:42 +00:00
parent 31c0011fe3
commit e3374b7a29

@ -292,7 +292,7 @@ if minetest.get_modpath("tnt") then
local p = "tnt:tnt_burning"
lucky_block:add_blocks({
{"dro", {"tnt:gunpowder"}, 5, true},
{"fal", {p, p, p, p, p, p, p}, 1, true, 4},
{"fal", {p, p, p, p, p}, 1, true, 4},
})
end