# Mead

Golden and sweet, brewed from sugar cane - quick to ferment and lovely aged in oak.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 6 sugar cane |
| **Ferment** | 3 minutes |
| **Distill** | Not distilled |
| **Barrel & age** | Oak · 4 years (~80 min) |
| **Difficulty** | 2 / 10 |
| **Alcohol** | ~9% |

## Brands by quality
The closer you follow the recipe, the better the bottle - and the brand changes with it:

- ⭐ **Lindisfarne**
- ⭐⭐ **Lyme Bay**
- ⭐⭐⭐ **Moniack**

In-game the bottle is named after the brand, with **Mead** shown on the line beneath.

> A top-quality batch has a distinct golden shine.

## Recipe config
The exact BreweryX `recipes.yml` entry for this drink:

```yaml
mead:
  name: Lindisfarne/Lyme Bay/Moniack
  ingredients:
  - SUGAR_CANE/6
  cookingtime: 3
  distillruns: 0
  wood: 2
  age: 4
  color: ORANGE
  difficulty: 2
  alcohol: 9
  lore:
  - '&7Mead'
```