1
0
Fork
You've already forked DurabilityViewer
0
fixed version that kept crashing and also modded armor not working
  • Java 100%
2026年04月17日 08:14:29 -04:00
gradle/wrapper fix for the crash 2026年04月17日 08:14:29 -04:00
libs fix for the crash 2026年04月17日 08:14:29 -04:00
src/main fix for the crash 2026年04月17日 08:14:29 -04:00
.gitignore fix for the crash 2026年04月17日 08:14:29 -04:00
.gitmodules fix for the crash 2026年04月17日 08:14:29 -04:00
build.gradle fix for the crash 2026年04月17日 08:14:29 -04:00
changelog.md fix for the crash 2026年04月17日 08:14:29 -04:00
COMPILING.md fix for the crash 2026年04月17日 08:14:29 -04:00
gradle.properties fix for the crash 2026年04月17日 08:14:29 -04:00
gradlew fix for the crash 2026年04月17日 08:14:29 -04:00
gradlew.bat fix for the crash 2026年04月17日 08:14:29 -04:00
LICENSE fix for the crash 2026年04月17日 08:14:29 -04:00
logo.png fix for the crash 2026年04月17日 08:14:29 -04:00
logo.xcf fix for the crash 2026年04月17日 08:14:29 -04:00
README.md fix for the crash 2026年04月17日 08:14:29 -04:00
settings.gradle fix for the crash 2026年04月17日 08:14:29 -04:00

DurabilityViewer

This is another mod that shows your item durabilities as I couldn't find one that had everything I wanted.

Differences to other similar mods are:

  • Show item durability numbers in color (green/white/yellow/red) depending on items state

  • Items that are at almost 100% show damage, not durability. For example, your diamond pick that was used 5 times will show -5, not 1556. Great when you're using the mending enchantment to fix your stuff and don't know the exact number you want to reach

  • Also show number of empty inventory slots; know at a glance if you can continue mining or should return to your chest

  • Play a warning sound when your item is about to break; stop losing your Efficiency V pick to not looking at the GUI

To make sure the mod doesn't slow down your minecraft, it has been optimized using JProfiler Logo.