Eatables

eatables.yml

This is the file where all custom eatables behaviour and config are stored

Example food

pizza:
   enabled: true
   permission: pizza
   model_id: 1
   name: '&fPizza'
   events:
      eat: #special event only called by food items, called when
               #user eats the item
         restore_food: 9 #amount of food to restore when player eat
   craft_recipe:
      enabled: true
      amount: 4
      pattern:
         - XXX
         - TTT
         - DDD
      ingredients:
         T: tomato
         D: dough

Last updated