From ef41b54387901f6133f0175a12784e83a5a086d6 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Tue, 16 Feb 2021 09:57:38 +0100 Subject: [PATCH] Remove shulker shell and emerald to gold temporary crafting recipes --- mods/MISC/mcl_temp_helper_recipes/init.lua | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/mods/MISC/mcl_temp_helper_recipes/init.lua b/mods/MISC/mcl_temp_helper_recipes/init.lua index f9a6ec0e9..d1262cb2c 100644 --- a/mods/MISC/mcl_temp_helper_recipes/init.lua +++ b/mods/MISC/mcl_temp_helper_recipes/init.lua @@ -30,15 +30,6 @@ minetest.register_craft({ recipe = { "mcl_ocean:prismarine_shard", "mcl_ocean:prismarine_shard", "mcl_ocean:prismarine_shard", "mcl_core:gold_ingot" }, }) -minetest.register_craft({ - output = "mcl_mobitems:shulker_shell", - recipe = { - { "mcl_end:purpur_block", "mcl_end:purpur_block", "mcl_end:purpur_block", }, - { "mcl_end:purpur_block", "mcl_core:goldblock", "mcl_end:purpur_block", }, - { "mcl_end:purpur_block", "", "mcl_end:purpur_block", }, - } -}) - minetest.register_craft({ output = "mcl_armor:helmet_chain", recipe = { @@ -112,11 +103,6 @@ minetest.register_craft({ }, }) -minetest.register_craft({ - output = "mcl_core:gold_ingot 9", - recipe = {{ "mcl_core:emerald" }}, -}) - minetest.register_craft({ output = "mcl_potions:dragon_breath 3", recipe = {