kpoppel
2013-06-04 be774436c14c781d6c5482d8b4436f7687ba4d2f
Fix solr array recipes for hv and mv to match that of the lv array.
2 files modified
4 ■■■■ changed files
technic/solar_array_hv.lua 2 ●●● patch | view | raw | blame | history
technic/solar_array_mv.lua 2 ●●● patch | view | raw | blame | history
technic/solar_array_hv.lua
@@ -40,7 +40,7 @@
    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'},
    }
})
technic/solar_array_mv.lua
@@ -41,7 +41,7 @@
    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'},
    }
})