-
-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change ExprTarget to use raytracing #5947
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! I do believe this may be a slightly breaking change, but only in a good way as it will result in less false positives. Unsure if that's worth adding the breaking changes tag for. Probably not.
I would say it's just improved since it has less false positives now |
Description
Change ExprTarget to use raytracing.
Also added a test to ensure yaw and pitch matches after indirect modification.
Target Minecraft Versions: any
Requirements: none
Related Issues: #5650