BlockGroup
Documentation for the BlockGroup asset type.
Location
Item/Groups
Use in Your Files
Add this to your JSON files for IDE autocompletion and validation:
"$schema": "https://hytaledb.ginco.gg/schemas/BlockGroup.schema.json" Schema
Blocks arraynull
Array items: string
All of
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "BlockGroup.json",
"title": "BlockGroup",
"description": "BlockGroup asset type",
"type": "object",
"allOf": [
{
"$ref": "base.schema.json"
}
],
"properties": {
"Blocks": {
"type": [
"array",
"null"
],
"items": {
"type": "string"
}
}
}
}