Tags
Creators
Details
neo-mc-26.1.0-2-0.12.12
Compatibility
Changes
What's Changed
Fixes
EMF / Fresh Animations (or other) model dislocation
Previously, using EMF with consuming datapacks like Fresh Animations could cause the player model to render in odd ways (arms having a visible gap to the player model and the likes). This release fixes this issue. You can choose three ways of resolution (the default being to keep the EMF model): Keep -> will make Armor Hider keep the EMF model (and e.g. animations) and rely on underlying code to have resolved issues, Vanilla -> will make Armor Hider replace the full model of your avatar with a vanilla model when conflicting combinations are detected to suppress rendering issues, Vanilla Seams -> will make Armor Hider replace only the portions of your model (e.g. the chest when chestplate is fully hidden), that can cause seams to break (separated arms from body).
Full Changelog: https://github.com/zannagh/armor-hider/compare/v0.12.11...v0.12.12
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:TfxjQZMG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GgG2my3y:TfxjQZMG"
}


