Ekkesse's Armor HUD
No reviews yet
A configurable HUD element in-game letting you see each armor piece you are wearing, plus the durability of each armor piece.
Focuses on automation and resource processing through scientific and mechanical means, utilizing systems like electricity (RF/FE/etc), air pressure, or rotation.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
This mod displays a simple HUD element on your screen with each armor piece you are wearing.
Four slots are displayed on screen correlating to each armor piece. The mod has a configuration you can access pressing RSHIFT letting you change the following:
- Horizontal/vertical
- x/y pos
- Size
- Durability bar
- Spacing
- Empty slot (on/off)
- Keybind
if (json.has("horizontal")) horizontal = json.get("horizontal").getAsBoolean();
if (json.has("posX")) posX = json.get("posX").getAsInt();
if (json.has("posY")) posY = json.get("posY").getAsInt();
if (json.has("slotSize")) slotSize = json.get("slotSize").getAsInt();
if (json.has("spacing")) spacing = json.get("spacing").getAsInt();
if (json.has("showDurabilityText")) showDurabilityText = json.get("showDurabilityText").getAsBoolean();
if (json.has("showDurabilityBar")) showDurabilityBar = json.get("showDurabilityBar").getAsBoolean();
if (json.has("showEmptySlots")) showEmptySlots = json.get("showEmptySlots").getAsBoolean();
if (json.has("guiKeybindCode")) guiKeybindCode = json.get("guiKeybindCode").getAsInt();
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources