]> gitweb.ps.run Git - packwiz/blob - config/cristellib/auto_config_settings.json5
repaya
[packwiz] / config / cristellib / auto_config_settings.json5
1 /*
2 Auto-Config Settings
3 The Config for Cristel Lib's automated structure config generation.
4 */
5 {
6         // Mods where automatic structure config generation is disabled.
7         "blacklistedMods": [],
8         // Mods where automatic screen generation for structure configs is disabled.
9         "clientExcludedMods": [],
10         /* This list lets you override the default settings provided by mod authors.
11            If you add a mod that is blacklisted by default (in the two other lists)
12            you can now remove it without it getting added back automatically.
13            Proceed at your own risk.
14         */
15         "modOverrideWhitelist": [],
16         // Disable automatic structure config generation.
17         "disableAutoConfig": false,
18         // Disable automatic screen generation for structure configs.
19         "disableAutoConfigScreens": false,
20         // Set the default sub path of all automatically generated configs. Requires a RESTART to apply!
21         "autoConfigSubPath": "cristellib/"
22 }