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

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.1.10.0.blocks.components",
"title": "Components",
"description": "The components of that define this block",
"required": [],
"type": "object",
"additionalProperties": false,
"properties": {

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Components 1.10.0",
"description": "A collection of components",
"required": [],
"properties": {
"minecraft:addrider": { "$ref": "../1.8.0/components/minecraft.addrider.json" },
"minecraft:admire_item": { "$ref": "../1.8.0/components/minecraft.admire_item.json" },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Projectile 1.10.0",
"additionalProperties": false,
"required": [],
"properties": {
"anchor": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Anchor" },
"angle_offset": {

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Components 1.12.0",
"description": "A collection of components",
"required": [],
"properties": {
"minecraft:addrider": { "$ref": "../1.8.0/components/minecraft.addrider.json" },
"minecraft:admire_item": { "$ref": "../1.8.0/components/minecraft.admire_item.json" },

View File

@@ -4,7 +4,7 @@
"title": "Explode 1.12.0",
"additionalProperties": false,
"description": "Defines how the entity explodes.",
"required": [],
"properties": {
"breaks_blocks": {
"type": "boolean",

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Projectile 1.12.0",
"additionalProperties": false,
"required": [],
"properties": {
"anchor": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Anchor" },
"angle_offset": {

View File

@@ -4,7 +4,7 @@
"title": "Find Mount 1.8.0",
"description": "Allows the mob to look around for another mob to ride atop it.",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"avoid_water": {

View File

@@ -4,7 +4,7 @@
"title": "Go Home 1.13.0",
"description": "Allows the mob to move back to the position they were spawned.",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Stomp Turtle Egg 1.13.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },

View File

@@ -9,7 +9,7 @@
"type": "object",
"description": "An entity definitions that this entity can breed with.",
"additionalItems": false,
"required": [],
"properties": {
"baby_type": { "type": "string", "description": "The entity definition of this entity's babies.", "title": "Baby Type" },
"breed_event": { "$ref": "../types/event.json", "description": "Event to run when this entity breeds.", "title": "Breed Event" },
@@ -17,7 +17,7 @@
}
}
},
"required": [],
"properties": {
"allow_sitting": { "description": "If true, entities can breed while sitting.", "type": "boolean", "default": false, "title": "Allow Sitting" },
"blend_attributes": {

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Projectile 1.13.0",
"additionalProperties": false,
"required": [],
"properties": {
"anchor": { "type": "number", "title": "Anchor", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"angle_offset": {

View File

@@ -33,7 +33,7 @@
}
}
},
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"controlling_seat": {

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Transformation 1.13.0",
"additionalProperties": false,
"required": [],
"properties": {
"add": {
"type": "object",

View File

@@ -4,7 +4,7 @@
"title": "Beg 1.16.0",
"description": "Allows the mob to drink potions based on specified environment conditions.",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"speed_multiplier": { "$ref": "./types/speed_multiplier.json" },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Knockback Roar 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"attack_time": {

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Leap At Target 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"must_be_on_ground": {

View File

@@ -4,7 +4,7 @@
"title": "Look At Player 1.16.0",
"description": "Allows the mob to look at the player when the player is nearby.",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"angle_of_view_vertical": {

View File

@@ -4,7 +4,7 @@
"title": "Nearest Attackable Target 1.16.0",
"description": "Allows the mob to check for and pursue the nearest valid target.",
"additionalProperties": false,
"required": [],
"definitions": {
"entity_type": {
"type": "object",

View File

@@ -4,7 +4,7 @@
"title": "Nearest Prioritized Attackable Target 1.16.0",
"description": "Allows the mob to check for and pursue the nearest valid target.",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"entity_types": {

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Tempt 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Random Fly 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Random Hover 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Random Look Around And Sit 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"max_look_count": {

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Rise To Liquid Level 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"liquid_y_offset": {

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Send Event 1.16.0",
"additionalProperties": false,
"required": [],
"definitions": {
"sequence": {
"type": "array",

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Stalk And Pounce On Target 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"interest_time": {

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Stroll Towards Village 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"cooldown_time": {

View File

@@ -5,7 +5,7 @@
"type": "object",
"title": "Swim Idle 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"idle_time": { "type": "number", "title": "Idle Time", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Tempt 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Ambient Sound Interval 1.16.0",
"description": "Sets the entity's delay between playing its ambient sound.",
"required": [],
"properties": {
"event_name": {
"type": "string",

View File

@@ -4,7 +4,7 @@
"title": "Boostable 1.16.0",
"additionalProperties": false,
"description": "Defines the conditions and behavior of a rideable entity's boost",
"required": [],
"properties": {
"duration": { "type": "number", "default": 3, "description": "Time in seconds for the boost.", "title": "Duration" },
"speed_multiplier": {

View File

@@ -9,7 +9,7 @@
"type": "object",
"description": "An entity definitions that this entity can breed with.",
"additionalItems": false,
"required": [],
"properties": {
"baby_type": { "type": "string", "description": "The entity definition of this entity's babies.", "title": "Baby Type" },
"breed_event": { "$ref": "../types/event.json", "description": "Event to run when this entity breeds.", "title": "Breed Event" },
@@ -52,7 +52,7 @@
"title": "Environment Requirements"
}
},
"required": [],
"properties": {
"allow_sitting": { "description": "If true, entities can breed while sitting.", "type": "boolean", "default": false, "title": "Allow Sitting" },
"blend_attributes": {

View File

@@ -4,7 +4,7 @@
"title": "Equipment 1.16.0",
"description": "Sets the equipment table to use for the entity.",
"additionalProperties": false,
"required": [],
"properties": {
"slot_drop_chance": {
"type": "array",

View File

@@ -4,7 +4,7 @@
"title": "Equippable 1.16.0",
"additionalProperties": false,
"description": "Defines an entity's behavior for having items equipped to it",
"required": [],
"properties": {
"slots": {
"description": "List of slots and the item that can be equipped",

View File

@@ -4,7 +4,7 @@
"title": "Explode 1.16.0",
"additionalProperties": false,
"description": "Defines how the entity explodes.",
"required": [],
"properties": {
"breaks_blocks": {
"type": "boolean",

View File

@@ -4,7 +4,7 @@
"description": "Defines sets of items that can be used to trigger events when used on this entity. The item will also be taken and placed in the entity's inventory.",
"type": "object",
"title": "Giveable 1.16.0",
"required": [],
"properties": {
"triggers": {
"description": "Defines sets of items that can be used to trigger events when used on this entity. The item will also be taken and placed in the entity's inventory.",

View File

@@ -5,7 +5,7 @@
"additionalProperties": false,
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": [],
"properties": {
"value": {
"description": "UNDOCUMENTED",

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Inventory 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"additional_slots_per_strength": {
"type": "integer",

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Lookat 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"allow_invulnerable": {
"type": "boolean",

View File

@@ -4,7 +4,7 @@
"title": "Movement.jump 1.16.0",
"description": "Move control that causes the mob to jump as it moves with a specified delay between jumps.",
"additionalProperties": false,
"required": [],
"properties": {
"jump_delay": {
"type": "array",

View File

@@ -4,7 +4,7 @@
"title": "Nameable 1.16.0",
"additionalProperties": false,
"description": "Allows this entity to be named (e.g. using a name tag).",
"required": [],
"definitions": {
"name_action": {
"type": "object",

View File

@@ -33,7 +33,7 @@
}
}
},
"required": [],
"properties": {
"controlling_seat": {
"type": "integer",

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Scheduler 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"min_delay_secs": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum Delay Secs", "minimum": 0 },
"max_delay_secs": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum Delay Secs", "minimum": 0 },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Shareables 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"all_items": {
"type": "boolean",

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Shooter 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"aux_val": { "type": "integer", "title": "Aux Val", "default": -1, "description": "ID of the Potion effect to be applied on hit" },
"def": {

View File

@@ -4,7 +4,7 @@
"description": "Adds a timer after which this entity will spawn another entity or item (similar to vanilla's chicken's egg-laying behavior).",
"title": "Spawn Entity 1.16.0",
"additionalProperties": false,
"required": [],
"definitions": {
"entity_spawn": {
"additionalProperties": false,

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Strength 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"max": { "type": "integer", "default": 5, "description": "The maximum strength of this entity", "title": "Maximum" },
"value": { "type": "integer", "default": 1, "description": "The initial value of the strength", "title": "Value" }

View File

@@ -33,7 +33,7 @@
}
}
},
"required": [],
"properties": {
"attempt_temper_mod": {
"type": "integer",

View File

@@ -5,6 +5,6 @@
"type": "object",
"title": "Trade Resupply 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {}
}

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Trail 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"block_type": {
"type": "string",

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Transformation 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"add": {
"type": "object",

View File

@@ -4,6 +4,6 @@
"type": "object",
"title": "Wants Jockey 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {}
}

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": {}
}

View File

@@ -9,12 +9,12 @@
"minProperties": 1,
"additionalProperties": false,
"properties": {
"event": { "type": "string", "description": "Event", "title": "Event To Fire" },
"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 filters to check to determine if the event should be fired"
"description": "The list of conditions for this trigger to execute."
},
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "The entity to target", "title": "Target" }
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "The target of the event.", "title": "Target" }
}
}
]

View File

@@ -50,7 +50,7 @@
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"required": [],
"properties": {
"min_sides_must_attach": {
"title": "Minimum Sides Must Attach",