# White Wine

A crisp, pale white wine pressed from glow berries.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 5 glow berries |
| **Ferment** | 5 minutes |
| **Distill** | Not distilled |
| **Barrel & age** | Any wood · 16 years (~5⅓ hrs) |
| **Difficulty** | 4 / 10 |
| **Alcohol** | ~9% |

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

- ⭐ **Blossom Hill**
- ⭐⭐ **Oyster Bay**
- ⭐⭐⭐ **Cloudy Bay**

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

> Glow berries give it its pale golden colour - gather them from lush caves.

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

```yaml
white_wine:
  name: Blossom Hill/Oyster Bay/Cloudy Bay
  ingredients:
  - GLOW_BERRIES/5
  cookingtime: 5
  distillruns: 0
  wood: 0
  age: 16
  color: f3e6a8
  difficulty: 4
  alcohol: 9
  lore:
  - '&7White Wine'
```