quick fix converting old crafting style

This commit is contained in:
Jim Shield
2025-10-01 11:42:47 +01:00
parent 7738bb4fca
commit d791a2e09f

View File

@@ -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,