Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last month
All versions
2.8.2
Release
ViaFabricPlus v2.8.23 years ago 7,222
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
- Fixed incompatibility with VulkanMod
- Fixed Box Characters in scoreboard on older versions
- Implemented 1.20 -> 1.19.4 font renderer changes
- Updated translations (Polish, Russian, Chinese, Ukrainian, Hungarian)
- MemoryLeakFix works again over v1.1.1
- Fixed a lot of inventory desync issues in <= a1.2.6
- Removed ability to block with swords in <= b1.7.3
- Fixed crash when you open the BetaCraft screen without connection
- Fixed wrong collision of Pistons in <= 1.12.2
- Force disable command auto completions in <= 1.12.2
- Add orientation setting for AddServerScreen button
- Fixed <= b1.4 ladder climbing
- Implemented old hitbox of cropes in <= 1.8
- Fixed wrong resolver implementation in <= b1.7.3, causing ViaFabricPlus to get disconnected from RetroMC
- Fixed bug where changes done to the server edit screen are reset upon using the ViaFabricPlus screen
- Fixed skin not shown after respawn in <= 1.7.10
- Fixed b1.3 - b1.4 metadata reading edge case
- Fixed being able to sprint on servers that aren't sending the health
- Fixed bug that Spiders didn't make knockback
- Default disable fly on regular classic servers
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:BAOJdHlw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:BAOJdHlw"
}

