summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-02-19 19:08:42 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-02-19 19:08:42 +0300
commit9a575e174e1e0c4405581526d826b3e42ea67332 (patch)
tree0deae93cc6b77b4a99882e3290ac637b9bd945ca
parenta91a837ca61340ede10842da45ee8ae339c58a05 (diff)
hv furnace recipe fix
-rw-r--r--technic/machines/HV/electric_furnace.lua2
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'},
}