1.0.0
Compatibility
Changes
Smart Armor Repair is a lightweight, informational HUD mod for Fabric that takes the guesswork out of repairing multi-piece armor sets with XP bottles. It reads the durability of your Helmet, Chestplate, Leggings, and Boots — whether they're equipped or just sitting in your inventory — counts your XP bottles, and calculates the single durability level all four pieces can realistically be brought up to with what you're carrying, automatically capping the goal at each piece's own max durability so it never suggests something impossible. The target updates live as your bottle count changes, right on your HUD, in either a clean text layout or an icon-based one with your actual armor icons. Everything is configurable in-game: HUD style, position (drag-and-drop), row spacing, the XP-to-durability conversion rate, and which info lines are visible — all saved automatically so your setup persists between sessions. Smart Armor Repair doesn't repair anything itself; it just tells you exactly how close you are and what to aim for, so you're never guessing whether "one more bottle" is worth throwing.
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:jHjTPMFw:1XNxhxzO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jHjTPMFw:1XNxhxzO"
}

