-
Bug
-
Resolution: Fixed
-
Minecraft 17w45a, Minecraft 17w48a, Minecraft 17w50a, Minecraft 18w01a, Minecraft 18w02a, Minecraft 18w11a, Minecraft 18w19b
-
Windows 10
-
Confirmed
Due to the continuous nature of rotations being interrupted by the sudden switch from negative to positive, it was convenient that those arguments in selectors would be moduloed properly to wrap, so one could do something like this:
/testfor @a[rym=80,ry=-60]
In the current version, the equivalent (/execute if entity @a[y_rotation=80..-60]) fails to build because "the minimum is greater than the maximum." In reality, it is not, because -60 should wrap to what amounts to 300.
- is duplicated by
-
MC-123667 It is not possible to indicate negative values in the maximum view angle
- Resolved