Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/behaviors/dragondeath.json
2022-08-20 13:53:50 +02:00

13 lines
390 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragondeath",
"additionalProperties": false,
"type": "object",
"title": "Dragondeath",
"description": "Controls the entity's death state and animation. Note: This behavior can only be used by the ender_dragon entity type.",
"properties": {
"priority": {
"$ref": "./types/priority.json"
}
}
}