> 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:

![](https://3539081540-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MY5JEAY-QwdTgx9rNuM%2F-MiSHHH_VKBzZlH--UsC%2F-MiVzJkNMH4ZrrA5liE6%2Fimmagine.png?alt=media\&token=b96d61db-167d-4730-85af-b97ab5d79059)

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