create_animation
Create an animation for supported formats like GeckoLib or Bedrock entity. Specify name, loop mode, and length; returns animation UUID.
Instructions
Create an animation (requires a format that supports animation, e.g. GeckoLib animated_entity or Bedrock entity). Returns the animation uuid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop | No | Loop mode (default 'loop'). | |
| name | No | Animation name, e.g. 'animation.bear.walk'. | |
| length | No | Length in seconds. |