-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Withered_ edited this page Jul 15, 2026
·
1 revision
Just place the file from Modrinth in your mod folder.
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)