Vanessa Dannenberg
2020-05-27 befe3ecc86f046310ec0a5c24f82acea2ad13d9d
technic/machines/LV/solar_array.lua
@@ -8,9 +8,9 @@
minetest.register_craft({
   output = 'technic:solar_array_lv 1',
   recipe = {
      {'technic:solar_panel', 'technic:solar_panel',    'technic:solar_panel'},
      {'default:steel_ingot', 'technic:lv_transformer', 'default:steel_ingot'},
      {'',                    'technic:lv_cable0',      ''},
      {'technic:solar_panel',        'technic:solar_panel',    'technic:solar_panel'},
      {'technic:carbon_steel_ingot', 'technic:lv_transformer', 'technic:carbon_steel_ingot'},
      {'',                           'technic:lv_cable',       ''},
   }
})