Simple HUD Utilities

Simple HUD Utilities

122k Downloads

Coordinates should be floored

Fixer90JU opened this issue ยท 3 comments

commented

The coordinates should be floored instead of rounded, that way they match how the actual debug screen would show them, as well as have it to where the coordinates change as you change which block you're standing on, instead of halfway across a block.

commented

Should actually round down the number (towards 0), because flooring in negative coordinates would show a number below the expected value. (e.g if F3 shows -3.33333 the mod HUD would show -4)

commented

Should actually round down the number (towards 0), because flooring in negative coordinates would show a number below the expected value. (e.g if F3 shows -3.33333 the mod HUD would show -4)

For sure โ€” thanks for the correction.