Tags
Creators
Details
fab-mc-1.20.0-1-0.13.4
Compatibility
Changes
What's Changed
Fixes
26.2 Iris Transparency via Texture Dithering
Using 26.2's iris compatibility feature of texture dithering now uses less aggressive default values and clamps the consumed memory. If you're encountering crashes when many players are rendered on screen, set the iris transparency compatibility mode to OFF, check the wiki for where to configure this. Thanks to Goojoe for pointing this out on GitHub and the patience for me trying to resolve it.
Entity Model Features with custom armor
EMF compatibility has been updated to 3.3 recently - Armor Hider now expects EMF, when present to be at version 3.3 - dropping support for 3.2.x. An issue where custom armor will not be drawn translucently and/or be rendered in the wrong place (with e.g. Fresh Animations, when the player model is changed) has been fixed. Thanks to PiFlav0ur for pointing this out via GitHub.
Full Changelog: https://github.com/zannagh/armor-hider/compare/v0.13.3...v0.13.4
Optional dependencies
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:GgG2my3y:UrVix134"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GgG2my3y:UrVix134"
}


