Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
Simple armor hud
A simple armor hud that adds your armor to the hud where you'd like it to be. It moves armor depending on your situation (underwater, in creative, on a mount) and has compatibility options for other mods. Everything is configurable through modmenu or a config file and a keybind toggle is available in the controls menu.
Features
Shows armor you're currently wearing
Different armor positions
Dynamic armor movement
Contribute
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. If you have any questions about the code or just want to talk, you can also join the discord.
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.


