1.21.4
Compatibility
Changes
🛡️Armor HUD A lightweight and functional Fabric mod that displays your equipment's durability directly on your HUD. No more opening your inventory to check if your gear is about to break during a fight!
✨ Key Features: Dual Column Layout: Perfectly aligned to the left and right of your hotbar.
Live Durability Info: Shows current durability points and percentages.
Dynamic Coloring: Text color changes based on item health (Green → Yellow → Red).
Tool Support: Automatically displays the durability of the sword or tool currently in your main hand.
Optimized: Extremely lightweight, perfect for any modpack or low-end PC.
📊 HUD Layout: Left Side: Chestplate and Boots.
Right Side: Helmet, Leggings, and Main Hand Item.
🛠️ Requirements: Fabric Loader 0.19.2
Fabric API (Required)
Game Version: 1.21.4
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:NdBAYaTV:bIusxo46"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NdBAYaTV:bIusxo46"
}

