From ed7b357dc236f1d8cf7b564008da964e0ba54bc2 Mon Sep 17 00:00:00 2001 From: Frogoire Date: Wed, 10 Jun 2026 16:43:59 +0200 Subject: [PATCH] Update init.lua --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index db6c1ea..bcbe096 100644 --- a/init.lua +++ b/init.lua @@ -25,7 +25,7 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "mcl_copper:copper_ingot", + output = "mcl_copper:ingot", type = "shapeless", recipe = { { "mcl_core:iron_ingot", "mcl_dye:orange" },