From e36486f9809a3ecd308198503b070da9aa039201 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 23 May 2017 19:04:31 +0200 Subject: [PATCH] Remove temporary crafting for beetroot seeds --- mods/MISC/mcl_temp_helper_recipes/init.lua | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/mods/MISC/mcl_temp_helper_recipes/init.lua b/mods/MISC/mcl_temp_helper_recipes/init.lua index 66195bba0..e38488410 100644 --- a/mods/MISC/mcl_temp_helper_recipes/init.lua +++ b/mods/MISC/mcl_temp_helper_recipes/init.lua @@ -116,21 +116,6 @@ minetest.register_craft({ }, }) -minetest.register_craft({ - output = "mcl_farming:beetroot_seeds", - recipe = { - {"mcl_farming:hay_block","mcl_farming:wheat_seeds"}, - {"mcl_farming:wheat_seeds","mcl_farming:hay_block"}, - }, -}) -minetest.register_craft({ - output = "mcl_farming:beetroot_seeds", - recipe = { - {"mcl_farming:wheat_seeds","mcl_farming:hay_block"}, - {"mcl_farming:hay_block","mcl_farming:wheat_seeds"}, - }, -}) - minetest.register_craft({ output = "3d_armor:helmet_chain", recipe = {