mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
quick fix converting old crafting style
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user