Update init.lua

This commit is contained in:
2026-06-10 16:31:20 +02:00
parent 7fe7e64f9c
commit c0c0001ca7

View File

@@ -23,3 +23,11 @@ minetest.register_craft({
{ "mcl_core:diamond", "mcl_blackstone:basalt_polished", "mcl_core:diamond" }, { "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" },
},
})