-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bizarre Cube edited this page Aug 14, 2026
·
3 revisions
Simple Config Lib is a library for Minecraft mods (Fabric / Forge / NeoForge) that generates an in-game settings screen from an ordinary Java class and takes care of saving/loading the data as JSON.
- Getting Started — setup and your first config
- Configuration Class — how a configuration is described
- Annotations — annotation reference
- Widgets and Types — supported field types and widgets
- Opening the Screen — obtaining and opening the settings screen
- Localization — translation keys
- Utilities — client-side utilities
- FAQ