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

13 lines
381 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragontakeoff",
"additionalProperties": false,
"type": "object",
"title": "Dragontakeoff",
"description": "Allows the dragon to leave perch mode and go back to flying around. Can only be used by the Ender Dragon.",
"properties": {
"priority": {
"$ref": "./types/priority.json"
}
}
}