summaryrefslogtreecommitdiff
path: root/technic/machines/LV/solar_panel.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/LV/solar_panel.lua')
-rw-r--r--technic/machines/LV/solar_panel.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/technic/machines/LV/solar_panel.lua b/technic/machines/LV/solar_panel.lua
index c072b13..6143fa9 100644
--- a/technic/machines/LV/solar_panel.lua
+++ b/technic/machines/LV/solar_panel.lua
@@ -9,9 +9,9 @@ minetest.register_craft({
output = 'technic:solar_panel',
recipe = {
{'technic:doped_silicon_wafer', 'technic:doped_silicon_wafer', 'technic:doped_silicon_wafer'},
- {'technic:fine_silver_wire', 'technic:lv_cable', 'mesecons_materials:glue'},
-
- }
+ {'basic_materials:silver_wire', 'technic:lv_cable', 'mesecons_materials:glue'},
+ },
+ replacements = { {"basic_materials:silver_wire", "basic_materials:empty_spool"}, },
})