AuroraCrafting
  • AuroraCrafting
  • Configuration
    • Main config
    • Workbench config
    • Blueprint config
    • Smithing blueprint config
    • Cooking blueprint config
    • Brewing recipes
    • Stonecutter blueprint config
    • Cauldron blueprint config
    • Recipe book config
    • Merchant config
    • Disabled vanilla recipes config
  • Commands
  • Permissions
  • Compatible plugins
  • API
Powered by GitBook
On this page
  1. Configuration

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"
PreviousBrewing recipesNextCauldron blueprint config

Last updated 25 days ago