
Simple HUD Utilities
A collection of small improvements to the Game's HUD
Обновлён 8 июня 2024 г. · опубликован 12 апреля 2022 г.
END OF LIFE
Consider using an Simple Hud Enhanced instead
Adding this notice as of commit 5420a64d12e2738df9669c51b035e47e34876068 for the mod linked above
This mod is unlikely to receive future changes and has pending unsolved issues I couldn't get around to fixing/adding.
The mod linked above has more features and lots of unsolved bugs are already fixed. UX is pretty much the same and any feature it has over this one are toggleable if you want a more minimal experience.
Simple HUD Utilities
A Minecraft Mod that enhances the Game's HUD with some simple utilities like the following:
- HUD Features:
- Simplified coordinates that are available at all times on the screen (Example:
39, 64, 200asX, Y, Z) - Cardinal directions and which Coordinates are increasing/decreasing (Example:
(East X+)when looking East, where theXcoordinate is increasing) - Current armour and hand items and their durabilities, available at all times on the screen
- Different colors based on how low the durability is
- Current Game time in AM/PM format
- Current sprinting status
- Current framerate
- Current Biome the player is on
- Nether/overworld coordinates conversion
- Toggle key (editable in Controls screen, default is
k) - Settings page and config file with Mod Menu
- Requires Mod Menu mod to open settings screen in-game
- Config file:
.minecraft/config/simple_utilities.toml(does not require Mod Menu mod to edit)
- Simplified coordinates that are available at all times on the screen (Example:
| In-game HUD | Settings page (Requires ModMenu Mod) |
|---|---|
![]() |
![]() |
Planned features
- Add configuration to move any specific HUD elements around the screen (drag-and-drop if possible)
- Add option for E counter (entities) and C counter (chunk sections) (possibly M/C counters as well (monsters/creatures))
- Add current status effects duration to HUD
- Add Sun/Moon icons to the current game time, so it's easier to notice if it's Day or Night
FAQ
Does this Mod work on versions below 1.15?
- No, it might work on 1.14 with some changes, but not anything below 1.14, since this Mod is made with Fabric, which only supports Minecraft 1.14 and above.
Will this Mod get me banned from X multiplayer server?
- Maybe, maybe not (but probably not), the Mod is entirely Client-sided and does not require it to be installed on the Server, and mostly shows things already available to you at all times like coordinates and Cardinal directions, like an extended but simplified F3 Menu, but it has some exceptions, like very specific Game time, so some servers may not allow it, do look into the Server's rules carefully before using it, do not create issues here asking about that, since I won't know.
Will you add 'X feature not present in the Planned Features section'?
- Maybe, and only if it fits with the other features of the mod, create an issue about it, I only work on this project on my spare time, but I'd be happy to add wanted features if I can get around to it.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.6.2 | Релиз | 1.20.6 | fabric | 8 июня 2024 г. | .jar (1.1 МБ) |
| 2.6.1 | Релиз | 1.20.4 | fabric | 1 января 2024 г. | .jar (1.1 МБ) |
| 2.6.0 | Релиз | 1.20.1 | fabric | 2 августа 2023 г. | .jar (1.1 МБ) |
| 2.5.3 | Релиз | 1.19.3 | fabric | 10 января 2023 г. | .jar (1.1 МБ) |
| 2.5.2 | Релиз | 1.19, 1.19.1, 1.19.2 | fabric | 14 августа 2022 г. | .jar (1.1 МБ) |
| 2.5.1 | Релиз | 1.19, 1.19.1, 1.19.2 | fabric | 14 августа 2022 г. | .jar (1.1 МБ) |
| 2.5.0 | Релиз | 1.19 | fabric | 24 июня 2022 г. | .jar (1.2 МБ) |
| 2.4.0 | Релиз | 1.18.2 | fabric | 12 апреля 2022 г. | .jar (1.2 МБ) |
Ченджлог
2.6.2Релиз1.20.6 · 8 июня 2024 г.
What's Changed
Other Changes
- Update to 1.20.6 by @euronite in https://github.com/johnvictorfs/simple-utilities-mod/pull/84
New Contributors
- @euronite made their first contribution in https://github.com/johnvictorfs/simple-utilities-mod/pull/84
Full Changelog: https://github.com/johnvictorfs/simple-utilities-mod/compare/2.6.1...2.6.2
2.6.1Релиз1.20.4 · 1 января 2024 г.
What's Changed
Other Changes
- Update to 1.20.4 by @Ogg-Vorbis in https://github.com/johnvictorfs/simple-utilities-mod/pull/79
New Contributors
- @Ogg-Vorbis made their first contribution in https://github.com/johnvictorfs/simple-utilities-mod/pull/79
Full Changelog: https://github.com/johnvictorfs/simple-utilities-mod/compare/2.6.0...2.6.1
2.6.0Релиз1.20.1 · 2 августа 2023 г.
What's Changed
Other Changes
- Update to 1.20.1 by @johnvictorfs in https://github.com/johnvictorfs/simple-utilities-mod/pull/76
Full Changelog: https://github.com/johnvictorfs/simple-utilities-mod/compare/2.5.3...2.6.0
2.5.3Релиз1.19.3 · 10 января 2023 г.
What's Changed
Other Changes
- Minecraft 1.19.3 Support by @SoRadGaming in https://github.com/johnvictorfs/simple-utilities-mod/pull/69
New Contributors
- @SoRadGaming made their first contribution in https://github.com/johnvictorfs/simple-utilities-mod/pull/69
Full Changelog: 2.5.2...2.5.3
2.5.2Релиз1.19, 1.19.1, 1.19.2 · 14 августа 2022 г.
What's Changed
Other Changes
- Add player name, server name and server address elements by @mk499490 in https://github.com/johnvictorfs/simple-utilities-mod/pull/41
- Round down coordinates by @danielospina-b in https://github.com/johnvictorfs/simple-utilities-mod/pull/61
- Added Korean Translation by @gyular in https://github.com/johnvictorfs/simple-utilities-mod/pull/60
- New automatic release workflow for GitHub, Modrinth and CurseForge by @johnvictorfs in https://github.com/johnvictorfs/simple-utilities-mod/pull/62
New Contributors
- @mk499490 made their first contribution in https://github.com/johnvictorfs/simple-utilities-mod/pull/41
- @danielospina-b made their first contribution in https://github.com/johnvictorfs/simple-utilities-mod/pull/61
- @gyular made their first contribution in https://github.com/johnvictorfs/simple-utilities-mod/pull/60
Full Changelog: 2.5.1...2.5.2
2.5.1Релиз1.19, 1.19.1, 1.19.2 · 14 августа 2022 г.
What's Changed
- Fix support for ClothConfig/ModMenu by @SpencerBurgess in #56
- Fixes not being able to change the mod's settings in ModMenu
Full Changelog: 2.5.0...2.5.1
2.5.0Релиз1.19 · 24 июня 2022 г.
What's Changed
- MC 1.19 support by @SpencerBurgess in #54
New Contributors
- @SpencerBurgess made their first contribution in #54
Full Changelog: 2.4.0...2.5.0
2.4.0Релиз1.18.2 · 12 апреля 2022 г.
What's Changed
- Update issue templates by @johnvictorfs in #30
- Update bug report issue template by @johnvictorfs in #31
- Add Portuguese (Portugal) translation. by @TheGameratorT in #35
- Compatibility for 1.18 snapshots by @nfsprodriver in #38
- 1.18, Nether conversion, Spanish translation by @rogama25 in #43
- 1.18.2 support by @johnvictorfs in #47
New Contributors
- @TheGameratorT made their first contribution in #35
- @nfsprodriver made their first contribution in #38
- @rogama25 made their first contribution in #43
Full Changelog: 2.2.0...2.4.0
Полная история изменений — на Modrinth.
Комментарии
Загружаем…



