From 2064c34858c48814576dbbe513e82575f8616435 Mon Sep 17 00:00:00 2001 From: Code-Sploit Date: Sun, 9 May 2021 14:12:12 +0000 Subject: [PATCH] Clean the mess (thank you soo much the person who did it) (no offense) --- mods/ITEMS/mcl_smithing_table/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_smithing_table/init.lua b/mods/ITEMS/mcl_smithing_table/init.lua index 995cc04f8..c6f403978 100644 --- a/mods/ITEMS/mcl_smithing_table/init.lua +++ b/mods/ITEMS/mcl_smithing_table/init.lua @@ -11,7 +11,7 @@ function mcl_smithing_table.upgrade_item(itemstack) local def = itemstack:get_definition() - if not def or not def._mcl_upgradable then + if not def or not def.upgradable then return end