All versions
0.4.2
Release
Armor Hud by Mcjunky33 0.4.2 1.21.9-1.21.1010 months ago 48.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Changelog
[0.4,0.4.1,0.4.2] – Feature & Compatibility Update
English
- Minecraft 1.21 support: Added full compatibility for Minecraft versions 1.21, 1.21.1, 1.21.6, 1.21.7, 1.21.8, 1.21.9 and 1.21.10.
Support for versions 1.21.2 to 1.21.5 will be added soon. - Dependency added: The mod now requires TranslucencyFix for correct rendering on 1.21-1.21.1.
- Bug fixes: Small bugfixes and improvements in the HUD renderer for better stability and visuals.
- Durability percentage: You can now display armor durability as a percentage (%) in addition to the existing bar and number options.
Deutsch
- Minecraft 1.21 Unterstützung: Kompatibilität für Minecraft 1.21, 1.21.1, 1.21.6, 1.21.7, 1.21.8 und 1.21.9 hinzugefügt.
Die Unterstützung für 1.21.2 bis 1.21.5 folgt demnächst. - Neue Abhängigkeit: Die Mod benötigt nun TranslucencyFix für korrektes Rendering ab 1.21-1.21.1.
- Bugfixes: Kleine Fehlerbehebungen und Verbesserungen im Renderer für mehr Stabilität und bessere Darstellung.
- Haltbarkeit in Prozent: Die Haltbarkeit der Rüstung kann jetzt zusätzlich als Prozentwert (%) angezeigt werden, neben Balken und Zahl.
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:nqagUeq9:WPEZL7Pv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nqagUeq9:WPEZL7Pv"
}

