TA4 chest recipe bugfix
This commit is contained in:
parent
c1c7067ae1
commit
2b441930d4
@ -350,6 +350,6 @@ techage.register_node({"techage:ta4_chest"}, {
|
|||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "techage:chest_ta4",
|
output = "techage:ta4_chest",
|
||||||
recipe = {"techage:chest_ta3", "default:chest"}
|
recipe = {"techage:chest_ta3", "default:chest"}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user