Skip to content

KyaniteMods/Paragon

Repository files navigation


Lightweight and easy-to-use config library. Used in Deeper and Darker, and Golems of All Types. Created by Kyanite Mods with 💖

Advantages of using Paragon:

  • 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

Example usage

Installation

Repository (add to repositories)

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

Fabric (remove include if you dont want paragon packed into your jar)

include modImplementation("maven.modrinth:paragon:fabric-1.0.0b-1.19.2")

Forge

implementation fg.deobf('maven.modrinth:paragon:forge-1.0.0b-1.19.2')

Common (for Architectury projects)

modImplementation("maven.modrinth:paragon:common-1.0.0b-1.19.2")