# 配方书问题

{% hint style="info" %}
这些限制适用于每个使用自定义物品作为配方材料的 Spigot 插件，这不是 ItemsAdder 的错误，我无法以任何方式修复它。

请不要报告这些错误，我真的无法解决这个问题，这是 Minecraft 的限制。
{% endhint %}

## “显示可制作”按钮无法正常工作

“显示可制作”按钮在使用自定义物品作为配方材料时不起作用。

![](/files/uE5tZQTXExT7HKuqmp9D)

### 如何修复？

当你想在书中找到 ItemsAdder 配方时，将按钮设置为这样。

![](/files/aCkLg0KZmA9dVzaWq5IQ)

## 即使背包中有材料，配方仍然显示为红色

对此没有修复方法，这是 Minecraft 的错误。


---

# 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/faq/recipes-book-problems.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.
