]> gitweb.ps.run Git - packwiz/blob - config/cristellib/built_in_packs.json5
repaya
[packwiz] / config / cristellib / built_in_packs.json5
1 /*
2 This config allows disabling built-in packs supplied by Cristel Lib.
3 Move entries from 'defaultPacks' to 'disabledPacks' to disable them.
4 */
5 {
6         "defaultPacks": [
7                 "t_and_t:resources/t_and_t_waystones_patch",
8                 "t_and_t:resources/t_and_t_wwoo_tag_patch"
9         ],
10         "disabledPacks": [],
11         // This option hides all packs provided by Cristel Lib in the pack selection screen to reduce clutter.
12         "hideAllPacksInScreen": false
13 }