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

13 lines
429 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragonholdingpattern",
"additionalProperties": false,
"type": "object",
"title": "Dragonholdingpattern",
"description": "Allows the Dragon to fly around in a circle around the center podium. Note: This behavior can only be used by the ender_dragon entity type.",
"properties": {
"priority": {
"$ref": "./types/priority.json"
}
}
}