Added readme

This commit is contained in:
lukasabbe
2026-02-21 14:37:21 +01:00
parent 2234facd26
commit 9a8147eab0
5 changed files with 41 additions and 3 deletions
+34
View File
@@ -0,0 +1,34 @@
# Simple Transport HUD
Simple Transport HUD adds simple HUD:s to many transports in Minecraft.
The mod comes with an extensive config. You can access it with ModMenu and YACL
Transports included:
- Elytra
- Minecarts
- Boats
- More coming
Examples:
- Elytra ![Elytra example](./images/ElytraExample.png)
- Boat ![Elytra example](./images/BoatExample.png)
- Minecart ![Elytra example](./images/MinecartExample.png)
# Looking for a server?
Get BisectHosting and save 25% off for new customers using code Lukas at checkout.
Thanks for your support — it helps me develop this and other mods I make!
#ad
[![Support me](https://www.bisecthosting.com/partners/custom-banners/ca44e941-2306-414c-8c65-7c50bc6fcf48.webp)](https://bisecthosting.com/Lukas)
# Open source
Nearly all my mods are OpenSource and under the MIT license.
If you want to help the development, check out the [GitHub](https://github.com/lukasabbe/SimpleTransportHud)!
# Inspiration and credit
- Lukasabbe mode the coded
- Lemonixi made the graphics.
- Smurre requested it
Thank you all for downloading the mod!
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

+7 -3
View File
@@ -3,9 +3,13 @@
"id": "simpletransporthud", "id": "simpletransporthud",
"version": "${version}", "version": "${version}",
"name": "Simple Transport HUD", "name": "Simple Transport HUD",
"description": "", "description": "A Hud mod for different transports in Minecraft ",
"authors": [], "authors": ["Lukasabbe"],
"contact": {}, "contact": {
"homepage": "",
"sources": "https://github.com/lukasabbe/SimpleTransportHud",
"issues": "https://github.com/lukasabbe/SimpleTransportHud/issues"
},
"license": "MIT", "license": "MIT",
"icon": "assets/simpletransporthud/icon.png", "icon": "assets/simpletransporthud/icon.png",
"environment": "*", "environment": "*",