mirror of
https://github.com/mt-mods/basic_materials.git
synced 2025-07-13 21:30:24 +02:00
change recipe for brass ingot
This commit is contained in:
@ -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",
|
||||
},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user