diff --git a/README.md b/README.md new file mode 100644 index 0000000..22b9543 --- /dev/null +++ b/README.md @@ -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! \ No newline at end of file diff --git a/images/BoatExample.png b/images/BoatExample.png new file mode 100644 index 0000000..08a2623 Binary files /dev/null and b/images/BoatExample.png differ diff --git a/images/ElytraExample.png b/images/ElytraExample.png new file mode 100644 index 0000000..76791bb Binary files /dev/null and b/images/ElytraExample.png differ diff --git a/images/MinecartExample.png b/images/MinecartExample.png new file mode 100644 index 0000000..0e6200b Binary files /dev/null and b/images/MinecartExample.png differ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 3276e7d..c86a3e7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,9 +3,13 @@ "id": "simpletransporthud", "version": "${version}", "name": "Simple Transport HUD", - "description": "", - "authors": [], - "contact": {}, + "description": "A Hud mod for different transports in Minecraft ", + "authors": ["Lukasabbe"], + "contact": { + "homepage": "", + "sources": "https://github.com/lukasabbe/SimpleTransportHud", + "issues": "https://github.com/lukasabbe/SimpleTransportHud/issues" + }, "license": "MIT", "icon": "assets/simpletransporthud/icon.png", "environment": "*",