Merge pull request #20 from kpoppel/master

Recipe fix.
This commit is contained in:
kpoppel 2013-06-03 15:07:17 -07:00
commit 1fd122b5fa
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'},
}
})