Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

@@ -12,8 +12,8 @@
"description": "The sound event to play when admiring the item",
"title": "Admire Item Sound"
},
"on_admire_item_start": { "$ref": "../types/event.json", "title": "On Admire Item Start", "description": "UNDOCUMENTATED" },
"on_admire_item_stop": { "$ref": "../types/event.json", "title": "On Admire Item Stop", "description": "UNDOCUMENTATED" },
"on_admire_item_start": { "$ref": "../types/event.json", "title": "On Admire Item Start", "description": "UNDOCUMENTED" },
"on_admire_item_stop": { "$ref": "../types/event.json", "title": "On Admire Item Stop", "description": "UNDOCUMENTED" },
"sound_interval": {
"default": 0,
"description": "The range of time in seconds to randomly wait before playing the sound again.",

View File

@@ -2,24 +2,24 @@
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.avoid_block",
"type": "object",
"title": "Avoid Block 1.16.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"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" },
"sprint_speed_modifier": { "type": "number", "title": "Sprint Speed Modifier", "description": "UNDOCUMENTATED" },
"target_selection_method": { "type": "string", "title": "Target Selection Method", "description": "UNDOCUMENTATED" },
"tick_interval": { "type": "integer", "title": "Tick Interval", "description": "UNDOCUMENTED" },
"search_range": { "type": "integer", "title": "Search Range", "description": "UNDOCUMENTED" },
"search_height": { "type": "integer", "title": "Search Height", "description": "UNDOCUMENTED" },
"sprint_speed_modifier": { "type": "number", "title": "Sprint Speed Modifier", "description": "UNDOCUMENTED" },
"target_selection_method": { "type": "string", "title": "Target Selection Method", "description": "UNDOCUMENTED" },
"target_blocks": {
"type": "array",
"title": "Target Blocks",
"description": "UNDOCUMENTATED",
"items": { "type": "string", "title": "Block ID", "description": "UNDOCUMENTATED" }
"description": "UNDOCUMENTED",
"items": { "type": "string", "title": "Block ID", "description": "UNDOCUMENTED" }
},
"avoid_block_sound": { "type": "string", "title": "Avoid Block Sound", "description": "UNDOCUMENTATED" },
"walk_speed_modifier": { "type": "number", "title": "Walk Speed Modifier", "description": "UNDOCUMENTATED" },
"on_escape": { "type": "array", "title": "Walk Speed Modifier", "description": "UNDOCUMENTATED", "items": { "$ref": "../types/event.json" } },
"avoid_block_sound": { "type": "string", "title": "Avoid Block Sound", "description": "UNDOCUMENTED" },
"walk_speed_modifier": { "type": "number", "title": "Walk Speed Modifier", "description": "UNDOCUMENTED" },
"on_escape": { "type": "array", "title": "Walk Speed Modifier", "description": "UNDOCUMENTED", "items": { "$ref": "../types/event.json" } },
"sound_interval": {
"default": 0,
"description": "The range of time in seconds to randomly wait before playing the sound again.",

View File

@@ -20,7 +20,7 @@
"description": "Determines the amount of time in seconds that this mob will look for a target before forgetting about it and looking for a new one when the target isn't visible any more",
"title": "Must See Forget Duration"
},
"on_defend_start": { "$ref": "../types/event.json", "title": "On Defend Start", "description": "UNDOCUMENTATED" },
"on_defend_start": { "$ref": "../types/event.json", "title": "On Defend Start", "description": "UNDOCUMENTED" },
"within_radius": {
"type": "number",
"default": 0,
@@ -33,6 +33,6 @@
"title": "Entity Types",
"additionalProperties": false
},
"sound_chance": { "title": "Sound Chance", "description": "UNDOCUMENTATED", "type": "number" }
"sound_chance": { "title": "Sound Chance", "description": "UNDOCUMENTED", "type": "number" }
}
}

View File

