From 06be98a676e4b184f1cac72a9a63ffdf58bc311f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 10 Sep 2019 15:14:46 +0200 Subject: [PATCH] Remove legacy carrot on a stick recipe --- mods/MISC/mcl_temp_helper_recipes/init.lua | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/mods/MISC/mcl_temp_helper_recipes/init.lua b/mods/MISC/mcl_temp_helper_recipes/init.lua index 139e6d500..fc18727a5 100644 --- a/mods/MISC/mcl_temp_helper_recipes/init.lua +++ b/mods/MISC/mcl_temp_helper_recipes/init.lua @@ -73,24 +73,6 @@ minetest.register_craft({ } }) -minetest.register_craft({ - output = "mcl_mobitems:carrot_on_a_stick", - recipe = { - { "", "", "mcl_core:stick", }, - { "", "mcl_core:stick", "mcl_mobitems:string", }, - { "mcl_core:stick", "", "mcl_farming:carrot_item" }, - }, -}) - -minetest.register_craft({ - output = "mcl_mobitems:carrot_on_a_stick", - recipe = { - { "mcl_core:stick", "", "" }, - { "mcl_mobitems:string", "mcl_core:stick", "", }, - { "mcl_farming:carrot_item", "", "mcl_core:stick" }, - }, -}) - -- Make red sand, red sandstone and more craftable in v6 -- NOTE: When you change these, also update mcl_craftguide for the "v6" icon in -- the craft guide!