# Drinks

## drinks.yml

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

### Example drink:

```yaml
cola:
   enabled: true
   permission: cola
   model_id: 1
   name: '&fCola'
   lore:
      - "&7A cold drink"
   events:
      drink: #special event only available on drinks items, 
                    #called when player drinks
         restore_food: 12 #amount of food restored when drink
   craft_recipe:
      enabled: true
      pattern:
         - XXX
         - PSP
         - PPP
      ingredients:
         S: SOUL_SAND
         P: platic_plate
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lonedev.gitbook.io/itemsadder/specific-items/untitled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
