Tags
Creators
Details
fab-mc-1.21.11-0.11.0
Compatibility
Changes
What's Changed
Features
EMF Compatibility and Resource Pack enhancements
This version adds a toggle-able setting (also moves the combat detection button and makes it smaller) which allows to replace resource pack armor textures with vanilla armor models/textures when in combat (requires combat detection to be enabled). This works for both EMF and non-EMF based resource packs. Thanks for the idea to meter.
Presets
Five presets have been added, which can be quick-loaded and changed via the options screen. In addition, the mod allows you to define a 'Load Preset' keybind, which will then act as a modifier in game to quick-load the preset without going to the options screen (for example assigning 'K' as a preset load key will quick-load preset 1 when 'K' and '1' are pressed in game). Thanks for the idea to thomas-pc.
Fixes
EMF arm model drawing
When using an EMF based resource pack and fully hiding armor, previously arms could be rendered in a weird manner (separated from the player model's body). This issue has been fixed.
Full Changelog: https://github.com/zannagh/armor-hider/compare/v0.10.17...v0.11.0
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:UwztlZrO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GgG2my3y:UwztlZrO"
}


