All versions
0.5.1
Release
Armor Hud by Mcjunky33 0.5.1 1.21.9-1.21.118 months ago 6,867
Compatibility
Minecraft: Java Edition
1.21.9–1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Changelog
[0.5.1] – Bugfix & Compatibility Update
English
- Minecraft 1.21.9-1.21.11 support: Added full compatibility for Minecraft versions 1.21.9-1.21.11 Versions 1.21.2 to 1.21.5 were never supported, and support for 1.21-1.21.1 and 1.21.6-1.21.8 was discontinued for version 0.5.
- Bug fixes: Minor bug fixes and renderer improvements for greater stability and better visuals.
Deutsch
- Minecraft 1.21.9-1.21.11 Unterstützung: Kompatibilität für Minecraft 1.21, 1.21.1, 1.21.6, 1.21.7 und 1.21.8 hinzugefügt.
Für die Versionen 1.21.2 bis 1.21.5 gab es nie Support, und der Support für 1.21-1.21.1 und 1.21.6-1.21.8 wurde für version 0.5 eingestellt. - Bugfixes: Kleine Fehlerbehebungen und Verbesserungen im Renderer für mehr Stabilität und bessere Darstellung.
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:UoDFm7jf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nqagUeq9:UoDFm7jf"
}


