-
Bug
-
Resolution: Won't Fix
-
None
-
Minecraft 17w47b, Minecraft 17w48a
-
Confirmed
The bug
Storing a player's movement in any format does not work as intended, with Y values negative when on the ground and positive when jumping, but not changing when flying. X and Z values only change when sprint jumping around.
Recreate first running:
scoreboard objectives add move dummy
scoreboard objectives setdisplay sidebar move
then setting up:
execute store result score x move run data get entity @p Motion[0] 1000
execute store result score y move run data get entity @p Motion[1] 1000
execute store result score z move run data get entity @p Motion[2] 1000
- is duplicated by
-
MC-161264 Motion[0] and Motion[2] in 1.14
- Resolved
-
MC-163408 Player Motion is Broken
- Resolved
-
MC-196848 Motion X and Y aren't tracked in PVP
- Resolved
-
MC-225993 Player's X and Z motion messed up
- Resolved
-
MC-253523 Player Motion nbt not functioning correctly
- Resolved
-
MC-264521 The Motions of the entity which the player is riding on are always 0 from ”/data“ command
- Resolved