Vanessa Dannenberg
2018-10-31 44cb8df048e09b64214f59db73a3fd23cfe12e77
technic/machines/supply_converter.lua
@@ -201,10 +201,11 @@
minetest.register_craft({
   output = 'technic:supply_converter 1',
   recipe = {
      {'technic:fine_gold_wire', 'technic:rubber',         'technic:doped_silicon_wafer'},
      {'basic_materials:gold_wire', 'technic:rubber',         'technic:doped_silicon_wafer'},
      {'technic:mv_transformer', 'technic:machine_casing', 'technic:lv_transformer'},
      {'technic:mv_cable',       'technic:rubber',         'technic:lv_cable'},
   }
   },
   replacements = { {"basic_materials:gold_wire", "basic_materials:empty_spool"}, },
})
for tier, machines in pairs(technic.machines) do