Tags
Creators
Details
4.5.5
Compatibility
Changes
Support for Minecraft 26.2 Servers!
Compatibility & Fixes
- Fixed cos/sin index scaling in versions 1.21.10 and earlier.
- Resolves movement issues on strict anticheats in certain situations.
- Fixed additional potential
Failed to load registries due to errorsissues related to world time handling. - Improved resource pack conversion performance when Bedrock Edition is selected.
- Remapped the blending effect to nausea in versions 1.21.4 and earlier.
- Fixed infinite potion effects not displaying as infinite in versions 1.19.4 and earlier.
- Fixed the
commands.locatebiome.successtranslation lookup in versions 1.16.4 and earlier. - Fixed fluid gravity triggering anticheats even when the native version is selected.
- Fixed legacy skull rotation overflow in versions 1.12.2 and earlier.
- Preserved the legacy stained glass pane falling dust appearance in versions 1.12.2 and earlier.
- Updated Finnish, Japanese, Korean, and Ukrainian translations.
Translation contributors A list of all translators can be found here: https://crowdin.com/project/viafabricplus/activity-stream
Please also read the 4.5.4 Changelogs.
Your support means a lot! If you'd like to help keep the project going, consider donating at https://florianreuth.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:qzwoPtFn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:qzwoPtFn"
}

