-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 14w02c, Minecraft 1.7.5, Minecraft 1.7.9, Minecraft 14w20b, Minecraft 14w21a, Minecraft 14w21b, Minecraft 14w29b, Minecraft 1.8, Minecraft 1.8.1-pre3, Minecraft 1.8.1, Minecraft 15w42a, Minecraft 1.8.9, Minecraft 15w51b, Minecraft 16w03a, Minecraft 16w06a, Minecraft 16w07b, Minecraft 1.9 Pre-Release 1, Minecraft 16w15a, Minecraft 1.9.3 Pre-Release 3, Minecraft 1.9.4, Minecraft 1.10.2, Minecraft 16w43a, Minecraft 1.12, Minecraft 17w31a, Minecraft 1.12.1 Pre-Release 1, Minecraft 1.12.1, Minecraft 1.12.2 Pre-Release 1, Minecraft 1.12.2 Pre-Release 2, Minecraft 1.12.2, Minecraft 17w43a, Minecraft 17w43b, Minecraft 17w45a, Minecraft 17w48a, Minecraft 17w50a, Minecraft 18w01a, Minecraft 18w03b, Minecraft 18w06a, Minecraft 18w09a, Minecraft 18w10d, Minecraft 18w14b, Minecraft 1.13-pre3, Minecraft 1.13-pre6, Minecraft 1.13-pre7, Minecraft 1.13-pre10, Minecraft 1.13, Minecraft 18w30b, Minecraft 18w31a, Minecraft 1.13.1, 1.14.4, 1.15 Pre-release 6, 1.16.1, 1.16.2, 1.16.4, 20w48a, 20w51a, 21w03a, 21w05b, 21w07a, 1.17, 1.17.1, 21w39a, 1.18.1, 22w12a, 1.19, 1.19.1, 1.19.2, 22w43a, 1.19.4, 1.20.1, 1.20.4, 1.21
-
Confirmed
-
Entities, Player
-
Normal
-
Platform
In a new Survival map on the latest snapshot (14w02c), when reached the edge of a flowing water stream, my character jumped up a block without any user interaction.
I attached a short clip of this behavior. I never pressed the jump key in this video, the only keys I used were the WASD to move to the sides. Notice that once I'm pushed by the water to a block and mine that block, I jump up.
This affects all entities that extend EntityLivingBase, most notably players and armor stands.
Code analysis
Based on 1.11 decompiled using MCP 9.35 rc1
Method: net.minecraft.entity.EntityLivingBase.moveEntityWithHeading(float, float)
Code piece:
if (this.isCollidedHorizontally && this.isOffsetPositionInLiquid(this.motionX, this.motionY + 0.6000000238418579D - this.posY + d0, this.motionZ)) { this.motionY = 0.30000001192092896D; }
Looks intended as it explicitly does this.
- is duplicated by
-
MC-68519 Constantly jumping in water streams without pressing jump button
- Resolved
-
MC-69875 Player automatically jumps when going from the end of a water stream, while walking towards a wall of blocks, to an air block.
- Resolved
-
MC-109522 Player Auto-Jumps (With Auto-Jump off) when exiting a stream of water beside a wall
- Resolved
-
MC-111252 Player keep jumping while standing in a flowing water near a stone slab and a wall, without pressing jump key
- Resolved
-
MC-121610 Player auto-jumps in a specific block setup even when auto-jump is turned OFF
- Resolved
-
MC-128437 Auto jumping when disabled under certain condition
- Resolved
-
MC-164376 Auto jump on water even if disabled
- Resolved
-
MC-199284 strange up and down movement in water
- Resolved
-
MC-238248 Player jumps when exiting water stream.
- Resolved
-
MC-254908 Auto-Jump When Walking off of Mud
- Resolved
-
MC-256960 Auto jump works when floating on ice even when auto jump is off
- Resolved
-
MC-273704 Cannot go down ladders with water above the ladder
- Resolved
- relates to
-
MC-8959 The player automatically jumps when pressing against a block while in water
- Open
-
MC-135211 Entities automatically jump when falling into 1-deep water from certain heights
- Open
-
MC-135212 Entities automatically jump when falling into water of any depth from certain heights
- Open
-
MC-167640 Climbing out of water onto farmland will trample it
- Open
-
MC-127224 Waterlogged blocks that are not full blocks trigger auto-jump even if it is disabled.
- Resolved