Skip to content

Stonecutting Recipes

Stonecutting recipes are used to process a source ingredient into a result.

Properties


source Ingredient

The input ingredient required for this stonecutting recipe.

result Result

The result produced by this stonecutting recipe, encompassing output choices, modifiers, and actions.

flattenResult boolean optional

Creates a proxy recipe (vanilla recipe) for each result item. Actions and other result settings apply to all of those recipes.

hocon
type = stonecutting

source {
  // Ingredient settings
}

result {
  // Result settings
}

flattenResult = true