The bug
Baby drowned sometimes spawn as chicken jockeys, which causes them to dismount the chicken, chicken just ascends and start randomly swimming around on the sea surface.
Code analysis
Code analysis can be found in this comment.
Linked issues
is duplicated by 2
Attachments
Comments 9
Affects 1.17 per MC-228442.
Code analysis (Mojang mappings, 22w12a):Drowned#finalizeSpawn(...)
extends Zombie#finalizeSpawn(...)
, and there is no check in the latter method to verify the entity type before setting it to a chicken jockey. Therefore, baby drowned can spawn as chicken jockeys.
It is not really a problem, but yeah pretty weird