Skip to content

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

Open
@AngelOfCreation

Description

@AngelOfCreation

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions