Ayutac's Simple Config
Simple Configuration Library for Basic Needs
If you're developing a mod and don't want to spend much time on complex configuration systems, but still want to provide users with basic settings - this lightweight library is the perfect solution.
Key Features
- Saving integer values with range setting capability
- Working with boolean (logical) parameters
- Configuration files without comments
- No annotations or codecs
- Minimalist approach - only the essentials
It's recommended to use the library by including it in the mod's code. Placement in mod packs is allowed. Porting to Forge is not planned, but you can do it yourself.