Fix solr array recipes for hv and mv to match that of the lv array.

This commit is contained in:
kpoppel 2013-06-04 00:05:07 +02:00
parent 4f1a44a80b
commit be774436c1
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ minetest.register_craft({
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'},
}
})

View File

@ -41,7 +41,7 @@ minetest.register_craft({
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'},
}
})