
HUD manager AKA hudman
And a mod that allows you to set up custom hud using a JSON config file
- Загрузки
- 1K
- Подписчики
- 3
- Обновлён
- 26 апреля 2025 г.
- Лицензия
- GPL-3.0-only
Опубликован 21 ноября 2024 г.
Hud Manager
On another custom HUD mod
But this time it's aimed towards the power user
At the moment this mod is very not user friendly i'm working on to change that
The future of the mod
Due to current life events I have taken a little bit of a break I've been working on some C projects of recent and I haven't been able to get around to this mod It is not dead but on hiatus
Important
Do not use mod version 1.7.0 to 1.8.0 They are broken use 1.8.1
📖 What's this mod?
a client side minecraft mod that I’ve created in my free time for mc1.21.4
the main feature of the mod is To allow the user to create custom HUD using a config file written in Json.
Fun fact: this was originally just made as a test mod to see if I can even write mods
✅ Features:
- A Detailed Json config file
- Many customizable built-in hud elements
- Expandability: this mod can be expanded upon by other mods
- Performant: Due to its minimal design it's really fast
- and for the dev's The API is quite easy More info on Github
- A new preset system That allows you to create pseudo elements using preexisting elements
📖 How do you get this thing working
you'll find the config file while in the config folder.
Here's an example config file:
{
"ver":"v1.0",
"elements": [ // The list of elements to be shown on your screen
{
"elementId": "hudman:velocity_vector", // The element you want on your screen
"cords": {"x": 100, "y": 110}, // Where you want the element
"width": 0, // This one doesn't work and might be removed
"height": 0, // same with this one too
"scale": 0.75, // Scales your element
"pairGameHudElement": "", //Just leave this blank
"enable": true, // If this is false then the mod will not render your element
"strings": [ // Element Specific settings
"doTooltip" // To render a tool tip background for this element
]
}
],
"debug": false, // Leave this off this is for the devs
"errorNotification": false // To show a notification on screen if an element doesn't work
}
This will add this hud element to your game

This element visualizes your velocity. it also has a very nice tooltip background
This was enabled by "doTooltip" The strings section is very versatile but it is very dependent on the element
Let's list off the elements
hudman:cords: Puts the cords on your screen is customizablehudman:text: This puts text on your screenhudman:compass: It just a little text compass showing what direction you're facinghudman:velocity_vector: The one shown abovehudman:fps: This one puts the FPS on your screen- And more to come
🔧 How to contribute
Info on how to contribute code can be found here
Please be warned that my spelling is terrible due to my dyslexia and I use text to speech a lot
Ченджлог
1.8.1-mc1.21.4Релиз1.21.4 · 26 апреля 2025 г.
The bug was made by my own stupidity the bug I need to make a better development cycle
1.6.1-mc1.21.4Релиз1.21.4 · 26 февраля 2025 г.
Small simple patch
1.6.0-mc1.21.4Релиз1.21.4 · 12 декабря 2024 г.
Some back end changes so be careful with your extension mods
And finally updated to a more modern version of minecraft
Some people would say I'm wrong though
1.5.6-mc1.20.1Релиз1.20.1 · 30 ноября 2024 г.
Small change to the back end
for more information see the Github release
1.5.5-mc1.20.1Релиз1.20.1 · 25 ноября 2024 г.
Fix the bug to wear if a exception occurred while loading element it would say that the element does not exist it now says the appropriate error message When an exception has occurred
For more info please see the corresponding Github release
1.5.4-1.20.1Релиз1.20.1 · 25 ноября 2024 г.
Rewrote some stuff and made the text element now Does Qlang live Parsing on render
1.5.3-beta-mc1.21.1Бета1.21.1 · 24 ноября 2024 г.
A simple port of the 1.5.3 code base
1.5.3Релиз1.20.1 · 24 ноября 2024 г.
A big change for the back end small for the front end
For how the back end changed look at the Github
Комментарии
Загружаем…