> For the complete documentation index, see [llms.txt](https://3504743864.gitbook.io/yu-lan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3504743864.gitbook.io/yu-lan/plugin-usage/merge-resourcepacks.md).

# 合并资源包

## 为什么要合并资源包

**Minecraft** 仅支持应用 **一个服务器资源包** ，所以你需要将所有带有自定义资源包功能插件的资源包进行合并.

## 如何合并资源包

### 步骤 1

复制需要合并的资源包中的 `assets` 文件夹

### 步骤 2

将资源包的 `assets` 文件夹粘贴至 **ItemsAdder** 文件夹中：`plugins\ItemsAdder\data\resource_pack\`

### 步骤 3

打开 **ItemsAdder** 的 `config.yml` 并设置下列属性：

```yaml
overwrite-vanilla-models: false
```

### 步骤 4

使用指令 `/iazip` 生成新的 Itemsadder 资源包 ，并上传至云端

### 完成.

## 栗子

{% content-ref url="/pages/11KqrW4FCaMaXEwSK1O6" %}
[ModelEngine](/yu-lan/compatibility-with-other-plugins/compatible/modelengine.md)
{% endcontent-ref %}

{% content-ref url="/pages/eeI9kexpi9eqCndUKm1j" %}
[Nova](/yu-lan/compatibility-with-other-plugins/compatible/nova.md)
{% endcontent-ref %}

{% content-ref url="/pages/nYWHZcWzy9L8kxcyIVoT" %}
[Space](/yu-lan/compatibility-with-other-plugins/compatible/space.md)
{% endcontent-ref %}


---

# 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:

```
GET https://3504743864.gitbook.io/yu-lan/plugin-usage/merge-resourcepacks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
