> For the complete documentation index, see [llms.txt](https://reasonfounddecoy.gitbook.io/mctantrum-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reasonfounddecoy.gitbook.io/mctantrum-wiki/general/custom-crafting.md).

# Custom Crafting

You can get a free Custom Recipe Book from the villager that lives inside the tree at spawn.

There are currently 7 categories in the Custom Recipe Book:

* Minecraft +
* Key Fragments
* Spawner Keys
* Summoning
* Shiny Wares
* Misc

{% hint style="info" %}
Please note the Compass icon at the bottom of the page after you click on a category. This button is a filter and should be set to "Browse" to view **all** recipes in that category, or set to another filter type to view anything with that specific filter in that specific category.

If you click on a category and see nothing in it, make sure your filter is set to "Browse"!
{% endhint %}

## Elite Crafting

You might come across situations where you'll need to use an Elite Crafting Table. These crafting tables are larger than 3x3 and are only found/used to do server specific things. For example, you will find 4x4 Elite Crafting Tables doing the puzzle type dungeons.

{% hint style="danger" %} <mark style="color:red;">**MEGA WARNING:**</mark> <mark style="color:red;">Elite Crafting Tables are buggy and</mark> <mark style="color:red;"></mark><mark style="color:red;">**you should not shift-click**</mark> <mark style="color:red;"></mark><mark style="color:red;">items into them! Your items have a very high chance of disappearing</mark> <mark style="color:red;"></mark><mark style="color:red;">**forever**</mark> <mark style="color:red;"></mark><mark style="color:red;">if you shift-click to insert them!</mark>
{% endhint %}

![4x4 Elite Crating Table](/files/AzSdRw3pmp8NhsJtdMm5)

![6x6 Elite Crating Table](/files/xOCHkY6JjCPj9ZKRXb9U)


---

# 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://reasonfounddecoy.gitbook.io/mctantrum-wiki/general/custom-crafting.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.
