
ASH 2 - Another Sophisticated HUD
HUD with FPS count, coordinates, (block) light level, biome and time
- Загрузки
- 17K
- Подписчики
- 26
- Обновлён
- 18 июня 2026 г.
- Лицензия
- MIT
Опубликован 26 сентября 2023 г.
This Fabric mod shows you FPS count, coordinates, (block) light level, biome and time. You can hide individual values if you are not interested in them. You can show coordinates in concise format.
It is client-side only.
You can change the settings in the mod menu if installed.
The mod is based on ASH by umollu.
Available commands:
\ash2toggle - show/hide complete ASH 2 HUD
\ash2reset - reset ASH 2 settings to default
\ash2togglefps - show/hide FPS count
\ash2togglecoords - show/hide coordinates
\ash2toggledirection - show/hide direction
\ash2color r g b - set new text color (integers for red, green, blue)
\ash2togglelightlevel - show/hide light level
\ash2toggletime - show/hide time
\ash2togglebiome - show/hide biome name
\ash2toggleconcisecoords - switch to concise coordinates and back
\ash2backgroundcolor - set RGB color value for HUD text background
\ash2togglebackground - set/unset HUD text background
\ash2backgroundalpha - set alpha (opacity) value for HUD text background
\ash2textalpha - set alpha (opacity) value for HUD text
Ченджлог
2.1.0+mc26.2Релиз26.2 · 18 июня 2026 г.
Make mod compatible with Minecraft 26.2
2.0.0+mc26.1Релиз26.1, 26.1.1, 26.1.2 · 27 марта 2026 г.
To support Minecraft 26.1, there are more changes necessary than usual:
- Obfuscation has been stopped, so we need to convert our code to the unobfuscated structure
- No obfuscation means yarn is not needed anymore
- Maven publishing has never been used, so we can remove it
1.9.0+mc1.21.9Релиз1.21.9, 1.21.10, 1.21.11 · 3 октября 2025 г.
Make mod compatible with Minecraft 1.21.9
1.8.0+mc1.21.6Релиз1.21.6, 1.21.7, 1.21.8 · 13 июля 2025 г.
Colors have been greatly reworked in this update.
Change log:
- Fixed order of drawing text and background (HUD text is drawn after background which improves visibility)
- Color settings for HUD text color and HUD background color are split into actual color and alpha value
- Colors are handled as colors in ModMenu (see ColorPicker)
- Alpha values for text and background can be set by command or ModMenu
So new commands are:
/ash2backgroundalpha
/ash2textalpha
1.7.1+mc1.21.6Релиз1.21.6, 1.21.7 · 10 июля 2025 г.
Change log:
- fixed bug in reset function
1.7.0+mc1.21.6Релиз1.21.6, 1.21.7 · 18 июня 2025 г.
Advice: I recommend to reset the mod settings for this update by executing
/ash2reset
Changelog:
- the color parameter in DrawContext.drawTextWithShadow(...) needed adjustment
- updated build settings
1.6.0+mc1.21Релиз1.21.3, 1.21.4, 1.21.5 · 19 апреля 2025 г.
- migrated code to codeberg.org
- label mod as client-sided
- show authors as intended
1.5.0+mc1.21Релиз1.21.3, 1.21.4, 1.21.5 · 26 июля 2024 г.
Added command for toggling biome display.
Комментарии
Загружаем…