Links
Tags
Creators
Details
4.5.6
Compatibility
Changes
Compatibility & Fixes
- Optimized chunk I/O operations in all versions by a lot.
- Fixed lock item component conversion in versions 1.21 and earlier.
- Improved performance of block connections in versions 1.12.2 and earlier.
- Fixed wolf entity data throwing errors on join in versions 1.8 and earlier.
- Fixed damage resistant item component hashing in older versions.
- Improved performance of registry data tracking (and rewriting).
- Various smaller optimizations across the protocol path.
Translation contributors A list of all translators can be found here: https://crowdin.com/project/viafabricplus/activity-stream
This is the NeoForge port of the upstream ViaFabricPlus 4.5.6 release.
Please also read the 4.5.5 Changelogs.
Your support means a lot! If you'd like to help keep the upstream project going, consider donating at https://florianreuth.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:PMtL44Ny:8gz6NbOu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PMtL44Ny:8gz6NbOu"
}

