Stonecutter blueprint config

Guide how to create a stonecutter recipe.

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"

Last updated