-
Bug
-
Resolution: Fixed
-
Minecraft 1.8.1, Minecraft 1.8.2-pre4, Minecraft 1.8.2-pre5, Minecraft 1.8.2-pre6, Minecraft 1.8.7, Minecraft 1.8.8, Minecraft 15w43c, Minecraft 15w44b, Minecraft 15w45a
-
None
-
Linux 64 bit, Java 8 update 31
-
Confirmed
When using tp to modify x rotation, any value larger than 90 (or smaller than -90) will affect the y rotation.
Example of expected behaviour:
- Set default position: /tp ~ ~ ~ 0 -90
- Reduce facing direction: /tp ~ ~ ~ ~ ~90
Viewing x angle is now at 0
Example of erroneous behaviour:
- Set default position: /tp ~ ~ ~ 0 -90
- Reduce facing direction: /tp ~ ~ ~ ~ ~91
Viewing x angle doesn't change, and y angle changes to -180.
I expected the x angle to increase by 91, going from -90 to 1.
- is duplicated by
-
MC-82248 relative x-rot teleport over 90 is incorect
- Resolved