ModCC-BY-4.0
Shadow Config
Extensible configuration library for mods, designed to simplify config management with many functions and multiple file extensions
236
Downloads
1
Followers
2 months ago
Updated
📦
18
Versions
📖About Shadow Config
Shadow Config is a lightweight configuration library for mods, focused on clarity, automation, and minimalism.
Supported file extensions:
- JSON
- JSONC
- TOML
- YAML
Example:
One config in different formats
It provides:
- Automatic config migration without versioning or manual mapping
- Comment injection via annotations for readable, documented configs
- Jackson-based serialization with full support for nested structures, lists, and primitives
- Format-agnostic output with clean formatting and optional comment preservation
- Minimal runtime footprint, designed for integration into mod ecosystems without overhed
- Multiple loaders support for cross loader mods development