commit | author | age
|
ee0765
|
1 |
|
S |
2 |
minetest.register_craft({ |
|
3 |
output = 'technic:solar_array_mv 1', |
|
4 |
recipe = { |
68b7bc
|
5 |
{'technic:solar_array_lv', 'technic:solar_array_lv', 'technic:solar_array_lv'}, |
Z |
6 |
{'technic:carbon_steel_ingot', 'technic:mv_transformer', 'technic:carbon_steel_ingot'}, |
|
7 |
{'', 'technic:mv_cable0', ''}, |
ee0765
|
8 |
} |
S |
9 |
}) |
|
10 |
|
|
11 |
technic.register_solar_array({tier="MV", power=30}) |
|
12 |
|
0294fc
|
13 |
-- compatibility alias for upgrading from old versions of technic |
Z |
14 |
minetest.register_alias("technic:solar_panel_mv", "technic:solar_array_mv") |