1.0.0
Compatibility
Changes
Simple Durability HUD (v1.0) A lightweight and essential client-side utility for Forge 1.20.1. This mod provides a clean on-screen display of your gear's durability, ensuring you never accidentally break your tools during intense PvP or survival sessions.
✨ Key Features: Full Gear Monitoring: Track your Main Hand item simultaneously.
Critical Alerts: The HUD text flashes white when an item's durability drops below 10%, giving you a clear visual warning before it's too late.
Custom Positioning & Scaling: Simply drag the HUD anywhere on your screen and use the mouse wheel to adjust the text size in the settings menu.
Maximum Readability: Built-in text shadows ensure the HUD is clearly visible against any background, from bright snow to dark caves.
⌨️ How to Use: Press [ O ] to open the configuration menu.
Left-Click & Drag the preview text to move the HUD to your preferred position.
Use the Mouse Wheel to change the scale (size) of the display.
Press ESC to save your settings and close the menu.
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:tmjn3lyN:rBi0ygiH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tmjn3lyN:rBi0ygiH"
}

