Tags
Creators
Details
neo-mc-1.21.11-0.10.1
Compatibility
Changes
What's Changed
(This is against the last prerelease, not against the last actual release - check the prerelease 0.10.x notes for detailed changes)
Fixes
Automatic release publishing
The pipeline which automatically creates releases has been adjusted so it does no longer publish duplicated releases (0.10.0.10 and 0.10.0.11 were practically similar)
Cape Placement
A reported issue around placing/transforming capes when the chest armor is fully hidden has been investigated but could not be reproduced. Additional logging was added for that matter - if you run into the issue again, please enable the debug logging feature in "Other settings" when in third person camera and send over the log file!
Zombie/Mob Armor Rendering
An issue where mob armor was intercepted by Armor Hider and not drawn has been resolved. Mob armor will now always be rendered. Thanks to Shane for pointing this out via Discord.
Other
I suspect there are some funny things going on with lingering scopes again looking at recent issue reports. I have another refactor for this in the works but will add this after the outstanding compats to GeckoLib and ElytraTrims and a rework of where the settings of the mod are accessed.
Full Changelog: https://github.com/zannagh/armor-hider/compare/v0.9.0...v0.10.1
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:LyAD1F2a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GgG2my3y:LyAD1F2a"
}

