> For the complete documentation index, see [llms.txt](https://vincere.gitbook.io/vincere-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vincere.gitbook.io/vincere-docs/server-features/brewery.md).

# Brewery

Vincere has several different types of alcohol for you to brew.

There is a VERY long list of recipes in the brewery plugin - both them, and the guide on how to generally brew alcohol, can be found here: <https://youtu.be/pRmT3QrYdgg>

### Beginner's Guide

In short, however - you'll need to build a cauldron with a flame (campfire) under it and fill it with water. Add the ingredients into the cauldron (feel free to experiment!) and then wait a couple of minutes before taking your liquor out with a glass bottle. Optionally, you can also distill them in a brewing stand (simple, with blaze powder) or age them using a barrel.&#x20;

A barrel can be created using any kind of wood and any kind of fence or sign as shown to age your alcohol. You'll then just need to put your alcohol inside and wait for it to age. Be careful - if you leave it in too long, it may spoil!

![](https://4070873099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft8ZtvdtjFmqBlDfvB13c%2Fuploads%2FoASbGnRLDKtcBXrfhQNW%2Fimage.png?alt=media\&token=36518b5f-d49f-4813-958d-90809b8a881f)

The server also has several other custom recipes of our own, from native *Colonche* to *Matcha.* They are as follows:

1. Pulque, made with cactus & milk
2. Aquavit, made with wheat seeds
3. Chicha, made with potato & sugar
4. Colonche, made with cactus & sweet berries
5. Mead, made with honeycomb
6. Matcha, made with bamboo


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://vincere.gitbook.io/vincere-docs/server-features/brewery.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
