diff --git a/init.lua b/init.lua index 253bf50..c86f462 100644 --- a/init.lua +++ b/init.lua @@ -22,6 +22,13 @@ minetest.register_node("mcl_nether_gold:nether_gold_ore", { _mcl_fortune_drop = mcl_core.fortune_drop_ore }) +minetest.register_craft({ + type = "cooking", + output = 'mcl_core:gold_ingot', + recipe = 'mcl_nether_gold:nether_gold_ore', + cooktime = 10, +}) + if minetest.settings:get_bool("mcl_generate_ores", true) then minetest.register_ore({ ore_type = "scatter",