categorizes.yml

Classify certain recipes as Class 1 for later use in cooking pot configuration files

Example:

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'

Last updated