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:
Eternal-Study 2024-07-09 23:34:18 -04:00 committed by GitHub
parent 25b087232d
commit 3453392c56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"}, },
})