Tags
Creators
Details
fab-mc-26.1-rc.1-2-0.11.7
Compatibility
Changes
What's Changed
Fixes
Configuration values not being initialised correctly on setting screens
This version passes initial config values correctly to layered buttons, which fixes an issue where, when opening the Armor Hider settings screen, certain options (e.g. 'Show Vanilla Armor in Combat') would always use their default value instead of the actual configuration value. This created the impression that settings were not saved correctly, even though the underlying saving and render changes were working fine.
Offhand item visibility on 26.2
Fixes that items were always visible (especially in first person) and not respecting transparency.
Cape rendering suppression
The cape rendering suppression now explicitly checks for Elytra being equipped when it fires to prevent an issue where the cape would never be rendered when an armor piece was equipped but had its opacity set to 0%.
Full Changelog: https://github.com/zannagh/armor-hider/compare/v0.11.6...v0.11.7
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:fz5uoG6Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GgG2my3y:fz5uoG6Q"
}


