# Cauldron blueprint config

You can write these recipes inside the `blueprints/vanilla/cauldron`folder.

Format of the recipe yml files:

```yaml
# You can list any amount of recipes here  
recipes:
    # ID of the recipe. Must be unique across every type of recipe. Required
  - id: soaked_diamond
    # This is the item that will be taken from the player. Required
    input: "minecraft:diamond"
    # This is the item the player will get in exhange. Required
    result: "minecraft:prismarine_shard"
    # How much fluid should the cauldron have and how much should we take? Required
    fluid-level: 1
    # What fluid should the cauldron have? Required
    fluid: POWDER_SNOW_CAULDRON
    # How much vanilla exp should the player get? Optional
    experience: 10
```


---

# 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://docs.auroramc.gg/auroracrafting/configuration/cauldron-blueprint-config.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.
