diff --git a/install.lua b/install.lua index 3c4e5fc..18d102b 100644 --- a/install.lua +++ b/install.lua @@ -1,6 +1,6 @@ local LIST_FILES = { 'miner.lua', - 'simple-harvester.lua', + 'old/simple-harvester.lua', 'inferium-upgrader.lua' }; @@ -19,6 +19,7 @@ local REPO_PREFIX = 'https://git.trapcloud.fr/guillaumearm/minecraft-cc-tools/ra local prepareDirs = function() + fs.makeDir('/old') fs.makeDir('/libs') fs.makeDir('/config') end diff --git a/simple-harvester.lua b/old/simple-harvester.lua similarity index 100% rename from simple-harvester.lua rename to old/simple-harvester.lua