> 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/mount.md).

# 坐骑

## 驾驶实体

{% embed url="<https://youtu.be/LAQkrqSqKfM>" %}

## 设置坐骑位置

用 **Blockbench** 打开你的 `.iaentitymodel` 模型文件。

创建一个新的骨骼。

![](/files/4RL16KZdPyEzs0rTdGSV)

右键点击骨骼并选择 "**骨骼配置**"

![](/files/dKxNuo9Q13Xdl8Y2LtMa)

勾选 "**Mount**" 选项并按 "**Confirm**"。

![](/files/W9JJmbnvpj6mGT8kNxDv)

对每个你想创建的座位都这样做。

![](/files/FboF2OtBhrIrN6GIvsjC)

![](/files/rw9YbxZaQ8LQFtRTGn29)

![](/files/bXWLQtdqYrB2XhfgOzpL)

![](/files/wEdp1PRhE3zRsp9xPKQT)

现在你需要像往常一样导出模型。

{% content-ref url="/pages/Ohea0SX4AEq18dGON8I4" %}
[创建](/chinese/cha-jian-shi-yong-fang-fa/adding-content/mobs/advanced-method/creation.md)
{% endcontent-ref %}

## 如何骑乘

只需右键点击实体并驾驶它。

{% hint style="warning" %}
只有第一个坐上车辆的玩家可以驾驶它。
{% 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/mount.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.
