← Назад к ресурсам

Simple Armor Hud

A small mod that shows the armor you're currently wearing above the food bar

Modrinth equipment utility

Описание

# 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](https://github.com/LegoRaft/simple-armor-hud/issues). If you have any coding experience and want to help out with development, fork the repository and open a [pull request](https://github.com/legoraft/simple-armor-hud/pulls). If you have any questions about the code or just want to talk, you can also join the [discord](https://discord.gg/rbczmnbwKR). ### 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](https://github.com/legoraft/simple-armor-hud/pulls) and add your translation in a new [lang file](https://github.com/legoraft/simple-armor-hud/tree/main/src/main/resources/assets/simple-armor-hud/lang). The [`en_us.json`](https://github.com/legoraft/simple-armor-hud/blob/main/src/main/resources/assets/simple-armor-hud/lang/en_us.json) file is the source of truth for translation keys, so reference that one. ### Dependencies Simple armor hud requires the [Fabric API](https://modrinth.com/mod/fabric-api) ### Installation Releases for the mod are found on [Modrinth](https://modrinth.com/mod/simple-armor-hud) and [Releases](https://github.com/LegoRaft/simple-armor-hud/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](https://fabricmc.net/wiki/install) _Note: Simple armor hud **requires** the Fabric API_ ### Build To build from source, follow these steps: 1. Open a terminal and clone the repository using `git clone https://github.com/legoraft/simple-armor-hud`. 2. Go into this directory using `cd `. 3. Run `./gradlew build` on linux or macos or `gradlew build` on windows. 4. Get the mod file from the `/build/libs` folder.