johnvictorfs / simple-utilities-mod

A minecraft mod with some simple client-side interface utilities
https://modrinth.com/mod/simple-hud-utilities
MIT License
27 stars 21 forks source link

Arrows after Coordinates #36

Open numeralnathan opened 3 years ago

numeralnathan commented 3 years ago

Is your feature request related to a problem? Please describe. Sometimes I know what coordinates I want to head to but not sure which direction to head. I have to start heading one direction and see if the X and Z coordinates are changing in the right direction.

Describe the solution you'd like Please enhance the coordinates to include ↓ and ↑ next to X and Z depending on which way I am facing. So, if I am facing North, then there would be a ↓ after the Z coordinate and no arrow next to X. If I am facing East, then there would be a ↑ after the X coordinate and no arrow next to Z. If I am facing Northeast, then there would be a ↑ after the X coordinate and a ↓ after the Z coordinate. As I turn from Northeast to North, the arrow after the Z coordinate would get taller and strong color and the arrow after the X coordinate would get shorter and weaker color.

Additional context

Facing North: -120, 64, -201↓ (North) Facing East: -120↑, 64, -201 (East) Facing Northeast: -120↑, 64, -201↓ (Northeast)