query.body_x_rotation, query.body_y_rotation always return true when used in a sequence condition for custom items.
Comments 2
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
For any account or purchasing related issues, please contact Minecraft Customer Support directly, as we cannot assist with those here at the bug tracker.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
by returning true, that would mean any nonzero number. For these queries, thats always going to happen unless you give it some sort of operator or the rotation is precisely 0.0. How are you using it in the code?