-
Notifications
You must be signed in to change notification settings - Fork 1
Home
ShadowKing21 edited this page Jan 6, 2026
·
4 revisions
ShadowConfig is a lightweight configuration framework for Minecraft mods.
It provides automatic migrations, clean serialization, comment support, and a minimalistic API for defining configs in Java.
ShadowConfig supports multiple configuration formats.
| Formats | Extension | Site about |
|---|---|---|
| JSON | .json | https://json.org/json-en |
| JSONC | .jsonc | https://jsonc.org |
| TOML | .toml | https://toml.io/en |
| YAML | .yaml | https://yaml.org |
Image exmaple of formats:
