Skip to content

11 November 2020

Information: Move recipe key one level higher

A few updates ago the interpretation of the recipe key changed. You will have to move it out of the options for the recipe to work.

Example:

Change

{
"identifier": "identifier",
"type": "type",
"options": {
"recipe": "recipe"
}
}

to

{
"identifier": "identifier",
"type": "type",
"recipe": "recipe"
}