Vanessa Ezekowitz
2014-08-15 772c21cb04f647bcd9a75e06162db9db185e499d
technic/machines/HV/generator.lua
@@ -3,7 +3,7 @@
minetest.register_craft({
   output = 'technic:hv_generator',
   recipe = {
      {'technic:stainless_steel_ingot', 'technic:mv_generator',   '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'},
   }