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

13 lines
423 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragonscanning",
"additionalProperties": false,
"type": "object",
"title": "Dragonscanning",
"description": "Allows an entity to look around for a player to attack while in perch mode. Note: This behavior can only be used by the ender_dragon entity type.",
"properties": {
"priority": {
"$ref": "./types/priority.json"
}
}
}