You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
The text was updated successfully, but these errors were encountered:
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}
The text was updated successfully, but these errors were encountered: