Add floor bombs.
This commit is contained in:
parent
2e978e540c
commit
d820a49197
5 changed files with 127 additions and 9 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue