Add replacement to electricmeter recipe
Adds a replacement value to the electric meter recipe so as to return an empty spool to replace the gold wire.
This commit is contained in:
parent
25b087232d
commit
3453392c56
@ -251,4 +251,5 @@ minetest.register_craft({
|
||||
{"techage:electric_cableS", "basic_materials:gold_wire", "techage:electric_cableS"},
|
||||
{"default:steel_ingot", "techage:ta4_wlanchip", "default:steel_ingot"},
|
||||
},
|
||||
replacements = { {"basic_materials:gold_wire", "basic_materials:empty_spool"}, },
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user