Updated filter refernences
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"description": "The filters to check to determine if the event should be fired",
|
||||
"title": "Filters"
|
||||
},
|
||||
"target": { "$ref": "../../1.8.0/filters/types/base_subject.json", "description": "The entity to target", "title": "Target" }
|
||||
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "The entity to target", "title": "Target" }
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"description": "The filters to check to determine if the event should be fired",
|
||||
"title": "Filters"
|
||||
},
|
||||
"target": { "$ref": "../../1.8.0/filters/types/base_subject.json", "description": "The entity to target", "title": "Target" }
|
||||
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "The entity to target", "title": "Target" }
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"avoid_water": {
|
||||
"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" },
|
||||
"goal_radius": {
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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.8.0.base_priority",
|
||||
"$id": "blockception.minecraft.behavior.entities.1.13.0.priority",
|
||||
"additionalProperties": false,
|
||||
"type": "integer",
|
||||
"title": "Priority",
|
||||
@@ -34,7 +34,7 @@
|
||||
"properties": {
|
||||
"filters": { "$ref": "../../filters/filters.json" },
|
||||
"event": { "type": "string", "pattern": "^.*$", "description": "TODO description: event", "title": "Event" },
|
||||
"target": { "$ref": "../filters/types/base_subject.json", "description": "TODO description: target", "title": "Target" }
|
||||
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "TODO description: target", "title": "Target" }
|
||||
},
|
||||
"on_damage_sound_event": {
|
||||
"type": "string",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
},
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"controlling_seat": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.1.13.0.base_priority",
|
||||
"$id": "blockception.minecraft.behavior.entities.1.13.0.priority",
|
||||
"additionalProperties": false,
|
||||
"type": "integer",
|
||||
"title": "Priority",
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"description": "The filters to check to determine if the event should be fired",
|
||||
"title": "Filters"
|
||||
},
|
||||
"target": { "$ref": "../filters/types/base_subject.json", "description": "The entity to target", "title": "Target" }
|
||||
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "The entity to target", "title": "Target" }
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -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.13.0.base_priority",
|
||||
"$id": "blockception.minecraft.behavior.entities.1.16.0.priority",
|
||||
"additionalProperties": false,
|
||||
"type": "integer",
|
||||
"title": "Priority",
|
||||
@@ -11,7 +11,7 @@
|
||||
"description": "Applies gravity each tick. Causes more of a wave simulation, but will cause more gravity to be applied outside liquids.",
|
||||
"title": "Apply Gravity"
|
||||
},
|
||||
"base_buoyancy": {
|
||||
"buoyancy": {
|
||||
"type": "number",
|
||||
"default": 1,
|
||||
"description": "Base buoyancy used to calculate how much will a mob float.",
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"properties": {
|
||||
"filters": { "$ref": "../../filters/filters.json" },
|
||||
"event": { "type": "string", "pattern": "^.*$", "description": "TODO description: event", "title": "Event" },
|
||||
"target": { "$ref": "../filters/types/base_subject.json", "description": "TODO description: target", "title": "Target" }
|
||||
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "TODO description: target", "title": "Target" }
|
||||
},
|
||||
"on_damage_sound_event": {
|
||||
"type": "string",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"description": "The filters to check to determine if the event should be fired",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"target": { "$ref": "../filters/types/base_subject.json", "description": "The entity to target", "title": "Target" }
|
||||
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "The entity to target", "title": "Target" }
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.1.16.0.base_priority",
|
||||
"$id": "blockception.minecraft.behavior.entities.1.16.100.priority",
|
||||
"additionalProperties": false,
|
||||
"type": "integer",
|
||||
"title": "Priority",
|
||||
@@ -10,7 +10,7 @@
|
||||
"description": "The filters to check to determine if the event should be fired",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"target": { "$ref": "../filters/types/base_subject.json", "description": "The entity to target", "title": "Target" }
|
||||
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "The entity to target", "title": "Target" }
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"title": "Avoid Mob Type 1.8.0",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"max_dist": { "type": "number", "default": 0, "description": "Maximum distance to look for an entity", "title": "Max Dist" },
|
||||
"max_flee": {
|
||||
"type": "number",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Allows this mob to look at and follow the player that holds food they like.",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"items": {
|
||||
"type": "array",
|
||||
"description": "List of items that this mob likes",
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"title": "Break Door 1.8.0",
|
||||
"description": "Allows this mob to break doors.",
|
||||
"required": [],
|
||||
"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" } },
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"title": "Breed 1.8.0",
|
||||
"description": "Allows this mob to breed with other mobs.",
|
||||
"required": [],
|
||||
"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,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,5 +5,5 @@
|
||||
"title": "Charge Attack 1.8.0",
|
||||
"description": "Allows the mob to attack its target by running at it.",
|
||||
"required": [],
|
||||
"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" } }
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"items": {
|
||||
"type": "array",
|
||||
"title": "Items",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Allows the mob to move in a circle around a point or a target.",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"speed_multiplier": {
|
||||
"type": "number",
|
||||
"default": 1.0,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"title": "Controlled By Player 1.8.0",
|
||||
"description": "Allows the mob to be controlled by the player.",
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"mount_speed_multiplier": {
|
||||
"type": "number",
|
||||
"default": 1,
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"title": "Defend Village Target 1.8.0",
|
||||
"description": "Allows the mob to stay in the village and fight mobs hostile to the villagers.",
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"entity_types": {
|
||||
"$ref": "../types/entity_types.json",
|
||||
"description": "List of entity types this mob considers a threat to the village",
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"title": "Delayed Attack 1.8.0",
|
||||
"description": "Allows the mob to drink potions based on specified environment conditions.",
|
||||
"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" },
|
||||
"attack_duration": { "type": "number", "default": 1, "description": "The duration of the attack animation in seconds", "title": "TODO Title" },
|
||||
"attack_once": { "type": "boolean", "default": false, "description": "If true, this mob will attack only one time.", "title": "TODO Title" },
|
||||
"attack_types": { "type": "string", "default": "", "description": "Defines the entity types this mob will attack", "title": "TODO Title" },
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"type": "object",
|
||||
"title": "Door Interact 1.8.0",
|
||||
"description": "Allows the mob to drink potions based on specified environment conditions.",
|
||||
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "./types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"type": "object",
|
||||
"title": "Dragonchargeplayer 1.8.0",
|
||||
"description": "Allows the dragon to attack a player by flying fast at them. The player is chosen by the dragonscanning goal. Can only be used by the Ender Dragon.",
|
||||
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "./types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"type": "object",
|
||||
"title": "Dragondeath 1.8.0",
|
||||
"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.",
|
||||
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "./types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"type": "object",
|
||||
"title": "Dragonflaming 1.8.0",
|
||||
"description": "Allows the dragon to use its flame breath attack. Can only be used by the Ender Dragon.",
|
||||
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "./types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"type": "object",
|
||||
"title": "Dragonholdingpattern 1.8.0",
|
||||
"description": "Allows the Dragon to fly around in a circle around the center podium. Can only be used by the Ender Dragon.",
|
||||
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "./types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"type": "object",
|
||||
"title": "Dragonlanding 1.8.0",
|
||||
"description": "Allows the Dragon to stop flying and transition into perching mode. Can only be used by the Ender Dragon.",
|
||||
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "./types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"type": "object",
|
||||
"title": "Dragonscanning 1.8.0",
|
||||
"description": "Allows the dragon to look around for a player to attack while in perch mode. Can only be used by the Ender Dragon.",
|
||||
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "./types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"type": "object",
|
||||
"title": "Dragonstrafeplayer 1.8.0",
|
||||
"description": "Allows the dragon to fly around looking for a player and shoot fireballs at them. Can only be used by the Ender Dragon.",
|
||||
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "./types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"type": "object",
|
||||
"title": "Dragontakeoff 1.8.0",
|
||||
"description": "Allows the dragon to leave perch mode and go back to flying around. Can only be used by the Ender Dragon.",
|
||||
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "./types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -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.8.0",
|
||||
"description": "Allows the mob to drink potions based on specified environment conditions.",
|
||||
"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" },
|
||||
"entity_types": { "$ref": "../types/entity_types.json" },
|
||||
"drop_item_chance": { "type": "number", "default": 1.0, "description": "The probability that the mob will drop an item.", "title": "TODO Title" },
|
||||
"goal_radius": {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"on_eat": { "$ref": "../types/trigger.json", "description": "UNDOCUMENTATED", "title": "On Eat" },
|
||||
"success_chance": {
|
||||
"title": "Succes Chance",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"additionalProperties": false,
|
||||
"description": "Allows the enderman to drop a block they are carrying. Can only be used by Endermen.",
|
||||
"required": [],
|
||||
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "./types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Allows the enderman to take a block and carry it around. Can only be used by Endermen.",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "./types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -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" },
|
||||
"explore_dist": {
|
||||
"type": "number",
|
||||
"default": 5,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"avoid_water": {
|
||||
"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" },
|
||||
"search_range": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Allows the mob to run away from direct sunlight and seek shade.",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"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,5 +5,5 @@
|
||||
"description": "Allows the mob to stay afloat while swimming.",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "./types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"xz_dist": {
|
||||
"type": "integer",
|
||||
"default": 10,
|
||||
|
||||
@@ -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" },
|
||||
"entity_types": {
|
||||
"$ref": "../types/entity_types.json",
|
||||
"description": "List of entity types that this mob can follow in a caravan",
|
||||
|
||||
@@ -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" },
|
||||
"search_range": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
|
||||
@@ -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" },
|
||||
"start_distance": {
|
||||
"type": "number",
|
||||
"default": 10,
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Allows the mob to follow their parent around.",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"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" } }
|
||||
}
|
||||
|
||||
@@ -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" },
|
||||
"follow_distance": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -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,5 +5,5 @@
|
||||
"description": "Allows the guardian to use its laser beam attack. Can only be used by Guardians and Elder Guardians.",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
|
||||
"properties": { "priority": { "$ref": "./types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -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" },
|
||||
"max_seconds_before_search": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"search_cooldown_max_seconds": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"seconds_until_new_task": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" }
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"description": "Allows a mob with the hide component to attempt to move to - and hide at - an owned or nearby POI.",
|
||||
"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" },
|
||||
"duration": { "type": "number", "default": 1, "description": "Amount of time in seconds that the mob reacts.", "title": "TODO Title" },
|
||||
"poi_type": { "type": "string", "default": "", "description": "Defines what POI type to hide at.", "title": "TODO Title" },
|
||||
"timeout_cooldown": {
|
||||
|
||||
@@ -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 @@
|
||||
"description": "Allows the mob to target another mob that hurts them.",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"entity_types": { "$ref": "../types/entity_types.json", "description": "TODO description: entity types", "title": "Entity Types" },
|
||||
"alert_same_type": {
|
||||
"type": "boolean",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"description": "Allows the mob to inspect bookshelves.",
|
||||
"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,
|
||||
|
||||
@@ -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" },
|
||||
"interval": {
|
||||
"type": "integer",
|
||||
"default": 120,
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user