Updated mod defaults, and changed configs
This commit is contained in:
11
config/cristellib/built_in_packs.json5
Normal file
11
config/cristellib/built_in_packs.json5
Normal 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": []
|
||||
}
|
||||
Reference in New Issue
Block a user