Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/entities.json

18 lines
569 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.entity.1.8.0",
"type": "object",
2021-06-08 22:46:21 +02:00
"title": "Entity Behavior 1.8.0",
2021-06-16 16:19:12 +02:00
"description": "UNDOCUMENTED",
2021-06-06 10:07:19 +00:00
"required": ["format_version", "minecraft:entity"],
"properties": {
"format_version": {
2021-06-09 11:19:07 +02:00
"title": "Format Version",
2021-06-06 10:07:19 +00:00
"type": "string",
"const": "1.8.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" }
},
"additionalProperties": false
}