> For the complete documentation index, see [llms.txt](https://docs.tweetzy.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tweetzy.ca/official-plugins/crafty/custom-recipes.md).

# Custom Recipes

Currently you can create recipes for the following blocks:&#x20;

* Crafting Table
* Furnace
* Blast Furnace&#x20;
* Smoker
* Camp Fire

## **Creating A Recipe**

There are two different recipe creation menus in Crafty at the moment. One is for crafting table recipes and the other one is for cooking recipes (furnace, blast furnace, smoker and campfire).&#x20;

**Crafting Recipe Creator**

<figure><img src="/files/kieX13eOfCfn2MKkAi1k" alt=""><figcaption><p>Crafting Recipe Creator</p></figcaption></figure>

1. Is the crafting recipe shape, place the items in the fake crafting grid how you want the recipe to be shaped.&#x20;
2. Place the item you want users to receive if they following the recipe shape
3. The toggle button to make the recipe shapeless, this means that the you just need to place one of each item in any slot for the item to be crafted
4. The create button for the creator, it will give you an error if the recipe name is taken
5. The recipe name, every single recipe regardless if its a crafting, smoker, furnace, etc must have a unique name otherwise it cannot be registered.

**Cooking Recipe Creator (Furnace, Blast Furnace, Smoker, Campfire)**

<figure><img src="/files/GPZwhCurFy6M4BbCSaSu" alt=""><figcaption><p>Cooking Recipe Creator</p></figcaption></figure>

1. The item you will be placed into **Furnace, Blast Furnace, Smoker, or Campfire**
2. The item that will be produced / given to the player
3. The recipe, like the crafting recipe, it must be unique
4. The total amount of experience the player will receive everytime x1 of the item gets cooked / smelted
5. The create button, just like the crafting recipe creator it will give you an error if the recipe name is not changed/unique&#x20;
6. The total cooking time for the item in ticks. 20 ticks is equal to 1 second


---

# 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://docs.tweetzy.ca/official-plugins/crafty/custom-recipes.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.
