
Err873
a4120686f72726f722d7468656d6564204d696e656372616674206d6f64207768657265207265616c697479206265636f6d657320696e6372656173696e676c7920756e737461626c652061732074696d65207061737365732e2046616365206d7973746572696f757320656e74697469657320616e642077617463682061732
Links
Tags
Creators
Details
3.0
Compatibility
Changes
- New Main menu.
- New Corruption system.
- New Spawning implementations.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Jmpx6aR1:76fNR6sc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Jmpx6aR1:76fNR6sc"
}
