The bug
Zombie horses can't be ridden underwater even though they sink like skeleton horses.
How to reproduce
/summon zombie_horse ~ ~ ~ {Tame:1b}
Code analysis by @unknown can be found in this comment.
Linked issues
Attachments
Comments 11
I'm not sure just how different the Forge library is from Minecraft's actual code, but looking at Forge public boolean canBeRiddenInWater() {
return true;
}
can be found in the SkeletonHorseEntity class but not the ZombieHorseEntity class. Simple fix?
Confirmed in 1.13.1