# 修复方块问题

{% hint style="warning" %}
**MMOItems** 方块与 **ItemsAdder** 不兼容，反之亦然。
{% endhint %}

## 如何使用MMOItems方块？

你需要打开 **ItemsAdder** 的 `config.yml` 并禁用 **REAL** 方块（蘑菇块）。

{% code title="config.yml" %}

```yaml
blocks:
  # ....
  custom:
    # ....
    mushroom: false
```

{% endcode %}

{% hint style="info" %}
应用该改变后，你将无法创建带有 type：REAL 的 ItemsAdder 方块。

其他的 ItemsAdder 自定义方块类型仍然会生效(如 REAL\_NOTE)。
{% endhint %}


---

# Agent Instructions: 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://itemsadder.devs.beer/chinese/compatibility-with-other-plugins/compatible/mmoitems/fix-blocks-problem.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.
