chore: rename inferium-upgrader into mystical-upgrader

This commit is contained in:
Guillaume ARM 2024-05-25 21:31:14 +02:00
parent b00180d780
commit 8e053ddacf
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
local LIST_TURTLE_FILES = { local LIST_TURTLE_FILES = {
'miner.lua', 'miner.lua',
'coal-crafter.lua', 'coal-crafter.lua',
'inferium-upgrader.lua', 'mystical-upgrader.lua',
'inferium-harvester.lua', 'inferium-harvester.lua',
'inferium-server.lua' 'inferium-server.lua'
}; };
@ -40,6 +40,7 @@ local LIST_GLOBAL_CONFIG_FILES = {
-- old files that need to be cleaned up -- old files that need to be cleaned up
local LIST_OLD_FILES = { local LIST_OLD_FILES = {
'inferium-upgrader-lua',
'config/inferium-plans.lua', 'config/inferium-plans.lua',
'config/harvesting.lua' 'config/harvesting.lua'
} }