Tags
Creators
Details
3.5.1
Compatibility
Changes
ViaVersion 5.1.1 release changes
ViaVersion is the internal protocol translation component and is maintained as independent project
- Fixed items with block predicates causing disconnects in creative mode in <= 1.21
- Fixed errors from level 0 enchantments in <= 1.21
- Fixed painting entity data in <= 1.21
- Fixed opening chest boat inventories causing disconnects in <= 1.21
- Fixed boat types in <= 1.21
- Fixed item_name<->default name priority for items in <= 1.21
- Fixed some issues with item hover event displays in <= 1.21
- Fixed handling of empty lock codes in <= 1.21, usually sent by older servers
- Fixed empty custom data tags sometimes being removed in creative mode in <= 1.21
- Fixed join errors for invalid packets when switching servers in <= 1.19.3
- Fixed handling of block entity custom names in <= 1.12.2
- Fixed chunks not loading in <= 1.8
- Fixed some edgecase area effect cloud particle errors on older servers
Bedrock support
- Fixed edge case causing errors when selecting bedrock as version
Other changes
- Added support to run the mod on 1.21.2 Fabric as well
- Updated traditional chinese translations (@yichifauzi)
- Updated japanese translations (@orasan)
I appreciate any financial support at https://florianmichael.de/donate and will continue to work on it 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:lp139GsP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:lp139GsP"
}

