summaryrefslogtreecommitdiff
path: root/technic/machines/HV/solar_array.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/HV/solar_array.lua')
-rw-r--r--technic/machines/HV/solar_array.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/HV/solar_array.lua b/technic/machines/HV/solar_array.lua
index 414291a..c7de7c8 100644
--- a/technic/machines/HV/solar_array.lua
+++ b/technic/machines/HV/solar_array.lua
@@ -6,7 +6,7 @@ minetest.register_craft({
recipe = {
{'technic:solar_array_mv', 'technic:solar_array_mv', 'technic:solar_array_mv'},
{'technic:carbon_plate', 'technic:hv_transformer', 'technic:composite_plate'},
- {'', 'technic:hv_cable0', ''},
+ {'', 'technic:hv_cable', ''},
}
})