diff --git a/basic_materials/metals.lua b/basic_materials/metals.lua index c77e6018..7a02d213 100644 --- a/basic_materials/metals.lua +++ b/basic_materials/metals.lua @@ -236,9 +236,9 @@ minetest.register_craft( { type = "shapeless", output = "basic_materials:brass_ingot 3", recipe = { - "default:steel_ingot", "default:copper_ingot", - "default:gold_ingot", + "default:copper_ingot", + "moreores:silver_ingot", }, })