From a1ea0744f07e79b84a19f7cb7a054aa43f886fd0 Mon Sep 17 00:00:00 2001 From: NO11 Date: Sun, 28 Mar 2021 15:45:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ecrafting.lua=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crafting.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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