LV LED: Replace silver wire with empty spool on craft

This commit is contained in:
SmallJoker 2025-06-14 21:31:00 +02:00
parent 85e342c08c
commit 4a5a22a3e3

View File

@ -90,6 +90,7 @@ minetest.register_craft({
recipe = {
{"", "homedecor:plastic_sheeting", ""},
{"homedecor:plastic_sheeting", "technic:doped_silicon_wafer", "homedecor:plastic_sheeting"},
{"", "technic:fine_silver_wire", ""},
}
{"", "basic_materials:silver_wire", ""},
},
replacements = { {"basic_materials:silver_wire", "basic_materials:empty_spool"}, },
})