Updated Comments

This commit is contained in:
DaanV2
2021-07-01 16:37:41 +02:00
parent 9bf12e0823
commit 0f15d47659
365 changed files with 593 additions and 1778 deletions

View File

@@ -16,14 +16,12 @@
"$ref": "../types/event.json",
"title": "On Admire Item Start",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"on_admire_item_stop": {
"$ref": "../types/event.json",
"title": "On Admire Item Stop",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"sound_interval": {

View File

@@ -4,7 +4,6 @@
"title": "Avoid Block 1.16.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"priority": { "$ref": "types/priority.json" },
@@ -12,35 +11,30 @@
"type": "integer",
"title": "Tick Interval",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"search_range": {
"type": "integer",
"title": "Search Range",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"search_height": {
"type": "integer",
"title": "Search Height",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"sprint_speed_modifier": {
"type": "number",
"title": "Sprint Speed Modifier",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"target_selection_method": {
"type": "string",
"title": "Target Selection Method",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"target_blocks": {
@@ -48,21 +42,18 @@
"title": "Target Blocks",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": { "type": "string", "title": "Block ID", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"items": { "type": "string", "title": "Block ID", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
},
"avoid_block_sound": {
"type": "string",
"title": "Avoid Block Sound",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"walk_speed_modifier": {
"type": "number",
"title": "Walk Speed Modifier",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"on_escape": {
@@ -70,7 +61,6 @@
"title": "Walk Speed Modifier",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": { "$ref": "../types/event.json" }
},
"sound_interval": {

View File

@@ -20,8 +20,12 @@
"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": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"on_defend_start": {
"$ref": "../types/event.json",
"title": "On Defend Start",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"within_radius": {
"type": "number",
"default": 0,
@@ -34,7 +38,6 @@
"title": "Entity Types",
"additionalProperties": false
},
"sound_chance": { "title": "Sound Chance", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "number" }
"sound_chance": { "title": "Sound Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }
}
}

View File

@@ -7,8 +7,7 @@
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"cooldown": { "title": "Cooldown", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "number" },
"cooldown": { "title": "Cooldown", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
"drop_item_chance": {
"type": "number",
"default": [1.0],
@@ -36,12 +35,10 @@
"minimum_teleport_distance": {
"title": "Minimum Teleport Distance",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "number"
},
"max_head_look_at_height": { "title": "Max Head Look At Height", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "number" },
"max_head_look_at_height": { "title": "Max Head Look At Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
"offering_distance": {
"type": "number",
"default": [1.0],
@@ -53,10 +50,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": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "number" },
"search_count": { "type": "integer", "default": 1, "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Search Height" },
"seconds_before_pickup": { "title": "Seconds Before Pickup", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
"search_count": { "type": "integer", "default": 1, "description": "UNDOCUMENTED", "$comment": "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",
@@ -67,7 +62,6 @@
"target_range": {
"title": "Target Range",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
@@ -75,7 +69,6 @@
"teleport_offset": {
"title": "Teleport Offset",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]

View File

@@ -4,7 +4,6 @@
"title": "Equip Item 1.16.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": { "priority": { "$ref": "types/priority.json" } }
}

View File

@@ -40,7 +40,6 @@
"type": "integer",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Max Failed Attempts"
}
}

View File

@@ -11,7 +11,6 @@
"title": "On Home Event",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"event": { "type": "string", "pattern": "^[a-zA-Z0-9_\\-:]+$", "description": "The event to fire", "title": "Event" },
"target": {
@@ -52,7 +51,6 @@
"$ref": "../types/event.json",
"title": "On Failed",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}

View File

@@ -32,13 +32,10 @@
"knockback_filters": {
"$ref": "../../filters/filters.json",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Knockback Filters"
},
"damage_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Damage Filters" },
"on_roar_end": { "$ref": "../types/event.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "On Roar End" }
"damage_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Damage Filters" },
"on_roar_end": { "$ref": "../types/event.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "On Roar End" }
}
}

View File

@@ -20,7 +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": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Target Dist" }
"target_dist": { "type": "number", "default": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Target Dist" }
}
}

View File

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

View File

@@ -4,7 +4,6 @@
"title": "Move Towards Home Restriction 1.16.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" } }
}

View File

@@ -35,14 +35,12 @@
"$ref": "../../filters/filters.json",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Can Nap Filters"
},
"wake_mob_exceptions": {
"$ref": "../../filters/filters.json",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Wake Mob Exceptions"
}
}

View File

@@ -26,7 +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": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Search Radius" }
"search_radius": { "type": "integer", "default": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Search Radius" }
}
}

View File

@@ -24,7 +24,6 @@
"default": true,
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Cooldown After Being Attacked"
},
"goal_radius": {

View File

@@ -8,8 +8,7 @@
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"avoid_damage_blocks": { "type": "boolean", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Avoid Damage Blocks" },
"avoid_damage_blocks": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Avoid Damage Blocks" },
"can_land_on_trees": {
"type": "boolean",
"default": true,
@@ -28,7 +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": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Y Offset" }
"y_offset": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y Offset" }
}
}

View File

@@ -12,7 +12,6 @@
"type": "array",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Hover Height",
"items": [{ "type": "number" }, { "type": "number" }]
},

View File

@@ -11,10 +11,9 @@
"type": "number",
"title": "Liquid Y Offset",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"rise_delta": { "type": "number", "title": "Rise Delta", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"sink_delta": { "type": "number", "title": "Sink Delta", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"rise_delta": { "type": "number", "title": "Rise Delta", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"sink_delta": { "type": "number", "title": "Sink Delta", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}

View File

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

View File

@@ -56,9 +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": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Leap Dist" },
"stuck_blocks": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Stuck Block" }
"leap_dist": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Leap Dist" },
"stuck_blocks": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Stuck Block" }
}
}

View File

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

View File

@@ -18,14 +18,12 @@
"type": "boolean",
"title": "Can Tempt While Ridden",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"can_tempt_vertically": {
"type": "boolean",
"title": "Can Tempt Vertically",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"items": {