The Bug:
You are dismounted upon executing a rotational command on yourself while riding an entity.
Steps to Reproduce:
Summon a horse by using the command provided below.
/summon minecraft:horse ~ ~ ~ {Tame:1b,SaddleItem:{id:"minecraft:saddle",Count:1b}}
Mount it and execute a rotational command on yourself while riding it by using the command provided below.
/tp @s ~ ~ ~ 0 0
Take note as to whether or not you are dismounted upon executing a rotational command on yourself while riding an entity.
Observed Behavior:
You are dismounted.
Expected Behavior:
You would not be dismounted.
Linked issues
Attachments
Comments 14
I don't believe this is a duplicate.
This ticket (correctly) notes that changing only a player's rotation via a teleport command will dismount them.
MC-101608 reports that moving a vehicle with a teleport command will dismount its rider, which does not happen.
This can be WAI, as you actually teleport the player (even when you don't change coordinates), and before teleportation he gets dismounted
Dupe of MC-101608