# Beer

The classic. Simple ingredients, forgiving to make, and it goes with everything.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 6 wheat |
| **Ferment** | 8 minutes |
| **Distill** | Not distilled |
| **Barrel & age** | Any wood · 3 years (~1 hr) |
| **Difficulty** | 1 / 10 |
| **Alcohol** | ~6% |

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

- ⭐ **Carling**
- ⭐⭐ **Heineken**
- ⭐⭐⭐ **Peroni**

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

> Any wood works for the barrel, so age it in whatever you have to hand.

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

```yaml
beer:
  name: Carling/Heineken/Peroni
  ingredients:
  - WHEAT/6
  cookingtime: 8
  distillruns: 0
  wood: 0
  age: 3
  color: ffd333
  difficulty: 1
  alcohol: 6
  lore:
  - '&7Lager'
```