# Stonecutter blueprint config

{% hint style="warning" %}
These are vanilla recipes. Therefore, you have to follow vanilla rules. You can still use custom items in these recipes.
{% endhint %}

{% hint style="danger" %}
Eco plugins (EcoItems, etc.) for stonecutter recipes are known to be incompatible. They sometimes work, sometimes don't, probably for the same reason as the villager merchants.
{% endhint %}

You can write these recipes inside the `blueprints/vanilla/stonecutter`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 vanilla recipe. Required.
  - id: stonecutter_example
    input: "minecraft:prismarine_shard"
    result: "minecraft:emerald"
    # Every field is optional below
    vanilla-options:
      # Used in the recipebook to group together recipes with the same result and type
      group: "test"
```


---

# 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/stonecutter-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.
