# Recipes book problems

{% hint style="info" %}
These limitations are valid for EVERY Spigot plugin that creates custom recipes with custom items as ingredients, it's not an ItemsAdder bug and I can't fix it in any way.

Please don't report these bugs, I can't really do anything to fix this problem, it's a Minecraft limitation.
{% endhint %}

## "Showing Craftable" button not working correctly

"Showing Craftable" button doesn't work with recipes that use custom items as ingredients.

![](/files/X39iNyn7EcqSdGGFSGxQ)

### How to fix?

Set the button like that when you want to find an ItemsAdder recipe in the book.

![](/files/wULOFtW3HW65LJNWtavm)

## Red recipes even if ingredients are in inventory

There is no fix for this, it's a Minecraft bug.


---

# 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/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.
