

Paragon
Simple Configuration Library
Paragon is a lightweight and user-friendly configuration library actively used by popular mods like Deeper and Darker and Golems of All Types. The developers from Kyanite Mods created this tool with special care for users.
Key Advantages
The library features a minimalist and modular approach. Paragon's main purpose is to provide other mods with a convenient tool for working with configuration files. At the same time, the library itself doesn't add any game content, including menus, interfaces, and other elements.
Main benefits:
- Lightweight architecture
- Easy to use and configure
- Modern and intuitive approach
Usage Examples
Code examples are available to familiarize yourself with the practical application of the library, helping you quickly master the functionality.
Installation
Latest versions: fabric-3.0.2-1.20x
and forge-3.0.2-1.20x
Adding Repository
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
content {
includeGroup "maven.modrinth"
}
}
For Fabric
include modImplementation("maven.modrinth:paragon:fabric-version")
Note: remove include if you don't want to pack Paragon into your jar file
For Forge
implementation fg.deobf('maven.modrinth:paragon:forge-version')
When using Architectury, use the Fabric implementation in common build.gradle.