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