The bug
Squids choose the direction they are simming in randomly. This means that they sometimes also try to swim "through" a wall. Whereas other mobs trying to walk against a solid wall just collide with it, squids sometimes glitch into it (maybe client-side only).
The reason
The following is based on a decompiled version of Minecraft 1.10 using MCP 9.30.
The reason might be that the class EntitySquid
is overriding the method net.minecraft.entity.EntityLivingBase.moveEntityWithHeading(float, float)
.
Linked issues
is duplicated by 4
relates to 3
Attachments
Comments 27
Related to MC-208015
Can confirm for 1.11. Probably client-side only as you say.