Refactor file download paths for improved organization in manager.lua
This commit is contained in:
@@ -6,6 +6,10 @@ local REPO_RAW = "https://git.spatulaa.com/MayaTheShy/Inventory-Manager-CC/raw/b
|
|||||||
-- Files to download (destination -> repo path)
|
-- Files to download (destination -> repo path)
|
||||||
local FILES = {
|
local FILES = {
|
||||||
["inventoryManager.lua"] = "inventoryManager.lua",
|
["inventoryManager.lua"] = "inventoryManager.lua",
|
||||||
|
["manager/config.lua"] = "manager/config.lua",
|
||||||
|
["manager/state.lua"] = "manager/state.lua",
|
||||||
|
["manager/operations.lua"] = "manager/operations.lua",
|
||||||
|
["manager/display.lua"] = "manager/display.lua",
|
||||||
["lib/log.lua"] = "lib/log.lua",
|
["lib/log.lua"] = "lib/log.lua",
|
||||||
["lib/ui.lua"] = "lib/ui.lua",
|
["lib/ui.lua"] = "lib/ui.lua",
|
||||||
["data/smeltable.lua"] = "data/smeltable.lua",
|
["data/smeltable.lua"] = "data/smeltable.lua",
|
||||||
|
|||||||
Reference in New Issue
Block a user