This commit is contained in:
DaanV2
2021-07-04 16:02:48 +02:00
parent 6a4aeaace0
commit f6556dec13
65 changed files with 69 additions and 213 deletions

View File

@@ -1,26 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_death",
"description": "Adds a trigger to call on this entity's death. minecraft:on_death can only be used by the `ender_dragon` entity.",
"type": "object",
"title": "On Death 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"event": {
"type": "string",
"description": "The event to run when the conditions for this trigger are met.",
"title": "Event"
},
"filters": {
"$ref": "../../filters/filters.json",
"description": "The list of conditions for this trigger to execute."
},
"target": {
"type": "string",
"$ref": "../../filters/filters/types/subject.json",
"default": "self",
"description": "The target of the event.",
"title": "Target"
}
}
"$ref": "../types/trigger.json"
}

View File

@@ -1,26 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_friendly_anger",
"description": "Adds a trigger that will run when a nearby entity of the same type as this entity becomes Angry.",
"type": "object",
"title": "On Friendly Anger 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"event": {
"type": "string",
"description": "The event to run when the conditions for this trigger are met",
"title": "Event"
},
"filters": {
"$ref": "../../filters/filters.json",
"description": "The list of conditions for this trigger"
},
"target": {
"type": "string",
"$ref": "../../filters/filters/types/subject.json",
"default": "self",
"description": "The target of the event",
"title": "Target"
}
}
"$ref": "../types/trigger.json"
}

View File

@@ -1,19 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_hurt",
"description": "Adds a trigger to call when this entity takes damage.",
"type": "object",
"title": "On Hurt 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "Event" },
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger", "title": "Filters" },
"target": {
"type": "string",
"$ref": "../../filters/filters/types/subject.json",
"default": "self",
"description": "The target of the event",
"title": "Target"
}
}
"$ref": "../types/trigger.json"
}

View File

@@ -1,19 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_hurt_by_player",
"description": "Adds a trigger to call when this entity is attacked by the player.",
"type": "object",
"title": "On Hurt By Player 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "Event" },
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger", "title": "Filters" },
"target": {
"type": "string",
"$ref": "../../filters/filters/types/subject.json",
"default": "self",
"description": "The target of the event",
"title": "Target"
}
}
"$ref": "../types/trigger.json"
}

View File

@@ -1,19 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_ignite",
"description": "Adds a trigger to call when this entity is set on fire.",
"type": "object",
"title": "On Ignite 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "Event" },
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger" },
"target": {
"type": "string",
"$ref": "../../filters/filters/types/subject.json",
"default": "self",
"description": "The target of the event",
"title": "Target"
}
}
"$ref": "../types/trigger.json"
}

View File

@@ -1,19 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_start_landing",
"description": "Only usable by the Ender Dragon. Adds a trigger to call when this entity lands.",
"type": "object",
"title": "On Start Landing 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "Event" },
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger" },
"target": {
"type": "string",
"$ref": "../../filters/filters/types/subject.json",
"default": "self",
"description": "The target of the event",
"title": "Target"
}
}
"$ref": "../types/trigger.json"
}

View File

@@ -1,19 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_start_takeoff",
"description": "Only usable by the Ender Dragon. Adds a trigger to call when this entity starts flying.",
"type": "object",
"title": "On Start Takeoff 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "Event" },
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger" },
"target": {
"type": "string",
"$ref": "../../filters/filters/types/subject.json",
"default": "self",
"description": "The target of the event",
"title": "Target"
}
}
"$ref": "../types/trigger.json"
}

View File

@@ -1,19 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_target_acquired",
"description": "Adds a trigger to call when this entity finds a target.",
"type": "object",
"title": "On Target Acquired 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "Event" },
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger" },
"target": {
"type": "string",
"$ref": "../../filters/filters/types/subject.json",
"default": "self",
"description": "The target of the event",
"title": "Target"
}
}
"$ref": "../types/trigger.json"
}

View File

@@ -1,19 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_target_escape",
"description": "Adds a trigger to call when this entity loses the target it currently has.",
"type": "object",
"title": "On Target Escape 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "Event" },
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger" },
"target": {
"type": "string",
"$ref": "../../filters/filters/types/subject.json",
"default": "self",
"description": "The target of the event",
"title": "Target"
}
}
"$ref": "../types/trigger.json"
}

View File

@@ -1,19 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_wake_with_owner",
"description": "Adds a trigger to call when this pet's owner awakes after sleeping with the pet.",
"type": "object",
"title": "On Wake With Owner 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "Event" },
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger" },
"target": {
"type": "string",
"$ref": "../../filters/filters/types/subject.json",
"default": "self",
"description": "The target of the event",
"title": "Target"
}
}
"$ref": "../types/trigger.json"
}

View File

@@ -3,7 +3,7 @@
"type": "object",
"title": "Out Of Control",
"additionalProperties": false,
"description": "Defines the entity's `out of control` state.",
"description": "defines the entity's `out of control` state.",
"required": [],
"properties": {}
}