Lightweight and easy-to-use config library. Used in Deeper and Darker, and Golems of All Types. Created by Kyanite Mods with 💖
- Lightweight and modular, Paragon itself is just a config library for other mods to use. It does not add any in-game content (such as menus, GUIs, etc)
- Super easy to use and setup
- Modern and simple
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
content {
includeGroup "maven.modrinth"
}
}
include modImplementation("maven.modrinth:paragon:fabric-1.0.0b-1.19.2")
implementation fg.deobf('maven.modrinth:paragon:forge-1.0.0b-1.19.2')
modImplementation("maven.modrinth:paragon:common-1.0.0b-1.19.2")