The Astrolabe is a craftable tool that shows the player's current coordinates in the action bar while held.
Items:
| item | loot table |
|---|---|
Astrolabe |
astrolabe:astrolabe |
Advancements:
| title | description |
|---|---|
Star Taker |
hold an astrolabe on either hand |
The Astrolabe can be crafted and the recipe is unlocked when holding a Globe Banner Pattern.
Holding it in any hand shows the following text in the action bar:
<dimension> <x> <y> <z> <facing> <chunk> <region>
| field | contents |
|---|---|
| dimension | The name of the current dimension, e.g.: minecraft:overworld. |
| x y z | The coordinates of the block that contains the center of the player's feet. |
| facing | A cardinal direction (N, S, E, W) or vertical direction (U, D). |
| chunk | The x,z coordinates of the chunk (a chunk is 16 blocks on a side). |
| region | The x,z coordinates of the region (a region is 512 blocks on a side). |
Updates players holding an astrolabe every tick.
None.