Skip to content
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

Running left_rotation function with a sum total greater than 180 degrees increases scale. #3

Open
X66Herobrine66X opened this issue Apr 20, 2023 · 0 comments

Comments

@X66Herobrine66X
Copy link

If the sum total of the x, y, and z values in the scoreboard are greater than 180, the scale starts to increase as well.
This works properly:
data modify storage mcanim:api/display_animation/rotate animation set value {duration: 100, x:90,y:0,z:90}
This does not work properly:
data modify storage mcanim:api/display_animation/rotate animation set value {duration: 100, x:90,y:0,z:120}
Nor does this:
data modify storage mcanim:api/display_animation/rotate animation set value {duration: 100, x:90,y:90,z:90}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant