Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last month
All versions
3.3.0
Release
ViaFabricPlus v3.3.02 years ago 23.6K
Compatibility
Minecraft: Java Edition
1.20.5–1.20.6
Platform
Fabric
Supported environments
Client-side
Changes
- Added 1.7->1.8 tablist behaviour and layout (@Pablete1234)
- Added debug setting to print networking errors to log files
- Updated Via* libraries including bug fixes for 1.20.3->.5
- Updated polish and russian translations (@Blayung and @Felix14-v2)
- Only show world seed in debug hud when existent in current version
- Added flow control handler for Via (fixes various config state issues in 1.20-)
- Removed offset when checking for sneaking collision in 1.20.3->.5 (@RaphiMC)
- Fixed setting loading (causing emulate inventory actions in alpha versions setting to not work)
- Added networking fixes to 1.20.3->.5
- Added proper rewriter for 1.14.4 enchantment registry
- Fixed invalid javadoc
- Added ProtocolTranslator#getTargetVersion with channel argument
- Fixed auto read changes in 1.20.3->.5 (should fix a lot disconnect issues)
- Marked internal fields and methods accross common API classes
- Handled 1.20.3->.5 jump change
- Print a warning when overriding Via* components inside the jars folder
Special thanks to everyone who has contributed changes in this update. If you want to help me out financially, consider sponsoring at https://florianmichael.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:rIC2XJV4:8y7ndLGS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:8y7ndLGS"
}

