From e4a64124cf1e393293647f9ec0f85cf33648ef11 Mon Sep 17 00:00:00 2001 From: LoneWolfHT Date: Thu, 3 Sep 2020 12:18:24 -0700 Subject: [PATCH] Remove steel sword craft --- mods/ctf/ctf_crafting/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/ctf/ctf_crafting/init.lua b/mods/ctf/ctf_crafting/init.lua index 7ff8ffe..33a9516 100644 --- a/mods/ctf/ctf_crafting/init.lua +++ b/mods/ctf/ctf_crafting/init.lua @@ -7,7 +7,6 @@ local full_ores = { } local sword_materials = { - steel = "default:steel_ingot", mese = "default:mese_crystal", diamond = "default:diamond", }