Updated components

This commit is contained in:
DaanV2
2022-08-20 13:53:50 +02:00
parent 0252beb04c
commit a8093000b4
9 changed files with 9901 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Dragonchargeplayer",
"description": "Allows this entity to attack a player by charging at them. The player is chosen by the \"minecraft:behavior.dragonscanning\". Can only be used by the Ender Dragon.",
"description": "Allows this entity to attack a player by charging at them. The player is chosen by the \"minecraft:behavior.dragonscanning\". Note: This behavior can only be used by the ender_dragon entity type.",
"properties": {
"priority": {
"$ref": "./types/priority.json"

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Dragondeath",
"description": "Allows the dragon to go out with glory. This controls the Ender Dragon's death animation and can't be used by other mobs.",
"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"

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Dragonflaming",
"description": "Allows the dragon to use its flame breath attack. Can only be used by the Ender Dragon.",
"description": "Allows this entity to use a flame-breath attack. Note: This behavior can only be used by the ender_dragon entity type.",
"properties": {
"priority": {
"$ref": "./types/priority.json"

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Dragonholdingpattern",
"description": "Allows the Dragon to fly around in a circle around the center podium. Can only be used by the Ender Dragon.",
"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"

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Dragonlanding",
"description": "Allows the Dragon to stop flying and transition into perching mode. Can only be used by the Ender Dragon.",
"description": "Allows the Dragon to stop flying and transition into perching mode. Note: This behavior can only be used by the ender_dragon entity type.",
"properties": {
"priority": {
"$ref": "./types/priority.json"

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Dragonscanning",
"description": "Allows the dragon to look around for a player to attack while in perch mode. Can only be used by the Ender Dragon.",
"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"

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Dragonstrafeplayer",
"description": "Allows this entity to fly around looking for a player to shoot fireballs at. Can only be used by the Ender Dragon.",
"description": "Allows this entity to fly around looking for a player to shoot fireballs at. Note: This behavior can only be used by the ender_dragon entity type.",
"properties": {
"priority": {
"$ref": "./types/priority.json"

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Dragontakeoff",
"description": "Allows an entity to leave perch mode and go back to flying around.",
"description": "Allows an entity to leave perch mode and go back to flying around. Note: This behavior can only be used by the ender_dragon entity type.",
"properties": {
"priority": {
"$ref": "./types/priority.json"