Coordinates Display
Introduction

Coordinates Display significantly enhances the gaming experience by adding an information panel to the screen. It displays your precise coordinates in the game world, current chunk coordinates, viewing direction, up-to-date information about the biome you're in, and even shows the Minecraft version.
Installation and Dependencies
This mod requires installation of BoxLib - a client-side library developed by me.
- Install Minecraft Forge/Fabric/Neoforge: Download and install the appropriate mod loader for your Minecraft version.
- Download the mod: Download the latest version of Coordinates Display for your mod loader and Minecraft version.
- Download BoxLib: Download the latest version of BoxLib for your mod loader and Minecraft version.
- Place mod files: Put the downloaded jar files into your Minecraft mods folder. The location of this folder depends on your operating system.
Dependencies for Fabric

Mod Menu is recommended for configuration purposes.
Dependencies for Forge/NeoForge
This mod requires installation of BoxLib - a client-side library developed by me.
Key Features
1. Various Ways to Display Coordinates

Coordinates Display offers numerous different "display modes" to choose from, each adapted to various player preferences and needs.
2. High Customizability

The mod features an intuitive configuration screen designed for easy setup, allowing users to effortlessly adapt settings to their individual preferences.
3. Easy Positioning

Coordinates Display provides users with a convenient HUD positioning screen, allowing easy scaling and moving of the coordinates panel to any desired location on the game screen.
4. Customizable Colors

The mod offers a simple way to colorize your HUD by allowing effortless customization of displayed text colors.
5. Death Location Saving

Coordinates Display conveniently shows your death location directly on the death screen and automatically records it in chat after respawning, making it easy to return to your items.
6. Essential Key Bindings

The mod provides a complete set of customizable key bindings, designed to improve the configuration process and enhance user convenience.
7. Position Marking

Coordinates Display includes a position marking feature that allows easy marking and saving of specific coordinates, providing quick navigation back to these locations at any time.

Additionally, you can share these marked positions with other players, facilitating collaborative exploration and coordination in the game.
Contributing
We welcome contributions! Feel free to create issues or pull requests through our GitHub repository. Your suggestions help us improve and develop the mod.
Translations
We welcome translations! If you're interested in translating this mod, please find the localization files and submit a pull request. Your contribution helps make the mod accessible to more users worldwide.
Support
If you encounter any issues, please create an issue in the GitHub repository.
Building
If you want to build this mod on your computer, follow these steps.
- Download the source code from GitHub (Code → Download zip)
- Make sure Java is installed
- Extract the zip file on your local computer and open the folder
- Open a terminal in this folder
- Run the command "gradlew build"
- The fabric build will be in "fabric/build/libs"
- The forge build will be in "forge/build/libs"
- The neoforge build will be in "neoforge/build/libs"