Compatibility
Minecraft: Java Edition
1.21.9
1.21.6
1.21–1.21.3
Platforms
Supported environments
Links
Creators
Details
Minecraft Info Display
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.
Features
Info Display:
- FPS
- Coordinates
- Biome
- Facing Direction
- Real Time
Toggle all of them on/off using a keybind or in the config menu.
Customization:
- Change the display order
- Change the (absolute) position of the HUD
- Change the color of the text
- Change the background color
- Customize the HUD text
- and more!
TODO:
- more customization options
- more info to display
- relative HUD position
Requirements
- Fabric API
- YetAnotherConfigLib
- Mod Menu (optional)
How to install
- Download the latest release on modrinth or from the releases page
- Put the downloaded jar file into your mods folder
- Launch the game
How to use
Open the configuration menu by either:
- running the command
/infodisplay
- opening it using Mod Menu
- setting a keybind for it in the controls menu
Contribute
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_XX
is the language code (e.g.en_us
for English (US),de_de
for German (DE)) - Copy the contents of
en_us.json
into the new file - Translate the values on the right side of the colons into the new language
- Create a pull request