Tags
Creators
Details
3.4.9
Compatibility
Changes
Bedrock 1.21.40 support!
- Improved block breaking translation
- See the full commit history for more details.
Bedrock realms ViaFabricPlus now supports joining Bedrock realms, they can be found in the server lists screen inside the ViaFabricPlus menu.
Support for Minecraft 1.21.3 servers!
- Added support for joining Minecraft 1.21.2 and 1.21.3 servers
- See the full commit history for more details.
Other changes
- Fixed slight change that causes the swimming animation to not start when jumping into water in <= 1.20.4
- Added setting for body rotation interpolation change in <= 1.19.3 (Should be disabled if mods change the player rotation)
- Disabled eating in <= 1.14.4 whilst in creative (@lowercasebtw)
- Fixed hand swinging when using various items in <= 1.8
- Added setting for item tilt in <= 1.7 (@lowercasebtw)
- Improve and change the style of some ViaFabricPlus menus
- Stop requiring a specific Fabric loader version, always use the one Fabric API requires
- Beautify and improve debug message for overriding jars
- Updated korean translations (@good7777865)
- Updated polish translations (@Blayung)
- Updated simplified chinese translations (@Andypsl8)
- Updated german translations (@christopherplaysminecraft)
- Updated russian translations (@Felix14-v2)
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:CW9eLvKd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:CW9eLvKd"
}

