Updated components
This commit is contained in:
9894
behavior/entities/entities.json
generated
9894
behavior/entities/entities.json
generated
File diff suppressed because one or more lines are too long
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user