Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.16.100/entities.json
2021-07-02 21:09:45 +02:00

18 lines
618 B
JSON

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