Coordinates Display enhances the client-side experience by incorporating a heads-up display (HUD) that provides detailed information. It includes your precise coordinates within the game world, your current chunk coordinates, the specific direction you are facing, real-time updates on the biome you are currently traversing, and even displays the version of Minecraft you are playing.
This mod requires BoxLib a Client-side library mod developed by me.
- Install Minecraft Forge/Fabric/Neoforge: Download and install the appropriate modloader for your Minecraft version.
- Download the mod: Download the latest release of Coordinates Display for your specific modloader and Minecraft version
- Download BoxLib: Download the latest release of BoxLib for your specific modloader and Minecaft version
- Place the mod jars: Drop the downloaded jar files into your Minecraft mods folder. The location of this folder varies depending on your operating system.
Mod Menu is recommended for configuration purposes.
This mod requires BoxLib a Client-side library mod developed by me.
Coordinates Display provides a wide array of diverse "display modes" for you to select from, each tailored to suit various preferences and needs.
Coordinates Display features an intuitive configuration screen designed for effortless customization, ensuring users can easily adjust settings to tailor their experience according to individual preferences.
Coordinates Display provides users with a user-friendly HUD position screen, allowing for seamless scaling and adjustment of the coordinates HUD to any desired position across the in-game HUD.
Coordinates Display offers a straightforward way to colorize your HUD by allowing you to effortlessly customize the colors of the displayed text.
Coordinates Display conveniently showcases your death position directly on the death screen and automatically logs it in the chat upon respawn, ensuring you can easily return to your items.
Coordinates Display provides a comprehensive selection of customizable keybindings, designed to better configuration processes and enhance user convenience.
We encourage contributions! Don't hesitate to open issues or pull requests through our GitHub Repository. Your input helps us improve and evolve.
We welcome translations! If you're interested in translating this mod, please locate the localization files and submit a pull request. Your contributions help make the mod accessible to more users worldwide.
If you encounter any issues, please open an issue on the GitHub repository.
If you'd like to build this mod on your own machine, follow these steps.
- Download the source code from GitHub (Code -> Download zip)
- Make sure Java is installed
- 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"
- The neoforge build will be in "neoforge/build/libs"