From c0c0001ca7b5764f7446be0567b4749efc0fe7be Mon Sep 17 00:00:00 2001 From: Frogoire Date: Wed, 10 Jun 2026 16:31:20 +0200 Subject: [PATCH] Update init.lua --- init.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/init.lua b/init.lua index 0da6b2e..db6c1ea 100644 --- a/init.lua +++ b/init.lua @@ -23,3 +23,11 @@ minetest.register_craft({ { "mcl_core:diamond", "mcl_blackstone:basalt_polished", "mcl_core:diamond" }, } }) + +minetest.register_craft({ + output = "mcl_copper:copper_ingot", + type = "shapeless", + recipe = { + { "mcl_core:iron_ingot", "mcl_dye:orange" }, + }, +})