mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-16 00:10:40 +02:00
LV LED: Replace silver wire with empty spool on craft
This commit is contained in:
parent
85e342c08c
commit
4a5a22a3e3
@ -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"}, },
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user