Durabarity
ModGPL-3.0-or-later

Durabarity

Yet another durability utility.

18
Downloads
1
Followers
2 months ago
Updated
📦
4
Versions

📖About Durabarity

General

Just another way to show item durability. This particular one aims to stick to Minecraft's look and feel.

It displays a message at the location where the action bar normally appears when durability is added or removed from the item in your main hand. It shows the current durability, as well as whether it has lost or gained durability, and the percentage remaining.
It supports any item.

Configuration

You can customize the messages send on durability change in the config file of the mod, which you need modmenu for to access.
Durability being added and being removed have two different formats you can set, where every text is possible. You can make it have colors with minecraft's color codes, using &, for example, green would be &a. You can find other color codes on this site.
It also has some information you can parse into it. They are the following:

  • %item% -> shows the display name of the item of which the durability has changed
  • %durability% -> shows the current durability of the tool, so after the change
  • %percentage% -> shows the current percentage of the full durability that is left on the tool

Suggestions

If you have ideas on how I could further improve this mod, I would be happy to consider your suggestions. Just add an issue on GitHub.

As special thanks to:

  • SandWhoop, for coming up with the mod
  • NotchArrow, for making the mod icon