Minenash / CustomHUD

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

Nether coordinates are divided by 8 when in nether. #62

Closed ThorsThunder04 closed 2 years ago

ThorsThunder04 commented 2 years ago

I wanted to set up a profile where it can display the overword coordinates and nether coordinates, and also have it work the other way around when in the nether. here's the screen shot I have, first coords are with the {bx} etc, second are with {nx} etc. image

So in the nether, the nether coordinates just end up being 8x smaller than the actual nether coordinates. I think it would be cool if when in the nether, the current coordinates you are at are multiplied by 8, that way it would switch to the overworld coordinates when you are in the nether.

Minenash commented 2 years ago

Duplicate of #49. I did just find the problem though, more details in the newest comment there.