Tags
Creators
Details
4.4.1
Compatibility
Changes
Bedrock 1.21.130 Support!
- Also fixed issues with joining some servers.
Other Changes
- Fixed a startup edge case that would cause the game to crash and reset your ViaFabricPlus settings file.
- Fixed an edge case when joining singleplayer that would crash your game.
- Fixed pinging of Bedrock servers not working. (Thanks @RaphiMC)
- Removed temporary workaround for configuration state handling. (Thanks @RaphiMC)
- Show the address of a server in the BetaCraft server list. (Thanks @svgaming234)
- Fixed dripstone particle in versions 1.21.10 and earlier.
- Fixed camel interaction not passing through in versions 1.21.10 and earlier. (Thanks @lowercasebtw)
- Prevent sending of bad entity interaction packets in versions 1.21.10 and earlier.
- Fixed setbacks when walking on soul sand in versions 1.21.8 and earlier. (Thanks @lowercasebtw)
- Fixed attributes not properly emulated via enchantments in versions 1.20.5 and earlier. (Thanks @lowercasebtw and @RaphiMC)
- Emulate knockback attribute by its enchantment in versions 1.20.5 and earlier. (Thanks @lowercasebtw)
- Fixed fishing rod interaction not running in versions 1.18.2 and earlier. (Thanks @lowercasebtw)
- Removed camera passing for glass & iron bars in versions 1.15.2 and earlier. (Thanks @lowercasebtw)
- Disabled redstone toggle interactions in versions 1.15.2 and earlier as per Vanilla behaviour. (Thanks @lowercasebtw)
- Fixed fence outline shape being wrong in versions 1.12.2 and earlier. (Thanks @lowercasebtw)
- Prevent placing of water inside loggable blocks in versions 1.12.2 and earlier as per Vanilla behaviour. (Thanks @lowercasebtw)
- Fixed cauldron collision shapes in versions 1.12.2 and earlier and when Bedrock is selected. (Thanks @lowercasebtw)
- Fixed water collisions when jumping in versions 1.12.2 and earlier. (Thanks @lowercasebtw)
- Fixed
Open to LANbutton positioning being broken when using theauthenticgame menu. (Also thanks @lowercasebtw) - Fixed setbacks with lava movement in versions 1.8 and earlier. (Thanks @lowercasebtw)
- Fixed idle packet not being sent consistently in versions 1.8 and earlier.
- Fixed redstone outline shape in versions 1.8 and earlier. (Thanks @lowercasebtw)
- Handle
lit_furnaceblock as regular furnace in versions 1.8 and earlier. - Fixed a regression during the 1.21.11 which broke hand & item swinging in versions 1.7.10 and earlier. (Thanks @lowercasebtw)
- Fixed block mining progress not resetting when using an item in versions 1.7.10 and earlier. (Thanks @lowercasebtw)
- Disable hotbar keybinds in versions 1.3.2 and earlier as they don't exist there and cause inventory issues. (Thanks @lowercasebtw)
- Fixed birch and spruce logs mining speeds in versions b1.8.1 and earlier. (Thanks @svgaming234)
Translation contributors A list of all translators can be found here: https://crowdin.com/project/viafabricplus/activity-stream
Please also read the 4.4.0 Changelogs.
Huge thanks to @lowercasebtw and also @RaphiMC @svgaming234 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:ovF4FhR4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:ovF4FhR4"
}

