Update crafts.lua

This commit is contained in:
Jammy 2024-12-07 12:16:13 +00:00
parent d22521478d
commit 7358c32e08

View File

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