Fix ta5 tank recipe bug

This commit is contained in:
Joachim Stolberg 2022-01-02 10:33:02 +01:00
parent f2cf3934d7
commit 9b02954efd

View File

@ -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", ""},
{"", "", ""}, {"", "", ""},
}, },
}) })