@@ -7,7 +7,7 @@
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"cooldown": { "title": "Cooldown", "description": "UNDOCUMENTATED", "type": "number" },
"cooldown": { "title": "Cooldown", "description": "UNDOCUMENTED", "type": "number" },
"drop_item_chance": {
"type": "number",
"default": [1.0],
@@ -32,8 +32,8 @@
"description": "Maximum distance in blocks this mob will look for entities to drop an item for.",
"title": "Max Dist"
},
"minimum_teleport_distance": { "title": "Minimum Teleport Distance", "description": "UNDOCUMENTATED", "type": "number" },
"max_head_look_at_height": { "title": "Max Head Look At Height", "description": "UNDOCUMENTATED", "type": "number" },
"minimum_teleport_distance": { "title": "Minimum Teleport Distance", "description": "UNDOCUMENTED", "type": "number" },
"max_head_look_at_height": { "title": "Max Head Look At Height", "description": "UNDOCUMENTED", "type": "number" },
"offering_distance": {
"type": "number",
"default": [1.0],
@@ -45,8 +45,8 @@
"description": "Event to run when this mob attempts to drop an item.",
"title": "On Drop Attempt"
},
"seconds_before_pickup": { "title": "Seconds Before Pickup", "description": "UNDOCUMENTATED", "type": "number" },
"search_count": { "type": "integer", "default": 1, "description": "UNDOCUMENTATED", "title": "Search Height" },
"seconds_before_pickup": { "title": "Seconds Before Pickup", "description": "UNDOCUMENTED", "type": "number" },
"search_count": { "type": "integer", "default": 1, "description": "UNDOCUMENTED", "title": "Search Height" },
"search_height": { "type": "integer", "default": 1, "description": "Height in blocks from the target the mob can be.", "title": "Search Height" },
"search_range": {
"type": "integer",
@@ -56,13 +56,13 @@
},
"target_range": {
"title": "Target Range",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
},
"teleport_offset": {
"title": "Teleport Offset",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
},

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.equip_item",
"type": "object",
"title": "Equip Item 1.16.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": { "priority": { "$ref": "types/priority.json" } }
}

View File

@@ -38,7 +38,7 @@
},
"max_failed_attempts": {
"type": "integer",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"title": "Max Failed Attempts"
}
}

View File

@@ -9,7 +9,7 @@
"additionalProperties": false,
"type": "object",
"title": "On Home Event",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"properties": {
"event": { "type": "string", "pattern": "^[a-zA-Z0-9_\\-:]+$", "description": "The event to fire", "title": "Event" },
"target": {
@@ -46,6 +46,6 @@
{ "type": "array", "items": { "$ref": "#/definitions/on_home_spec" } }
]
},
"on_failed": { "$ref": "../types/event.json", "title": "On Failed", "description": "UNDOCUMENTATED" }
"on_failed": { "$ref": "../types/event.json", "title": "On Failed", "description": "UNDOCUMENTED" }
}
}

View File

@@ -29,8 +29,8 @@
},
"knockback_strength": { "type": "integer", "default": 4, "description": "The strength of the knockback.", "title": "Knockback Strength" },
"Trigger": { "$ref": "../types/trigger.json", "description": "On_roar_end", "title": "Trigger" },
"knockback_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "Knockback Filters" },
"damage_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "Damage Filters" },
"on_roar_end": { "$ref": "../types/event.json", "description": "UNDOCUMENTATED", "title": "On Roar End" }
"knockback_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "title": "Knockback Filters" },
"damage_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "title": "Damage Filters" },
"on_roar_end": { "$ref": "../types/event.json", "description": "UNDOCUMENTED", "title": "On Roar End" }
}
}

View File

@@ -20,6 +20,6 @@
"title": "Set Persistent"
},
"yd": { "type": "number", "default": 0, "description": "The height in blocks the mob jumps when leaping at its target", "title": "Yd" },
"target_dist": { "type": "number", "default": 0, "description": "UNDOCUMENTATED", "title": "Target Dist" }
"target_dist": { "type": "number", "default": 0, "description": "UNDOCUMENTED", "title": "Target Dist" }
}
}

View File

@@ -39,6 +39,6 @@
"title": "Look Time",
"items": [{ "type": "number" }, { "type": "number" }]
},
"target_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "Target Distance" }
"target_distance": { "type": "number", "description": "UNDOCUMENTED", "title": "Target Distance" }
}
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.move_towards_home_restriction",
"type": "object",
"title": "Move Towards Home Restriction 1.16.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" } }
}

View File

@@ -31,7 +31,7 @@
"description": "The block distance in y that will be checked for mobs that this mob detects",
"title": "Mob Detect Height"
},
"can_nap_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "Can Nap Filters" },
"wake_mob_exceptions": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "Wake Mob Exceptions" }
"can_nap_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "title": "Can Nap Filters" },
"wake_mob_exceptions": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "title": "Wake Mob Exceptions" }
}
}

View File

@@ -26,6 +26,6 @@
"description": "The distance in blocks from the owner the pet can be to sleep with owner.",
"title": "Search Range"
},
"search_radius": { "type": "integer", "default": 0, "description": "UNDOCUMENTATED", "title": "Search Radius" }
"search_radius": { "type": "integer", "default": 0, "description": "UNDOCUMENTED", "title": "Search Radius" }
}
}

View File

