Skip to content

Arian8j2/coordinates-display

 
 

Repository files navigation

Coordinates Display

Coordinates Display is a Client-side mod that adds an HUD to show your position, your chunk position, the direction you are looking in, the name of the biome you are in, and your Minecraft version.

hud1

Dependencies

Both versions of this mod embed BoxLib, a Client-side library mod developed by me.

Fabric

Requires Fabric API

Mod Menu is recommended for configuration purposes. It is required to open the Configuration GUI.

Forge

The forge version of this mod does not require any dependencies that must be installed.

Building

If you'd like to build this mod on your own machine, follow these steps.

  • Download the source code from GitHub (Code -> Download zip)
  • Extract the zip file onto your local machine, and open the folder.
  • Open a terminal prompt in said folder
  • Run the command "gradlew build"
    • The fabric build will be in "fabric/build/libs"
    • The forge build will be in "forge/build/libs"

Languages

  • Java 99.7%
  • Shell 0.3%