When using the f3 screen the chunk coords are not showing correctly. This is a freah install of minecraft so I'm not sure if I am missing a setting that would show this, I have the setting reduced debug info off.
Attachments
Comments 5
But the screen doesn't show the x, y, z in the chunk, the numbers after the word chunk say 7 4 6, but my y coord isn't 4, its 71, and the chunk numbers only change when I leave that chunk
Sorry, correction, the Block's xyz in the square brackets is the in-chunk coordinates, the chunk xyz is the position of the chunk in the region file.
7x16+0=112, 4x16+7=71, 6x16+9=105, which match your world coordinates.
Nothing shown in the debug menu in your screenshot is incorrect.
But the chunk coords used to show where you were in the chunk though! I used it to find buried treasure chest
"Chunk:" shows you the xyz within the chunk, chunks are 16x16(x16) so the value is 0-15.What did you expect it to show?