LibrarianLib — Configuration
Configuration
LibrarianLib includes a minimal configuration file, typically used for debugging or performance tuning of the library's core systems.
| Option | Default | Description |
|---|---|---|
debug_logging |
false |
Enables verbose output in the console for registration and networking events. |
use_shaders |
true |
Enables or disables the Glint shader system (useful for troubleshooting GPU issues). |
facade_strict_mode |
false |
If enabled, the UI system will throw errors for invalid constraints instead of attempting to fix them. |
Configuration files are located in the /config/ folder of the Minecraft directory, named librarianlib.cfg or librarianlib-common.toml.