All versions
2.0.0
Release
Clean Durability v2.0.0 - Commands & Toast Achievements Update2 days ago 8
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
š Clean Durability ā v2.0.0 Changelog
⨠New Features & Systems
/cleandurabilityCommand System: Easily toggle the entire mod (tooltips & achievement notifications) on or off using/cleandurability onand/cleandurability off.- Persistent Configuration: All command preferences are now automatically saved to
config/cleandurability.jsonvia a new GSON-based config setup. - Custom Toast Achievements: Introduced lightweight, server-independent client achievements with custom gold-framed toast pop-ups:
- Near-Break Warning: Triggers a toast alert when an item hits critical durability (0% / breaking point).
- Item Repair Goal: Triggers a toast notification when a damaged tool or weapon is successfully repaired back to a safe threshold.
š§ Compatibility & Fixes
- Fabric API & 1.21.11 Support: Resolved rendering API breaking changes by replacing legacy context border methods with updated rendering logic (
drawStrokedRectangle). - Cleaned Tooltip Pipeline: Unified tooltip display logic across Creative, Survival, and Inventory views to guarantee zero blank line gaps (
Text.empty()) and perfect vanilla spacing.
š Localization & Updates
- Updated English & Turkish Translation Keys: Added localized entries for all new commands, config feedback, and custom toast achievement titles/descriptions (
en_us,tr_tr).
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:Njt0rv2H:CarMKbX8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Njt0rv2H:CarMKbX8"
}

