mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
Compile inventory functions into one file
This removes redundant inventory files and compiles all of the functions into one This allows easier editing and control per inventory and hopefully better optimization, readability and easier addition of support for new inventories
This commit is contained in:
@@ -149,7 +149,6 @@ for _, v in pairs({ -- This is a specific load order
|
||||
|
||||
'wrapperfunctions.lua',
|
||||
'polyZone.lua',
|
||||
'inventories.lua',
|
||||
'itemcontrol.lua',
|
||||
'playerfunctions.lua',
|
||||
'metaHandlers.lua',
|
||||
@@ -167,8 +166,6 @@ for _, v in pairs({ -- This is a specific load order
|
||||
|
||||
-- Crafting / Shops / Stashes
|
||||
'crafting.lua',
|
||||
'shops.lua',
|
||||
'stashcontrol.lua',
|
||||
|
||||
-- Kind of "other"
|
||||
'isAnimal.lua',
|
||||
|
||||
Reference in New Issue
Block a user