summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic_materials/metals.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic_materials/metals.lua b/basic_materials/metals.lua
index c77e601..7a02d21 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",
},
})