# 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"
```
