-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 16w06a, Minecraft 16w07b, Minecraft 1.9 Pre-Release 1, Minecraft 1.10.2, Minecraft 16w44a, Minecraft 1.12.2, Minecraft 1.13-pre3, 1.16.1, 20w51a, 21w03a, 1.17.1, 1.18.1, 1.19.2, 1.19.3, 1.19.4, 1.20.1, 1.20.2, 23w43b, 1.20.5, 1.20.6, 1.21 Pre-Release 2, 24w33a, 1.21.1, 24w39a, 1.21.2, 1.21.3
-
Confirmed
-
Creative
-
(Unassigned)
The bug
When gliding with an elytra into cobwebs, the behavior is different per game mode.
Steps to reproduce
- /fill -10 -10 100 10 10 100 minecraft:cobweb
- Equip an elytra
- /setblock 0 39 1 stone
- /tp @s 0 40 2.29 0 34.9
- /gamemode survival
- Double press space to start gliding, and see if you could go through the cobweb.
- /tp @s 0 40 2.29 0 34.9 again
- Double press space to start gliding, then F3+F4 to switch to creative mode in the air, and see if you could go through the cobweb.
Expected result
The behavior would be the same between game modes.
Actual result
In creative mode the player glides through the cobwebs (but still get a slow-down)
In survival mode the player is stopped at the start of the cobwebs
Cause
"<player> moved wrongly" is outputted to the log for survival mode, indicating the game believes the cobwebs should not be able to let the player through at all.