Initial Commit

This commit is contained in:
luxtracon
2025-11-01 17:56:55 +01:00
commit 6114bde241
376 changed files with 13701 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
/*
Auto-Config Settings
The Config for Cristel Lib's automated structure config generation.
*/
{
// Mods where automatic structure config generation is disabled.
"blacklistedMods": [],
// Mods where automatic screen generation for structure configs is disabled.
"clientExcludedMods": [],
/* This list lets you override the default settings provided by mod authors.
If you add a mod that is blacklisted by default (in the two other lists)
you can now remove it without it getting added back automatically.
Proceed at your own risk.
*/
"modOverrideWhitelist": [],
// Disable automatic structure config generation.
"disableAutoConfig": false,
// Disable automatic screen generation for structure configs.
"disableAutoConfigScreens": false,
// Set the default sub path of all automatically generated configs. Requires a RESTART to apply!
"autoConfigSubPath": "cristellib/"
}