Skip to content

Recipes

Recipe configuration files are stored in the directory:
<root>/resources/<souce_dir>/recipes/[<sub_dir>]

Each recipe consists of the common properties:

Properties


type string

Defines the type-specific properties to be used.

There are several different types of recipes:

group String optional

The group of the recipe. Recipes with the same group are considered to be variants of each other.

conditions Conditions optional

The conditions that must be met for the recipe to work.

hocon
type = <recipe_type>

priority = 1

conditions {
  // Condition settings
}

// ... Type specific settings ...