Tags
Creators
Details
All versions
9.20.952
Release
v9.20.9527 months ago 118
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Changes
- Fixed builds not being reproducible on machines with a non-UTC timezone
- Diving suit now renders on armor stands
- Fixed incorrect shift-click behavior in Boxe® inventory
- Added a "launch checks" system that will halt game launch early on in these conditions:
- Running under Connector without Connector Extras
- Sodium is installed, but not Indium
- Running under Connector and Forge is in a broken loading state
- Previously, this would result in a random crash some time late during loading, often
java.lang.IllegalStateException: Missing layer definitions: [yttr:deer#main]— this masks the real error and confuses people
- Previously, this would result in a random crash some time late during loading, often
- Removed No Indium in favor of launch checks
Optional dependencies
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:ZCLrWdGm:P5owez4s"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZCLrWdGm:P5owez4s"
}


