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.
Shows armor you're currently wearing
Moves armor up underwater
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.
This mod is available with english and dutch translations, if you know any other translations, create a pull request with a new lang file with your translation.
Simple armor hud requires the Fabric API
Releases for the mod are found on Modrinth, Releases and on Curseforge. 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
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 build
on linux or macos orgradlew build
on windows. - Get the mod file from the
/build/libs
folder.