Update crafts.lua
This commit is contained in:
parent
d22521478d
commit
7358c32e08
@ -1,7 +1,6 @@
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "basic_materials:gold_strip 10",
|
||||
output = "basic_materials:gold_strip 12",
|
||||
recipe = {
|
||||
"default:gold_ingot","default:gold_ingot"
|
||||
}
|
||||
@ -12,6 +11,6 @@ minetest.register_craft({
|
||||
output = "default:gold_ingot",
|
||||
recipe = {
|
||||
"basic_materials:gold_strip","basic_materials:gold_strip","basic_materials:gold_strip",
|
||||
"basic_materials:gold_strip","basic_materials:gold_strip"
|
||||
"basic_materials:gold_strip","basic_materials:gold_strip","basic_materials:gold_strip"
|
||||
}
|
||||
})
|
||||
Loading…
Reference in New Issue
Block a user