mojira.dev
MC-134484

Zombie horses can't be ridden underwater

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

Murderous_Madness

Confirmed in 1.13.1

ChromaKey

Confirmed in 20w16a

ChromaKey

Confirmed in 20w22a. I'd also like to clarify that this affects all entities, not just players.

ChromaKey

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?

Avoma

Can confirm in 21w03a.

Avoma

Can confirm in 21w05a.

Avoma

Can confirm in 21w05b.

Avoma

Can confirm in 21w06a.

Avoma

Can confirm in 21w07a.

slicedlime

This is a feature request.

Demon17

Confirmed in 1.20

[Mod]Les3awe

(Unassigned)

Confirmed

Mob behaviour

Minecraft 1.13, Minecraft 18w31a, Minecraft 18w32a, Minecraft 18w33a, Minecraft 1.13.1-pre1, ..., 1.17.1 Pre-release 1, 1.17.1 Pre-release 2, 1.17.1 Pre-release 3, 1.17.1 Release Candidate 1, 1.17.1

Retrieved