Fzzy Config mod documentation
How to build a config with Fzzy Config: the classes you write, the validation you wrap fields in, the annotations that change behaviour, and the extras the library ships alongside. Written for mod developers on Fabric, Quilt, Forge and NeoForge.
Getting started
Add the dependency, write a class, register it once.
Validation types
Wrap a field to bound it, restrict it, or give it a better widget.
Annotations
Change how a setting syncs, who may edit it, and what happens when it changes.
Beyond configs
Networking, registration, data generation and the other systems that come along.
Troubleshooting
The problems that come up most, and what causes them.
These pages cover the everyday API. The generated API reference lists every class and method, and the project wiki carries longer articles on individual topics.
