forked from minetest-mods/technic
commit
1fd122b5fa
|
@ -40,7 +40,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{'technic:solar_array_mv', 'technic:solar_array_mv','technic:solar_array_mv'},
|
{'technic:solar_array_mv', 'technic:solar_array_mv','technic:solar_array_mv'},
|
||||||
{'technic:solar_array_mv', 'technic:hv_transformer','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'},
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
@ -41,7 +41,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{'technic:solar_array_lv', 'technic:solar_array_lv','technic:solar_array_lv'},
|
{'technic:solar_array_lv', 'technic:solar_array_lv','technic:solar_array_lv'},
|
||||||
{'technic:solar_array_lv', 'technic:mv_transformer','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'},
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user