Merge pull request #179 from Eternal-Study/Eternal-Study-patch-2

Add replacement to Electric Meter recipe
This commit is contained in:
Joachim Stolberg 2024-07-11 18:19:07 +02:00 committed by GitHub
commit 895b7895e6
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"}, },
})