A dashboard displaying speed, height, and navigation during elytra aviation.
This is a client-side mod for Minecraft 1.12.2, powered by liteloader.
- Confirm that your Minecraft version is
Java Edition 1.12.2
. If you want something in versions of1.13+
, pressALT + F4
. - Ensure that you have installed a liteloader for your Minecraft client.
- Download the latest release, which should be a LITEMOD file
mod-elytradashboard-<version>-mc1.12.2.litemod
. - Move the file into the
.minecraft/mods/
directory of your game, and then launch the game.
Work in progress
- Clone the repository.
- You MAY have to run
gradle setupDecompWorkspace
.
Before release, ensure the mod version is correct:
Run your task by one of the following commands:
- Run
gradle build
, and the release will be a file with postfix.litemod
in thebuild/libs/
directory. - Run
gradle runClient
to test the mod on the IDE.