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

Negative coordinates are wrong for X and Y axis. #78

Open Looki2000 opened 1 year ago

Looki2000 commented 1 year ago

Describe the bug Coordinates of X and Y axis are wrong for negative X and/or Y values. All following coordinates are displayed as 0, y, 0: 0, y, 0 -1, y, 0 0, y, -1 -1, y, -1

To Reproduce Go to coordinates with negative value/s of X and/or Y and see that they are different from F3 coordinates. Go to the center of the world and see that there are 4 columns of blocks that show up as 0, y, 0.