Skip to content

Ignore & Include lists

R edited this page May 11, 2016 · 17 revisions

To ignore a mod during the update/deletion process add it's file name to the MOD_IGNORE_LIST including extension:

S:MOD_IGNORE_LIST <
   myMod.jar
   myBlocks.jar
>

To include a config file in the sync process add it's file name to the CONFIG_INCLUDE_LIST including extension:

S:CONFIG_INCLUDE_LIST <
   myConfig.cfg
   myClientConfig.cfg
>