Fix solr array recipes for hv and mv to match that of the lv array.
| | |
| | | recipe = { |
| | | {'technic:solar_array_mv', 'technic:solar_array_mv','technic:solar_array_mv'}, |
| | | {'technic:solar_array_mv', 'technic:hv_transformer','technic:solar_array_mv'}, |
| | | {'', 'technic:hv_cable',''}, |
| | | {'default:steel_ingot', 'technic:hv_cable', 'default:steel_ingot'}, |
| | | |
| | | } |
| | | }) |
| | |
| | | recipe = { |
| | | {'technic:solar_array_lv', 'technic:solar_array_lv','technic:solar_array_lv'}, |
| | | {'technic:solar_array_lv', 'technic:mv_transformer','technic:solar_array_lv'}, |
| | | {'', 'technic:mv_cable',''}, |
| | | {'default:steel_ingot', 'technic:mv_cable', 'default:steel_ingot'}, |
| | | |
| | | } |
| | | }) |