The bug
The selector argument x_rotation
seems to behave like y_rotation
.
How to reproduce
Setup two repeating command blocks with the following commands
/execute as @a[x_rotation=0..90] run say x /execute as @a[y_rotation=0..90] run say y
Look down
→ Both "x" and "y" is written to chatLook up and rotate southwest or just spin
→ Nothing is written to chat
Linked issues
is duplicated by 4
Comments 7
I think the issue changed a bit. In versions 17w47a and 17w47b, both x- and y-rotation behave like y_rotation.
It would be nice if you could update the issue.
Now x_rotation
is correct again and y_rotation
doesn't work. 😛
You can reopen this issue in its first version.
(Snapshot 17w50a)
I changed the description a little bit, I hope you are fine with that.