From 052bfa0cab99fd9e8a6731dc622014cad9f43076 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 9 May 2021 16:14:17 +0200 Subject: [PATCH] Revert "Clean the mess (thank you soo much the person who did it) (no offense)" This reverts commit 2064c34858c48814576dbbe513e82575f8616435. --- 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 c6f403978..995cc04f8 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.upgradable then + if not def or not def._mcl_upgradable then return end