Links
Tags
Creators
Details
1.20.2v0.6.16a-forge
Compatibility
Changes
Backports:
- b1.7.3 port (StationAPI required)
- 1.2.5 port
- 1.4.7 port
- 1.5.2 port
- 1.6.4 port
Ported to 24w13a and 24w14potato
Added Iris 1.7 beta compatibility to 1.20.1 and 1.20.4 (Fixes the crash)
Added linear interpolation to value layer updates
Updated Simplified Chinese translation (#586)
Fixed first person hand flashing red on 1.7.10 (Closes #583)
Fixed crash with RenderPlayer API on 1.12.2 (Closes #566)
Fixed translucent textures showing solid on 1.7.10 and 1.8.9 (#401)
Fixed crash with Optifine 1.20.4 (Closes #585)
Fixed Copy Transform tooltip reports incorrect toggles (Closes #587)
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:h1E7sQNL:no9TynjL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h1E7sQNL:no9TynjL"
}

