exkc / coordinates-display

A basic mod that displays your Coordinates on the In-game HUD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Versions 10.0.0+ of this mod require 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"

About

A basic mod that displays your Coordinates on the In-game HUD.

License:MIT License


Languages

Language:Java 100.0%