recipe changed

master
Joachim Stolberg 2020-06-29 18:52:42 +02:00
parent 2571b80e24
commit 515d91cee8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ if minetest.global_exists("techage") then
minetest.register_craft({
output = "hyperloop:hypersteel_ingot 4",
recipe = {
{"techage:aluminum", "default:tin_ingot"},
{"default:steel_ingot", "default:tin_ingot"},
{"techage:aluminum", "dye:cyan"},
},
})