Fix ta5 tank recipe bug
This commit is contained in:
parent
f2cf3934d7
commit
9b02954efd
@ -99,7 +99,7 @@ minetest.register_craft({
|
|||||||
output = "techage:ta5_hl_tank",
|
output = "techage:ta5_hl_tank",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"", "techage:ta5_aichip", ""},
|
{"", "techage:ta5_aichip", ""},
|
||||||
{"", "techage:ta5_hl_tank", ""},
|
{"", "techage:ta4_tank", ""},
|
||||||
{"", "", ""},
|
{"", "", ""},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user