Tags
Creators
Details
4.6.3
Compatibility
Changes
Fixes a regression causing some mods to conflict with ViaFabricPlus (e.g. LibJF, Respackopts)
Performance optimizations
- Reduced mapping data file size by about 35% (30% uncompressed).
- Reduced extra mapping data file size significantly through more compact storage of language mappings, block connections, block states, recipes, and ID ranges.
- Optimized chunk I/O operations in all versions by a lot.
- Improved performance of registry data tracking (and rewriting).
- Various smaller optimizations across the protocol path.
Minecraft 26.2 update changes
- Undo sit offset for baby camels in versions 26.1 and earlier. (Thanks @lowercasebtw)
- Undo min friction limitation in solid movement in versions 26.1 and earlier. (Also thanks @lowercasebtw)
- Fixed damage resistant item component hashing in versions 26.1 and earlier.
- Fixed custom dimension ambient light in versions 26.1 and earlier.
- Fixed missing arm swing animation when placing sugar cane in versions 26.1 and earlier.
- Added shears breaking speed block tags in versions 26.1 and earlier.
- Fixed multi-field entity predicates in versions 26.1 and earlier.
Other changes & fixes
- Fixed boat rotation unpacking in versions 1.21.2 and earlier.
- Fixed lock item component conversion in versions 1.21 and earlier.
- Fixed missing door sounds from level events in versions in versions 1.19.3 and earlier.
- Fixed looms not working in versions 1.19 and earlier.
- Fixed block mapping rewritation in versions 1.18 and earlier.
- Fixed the pigstep music disc playing the wrong sound in versions 1.18 and earlier.
- Unfix MC-2404 to fall of slab when sneaking off edge in versions 1.16.1 and earlier. (Thanks @lowercasebtw)
- Reverted entity distance scaling in versions 1.15.2 and earlier. (Also thanks @lowercasebtw)
- Fixed horizontal collision exact equalness checks being applied on the wrong version range. (Thanks @lowercasebtw)
- Fix movement input floating point precision in versions 1.13.2 and earlier. (Also thanks @Exterminate5573)
- Improved performance of block connections in versions 1.12.2 and earlier.
- Fixed invalid legacy show_item handling in versions 1.12.2 and earlier.
- Add debug setting lowering the particle render distance in versions 1.8 and earlier. (Also thanks to @lowercasebtw)
- Fixed the Fabric Particle API workaround for particles when using the native version working again.
- Added jumping part to classic walking animation. (Also thanks @SprainedSpark89)
- Fixed nested identifiers in item hover events.
- Removed removed environment attributes where applicable.
- Cleaned up server/target version display in server list screen.
- Updated various translations.
Translation contributors A list of all translators can be found here: https://crowdin.com/project/viafabricplus/activity-stream
Please also read the 4.6.1 changelog: https://github.com/ViaVersion/ViaFabricPlus/releases/tag/4.6.1
Your support means a lot! If you'd like to help keep the project going, consider donating at: https://florianreuth.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:e9PAsLco"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:e9PAsLco"
}

