fix: move simple-harvester.lua in old directory
This commit is contained in:
parent
0338aeae67
commit
0c2b64beb8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user