Skip to content

Installation

Withered_ edited this page Jul 15, 2026 · 1 revision

User/Player

Just place the file from Modrinth in your mod folder.

Developer

In build.gradle

repositories {
    mavenCentral()
    maven {
        name = "Modrinth"
        url = "https://api.modrinth.com/maven"
    }
}
dependencies {
    modImplementation "maven coordinates"
}

The Maven Coordinates can be found by clicking on a version on Nodrinth and copying it (v1.0.0 Example: maven.modrinth:LfOKh7Ev:AhWgk9dA)

Clone this wiki locally