Links
Tags
Creators
Details
4.6.2
Compatibility
Changes
Performance optimizations
- Mapping data is roughly 35% smaller (about 30% after decompression).
- Auxiliary mapping data now stores language mappings, block connections, block states, recipes, and ID ranges in a more compact form.
- Chunk I/O has been substantially optimized across all supported versions.
- Registry-data tracking and rewriting now require less processing.
- Several smaller protocol-path optimizations are included.
Minecraft 26.2 update changes
- Restored the older sitting offset for baby camels on 26.1 and earlier. (Thanks @lowercasebtw)
- Restored pre-26.2 solid-movement friction behavior on 26.1 and earlier. (Also thanks @lowercasebtw)
- Corrected damage-resistant item component hashing on 26.1 and earlier.
- Corrected ambient-light handling for custom dimensions on 26.1 and earlier.
- Restored the missing arm-swing animation when placing sugar cane on 26.1 and earlier.
- Added the block tags needed for shears breaking speed on 26.1 and earlier.
- Corrected entity predicates containing multiple fields on 26.1 and earlier.
Other changes & fixes
- Corrected boat rotation unpacking on 1.21.2 and earlier.
- Corrected lock item component conversion on 1.21 and earlier.
- Restored missing door sounds from level events on 1.19.3 and earlier.
- Fixed loom interaction on 1.19 and earlier.
- Corrected block-mapping rewriting on 1.18 and earlier.
- Fixed the Pigstep music disc using the wrong sound on 1.18 and earlier.
- Restored legacy MC-2404 slab-edge sneaking behavior on 1.16.1 and earlier. (Thanks @lowercasebtw)
- Reverted entity distance scaling on 1.15.2 and earlier. (Also thanks @lowercasebtw)
- Corrected the version range used for exact horizontal-collision checks. (Thanks @lowercasebtw)
- Corrected movement-input floating-point precision on 1.13.2 and earlier. (Also thanks @Exterminate5573)
- Improved block-connection performance on 1.12.2 and earlier.
- Corrected invalid legacy
show_itemhandling on 1.12.2 and earlier. - Added a debug option for shorter particle rendering distance on 1.8 and earlier. (Also thanks @lowercasebtw)
- Restored native-version particle compatibility when connecting to servers using Fabric particle channels.
- Added the jump phase to the classic walking animation. (Also thanks @SprainedSpark89)
- Corrected nested identifiers in item hover events.
- Removed obsolete environment attributes where applicable.
- Simplified server and target-version information in the multiplayer server list.
- Updated multiple translations.
Translation contributors The upstream translation activity and contributor list is available here: https://crowdin.com/project/viafabricplus/activity-stream
This is the NeoForge port of the upstream ViaFabricPlus 4.6.2 release: https://github.com/ViaVersion/ViaFabricPlus/releases/tag/4.6.2
Please also read the upstream 4.6.1 changelog: https://github.com/ViaVersion/ViaFabricPlus/releases/tag/4.6.1
If you would like to support continued upstream development, you can donate here: https://florianreuth.de/donate
Thank you to the ViaVersion maintainers and contributors whose work makes this port possible.
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:PMtL44Ny:gBuYBbo5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PMtL44Ny:gBuYBbo5"
}

