Standard Configs
This mod automatically copies all content from the standardconfigs directory to the config and defaultconfig folders.
How to use
The developer created this utility specifically for managing configuration files within modpacks. The system ensures that user changes are preserved during pack updates.
Client settings
Place files in the standardconfigs/client directory—they will be copied to the config folder. This is perfect for client parameters such as graphics settings and shaders.
Shared settings
For configurations used by both client and server, place files in standardconfigs/common. These are also directed to the config directory.
Server settings
Files from standardconfigs/server are copied to defaultconfig. This is optimal for server configurations and world data.