diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-02-19 19:08:42 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-02-19 19:08:42 +0300 |
commit | 9a575e174e1e0c4405581526d826b3e42ea67332 (patch) | |
tree | 0deae93cc6b77b4a99882e3290ac637b9bd945ca | |
parent | a91a837ca61340ede10842da45ee8ae339c58a05 (diff) |
hv furnace recipe fix
-rw-r--r-- | technic/machines/HV/electric_furnace.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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'}, } |