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" },