Tags
Creators
Details
4.2.4
Compatibility
Changes
Bedrock 1.21.100 Support!
Other changes
- Fixed incorrect jump physics when combined with slime blocks in versions 1.21 and earlier. (Thanks @Exterminate5573)
- Fixed incorrect movement flags being triggered by anti-cheat plugins due to improper packet handling in older versions.
- Suppressed disconnection exceptions when auto-detect fails to reach the joined server.
- Resolved game lag caused by auto-detect during slow server connections. (Thanks @RaphiMC)
- Fixed rare behavior changes when servers send invalid player rotations in versions 1.21.4 and earlier. (Thanks @lowercasebtw)
- Fixed rare player position desync caused by block collision changes in versions 1.12.2 and earlier. (Thanks @Exterminate5573)
- Fixed client disconnection issues when throwing potions in versions 1.8 and earlier.
- Added missing biome name translations for versions 1.17.1 and earlier.
- Fixed handling of custom attribute modifiers in legacy versions.
- Fixed incorrect statistics display in versions 1.21.5 and earlier.
- Fixed legacy hover event component conversion in versions 1.21.4 and earlier.
- Corrected punctuation and spelling in Spanish translations. (Thanks @Dalfin-byte)
Please also read the v4.2.3 Changelogs.
Your support means a lot! If you'd like to help keep the project going, consider donating at https://florianmichael.de/donate. I’ll continue improving this project to the best of my ability.
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:rIC2XJV4:FOSYgpkz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:FOSYgpkz"
}

