From d791a2e09ff056c77c4473bf4bef6ab31c6a02b8 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Wed, 1 Oct 2025 11:42:47 +0100 Subject: [PATCH] quick fix converting old crafting style --- shared/crafting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/crafting.lua b/shared/crafting.lua index e6772e0..8ba96c0 100644 --- a/shared/crafting.lua +++ b/shared/crafting.lua @@ -86,8 +86,8 @@ function craftingMenu(data) for k, v in ipairs(data.craftable.Recipes) do local Recipe = v for l, b in pairs(Recipe) do - id += 1 if doesItemExist(l) then + id += 1 compatTable[l] = { ingredients = b, id = id,