maruohon / minihud

A client-side Minecraft mod with configurable "info lines" ("mini-F3") and various overlays, such as light level and structure bounding boxes
GNU Lesser General Public License v3.0
410 stars 104 forks source link

More flexible coordinate format #302

Open Rayerdyne opened 1 year ago

Rayerdyne commented 1 year ago

Hi there !

I wanted to remove the y axis from the HUD, I could not, so I did this :-) I used regex, it may be a little overkill in complexity compared to simply add an trick to tell: no-y coordinate (I guess that nobody would use just x as coordinates for real lmao). It's thus possible just to display whatever string you want (<128 characters though), well it will not hurt anybody.

Love to y'all