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