With these seeds, you spawn under water in an ocean biome:
13
-3597953805151817340
Linked issues
is duplicated by 12
relates to 3
Comments 27
Anyways, it's a duplicate of MC-2416.
Afaik, the game always tries to find dry land to spawn the player on (or at least very near). However, spawning in the middle large body of water is such a rare event that I'd leave it as an interesting challenge. Just roll a new world if not like..
In that particular seed, the game has already generated hundreds of random chunks in search of a suitable spot to spawn on, but apparently finally gives up.
(EDIT: source code tells the game does 1000 random movements from 0,0 and checks the spot for good spawn place; if all those spots are bad, the last try will be kept, no matter where it is.)
And no, its not duplicate of MC-2416 (that is about spawning inside features on dry land, this is about not finding that dry land in the first place).
Can confirm this occurs in 15w50a snapshot. Although, I am using 'Good Luck' preset and my spawn area is a small island surrounded by a lava ocean and other small islands. Nevertherless, Several times when I die (as I have not found sheep to set my spawn) I will spawn in the lava itself. Occurs in my case about 2/5 times.
Windows 10 (PC version of the game), Java 1.8
Relates to MC-67939. A simple partial fix to both bugs would be to make a rule that if land can't be found to spawn the player on, it allows them to spawn on top of water blocks. That way they at least wouldn't drown.
Also, could the description please be updated to include a current seed?
What's the bug?