From 81ee8e34054ea23ea53e07557c3aaeaf1abfc0a7 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Mon, 19 Feb 2018 19:08:42 +0300 Subject: [PATCH] hv furnace recipe fix --- technic/machines/HV/electric_furnace.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/HV/electric_furnace.lua b/technic/machines/HV/electric_furnace.lua index a11bb59..57a3cd1 100644 --- a/technic/machines/HV/electric_furnace.lua +++ b/technic/machines/HV/electric_furnace.lua @@ -8,7 +8,7 @@ minetest.register_craft({ output = 'technic:hv_electric_furnace', recipe = { - {'technic:stainless_steel_ingot', 'technic:lv_electric_furnace', 'technic:stainless_steel_ingot'}, + {'technic:stainless_steel_ingot', 'technic:mv_electric_furnace', 'technic:stainless_steel_ingot'}, {'pipeworks:tube_1', 'technic:hv_transformer', 'pipeworks:tube_1'}, {'technic:stainless_steel_ingot', 'technic:hv_cable', 'technic:stainless_steel_ingot'}, }