Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last month
All versions
3.4.3
Release
ViaFabricPlus v3.4.32 years ago 49.1K
Compatibility
Minecraft: Java Edition
1.21
Platform
Fabric
Supported environments
Client-side
Changes
- Fixed incompatibility with mods changing the max chat length
- Restored packet error handling behaviour in <= 1.20.3 (@RaphiMC)
- Fixed clickable chat messages not working in <= 1.20.3
- Fixed pickaxe mining speeds in <= 1.16.5 (@RaphiMC)
- Fixed crosshair not selecting the correct block when sneaking in <= 1.8
- Fixed priority fields being selectable in <= 1.20.2 but not in 1.20.3+
- Show details of bedrock login process in login screen
- Added multi language support for various messages
- Updated ViaVersion library:
- Change rarity of trident and piglin banner pattern in <= 1.20.6
- Don't keep player attributes on respawn in <= 1.14.4
- Fixed attribute names being displayed wrong in <= 1.20.6
- Fixed CanBreak/CanPlace showing wrong blocks <= 1.20.6
- Fixed shulker box with content disconnecting the client in <= 1.20.6
- Updated ViaBedrock library:
- Added Bedrock 1.21.2 support
- Implemented various new translations, see https://github.com/RaphiMC/ViaBedrock/commits/main/
- Updated various translations:
- Polish (@Blayung)
- German
- Chinese (@HowardZHY)
- Korean (@good7777865)
- Luxembourgish (@RyuguDev)
- Russian (@Felix14-v2)
- Turkish (@kayeradev)
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:GuQkz7yZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:GuQkz7yZ"
}

