Added tnt drops, works with latest mt daily

This commit is contained in:
TenPlus1 2016-02-19 20:37:43 +00:00
parent 2654e3bb69
commit 31c0011fe3

@ -287,6 +287,15 @@ lucky_block:add_blocks({
})
end
-- TNT mod
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},
})
end
-- Coloured Blocks mod
if minetest.get_modpath("cblocks") then
lucky_block:add_blocks({