fix: move simple-harvester.lua in old directory

This commit is contained in:
Guillaume ARM 2024-05-19 14:19:06 +02:00
parent 0338aeae67
commit 0c2b64beb8
2 changed files with 2 additions and 1 deletions

View File

@ -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