tnt: add group gunpowder to gunpowder

This commit is contained in:
tchncs
2016-10-18 08:24:08 +02:00
parent e1ebbc2c6a
commit ff17a25bc2

View File

@@ -489,6 +489,7 @@ minetest.register_node("tnt:gunpowder_burning", {
minetest.register_craft({
output = "tnt:gunpowder",
type = "shapeless",
groups = {gunpowder = 1},
recipe = {"default:coal_lump", "default:gravel"}
})