Links
Tags
Creators
Details
1.1.2
Compatibility
Changes
📋 DurabilityGuard — v1.1.2 (1.21.4)
Broader version support, bugfixes & keybind improvements.
This build targets Minecraft 1.21.4. DurabilityGuard now runs stable on this version with all features fully working.
🆕 What's New
- 🌍 Minecraft 1.21.4 Support — Dedicated build for 1.21.4 players
- ⌨️ Keybind now visible in Controls — The
Open DurabilityGuard Settingskeybind now correctly appears under Options → Controls → Keybinds and can be rebound freely
🐛 Bugfixes
- 🖼️ Icon Path Fixed — A typo in the icon asset path has been corrected
- 🏷️ Missing Translation Keys — Added missing locale entries that caused the keybind category to not display correctly in-game
📋 Requirements
| Dependency | Version |
|---|---|
| Minecraft | 1.21.4 |
| Fabric Loader | ≥ 0.18.4 |
| Fabric API | 0.119.2+1.21.4 |
⬆️ Upgrading from v1.0.0
No config changes needed — your existing durabilityguard.json carries over without any issues.
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:sJ3XGIIU:iE8LDhTk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sJ3XGIIU:iE8LDhTk"
}

