mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 14: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
|
for k, v in ipairs(data.craftable.Recipes) do
|
||||||
local Recipe = v
|
local Recipe = v
|
||||||
for l, b in pairs(Recipe) do
|
for l, b in pairs(Recipe) do
|
||||||
id += 1
|
|
||||||
if doesItemExist(l) then
|
if doesItemExist(l) then
|
||||||
|
id += 1
|
||||||
compatTable[l] = {
|
compatTable[l] = {
|
||||||
ingredients = b,
|
ingredients = b,
|
||||||
id = id,
|
id = id,
|
||||||
|
|||||||
Reference in New Issue
Block a user