Minenash / CustomHUD

A highly customizable variable-based text HUD for Minecraft
MIT License
80 stars 23 forks source link

{nx} {nz} return wrong values while player is in nether #63

Closed dibolek closed 1 year ago

dibolek commented 1 year ago

Used build: Release [[1.19] CustomHud v2.1.0]

The{nx} {nz}variables while being in overworld (OW) return nether (NT) coordinates, which are OW coords divided by 8, and this is correct. But while being in NT, these variables return NT coords divided by 8, which is wrong. NT coords should be multiplied by 8 to show OW coords (wiki says: "If already in the nether, then the overworld equivalent").

dibolek commented 1 year ago

Alredy posted. Duplicated.