2021-10-08 12:59:03 +02:00
|
|
|
{
|
2021-10-08 13:04:13 +02:00
|
|
|
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragondeath",
|
2021-10-08 12:59:03 +02:00
|
|
|
"additionalProperties": false,
|
|
|
|
|
"type": "object",
|
2021-10-08 13:04:13 +02:00
|
|
|
"title": "Dragondeath",
|
2022-08-20 13:53:50 +02:00
|
|
|
"description": "Controls the entity's death state and animation. Note: This behavior can only be used by the ender_dragon entity type.",
|
2021-10-11 18:13:12 +02:00
|
|
|
"properties": {
|
|
|
|
|
"priority": {
|
|
|
|
|
"$ref": "./types/priority.json"
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-10-08 12:59:03 +02:00
|
|
|
}
|