Skip to content
ShadowKing21 edited this page Jan 6, 2026 · 4 revisions

Overview

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.

File Formats

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: 200

Clone this wiki locally