Refactor file download paths for improved organization in manager.lua

This commit is contained in:
MayaTheShy
2026-03-22 11:38:32 -04:00
parent 5a99543fd6
commit 82ab5cd9f5

View File

@@ -6,6 +6,10 @@ local REPO_RAW = "https://git.spatulaa.com/MayaTheShy/Inventory-Manager-CC/raw/b
-- Files to download (destination -> repo path)
local FILES = {
["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/ui.lua"] = "lib/ui.lua",
["data/smeltable.lua"] = "data/smeltable.lua",