Tags
Creators
Details
4.4.2
Compatibility
Changes
Bedrock Edition
- Added support for joining Nethernet Realms. (Thanks @RaphiMC)
- Fixed connecting not working on macOS. (Thanks @RaphiMC)
- Fixed block offsets. (Thanks @Exterminate5573)
- Fixed water collisions when jumping. (Thanks @lowercasebtw)
- Improved inventory handling. (Thanks @Exterminate5573)
- Fixed custom block trait handling.
Experimental block connections
- Introduced a new experimental block connection system for versions 1.12.2 and earlier. (Thanks @lowercasebtw)
- Fixes several edge cases present in the current block connection system.
- Disabled by default due to higher performance cost, especially on older machines.
- Can be enabled via ViaFabricPlus → Settings → General → Experimental block connections.
Update changes (1.21.11)
- Fixed occasional item desyncs in merchant inventories in 1.21.0 and earlier.
- Fixed sprite atlases not loading in versions 1.21.10 and earlier.
- Fixed world border lerping 1.21.10 and earlier.
- Swing hand when detonating a respawn anchor in versions 1.21.10 and earlier. (Also thanks @RaphiMC)
- Swing hand when taking items from a shelf in versions 1.21.10 and earlier.
- Swing hand when interacting with leashes in versions 1.21.10 and earlier.
Other Changes
- Fixed a potential disconnect on servers where FabricMC's Particle API is installed. (Thanks @RaphiMC)
- Fixed enter/exit water sound playing when it shouldn't in versions 1.15.2 and earlier. (Thanks @lowercasebtw)
- Fixed sky being constantly black in versions 1.12.2 and earlier. (Thanks @lowercasebtw)
- Fixed some mossy cobblestone block connections in versions 1.12.2 and earlier. (Thanks @lowercasebtw)
- Extended world border to the correct size in versions 1.7.10 and earlier.
- Fixed the bedrock account login opening an error prompt when the user cancelled the login process and already left the settings menu.
- 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.4.1 Changelogs.
Huge thanks to @lowercasebtw and also @RaphiMC @Exterminate5573 for their contributions in this release.
Your support means a lot! If you'd like to help keep the project going, consider donating at https://florianmichael.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:E38rl9rz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:E38rl9rz"
}

