Skip to content

Commit

Permalink
Merge pull request #27 from legoraft/dev
Browse files Browse the repository at this point in the history
Updated readme with better info and better layout
  • Loading branch information
legoraft authored Oct 26, 2023
2 parents 11c79c3 + 0934747 commit 6921db0
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,38 @@
<p align="center">
<img src="https://user-images.githubusercontent.com/50689727/130094678-7640882a-e9dc-4c09-837c-e9eb1c99b0cd.png" width="72px" height="72px"/>
<img src="https://user-images.githubusercontent.com/50689727/130094678-7640882a-e9dc-4c09-837c-e9eb1c99b0cd.png" alt="Simple armor hud logo" width="72px" height="72px"/>
</p>

<h1 align="center">Simple armor hud</h1>

<p align="center">
<img src="https://img.shields.io/badge/for%20MC-1.17.x,%201.18.x,%201.19.x,%201.20.x-green" alt="Minecraft version"/>
<img src="https://img.shields.io/github/v/release/LegoRaft/simple-armor-hud?color=yellow" alt="Release"/>
<img src="https://img.shields.io/modrinth/dt/tJflAtvJ?label=modrinth"/>
<img src="https://img.shields.io/modrinth/dt/tJflAtvJ?label=modrinth" alt="Modrinth downloads"/>
<img src="https://img.shields.io/github/downloads/legoraft/simple-armor-hud/total" alt="Github downloads"/>
</p>

## Information

### Features
This mod shows your armor above the foodbar in the in-game hud. Also moves armor up when underwater and down when in creative. <br>
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.

<img src="https://user-images.githubusercontent.com/50689727/130084592-5a35579a-f300-4c6e-b6ad-9b6bd620904c.png" alt="armor hud third person" width="640"/> <br>
_Shows armor you're currently wearing_
<img src="https://cdn.modrinth.com/data/tJflAtvJ/images/dcc817d1be3765a8af5ef581bff1abe909c77e47.png" alt="armor hud underwater" width="640"/><br>
_Moves armor up underwater_

### Bugs
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 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).

### Dependencies
Simple armor hud doesn't require any other mods.

### Installation
Releases for the mod are found on [Modrinth](https://modrinth.com/mod/simple-armor-hud), [Releases](https://github.com/LegoRaft/simple-armor-hud/releases) and on [Curseforge](https://www.curseforge.com/minecraft/mc-mods/simple-armor-hud). <br>
For an installation tutorial, go [here](https://fabricmc.net/wiki/install). _Note: Simple armor hud **doesn't require** the Fabric API_
Releases for the mod are found on [Modrinth](https://modrinth.com/mod/simple-armor-hud), [Releases](https://github.com/LegoRaft/simple-armor-hud/releases) and on [Curseforge](https://www.curseforge.com/minecraft/mc-mods/simple-armor-hud). 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 **doesn't require** the Fabric API_

### Build

You can also build the mod directly from the github repository. <br>
For this, download or clone the github repository. <br>
Next, go to the directory with `cd user/directory/mod` (where you use the actual directories where the mod is stored, this is just an example.) <br>
After this, run `gradlew build`. <br>
When the task is completed, go to the 'build' and the 'libs' folders, and drag the simple-armor-hud-1.x.x-x.x.x file to your mods folder. Ignore the -sources file, you can delete it.
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 <location of cloned repo>`.
3. Run `./gradlew build` on linux or macos or `gradlew build` on windows.
4. Get the mod file from the `/build/libs` folder.

0 comments on commit 6921db0

Please sign in to comment.