Files
test/config/cristellib/built_in_packs.json5
luxtracon 60535c0011 Initial Commit
Commit Suicide

add disabled jars to lfs

remove mods

re-add mods
2025-11-01 18:08:31 +01:00

13 lines
419 B
Plaintext

/*
This config allows disabling built-in packs supplied by Cristel Lib.
Move entries from 'defaultPacks' to 'disabledPacks' to disable them.
*/
{
"defaultPacks": [
"t_and_t:resources/t_and_t_wwoo_tag_patch",
"t_and_t:resources/t_and_t_waystones_patch"
],
"disabledPacks": [],
// This option hides all packs provided by Cristel Lib in the pack selection screen to reduce clutter.
"hideAllPacksInScreen": false
}