> For the complete documentation index, see [llms.txt](https://gyzer.gitbook.io/legendarycook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gyzer.gitbook.io/legendarycook/product-guides/configurations/categorizes.yml.md).

# categorizes.yml

{% hint style="info" %}
Classify certain recipes as Class 1 for later use in cooking pot configuration files
{% endhint %}

Example:&#x20;

You can add unlimited more categories under categories. yml in the following format

```

#Categorize ID
CommonFood:
  display: '&fCommon Food' 
  #The display item in GUI
  item-display:
    display: '&fCommon Food'
    material: BREAD
    data: 0
    amount: 1
    model: 0
    lore:
      - ''
      - '&eContains various ordinary delicacies'
      - ''
      - '&a&l> &eClick to open'
  #Cook Recipes
  cooks:
    - 'Recipe1'
```
