Zefram
2014-08-14 6cc471e986c694298716c257528c653395bd757d
technic/machines/HV/generator.lua
@@ -3,9 +3,9 @@
minetest.register_craft({
   output = 'technic:hv_generator',
   recipe = {
      {'technic:stainless_steel_ingot', 'technic:mv_generator',   'technic:stainless_steel_ingot'},
      {'pipeworks:tube_000000',         'technic:hv_transformer', 'pipeworks:tube_000000'},
      {'technic:stainless_steel_ingot', 'technic:hv_cable',       'technic:stainless_steel_ingot'},
      {'technic:carbon_plate',          'technic:mv_generator',   'technic:composite_plate'},
      {'pipeworks:tube_1',              'technic:hv_transformer', 'pipeworks:tube_1'},
      {'technic:stainless_steel_ingot', 'technic:hv_cable0',      'technic:stainless_steel_ingot'},
   }
})