[Suggestion] Config to increase HUD distance
Killercrab432 opened this issue ยท 1 comments
Request to either add a config or just increase the distance in which the hud health bars on the top left appear, i feel like the base of 5-6 blocks is quite small especially for people who just want to use your mod for the hud health bars (as they are quite nice looking) and not for the health bars that hover above enemies (which also has a render distance config).
Love the mod btw imo its the nicest looking Health bar mod for fabric 1.20.1 and the extensive configuration is an awesome bonus
Also if this is an option somewhere i apologise if i missed it ๐
So the current distance limit is actually your attack reach. The HUD is really just grabbing whichever mob the player is targeting. (Which is why the distance is longer in creative mode.)
Using a raycast instead would allow the distance to be configurable, but it presents its own questions such as how glass and transparent blocks should be handled, etc.
I'll consider it.