> For the complete documentation index, see [llms.txt](https://itemsadder.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itemsadder.devs.beer/chinese/cha-jian-shi-yong-fang-fa/adding-content/mobs/advanced-method/animations.md).

# 动画

## 如何创建动画

你可以像对普通 Blockbench 模型一样正常地为你的模型制作动画。\
你可以在 YouTube 上找到很多教程。

{% embed url="<https://www.youtube.com/results?search_query=blockbench+animation+tutorial>" %}

## 配置动画类型

你必须指定动画类型，以便 ItemsAdder 根据实体状态播放动画。\
ItemsAdder Blockbench 扩展在转换时会自动完成此操作，但有时你可能会有奇怪的动画名称，它可能无法自动识别它们。

右键单击动画并确保动画类型正确。

![](/files/u9Y6eRTovMBXqipgvKyQ)

## 注意事项

{% hint style="info" %}

* 此扩展支持骨骼的动画缩放。确保在不需要时避免缩放。检查你的关键帧。
* 避免添加过多的旋转、细节和动作，不要忘记这是一个方块像素风格的游戏，请使用[它的风格](https://github.com/LoneDev6/Wiki-ItemsAdder/blob/chinese/plugin-usage/adding-content/mobs/advanced-method/broken-reference/README.md)。
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://itemsadder.devs.beer/chinese/cha-jian-shi-yong-fang-fa/adding-content/mobs/advanced-method/animations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
