Minenash / CustomHUD

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

Feature Request: operator for "end" just like "nether" #3

Closed campbebj closed 3 years ago

campbebj commented 3 years ago

It would be great if we had a boolean to detect if the user is in the end, so i could properly handle nether and overworld coordinates in that situtation.

Minenash commented 3 years ago

I can definitely add it, but aren't the overworld and nether the same scale?

campbebj commented 3 years ago

Well they dont apply when you're in the end as far as i know.

my line 1 shows current coordinates and says what dimension you're in. and then if youre in the nether line 2 shows overworld coordinates, and if youre in the overworld then line 2 shows nether coordinates. but if you're in the end i dont want to show either.

Minenash commented 3 years ago

Added in v1.1.0.

Sorry that took so long, it really shouldn't have