The coordinates -0,-0,-0
What I expected to happen was...:
when going from 0,y,0 to the north-west (negative X, negative Z) the coordinates change to -1,y-1
What actually happened was...:
the coordinates went to -0,y,-0
Steps to Reproduce:
1. go to 0,y,0
2. move one block diagonally to the north-west
3. press f3 and look at the coordinates
Linked issues
Comments 2
Thank you for your report!
We're tracking this issue in MC-36602, so this ticket is being resolved and linked as a duplicate.
That ticket has already been resolved as working as intended, which means this is not considered a bug and won't be fixed. Please do not leave a comment on the linked ticket.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
-0.something != -0, you're on -0.5, for example, which is half a block in the negative direction.
Duplicate of MC-36602.