Tags
Creators
Details
4.2.5
Compatibility
Changes
Support for Minecraft 1.21.9 Servers!
Bedrock 1.21.111 Support!
Other Changes
- Allow mods to directly send player input packets in versions 1.21.5 and earlier.
- Fixed slight offset in block collisions in versions 1.21.5 and earlier. (Thanks @Exterminate5573)
- Fixed powder snow collision change in versions 1.21.4 and earlier.
- Allow small position updates for vehicles in versions 1.21.2 and earlier.
- Swing hand on bundle item interaction in versions 1.21 and earlier.
- Fixed piston interactions when they're connected in versions 1.14 and earlier. (Thanks @Exterminate5573)
- Fixed playing of duplicate sounds when placing/interacting blocks in versions 1.8 and earlier. (Thanks @Exterminate5573)
- Fixed vehicle dismounting not working in versions 1.5.2 and earlier.
- Updated Ukrainian translations. (Thanks @StarmanMine142)
Please also read the v4.2.4 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:A9NeiMwQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:A9NeiMwQ"
}

