update basic_materials again

master
Vanessa Dannenberg 2018-11-09 03:48:37 -05:00
parent 430fb35be3
commit a42f8f6c87
1 changed files with 2 additions and 2 deletions

View File

@ -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",
},
})