-
Bug
-
Resolution: Awaiting Response
-
Minecraft 1.4.2, Minecraft 1.4.7, Minecraft 1.7.4, Minecraft 1.7.5, Minecraft 1.8.9, Minecraft 16w06a, Minecraft 1.10.2, Minecraft 1.11.2
-
OS: Windows 7, Environment: Java 6 and 7
-
Community Consensus
Occasionally, squids will start floating above water, even though they should remain inside of it. While flying squid are a real thing, this does not seem to be intended behavior within Minecraft (given that it is highly inconsistent).
What I expected to happen was...
Squids are swimming happily in the sea
What actually happened was...
Some squids are flying, out of the ocean, up into the air.
Steps to Reproduce
This issue cannot be consistently reproduced, and seems to be highly lag-dependent. The attached setup can sometimes generate squids with this behavior, but it is rare.
Screenshots
Code analysis
Based on 1.11 decompiled using MCP 9.35 rc1
The problem is that the motion handling part of the code is only done server-side. This includes setting the horizontal motion (X and Z) to 0 and reducing the vertical motion (Y) when the squid is not in water.
- is duplicated by
-
MC-8023 Squids
- Resolved
-
MC-28015 Flying squid
- Resolved
-
MC-49804 squids out of water
- Resolved
-
MC-71305 Extreme lag and flying squids...
- Resolved
-
MC-96983 flying squid
- Resolved
-
MC-3805 flying squids and not collecting blocks
- Resolved
- relates to
-
MC-58294 Squids and glow squids do not collide properly with solid blocks
- Resolved
-
MC-89883 Squid and glow squid collision error and rubberbanding
- Resolved