-
Bug
-
Resolution: Fixed
-
24w34a
-
None
-
Confirmed
-
Camera, Commands, Entities
-
Important
-
Platform
When a player rides an entity that is teleported every tick, the player's camera is shaky when looking around.
Steps to reproduce:
- Place down an armor stand
- Teleport it every tick using the command below in an always active repeating command block:
execute as @n[type=armor_stand] at @s rotated as @s run tp @s ~ ~ ~0.001 ~ ~
- Ride it using the command below:
/ride @s mount @n[type=armor_stand]
- Look around while riding the armor stand
Observed result:
Your camera is shaky.
Expected result:
Your camera does not shake, like in 1.21.1.
- relates to
-
MC-276640 Riding an entity constantly teleported with relative coordinates produces jittery camera movement
- Resolved