The list of biomes a player has visited, which is presumably supposed to be used for the “Adventuring Time” achievement (but is not because of MC-30527), is reset on each login.
One way to reproduce:
Get the “The End?” achievement.
Leave the End.
Log out. (Save and quit to title on singleplayer)
In the server's world file, have a look at stats/<your player name>.json — notice several biomes, including Sky, listed under achievement.exploreAllBiomes, under progress.
Log back in.
Notice that the Sky biome is missing from the jsonfile. (And in fact, it is empty until you move again.)
Comments 7
Can definitely confirm. Every single visited biome is removed from the json file when loading a world/logging in. It then starts from scratch once you move around. Definitely needs fixing.
This works now but MC-30527 still doesn't
Confirmed.