recipe bugfix

master
Joachim Stolberg 2020-03-18 12:57:48 +01:00
parent 5ce2fe8934
commit a9d4d91bb6
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ minetest.register_craft({
output = node_name_ta4,
recipe = {
{"", "default:mese_crystal", ""},
{"", node_name_ta4, ""},
{"", node_name_ta3, ""},
{"", "techage:ta4_wlanchip", ""},
},
})