Updated mod defaults, and changed configs

This commit is contained in:
2025-08-24 00:07:02 -05:00
parent e79e0edf39
commit 650bee4032
104 changed files with 5226 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
/*
This config file makes it possible to disable built-in packs supplied by Cristel Lib.
To disable a pack move it from the "defaultPacks" list to the "disabledPacks" list.
*/
{
"defaultPacks": [
"t_and_t:resources/t_and_t_wwoo_tag_patch",
"t_and_t:resources/t_and_t_waystones_patch"
],
"disabledPacks": []
}