Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/behaviors/dragondeath.json
2021-10-11 18:13:12 +02:00

13 lines
393 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragondeath",
"additionalProperties": false,
"type": "object",
"title": "Dragondeath",
"description": "Allows the dragon to go out with glory. This controls the Ender Dragon's death animation and can't be used by other mobs.",
"properties": {
"priority": {
"$ref": "./types/priority.json"
}
}
}