mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 12:16:37 +09:00
Config
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
--- This contains a list of all files that will be loaded and the order they are loaded in
|
||||
-- to stop a file from loading add "--" in front of it, remove the "--" to have the file be loaded
|
||||
-- config files should be loaded after all modules are loaded
|
||||
-- core files should be required by modules and not be present in this list
|
||||
--- This contains a list of all files that will be loaded and the order they are loaded in;
|
||||
-- to stop a file from loading add "--" in front of it, remove the "--" to have the file be loaded;
|
||||
-- config files should be loaded after all modules are loaded;
|
||||
-- core files should be required by modules and not be present in this list;
|
||||
-- @config File-Loader
|
||||
return {
|
||||
--'example.file_not_loaded',
|
||||
'modules.factorio-control', -- base factorio free play scenario
|
||||
|
||||
Reference in New Issue
Block a user