-
Bug
-
Resolution: Fixed
-
Minecraft 17w45b, Minecraft 17w47b, Minecraft 17w49a
-
Confirmed
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 chat - Look up and rotate southwest or just spin
→ Nothing is written to chat
- is duplicated by
-
MC-121959 y_rotation detects x_rotation instead
- Resolved
-
MC-121984 x_rotation and y_rotation issue
- Resolved
-
MC-122434 Issues with y_rotation and x_rotation selector arguments
- Resolved
-
MC-123071 The x_rotation and y_rotation entity selectors use the same values
- Resolved
- relates to
-
MC-122057 /teleport x_rotation and y_rotation being swapped
- Resolved