From 7358c32e08e652462a5926a58f8659646d22f09b Mon Sep 17 00:00:00 2001 From: Jammy Date: Sat, 7 Dec 2024 12:16:13 +0000 Subject: [PATCH] Update crafts.lua --- crafts.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crafts.lua b/crafts.lua index 5d6853c..9cbdfbb 100644 --- a/crafts.lua +++ b/crafts.lua @@ -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" } }) \ No newline at end of file