Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.16.0/entities.json
2021-07-02 13:10:31 +02:00

19 lines
612 B
JSON

{
"$id": "blockception.minecraft.behavior.entity1.16.0",
"type": "object",
"title": "Entity Behavior 1.16.0",
"description": "Entity behavior",
"$comment": "UNDOCUMENTED",
"required": ["format_version", "minecraft:entity"],
"additionalProperties": false,
"properties": {
"format_version": {
"title": "1.16.0 Format Version",
"type": "string",
"const": "1.16.0",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
},
"minecraft:entity": { "$ref": "./minecraft.entity.json" }
}
}