Back to mods
guy's Armor HUD project artwork

Modrinth · Minecraft mod

guy's Armor HUD

Adds a vanilla-like widget that shows your armor items and a warning if durability is too low. Originally by BerdinskiyBear, then forked by uku made multiloader by AnAwesomGuy.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which guy's Armor HUD release should I use?

Updated 5 months ago
Latest stable file 1.1.1+mc1.21.1-neoforge
Game version 1.21, 1.21.1
Loader NeoForge

guy's Armor HUD 1.1.1+mc1.21.1-neoforge targets 1.21, 1.21.1 with NeoForge. It must be installed on the client. Do not install it on the dedicated server. No extra mods listed for this file.

Where it goes

Is guy's Armor HUD required on the client, server, or both?

It must be installed on the client. Do not install it on the dedicated server.

Client Required
Dedicated server Not supported
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

This file is marked client-only.

What else does guy's Armor HUD 1.1.1+mc1.21.1-neoforge need?

1.1.1+mc1.21.1-neoforge. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add guy's Armor HUD without breaking your instance.

Built for guy's Armor HUD 1.1.1+mc1.21.1-neoforge. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 1.1.1+mc1.21.1-neoforge. It targets 1.21, 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    It must be installed on the client. Do not install it on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 1.1.1+mc1.21.1-neoforge. It opens that exact file at the source.

About this project

What does guy's Armor HUD add?

guy's Armor HUD

Minecraft mod that adds a HUD widget that shows your current armor items.

This mod adds a minimalistic vanilla-like widget that shows your armor items and a warning if durability is low enough.
While other mods expect the player to look at numbers all over the screen, this mod allows to see your armor items in a
vanilla-style minimalistic widget without extra text or numbers.
Position and other parameters of the widget can be adjusted in the configuration file.

See the gallery tab for pictures.

Features:

  • Support for both Neoforge and Fabric
  • Vertical mode
  • Different anchors:
    • Top
    • Top center
    • Bottom
    • Hotbar
  • Multiple styles
    • Hotbar style
    • Rounded
    • Rounded corners
    • No background
  • A warning icon for when your armor has low durability
  • Show durability numbers
  • Highly configurable

Configuration

You can configure the mod using Mod Menu on Fabric and the mod list on Neoforge or by using the JSON file in the
config folder.
Powered by Cloth Config.

  1. "enabled"
    • Master switch for this mod.
    • Type: boolean
    • Default value: true
  2. "anchor"
    • Place that the HUD widget is attached to.
    • Type: enum
    • Possible values:
      • "TOP_CENTER" - widget is placed at the top in the middle.
      • "TOP" - widget is placed at the upper corner on the preferred side.
      • "BOTTOM" - widget is placed at the bottom corner on the preferred side.
      • "HOTBAR" - widget is placed to the side from your hotbar.
    • Default value: "HOTBAR"
  3. "side"
    • Side on which widget is shown.
      If widget is anchored at the top in the middle this setting does nothing.
    • Type: enum
    • Possible values:
      • "LEFT"
      • "RIGHT"
    • Default value: "LEFT"
  4. "offsetX"
    • Offsets the widget on the horizontal axis.
      Positive numbers move it away from anchor point, while negative numbers move it toward the anchor point.
    • Type: integer
    • Default value: 0
  5. "offsetY"
    • Offsets widget on the vertical axis, otherwise the same as X offset.
    • Default value: 0
  6. "vertical"
    • If the widget should display vertically.
    • Type: boolean
    • Default value: false
  7. "style"
    • Widget slot style defines how slots are drawn on the screen.
      Try different styles to find ones that work and choose one that you prefer.
    • Type: enum
    • Possible values:
      • "HOTBAR"
      • "ROUNDED_CORNERS"
      • "ROUNDED"
      • "NONE"
    • Default value: "HOTBAR"
  8. "durabilityNumbers"
    • If the durability numbers should be shown.
    • Type: boolean
    • Default value: false
  9. "widgetShown"
    • This setting defines when slots of the HUD widget are shown.
    • Type: enum
    • Possible values:
      • "ALWAYS": slots are always shown.
      • "IF_ANY_PRESENT": all slots are shown if at least one of the armor slots is not empty.
      • "NOT_EMPTY": only not empty slots are shown
    • Default value: "NOT_EMPTY"
  10. "offhandSlotBehavior"
    • This setting defines the way widget reacts to offhand slot and attack indicator if it is at the hotbar.
      Setting does nothing unless widget is anchored at the hotbar.
    • Type: enum
    • Possible values:
      • "ALWAYS_IGNORE": widget never moves away to make space for hotbar or attack indicator.
      • "ADHERE": widget moves away when offhand slot is shown or attack indicator is at hotbar.
      • "ALWAYS_LEAVE_SPACE": widget always leaves space for the offhand slot even if it is not shown.
    • Default value: "ADHERE"
  11. "pushBossbars"
    • If widget is in the top middle bossbars will be pushed down by the widget.
    • Type: boolean
    • Default value: true
  12. "pushStatusEffectIcons"
    • If widget is in the top right corner effect icons will be pushed down by the widget.
    • Type: boolean
    • Default value: true
  13. "pushSubtitles"
    • If widget is in the bottom right corner subtitles will be pushed up by the widget.
    • Type: boolean
    • Default value: true
  14. "reversed"
    • Reverses order of armor items in the slots of the widget.
    • Type: boolean
    • Default value: true
  15. "iconsShown"
    • Shows special icons in empty slots.
    • Type: boolean
    • Default value: true
  16. "warningShown"
    • If enabled, a small warning will appear at the slot of the item with low durability.
    • Type: boolean
    • Default value: true
  17. "minDurabilityValue"
    • If durability value of a displayed item is equal or lower than this setting, a warning will be shown.
    • Type: integer
    • Default value: 5
  18. "minDurabilityPercentage"
    • If durability of a displayed item is equal or below this percentage, a warning will be shown.
    • Type: float
    • Default value: 0.05
  19. "warningBobIntensity"
    • This parameter defines how quickly warning icon will move up and down when shown.
      Lower the number quicker the motion.
    • Set to 0 if you want to disable the warning sign bobbing.
    • Type: integer
    • Default value: 3

Credits:

Project description from Modrinth.

Pick your setup

guy's Armor HUD by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

6 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

guy's Armor HUD versions and loaders

5 of 5 releases match

Looking for an older file? The official Modrinth project page is in Resources.