From d4e22cd844671de3b99a2c4944c209a1ff2dfa9e Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 1 Feb 2017 19:15:49 +0100 Subject: [PATCH] Fix cooking time of baked potato --- mods/mcl_farming/potatoes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/mcl_farming/potatoes.lua b/mods/mcl_farming/potatoes.lua index 4f53e4bf4..b1be762bf 100644 --- a/mods/mcl_farming/potatoes.lua +++ b/mods/mcl_farming/potatoes.lua @@ -78,6 +78,7 @@ minetest.register_craft({ type = "cooking", output = "mcl_farming:potato_item_baked", recipe = "mcl_farming:potato_item", + cooktime = 10, }) mcl_farming:add_plant("mcl_farming:potato", {"mcl_farming:potato_1", "mcl_farming:potato_2"}, 50, 20)