Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last month
All versions
3.5.3
Release
ViaFabricPlus v3.5.32 years ago 28.3K
Compatibility
Minecraft: Java Edition
1.21.2–1.21.3
Platform
Fabric
Supported environments
Client-side
Changes
Support for Minecraft 1.21.4 servers!
- Added support for joining Minecraft 1.21.4 servers,
- Fixed various protocol translation issues,
- See the full commit history for more details.
Other changes
- Fixed item interactions always swinging in <= 1.14.4
- Fixed blip jumps not working in <= 1.13.2 (@lowercasebtw)
- Fixed farmland collision shape being wrong in <= 1.9.4
- Fixed sword blocking setting also getting applied to shields when enabled in 1.9+ (@lowercasebtw)
- Added toggle to always render crosshair in thirdperson in <= 1.8 (@lowercasebtw)
- Fixed item interactions (sword blocking, eating) still being active after opening custom inventories in <= 1.8 (@lowercasebtw)
- Fixed wrong slowdown when flying and sneaking in <= 1.8 causing movement issues
- Fixed incompatibility with Moonrise and Lithium
- Updated simplified chinese translations (@Andypsl8)
- Updated german translations
Notes
- Picking blocks or entities will not work on servers newer or equal than 1.21.4.
- ViaBedrock update (Bedrock 1.21.50 server support) will be in the next release.
If you want to help me out financially, consider sponsoring at https://florianmichael.de/donate.
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:aGCp2EGW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:aGCp2EGW"
}

