diff --git a/crafting.lua b/crafting.lua index e1a5e35..683787d 100644 --- a/crafting.lua +++ b/crafting.lua @@ -2,4 +2,10 @@ minetest.register_craft({ type = "shapeless", output = "mc:warped_fungus_stick", recipe = {"mcl_fishing:fishing_rod", "mc:warped_fungus"} +}) +minetest.register_craft({ + type = "cooking", + output = 'mcl_core:gold_ingot', + recipe = 'mc:nether_gold_ore', + cooktime = 10, }) \ No newline at end of file