Updated filter refernences
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"description": "Enables the mob to admire items that have been configured as admirable. Must be used in combination with the admire_item component.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"admire_item_sound": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"tick_interval": { "type": "integer", "title": "Tick Interval", "description": "UNDOCUMENTATED" },
|
||||
"search_range": { "type": "integer", "title": "Search Range", "description": "UNDOCUMENTATED" },
|
||||
"search_height": { "type": "integer", "title": "Search Height", "description": "UNDOCUMENTATED" },
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"title": "Barter 1.16.0",
|
||||
"description": "Enables the mob to barter for items that have been configured as barter currency. Must be used in combination with the barter component",
|
||||
"additionalProperties": false,
|
||||
"properties": { "priority": { "$ref": "types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "This allows the mob celebrate by jumping up and playing a sound periodically.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"celebration_sound": { "type": "string", "default": "", "description": "The sound to occasionally play.", "title": "Celebration Sound" },
|
||||
"duration": { "type": "number", "default": 1, "description": "The duration of the celebration (in seconds).", "title": "Duration" },
|
||||
"jump_interval": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "Allows the mob to target another mob that hurts an entity it trusts.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"aggro_sound": { "type": "string", "default": "", "description": "Sound to occasionally play while defending.", "title": "Aggro Sound" },
|
||||
"attack_interval": { "type": "integer", "default": 0, "description": "Time in seconds between attacks", "title": "Attack Interval" },
|
||||
"must_see": {
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "./types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "./types/speed_multiplier.json" },
|
||||
"speed_modifier": { "default": 0.0, "description": "TODO description: speed modifier", "title": "Speed Modifier" },
|
||||
"potions": {
|
||||
"type": "array",
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"title": "Drop Item For 1.16.0",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"cooldown": { "title": "Cooldown", "description": "UNDOCUMENTATED", "type": "number" },
|
||||
"drop_item_chance": {
|
||||
"type": "number",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "If the mob is carrying a food item, the mob will eat it and the effects will be applied to the mob.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"delay_before_eating": {
|
||||
"type": "number",
|
||||
"description": "Time in seconds the mob should wait before eating the item.",
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"title": "Equip Item 1.16.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": { "priority": { "$ref": "types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"description": "Allows the mob to seek shade.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"cooldown_time": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"title": "Find Mount 1.16.0",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"avoid_water": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"goal_radius": {
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "The mob freezes and looks at the mob they are targeting.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"broadcast": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"attack_time": {
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"must_be_on_ground": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"angle_of_view_vertical": {
|
||||
"type": "integer",
|
||||
"default": 360,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"description": "Allows the mob to move back into lava when on land.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"goal_radius": {
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"title": "Move Towards Home Restriction 1.16.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": { "priority": { "$ref": "types/base_priority.json" }, "speed_multiplier": { "$ref": "types/base_speed_multiplier.json" } }
|
||||
"properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" } }
|
||||
}
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"description": "Allows the mob to move back into lava when on land.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"cooldown_max": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"entity_types": {
|
||||
"description": "Filters which types of targets are valid for this entity.",
|
||||
"title": "Entity Types",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"entity_types": {
|
||||
"description": "List of entity types that this mob considers valid targets",
|
||||
"title": "Entity Types",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"goal_radius": {
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"type": "object",
|
||||
"title": "Pickup Items 1.16.0",
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"can_pickup_any_item": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"avoid_damage_blocks": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"can_land_on_trees": {
|
||||
"type": "boolean",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"hover_height": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTATED",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"max_look_count": {
|
||||
"type": "integer",
|
||||
"default": 2,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"liquid_y_offset": { "type": "number", "title": "Liquid Y Offset", "description": "UNDOCUMENTATED" },
|
||||
"rise_delta": { "type": "number", "title": "Rise Delta", "description": "UNDOCUMENTATED" },
|
||||
"sink_delta": { "type": "number", "title": "Sink Delta", "description": "UNDOCUMENTATED" }
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"base_delay": { "type": "number", "default": 0, "description": "Amount of time in seconds before starting this step" },
|
||||
"delay": { "type": "number", "default": 0, "description": "Amount of time in seconds before starting this step" },
|
||||
"event": { "type": "string", "default": "", "description": "The event to send to the entity" },
|
||||
"sound_event": { "type": "string", "default": "", "description": "The sound event to play when this step happens" }
|
||||
}
|
||||
@@ -21,7 +21,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"cast_duration": { "type": "number", "description": "Time in seconds for the entire event sending process", "title": "TODO Title" },
|
||||
"event_choices": {
|
||||
"type": "array",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"interest_time": {
|
||||
"type": "number",
|
||||
"default": 2,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"cooldown_time": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"idle_time": { "type": "number", "title": "Idle Time", "description": "UNDOCUMENTATED" },
|
||||
"success_rate": { "type": "number", "title": "Succes Rate", "description": "UNDOCUMENTATED" }
|
||||
}
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"can_get_scared": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.1.16.0.base_priority",
|
||||
"$id": "blockception.minecraft.behavior.entities.1.16.0.priority",
|
||||
"additionalProperties": false,
|
||||
"type": "integer",
|
||||
"title": "Priority",
|
||||
Reference in New Issue
Block a user