A simple, yet customizable, mod that can display some useful infos on the hud, similar to the one in Lunar Client.
I am very new to fabric modding, so if you have suggestions or find any bugs, DM me on Discord: @jamicah or open an issue on GitHub.
- FPS
- Coordinates
- Biome
- Facing Direction
- Real Time
Toggle all of them on/off using a keybind or in the config menu.
- Change the display order
- Change the (relative/absolute) position of the HUD
- Change the color of the text
- Change the background color
- Customize the HUD texts
- and more!
- more customization options
- more info to display
- Fabric API
- YetAnotherConfigLib
- Mod Menu (optional)
- Download the latest release on modrinth or from the releases page
- Put the downloaded jar file into your mods folder
- Launch the game
Open the configuration menu by either:
- running the command
/infodisplay - opening it using Mod Menu
- setting a keybind for it in the controls menu
Feel free to open an issue or a pull request on GitHub!
How to add localization for a new language:
- Create a new file in
src/main/resources/assets/coords_mod/lang/ - Name it
xx_XX.json, wherexx_XXis the language code (e.g.en_usfor English (US),de_defor German (DE)) - Copy the contents of
en_us.jsoninto the new file - Translate the values on the right side of the colons into the new language
- Create a pull request


