change recipe for brass ingot

This commit is contained in:
Vanessa Dannenberg 2018-11-09 03:48:18 -05:00
parent 95c625bd40
commit 051668739e
1 changed files with 2 additions and 2 deletions

View File

@ -236,9 +236,9 @@ minetest.register_craft( {
type = "shapeless", type = "shapeless",
output = "basic_materials:brass_ingot 3", output = "basic_materials:brass_ingot 3",
recipe = { recipe = {
"default:steel_ingot",
"default:copper_ingot", "default:copper_ingot",
"default:gold_ingot", "default:copper_ingot",
"moreores:silver_ingot",
}, },
}) })