Add floor bombs.

This commit is contained in:
Duane 2016-07-06 17:58:20 -05:00
parent 2e978e540c
commit d820a49197
5 changed files with 127 additions and 9 deletions

View file

@ -239,6 +239,14 @@ minetest.register_craft({
}
})
if minetest.get_modpath('tnt') then
minetest.register_craft({
output = "tnt:gunpowder",
type = "shapeless",
recipe = {"fun_caves:charcoal", "default:gravel"}
})
end
minetest.register_craft({
output = 'fun_caves:syrup',
type = "shapeless",