> For the complete documentation index, see [llms.txt](https://epicbackpacks.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://epicbackpacks.devs.beer/configurations/recipe.md).

# 🍳Recipe

## Creating a recipe

You have to add the `craft_recipe` attribute.\
For example this backpack has this recipe:

![](/files/-MiVzJkNMH4ZrrA5liE6)

```yaml
    craft_recipe:
      pattern:
        - XLX
        - LCR
        - XLX
      ingredients:
        R: YELLOW_DYE
        L: LEATHER
        C: CHEST
```
