Tags
Creators
Details
4.0.1
Compatibility
Changes
Follow up release to v4.0.0 fixing up some issues
- Fixed game crashes because of the mod trying to load a corrupted config file
- Fixed text/font rendering changes around 1.12 not being applied correctly (causing rendering errors on Hypixel)
- Removed the
/viafabricplus dumpcommand - Instead use theReport issuessection in the ViaFabricPlus menu - Fixed oof sound in <= b1.7.3 not playing
- Fixed client crash when joining <= b1.7.3 servers and having beta hud elements enabled
- Updated polish translations (@Blayung)
- Updated traditional/simplified chinese translations (@yichifauzi, @Andypsl8)
- Fixed some broken translations
- Made the mod runnable without the
viafabricplus-visualssub module installed
Please read the v4.0.0 Changelogs as well
I deeply appreciate any financial support at https://florianmichael.de/donate and will continue working on 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:uEQzm8Tz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:uEQzm8Tz"
}

