# 🍳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
```
