FieldcraftCategory
Documentation for the FieldcraftCategory asset type.
Location
Item/Category/Fieldcraft
Use in Your Files
Add this to your JSON files for IDE autocompletion and validation:
"$schema": "https://hytaledb.ginco.gg/schemas/FieldcraftCategory.schema.json" Schema
Name
stringnull
Icon
stringnull
Order
integer
All of
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "FieldcraftCategory.json",
"title": "FieldcraftCategory",
"description": "FieldcraftCategory asset type",
"type": "object",
"allOf": [
{
"$ref": "base.schema.json"
}
],
"properties": {
"Name": {
"type": [
"string",
"null"
]
},
"Icon": {
"type": [
"string",
"null"
]
},
"Order": {
"type": "integer",
"default": 0
}
}
}