@@ -19,7 +19,7 @@
"description": "If true, the mob can pickup items to its hand or armor slots",
"title": "Can Pickup To Hand Or Equipment"
},
"cooldown_after_being_attacked": { "type": "number", "default": true, "description": "UNDOCUMENTATED", "title": "Cooldown After Being Attacked" },
"cooldown_after_being_attacked": { "type": "number", "default": true, "description": "UNDOCUMENTED", "title": "Cooldown After Being Attacked" },
"goal_radius": {
"type": "number",
"default": 0.5,

View File

@@ -8,7 +8,7 @@
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"avoid_damage_blocks": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Avoid Damage Blocks" },
"avoid_damage_blocks": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Avoid Damage Blocks" },
"can_land_on_trees": {
"type": "boolean",
"default": true,
@@ -27,6 +27,6 @@
"description": "Distance in blocks that the mob will look up or down for a new spot to move to. Must be at least 1",
"title": "Y Dist"
},
"y_offset": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Y Offset" }
"y_offset": { "type": "integer", "description": "UNDOCUMENTED", "title": "Y Offset" }
}
}

View File

@@ -10,7 +10,7 @@
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"hover_height": {
"type": "array",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"title": "Hover Height",
"items": [{ "type": "number" }, { "type": "number" }]
},

View File

@@ -7,8 +7,8 @@
"required": [],
"properties": {
"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" }
"liquid_y_offset": { "type": "number", "title": "Liquid Y Offset", "description": "UNDOCUMENTED" },
"rise_delta": { "type": "number", "title": "Rise Delta", "description": "UNDOCUMENTED" },
"sink_delta": { "type": "number", "title": "Sink Delta", "description": "UNDOCUMENTED" }
}
}

View File

@@ -26,25 +26,25 @@
"event_choices": {
"type": "array",
"title": "Event Choices",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"items": {
"type": "object",
"additionalProperties": false,
"title": "Event Choice",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"properties": {
"min_activation_range": { "type": "number", "title": "Minimum Activation Range", "description": "UNDOCUMENTATED" },
"max_activation_range": { "type": "number", "title": "Maxmimum Activation Range", "description": "UNDOCUMENTATED" },
"cooldown_time": { "type": "number", "title": "Cooldown Time", "description": "UNDOCUMENTATED" },
"cast_duration": { "type": "number", "title": "Cast Duration", "description": "UNDOCUMENTATED" },
"min_activation_range": { "type": "number", "title": "Minimum Activation Range", "description": "UNDOCUMENTED" },
"max_activation_range": { "type": "number", "title": "Maxmimum Activation Range", "description": "UNDOCUMENTED" },
"cooldown_time": { "type": "number", "title": "Cooldown Time", "description": "UNDOCUMENTED" },
"cast_duration": { "type": "number", "title": "Cast Duration", "description": "UNDOCUMENTED" },
"filters": { "$ref": "../../filters/filters.json" },
"particle_color": { "type": "string", "format": "color-hex", "title": "Particle Color", "description": "UNDOCUMENTATED" },
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" },
"start_sound_event": { "type": "string", "title": "Start Sound Event", "description": "UNDOCUMENTATED" },
"particle_color": { "type": "string", "format": "color-hex", "title": "Particle Color", "description": "UNDOCUMENTED" },
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED" },
"start_sound_event": { "type": "string", "title": "Start Sound Event", "description": "UNDOCUMENTED" },
"sequence": { "$ref": "#/definitions/sequence" }
}
}
},
"sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTATED", "title": "Sequence" }
"sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTED", "title": "Sequence" }
}
}

View File

@@ -56,7 +56,7 @@
"description": "The amount of time the mob will be stuck if they fail and land on a block they can be stuck on",
"title": "Stuck Time"
},
"leap_dist": { "type": "number", "description": "UNDOCUMENTATED", "title": "Leap Dist" },
"stuck_blocks": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "Stuck Block" }
"leap_dist": { "type": "number", "description": "UNDOCUMENTED", "title": "Leap Dist" },
"stuck_blocks": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "title": "Stuck Block" }
}
}

View File

@@ -1,13 +1,13 @@
{
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.swim_idle",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"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": "UNDOCUMENTATED" },
"success_rate": { "type": "number", "title": "Succes Rate", "description": "UNDOCUMENTATED" }
"idle_time": { "type": "number", "title": "Idle Time", "description": "UNDOCUMENTED" },
"success_rate": { "type": "number", "title": "Succes Rate", "description": "UNDOCUMENTED" }
}
}

View File

@@ -14,8 +14,8 @@
"description": "If true, the mob can stop being tempted if the player moves too fast while close to this mob",
"title": "Can Get Scared"
},
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTATED" },
"can_tempt_vertically": { "type": "boolean", "title": "Can Tempt Vertically", "description": "UNDOCUMENTATED" },
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTED" },
"can_tempt_vertically": { "type": "boolean", "title": "Can Tempt Vertically", "description": "UNDOCUMENTED" },
"items": {
"type": "array",
"description": "List of items this mob is tempted by",