This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:gbl/DurabilityViewer
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 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](https://www.ej-technologies.com/images/product_banners/jprofiler_small.png "Logo")](https://www.ej-technologies.com/products/jprofiler/overview.html). |