Skip to content

CraftingRecipe

← Back to Asset Types

Documentation for the CraftingRecipe asset type.

Location

Item/Recipes

Use in Your Files

Add this to your JSON files for IDE autocompletion and validation:

"$schema": "https://hytaledb.ginco.gg/schemas/CraftingRecipe.schema.json"

Schema

Input array
Array items: MaterialQuantity
Output arraynull
Array items: MaterialQuantity
PrimaryOutput unknown
Any of
MaterialQuantity
null
OutputQuantity integer
Default:1
BenchRequirement arraynull
Array items: BenchRequirement
TimeSeconds number
Default:0
Min: 0
KnowledgeRequired boolean
Default:false
RequiredMemoriesLevel integer

The level of Memories starts from 1, meaning a recipe with a RequiredMemoriesLevel set at 1 will always be available to players.

Default:1
Min: 1
All of
base