Skip to content

Commit 4a5a22a

Browse files
committed
LV LED: Replace silver wire with empty spool on craft
1 parent 85e342c commit 4a5a22a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

technic/machines/LV/led.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ minetest.register_craft({
9090
recipe = {
9191
{"", "homedecor:plastic_sheeting", ""},
9292
{"homedecor:plastic_sheeting", "technic:doped_silicon_wafer", "homedecor:plastic_sheeting"},
93-
{"", "technic:fine_silver_wire", ""},
94-
}
93+
{"", "basic_materials:silver_wire", ""},
94+
},
95+
replacements = { {"basic_materials:silver_wire", "basic_materials:empty_spool"}, },
9596
})

0 commit comments

Comments
 (0)