Skip to content

Installing Paragon

Ang edited this page Nov 18, 2022 · 5 revisions

Installation

Latest versions: fabric-2.1.0-1.19x & forge-2.1.0-1.19x

Repository (add to repositories)

maven {
    name = "Modrinth"
    url = "https://api.modrinth.com/maven"
    content {
        includeGroup "maven.modrinth"
    }
}

Fabric Installation

include modImplementation("maven.modrinth:paragon:fabric-version")

Forge Installation

implementation fg.deobf('maven.modrinth:paragon:forge-version')

If using Architectury, use the Fabric implementation in common build.gradle.

Next (creating a simple config)

Paragon is a simple, easy-to-use and lightweight config library.

Clone this wiki locally