fab-mc-1.21.0-1-0.10.0-p.10
Compatibility
Changes
What's Changed
Features
The mod now embeds the icons it uses on the changed UI, which makes 26.1 and later also render armor icons when no world has been loaded. Additionally, I changed the "Affect Elytra" and "Affect Skulls" background icons a little bit to make them look more nicely. Furthermore, all icons are now always vertically and horizontally aligned within their respective buttons (which previously could be easily broken by changing UI scaling).
Fixes
Cape placement
An issue where capes were not correctly placed when chest armor was fully hidden has been fixed. Thanks to Angel for pointing this out via Discord.
Options Screen Closing
The mod options screen now correctly closes using the Esc key or "Done" button after it was opened via the keybind. Thanks to Racks1 for pointing this out via GitHub.
Full Changelog: https://github.com/zannagh/armor-hider/compare/v0.10.0-pre.9...v0.10.0-pre.10
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:pRoxo5oA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GgG2my3y:pRoxo5oA"
}

