forked from minetest-mods/technic
LV LED: Replace silver wire with empty spool on craft
This commit is contained in:
@ -90,6 +90,7 @@ minetest.register_craft({
|
|||||||
recipe = {
|
recipe = {
|
||||||
{"", "homedecor:plastic_sheeting", ""},
|
{"", "homedecor:plastic_sheeting", ""},
|
||||||
{"homedecor:plastic_sheeting", "technic:doped_silicon_wafer", "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"}, },
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user