mirror of
https://github.com/mt-mods/basic_materials.git
synced 2024-11-25 23:23:42 +01:00
change recipe for brass ingot
This commit is contained in:
parent
95c625bd40
commit
051668739e
@ -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",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user