Simple armor hud
Information#
This mod shows your armor above the foodbar in the in-game hud. It also moves armor up when underwater and down when in creative and has a few config options for compatibility with other mods. You can toggle the armor hud on or off with a keybind, configurable through the normal menu.
Features#
Shows armor you're currently wearing

Moves armor up underwater
Bugs#
If you have any bug reports or a suggestion for the mod leave them here. If you have any coding experience and want to help out with development, fork the repository and open a pull request.
Translations#
This mod currently supports the following languages:
- English
- Dutch
- German
- Vietnamese
- Traditional Chinese
If you see any missing languages or ar familiar translating, feel free to open a pull request and add your translation in a new lang file. The en_us.json file is the source of truth for translation keys, so reference that one.
Dependencies#
Simple armor hud requires the Fabric API
Installation#
Releases for the mod are found on Modrinth and Releases. After downloading, you can put the .jar file in your mods folder. If you don't have fabric installed, take a look at this installation tutorial Note: Simple armor hud requires the Fabric API
Build#
To build from source, follow these steps:
- Open a terminal and clone the repository using
git clone https://github.com/legoraft/simple-armor-hud. - Go into this directory using
cd <location of cloned repo>. - Run
./gradlew buildon linux or macos orgradlew buildon windows. - Get the mod file from the
/build/libsfolder.