Tags
Creators
Details
fab-mc-1.21.11-0.10.0-p.6
Compatibility
Changes
What's Changed
Features
UI Rewrite
The UI of the mod has been (almost entirely) rewritten. Now, you'll see 1-3 buttons next to slot configuring sliders, where you can choose to enable/disable glint rendering directory, on chest/helmet choose whether the mod should also intercept elytra/skull-like items and a new addition (described below) for individual item interceptions.
Please note that I had to jump some hoops on 1.20.x and on 26.1 in regard to how they allow to render item icons on settings pages as long as you've not loaded a world. I'm hoping to find a better way to this soonish.
Individual Item Exclusion
The mod now allows for excluding specific items from being handled (i.e. they'd always be drawn as if the mod wasn't present at all). These decisions in your configuration are relayed through the server if the mod is running the server, so if you, for example, set Leather Cap to "Ignore", other players (as yourself) will always see the cap on your player model. If resource packs or mods do not use proper item registration, Armor Hider will show you the item ID on that configuration page (if intercepted during rendering), so it should be possible to configure each item individually as long as them item is rendered through the vanilla rendering pipeline.
Full Changelog: https://github.com/zannagh/armor-hider/compare/v0.10.0-pre.4...v0.10.0-pre.6
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:GmVbhvum"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GgG2my3y:GmVbhvum"
}

