Aurora Plugins

Stonecutter blueprint config

Guide how to create a stonecutter recipe.

These are vanilla recipes. Therefore, you have to follow vanilla rules. You can still use custom items in these recipes.

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.

You can write these recipes inside the blueprints/vanilla/stonecutterfolder.

Format of the recipe yml files:

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