I looked up molang queries to have entities with animations that use keyframes to be tied to the entity's movement speed.
The idea is for the entity to have a walking/running animation that matches their movement speed.
If they are moving slowly, the animation is slower. And vice versa.
The animation is easier to set with keyframes because math based movements would be too complicated.
But now I want the animation speed to be affected by the entity moving.
I know there is this molang query: q.modified_move_speed
How am I to apply it in blockbench or more so in the addon's code?