Add more recipes
This commit is contained in:
parent
6386f2a42a
commit
0d563b052d
2 changed files with 18 additions and 3 deletions
|
@ -143,8 +143,8 @@ minetest.register_entity("tnt:tnt", TNT)
|
|||
minetest.register_craft({
|
||||
output = "tnt:tnt",
|
||||
recipe = {
|
||||
{'default:gunpowder','default:sand','default:gunpowder'},
|
||||
{'default:sand','default:gunpowder','default:sand'},
|
||||
{'default:gunpowder','default:sand','default:gunpowder'}
|
||||
{'default:gunpowder','group:sand','default:gunpowder'},
|
||||
{'group:sand','default:gunpowder','group:sand'},
|
||||
{'default:gunpowder','group:sand','default:gunpowder'}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue