From ada0815fa6be4ba769fe07699c6b2a4cbf61015f Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 9 Jun 2021 10:24:10 +0200 Subject: [PATCH] updating todo titles --- .../minecraft.overworld_generation_rules.json | 5 +- .../components/minecraft.projectile.json | 81 ++++++------- source/behavior/entities/1.10.0/events.json | 4 +- source/behavior/entities/1.11.0/events.json | 4 +- .../1.12.0/components/minecraft.explode.json | 12 +- .../components/minecraft.projectile.json | 108 +++++++++--------- source/behavior/entities/1.12.0/events.json | 4 +- .../1.13.0/components/minecraft.ageable.json | 8 +- .../components/minecraft.breedable.json | 2 +- .../1.13.0/components/minecraft.interact.json | 2 +- .../minecraft.navigation.climb.json | 2 +- .../minecraft.navigation.float.json | 4 +- .../components/minecraft.navigation.fly.json | 4 +- .../minecraft.navigation.generic.json | 4 +- .../components/minecraft.navigation.swim.json | 4 +- .../components/minecraft.navigation.walk.json | 4 +- .../1.13.0/components/minecraft.rideable.json | 18 +-- .../components/minecraft.transformation.json | 8 +- source/behavior/entities/1.13.0/events.json | 4 +- source/behavior/entities/1.14.0/events.json | 4 +- .../minecraft.behavior.find_mount.json | 13 +-- .../minecraft.behavior.knockback_roar.json | 25 ++-- .../minecraft.behavior.look_at_player.json | 2 +- .../minecraft.behavior.pickup_items.json | 2 +- .../minecraft.behavior.random_fly.json | 4 +- .../minecraft.behavior.send_event.json | 22 ++-- .../behaviors/minecraft.behavior.tempt.json | 6 +- .../1.16.0/components/minecraft.ageable.json | 6 +- .../1.16.0/components/minecraft.angry.json | 4 +- .../1.16.0/components/minecraft.giveable.json | 2 +- .../minecraft.navigation.climb.json | 2 +- .../minecraft.navigation.float.json | 2 +- .../components/minecraft.navigation.fly.json | 2 +- .../minecraft.navigation.generic.json | 2 +- .../minecraft.navigation.hover.json | 2 +- .../components/minecraft.navigation.swim.json | 2 +- .../components/minecraft.navigation.walk.json | 2 +- .../components/minecraft.projectile.json | 76 ++++++------ .../components/minecraft.scheduler.json | 6 +- source/behavior/entities/1.16.0/events.json | 2 +- source/behavior/entities/1.16.100/events.json | 2 +- .../minecraft.behavior.eat_block.json | 6 +- .../minecraft.behavior.explore_outskirts.json | 24 ++-- ...minecraft.behavior.harvest_farm_block.json | 6 +- .../minecraft.behavior.look_at_player.json | 2 +- .../behaviors/minecraft.behavior.panic.json | 8 +- ...minecraft.behavior.random_look_around.json | 2 +- .../1.8.0/components/minecraft.despawn.json | 2 +- .../1.8.0/components/minecraft.genetics.json | 12 +- .../minecraft.navigation.climb.json | 2 +- .../minecraft.navigation.float.json | 2 +- .../components/minecraft.navigation.fly.json | 2 +- .../minecraft.navigation.generic.json | 2 +- .../minecraft.navigation.hover.json | 2 +- .../components/minecraft.navigation.swim.json | 2 +- .../components/minecraft.navigation.walk.json | 2 +- source/behavior/entities/1.8.0/events.json | 4 +- .../minecraft.single_block_feature.json | 2 +- .../components/minecraft.entity_placer.json | 4 +- .../components/minecraft.shooter.json | 2 +- .../components/minecraft.entity_placer.json | 4 +- .../components/minecraft.shooter.json | 2 +- .../recipes/1.12.0/types/recipe_shaped.json | 2 +- .../1.12.0/types/recipe_shapeless.json | 2 +- source/molang/number.json | 3 +- source/molang/string.json | 3 +- .../minecraft.emitter_shape_entity_aabb.json | 6 +- .../minecraft.emitter_shape_sphere.json | 6 +- .../minecraft.particle_initial_speed.json | 12 +- .../minecraft.particle_kill_plane.json | 9 +- .../minecraft.particle_lifetime_events.json | 2 +- .../1.10.0/render_controllers.json | 2 +- .../1.8.0/render_controllers.json | 2 +- .../sounds/1.14.0/sound_definitions.json | 13 +-- .../sounds/sound_definitions_unknown.json | 11 +- .../resource/textures/flipbook_textures.json | 10 +- source/resource/textures/item_texture.json | 8 +- source/resource/textures/terrain_texture.json | 12 +- 78 files changed, 343 insertions(+), 326 deletions(-) diff --git a/source/behavior/biomes/1.12.0/components/minecraft.overworld_generation_rules.json b/source/behavior/biomes/1.12.0/components/minecraft.overworld_generation_rules.json index 8fa2cc7f..b4fe6f38 100644 --- a/source/behavior/biomes/1.12.0/components/minecraft.overworld_generation_rules.json +++ b/source/behavior/biomes/1.12.0/components/minecraft.overworld_generation_rules.json @@ -15,6 +15,7 @@ { "type": "array", "description": "UNDOCUMENTATED", + "title": "Block Reference", "minItems": 1, "items": { "oneOf": [ @@ -60,13 +61,13 @@ "type": "array", "items": [ { - "title": "UNDOCUMENTATED", + "title": "Climate Category", "description": "Name of a climate category", "type": "string", "enum": ["medium", "warm", "lukewarm", "cold", "frozen"] }, { - "title": "UNDOCUMENTATED", + "title": "Weight", "description": "Weight with which this biome should be selected, relative to other biomes in the same category", "type": "integer" } diff --git a/source/behavior/entities/1.10.0/components/minecraft.projectile.json b/source/behavior/entities/1.10.0/components/minecraft.projectile.json index a25dbf99..872738c5 100644 --- a/source/behavior/entities/1.10.0/components/minecraft.projectile.json +++ b/source/behavior/entities/1.10.0/components/minecraft.projectile.json @@ -6,7 +6,7 @@ "additionalProperties": false, "required": [], "properties": { - "anchor": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "anchor": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Anchor" }, "angle_offset": { "type": "number", "default": 0, @@ -116,20 +116,21 @@ "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "On Hit", "properties": { "definition_event": { "additionalProperties": false, "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Event", "type": "object", "properties": { "affect_projectile": { "type": "boolean", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Affect Projectile" }, "event_trigger": { + "title": "Event Trigger", "$ref": "../types/event.json" } } @@ -138,33 +139,33 @@ "type": "object", "additionalProperties": false, "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Douse Fire" }, "impact_damage": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Impact Damage", "properties": { "damage": { "type": "integer", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Damage" }, "knockback": { "type": "boolean", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Knockback" }, "destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Destroy On Hit" }, "should_bounce": { "type": "boolean", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Should Bounce" } } }, @@ -172,33 +173,33 @@ "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Mob Effect", "effect": "levitation", "properties": { "effect": { "type": "string", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Effect" }, "durationeasy": { "type": "integer", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "DurationEasy" }, "durationnormal": { "type": "integer", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "DurationNormal" }, "durationhard": { "type": "integer", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "DurationHard" }, "amplifier": { "type": "integer", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Amplifier" } } }, @@ -206,27 +207,27 @@ "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Particle On Hit", "properties": { "particle_type": { "type": "string", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Particle Type" }, "num_particles": { "type": "integer", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Number Particles" }, "on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "On Entity Hit" }, "on_other_hit": { "type": "boolean", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "On Other Hit" } } }, @@ -234,48 +235,48 @@ "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Remove On Hit" }, "spawn_chance": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Spawn Chance", "properties": { "first_spawn_percent_chance": { "type": "number", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "First Spawn Percent Chance" }, "first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "First Spawn Chance" }, "second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Second Spawn Chance" }, "first_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "First Spawn Count" }, "second_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Second Spawn Count" }, "spawn_definition": { "type": "string", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Spawn Definition" }, "spawn_baby": { "type": "boolean", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Spawn Baby" } } }, @@ -286,31 +287,31 @@ "radius": { "type": "number", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Spawn Aoe Cloud" }, "radius_on_use": { "type": "number", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Radius On Use" }, "potion": { "type": "integer", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Potion" }, "particle": { "type": "string", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Particle" }, "duration": { "type": "integer", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Duration" }, "color": { "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Color", "type": "array", "format": "color-array", "items": [ @@ -340,12 +341,12 @@ "affect_owner": { "type": "boolean", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Affect Owner" }, "reapplication_delay": { "type": "integer", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Reapplication Delay" } } }, @@ -353,13 +354,13 @@ "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Stick In Ground" }, "teleport_owner": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED" + "title": "Teleport Owner" } } }, diff --git a/source/behavior/entities/1.10.0/events.json b/source/behavior/entities/1.10.0/events.json index aa2a15fa..d035748e 100644 --- a/source/behavior/entities/1.10.0/events.json +++ b/source/behavior/entities/1.10.0/events.json @@ -31,7 +31,7 @@ "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" }, "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } }, "description": "UNDOCUMENTATED: randomize", @@ -56,7 +56,7 @@ "title": "Sequences" }, "filters": { "$ref": "./../filters/filters.json" }, - "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" } } } }, diff --git a/source/behavior/entities/1.11.0/events.json b/source/behavior/entities/1.11.0/events.json index bc70c045..93574baf 100644 --- a/source/behavior/entities/1.11.0/events.json +++ b/source/behavior/entities/1.11.0/events.json @@ -32,7 +32,7 @@ "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" }, "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } }, "description": "UNDOCUMENTATED: randomize", @@ -57,7 +57,7 @@ "title": "Sequences" }, "filters": { "$ref": "./../filters/filters.json" }, - "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" } } } }, diff --git a/source/behavior/entities/1.12.0/components/minecraft.explode.json b/source/behavior/entities/1.12.0/components/minecraft.explode.json index d7702f11..3cb7a15b 100644 --- a/source/behavior/entities/1.12.0/components/minecraft.explode.json +++ b/source/behavior/entities/1.12.0/components/minecraft.explode.json @@ -35,14 +35,20 @@ "description": "The range for the random amount of time the fuse will be lit before exploding, a negative value means the explosion will be immediate.", "title": "Fuse Length", "oneOf": [ - { "type": "array", "items": [{ "type": "number" }, { "type": "number" }] }, + { + "type": "array", + "items": [ + { "type": "number", "title": "Minimum" }, + { "type": "number", "title": "Maximum" } + ] + }, { "type": "number" }, { "type": "object", "additionalProperties": false, "properties": { - "range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "Range min" }, + "range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "Range max" } } } ] diff --git a/source/behavior/entities/1.12.0/components/minecraft.projectile.json b/source/behavior/entities/1.12.0/components/minecraft.projectile.json index 8c9e6ee8..87d8c2ac 100644 --- a/source/behavior/entities/1.12.0/components/minecraft.projectile.json +++ b/source/behavior/entities/1.12.0/components/minecraft.projectile.json @@ -6,7 +6,7 @@ "additionalProperties": false, "required": [], "properties": { - "anchor": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "anchor": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Anchor" }, "angle_offset": { "type": "number", "default": 0, @@ -45,7 +45,7 @@ "title": "Gravity" }, "hit_sound": { "type": "string", "default": "", "description": "The sound that plays when the projectile hits something", "title": "Hit Sound" }, - "hit_ground_sound": { "type": "string", "default": "", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "hit_ground_sound": { "type": "string", "default": "", "description": "UNDOCUMENTATED", "title": "Hit Ground Sound" }, "homing": { "type": "boolean", "default": false, "description": "If true, the projectile homes in to the nearest entity", "title": "Homing" }, "inertia": { "type": "number", @@ -99,127 +99,127 @@ "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "On Hit", "properties": { "catch_fire": { "additionalProperties": false, "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Catch Fire", "type": "object", - "properties": { "fire_affected_by_griefing": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } } + "properties": { "fire_affected_by_griefing": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Fire Affected By Griefing" } } }, "definition_event": { "additionalProperties": false, "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Definition Event", "type": "object", "properties": { - "affect_projectile": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "affect_projectile": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Affect Projectile" }, "event_trigger": { "$ref": "../types/event.json" } } }, - "douse_fire": { "type": "object", "additionalProperties": false, "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "douse_fire": { "type": "object", "additionalProperties": false, "description": "UNDOCUMENTATED", "title": "Douse Fire" }, "grant_xp": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Grant XP", "effect": "levitation", "properties": { - "minXP": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "maxXP": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "minXP": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Minimum XP" }, + "maxXP": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Maximum XP" } } }, "impact_damage": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Impact Damage", "properties": { - "catch_fire": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "damage": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "knockback": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "semi_random_diff_damage": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "catch_fire": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Catch Fire" }, + "damage": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Damage" }, + "destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Destroy On Hit" }, + "knockback": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Knockback" }, + "semi_random_diff_damage": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Semi Random Diff Damage" } } }, "mob_effect": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Mob Effect", "effect": "levitation", "properties": { - "effect": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "durationeasy": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "durationnormal": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "durationhard": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "amplifier": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "effect": { "type": "string", "description": "UNDOCUMENTATED", "title": "Effect" }, + "durationeasy": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Duration Easy" }, + "durationnormal": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Duration Normal" }, + "durationhard": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Duration Hard" }, + "amplifier": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Amplifier" } } }, "particle_on_hit": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Particle On Hit", "properties": { - "particle_type": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "num_particles": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "on_other_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "particle_type": { "type": "string", "description": "UNDOCUMENTATED", "title": "Particle Type" }, + "num_particles": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Number Particles" }, + "on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "On Entity Hit" }, + "on_other_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "On Other Hit" } } }, - "remove_on_hit": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "remove_on_hit": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "Remove On Hit" }, "spawn_chance": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Spawn Chance", "properties": { - "first_spawn_percent_chance": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "first_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "second_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "spawn_definition": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "spawn_baby": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "first_spawn_percent_chance": { "type": "number", "description": "UNDOCUMENTATED", "title": "First Spawn Percent Chance" }, + "first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "First Spawn Chance" }, + "second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Second Spawn Chance" }, + "first_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "First Spawn Count" }, + "second_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Second Spawn Count" }, + "spawn_definition": { "type": "string", "description": "UNDOCUMENTATED", "title": "Spawn Definition" }, + "spawn_baby": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Spawn Baby" } } }, "spawn_aoe_cloud": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Spawn Aoe Cloud", "properties": { - "radius": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "radius_on_use": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "potion": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "particle": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "duration": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "radius": { "type": "number", "description": "UNDOCUMENTATED", "title": "Radius" }, + "radius_on_use": { "type": "number", "description": "UNDOCUMENTATED", "title": "Radius On Use" }, + "potion": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Potion" }, + "particle": { "type": "string", "description": "UNDOCUMENTATED", "title": "Particle" }, + "duration": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Duration" }, "color": { "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "Color", "type": "array", "format": "color-array", "items": [ - { "type": "integer", "minimum": 0, "maximum": 255, "description": "R", "title": "R" }, - { "type": "integer", "minimum": 0, "maximum": 255, "description": "G", "title": "G" }, - { "type": "integer", "minimum": 0, "maximum": 255, "description": "B", "title": "B" } + { "type": "integer", "minimum": 0, "maximum": 255, "description": "Red", "title": "R" }, + { "type": "integer", "minimum": 0, "maximum": 255, "description": "Green", "title": "G" }, + { "type": "integer", "minimum": 0, "maximum": 255, "description": "Blue", "title": "B" } ] }, - "affect_owner": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "reapplication_delay": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "affect_owner": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Affect Owner" }, + "reapplication_delay": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Reapplication Delay" } } }, "stick_in_ground": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", - "properties": { "shake_time": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } } + "title": "Stick In Ground", + "properties": { "shake_time": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Shake Time" } } }, - "teleport_owner": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "thrown_potion_effect": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "teleport_owner": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "Teleport Owner" }, + "thrown_potion_effect": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "Thrown Potion Effect" } } }, "particle": { "type": "string", "default": "iconcrack", "description": "Particle to use upon collision", "title": "Particle" }, @@ -257,7 +257,7 @@ "title": "Splash Potion" }, "splash_range": { "type": "number", "default": 4, "description": "Radius in blocks of the `splash` effect", "title": "Splash Range" }, - "stop_on_hurt": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "stop_on_hurt": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Stop On Hurt" }, "uncertainty_base": { "type": "number", "default": 0, diff --git a/source/behavior/entities/1.12.0/events.json b/source/behavior/entities/1.12.0/events.json index 9be3de83..0cf9a9fe 100644 --- a/source/behavior/entities/1.12.0/events.json +++ b/source/behavior/entities/1.12.0/events.json @@ -31,7 +31,7 @@ "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" }, "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } }, "description": "UNDOCUMENTATED: randomize", @@ -56,7 +56,7 @@ "title": "Sequences" }, "filters": { "$ref": "./../filters/filters.json" }, - "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" } } } }, diff --git a/source/behavior/entities/1.13.0/components/minecraft.ageable.json b/source/behavior/entities/1.13.0/components/minecraft.ageable.json index a955f23d..88785d04 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.ageable.json +++ b/source/behavior/entities/1.13.0/components/minecraft.ageable.json @@ -8,19 +8,19 @@ "drop_items": { "description": "List of items that the entity drops when it grows up.", "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }], - "title": "TODO Title" + "title": "Drop Items" }, "duration": { "type": "number", "default": 1200, "description": "Amount of time before the entity grows up, -1 for always a baby.", - "title": "TODO Title" + "title": "Duration" }, "feed_items": { "description": "List of items that can be fed to the entity. Includes `item` for the item name and `growth` to define how much time it grows up by", "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }], - "title": "TODO Title" + "title": "Feed Items" }, - "grow_up": { "description": "Event to run when this entity grows up.", "title": "TODO Title" } + "grow_up": { "description": "Event to run when this entity grows up.", "title": "Grow Up" } } } diff --git a/source/behavior/entities/1.13.0/components/minecraft.breedable.json b/source/behavior/entities/1.13.0/components/minecraft.breedable.json index a682c53f..e3112de3 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.breedable.json +++ b/source/behavior/entities/1.13.0/components/minecraft.breedable.json @@ -43,7 +43,7 @@ { "type": "object", "$ref": "#/definitions/breeds_with_spec" }, { "uniqueItems": true, "type": "array", "items": { "type": "object", "$ref": "#/definitions/breeds_with_spec" } } ], - "title": "TODO Title" + "title": "Breeds With" }, "deny_parents_variant": { "type": "object", diff --git a/source/behavior/entities/1.13.0/components/minecraft.interact.json b/source/behavior/entities/1.13.0/components/minecraft.interact.json index 8fd32907..4d776fb5 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.interact.json +++ b/source/behavior/entities/1.13.0/components/minecraft.interact.json @@ -98,7 +98,7 @@ { "type": "array", "items": { "$ref": "#/definitions/interaction_spec" } } ], "description": "UNDOCUMENTATED", - "title": "TODO Title" + "title": "Interactions" } } } diff --git a/source/behavior/entities/1.13.0/components/minecraft.navigation.climb.json b/source/behavior/entities/1.13.0/components/minecraft.navigation.climb.json index 94a7f2dd..a7919eec 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.navigation.climb.json +++ b/source/behavior/entities/1.13.0/components/minecraft.navigation.climb.json @@ -38,7 +38,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "Block To Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.13.0/components/minecraft.navigation.float.json b/source/behavior/entities/1.13.0/components/minecraft.navigation.float.json index e93e7b25..09c078b2 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.navigation.float.json +++ b/source/behavior/entities/1.13.0/components/minecraft.navigation.float.json @@ -34,11 +34,11 @@ "description": "Tells the pathfinder which blocks to avoid when creating a path", "title": "Blocks To Avoid", "items": { - "title": "Block", + "title": "Block to Avoid", "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.13.0/components/minecraft.navigation.fly.json b/source/behavior/entities/1.13.0/components/minecraft.navigation.fly.json index e35641c3..93cc2d9f 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.navigation.fly.json +++ b/source/behavior/entities/1.13.0/components/minecraft.navigation.fly.json @@ -34,11 +34,11 @@ "description": "Tells the pathfinder which blocks to avoid when creating a path", "title": "Blocks To Avoid", "items": { - "title": "Block", + "title": "Block to Avoid", "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.13.0/components/minecraft.navigation.generic.json b/source/behavior/entities/1.13.0/components/minecraft.navigation.generic.json index 9ef90e0c..f11b607d 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.navigation.generic.json +++ b/source/behavior/entities/1.13.0/components/minecraft.navigation.generic.json @@ -34,11 +34,11 @@ "description": "Tells the pathfinder which blocks to avoid when creating a path", "title": "Blocks To Avoid", "items": { - "title": "Block", + "title": "Block to Avoid", "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.13.0/components/minecraft.navigation.swim.json b/source/behavior/entities/1.13.0/components/minecraft.navigation.swim.json index d21ad283..f4d5255e 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.navigation.swim.json +++ b/source/behavior/entities/1.13.0/components/minecraft.navigation.swim.json @@ -34,11 +34,11 @@ "description": "Tells the pathfinder which blocks to avoid when creating a path", "title": "Blocks To Avoid", "items": { - "title": "Block", + "title": "Block to Avoid", "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.13.0/components/minecraft.navigation.walk.json b/source/behavior/entities/1.13.0/components/minecraft.navigation.walk.json index 2d724215..e1e6eabb 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.navigation.walk.json +++ b/source/behavior/entities/1.13.0/components/minecraft.navigation.walk.json @@ -34,11 +34,11 @@ "description": "Tells the pathfinder which blocks to avoid when creating a path", "title": "Blocks To Avoid", "items": { - "title": "Block", + "title": "Block to Avoid", "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.13.0/components/minecraft.rideable.json b/source/behavior/entities/1.13.0/components/minecraft.rideable.json index 98a76477..0ee3da0c 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.rideable.json +++ b/source/behavior/entities/1.13.0/components/minecraft.rideable.json @@ -40,43 +40,43 @@ "type": "integer", "default": 0, "description": "The seat that designates the driver of the entity", - "title": "TODO Title" + "title": "Controlling Seat" }, "crouching_skip_interact": { "type": "boolean", "default": true, "description": "If true, this entity can't be interacted with if the entity interacting with it is crouching", - "title": "TODO Title" + "title": "Crouching Skip Interact" }, "family_types": { "type": "array", - "items": { "type": "string" }, + "items": { "type": "string", "title": "Family Type", "description": "The entity that can ride this entity" }, "description": "List of entities that can ride this entity", - "title": "TODO Title" + "title": "Family Types" }, "interact_text": { "type": "string", "default": "", "description": "The text to display when the player can interact with the entity when playing with Touch-screen controls", - "title": "TODO Title" + "title": "Interact Text" }, "pull_in_entities": { "type": "boolean", "default": false, "description": "If true, this entity will pull in entities that are in the correct family_types into any available seats", - "title": "TODO Title" + "title": "Pull In Entities" }, "rider_can_interact": { "type": "boolean", "default": false, "description": "If true, this entity will be picked when looked at by the rider", - "title": "TODO Title" + "title": "Rider Can Interact" }, "seat_count": { "type": "integer", "default": 1, "description": "The number of entities that can ride this entity at the same time", - "title": "TODO Title" + "title": "Seat Count" }, "seats": { "description": "The list of positions and number of riders for each position for entities riding this entity", @@ -84,7 +84,7 @@ { "type": "object", "$ref": "#/definitions/seats_spec" }, { "type": "array", "items": { "$ref": "#/definitions/seats_spec" } } ], - "title": "TODO Title" + "title": "Seats" } } } diff --git a/source/behavior/entities/1.13.0/components/minecraft.transformation.json b/source/behavior/entities/1.13.0/components/minecraft.transformation.json index dacd8cac..174b25c7 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.transformation.json +++ b/source/behavior/entities/1.13.0/components/minecraft.transformation.json @@ -54,19 +54,19 @@ "description": "Cause the entity to drop all equipment upon transformation", "title": "Drop equipment" }, - "into": { "type": "string", "description": "Entity Definition that this entity will transform into", "title": "TODO Title" }, + "into": { "type": "string", "description": "Entity Definition that this entity will transform into", "title": "Into" }, "keep_level": { "type": "boolean", "default": false, "description": "If this entity has trades and has leveled up, it should maintain that level after transformation.", - "title": "TODO Title" + "title": "Keep Level" }, "keep_owner": { "type": "boolean", "default": false, "description": "If this entity is owned by another entity, it should remain owned after transformation.", - "title": "TODO Title" + "title": "Keep Owner" }, - "transformation_sound": { "type": "string", "description": "Sound to play when the entity is done transforming", "title": "TODO Title" } + "transformation_sound": { "type": "string", "description": "Sound to play when the entity is done transforming", "title": "Transformation Sound" } } } diff --git a/source/behavior/entities/1.13.0/events.json b/source/behavior/entities/1.13.0/events.json index cc0f475b..64b720d9 100644 --- a/source/behavior/entities/1.13.0/events.json +++ b/source/behavior/entities/1.13.0/events.json @@ -31,7 +31,7 @@ "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" }, "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } }, "description": "UNDOCUMENTATED: randomize", @@ -56,7 +56,7 @@ "title": "Sequences" }, "filters": { "$ref": "./../filters/filters.json" }, - "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" } } } }, diff --git a/source/behavior/entities/1.14.0/events.json b/source/behavior/entities/1.14.0/events.json index 9e640295..57971299 100644 --- a/source/behavior/entities/1.14.0/events.json +++ b/source/behavior/entities/1.14.0/events.json @@ -31,7 +31,7 @@ "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" }, "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } }, "description": "UNDOCUMENTATED: randomize", @@ -56,7 +56,7 @@ "title": "Sequences" }, "filters": { "$ref": "./../filters/filters.json" }, - "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" } } } }, diff --git a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.find_mount.json b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.find_mount.json index ca538557..6580d3ca 100644 --- a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.find_mount.json +++ b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.find_mount.json @@ -10,37 +10,36 @@ "type": "boolean", "default": false, "description": "If true, the mob will not go into water blocks when going towards a mount", - "title": "TODO Title" + "title": "Avoid Water" }, "mount_distance": { "type": "number", "default": -1, "description": "This is the distance the mob needs to be, in blocks, from the desired mount to mount it. If the value is below 0, the mob will use its default attack distance", - "title": "TODO Title" + "title": "Mount Distance" }, "start_delay": { "type": "integer", "default": 0, "description": "Time the mob will wait before starting to move towards the mount", - "title": "TODO Title" + "title": "Start Delay" }, "target_needed": { "type": "boolean", "default": false, "description": "If true, the mob will only look for a mount if it has a target", - "title": "TODO Title" + "title": "Target Needed" }, "within_radius": { "type": "number", "default": 0, "description": "Distance in blocks within which the mob will look for a mount", - "title": "TODO Title" + "title": "Within Radius" }, "max_failed_attempts": { "type": "integer", - "$comment": "NOT DOCUMENTATED BY MINECRAFT", "description": "UNDOCUMENTATED", - "title": "TODO Title" + "title": "Max Failed Attempts" } } } diff --git a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.knockback_roar.json b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.knockback_roar.json index 29b161c4..58c9d345 100644 --- a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.knockback_roar.json +++ b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.knockback_roar.json @@ -11,21 +11,26 @@ "type": "number", "default": 0.5, "description": "The delay after which the knockback occurs (in seconds).", - "title": "TODO Title" + "title": "Attack Time" }, "cooldown_time": { "type": "number", "default": 0, "description": "Time in seconds the mob has to wait before using the goal again", - "title": "TODO Title" + "title": "Cooldown Time" }, - "duration": { "type": "number", "default": 1, "description": "The duration of the roar (in seconds).", "title": "TODO Title" }, - "knockback_damage": { "type": "integer", "default": 6, "description": "The damage dealt by the knockback roar.", "title": "TODO Title" }, - "knockback_range": { "type": "integer", "default": 4, "description": "The radius (in blocks) of the knockback effect.", "title": "TODO Title" }, - "knockback_strength": { "type": "integer", "default": 4, "description": "The strength of the knockback.", "title": "TODO Title" }, - "Trigger": { "$ref": "../types/trigger.json", "description": "On_roar_end", "title": "TODO Title" }, - "knockback_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "damage_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "on_roar_end": { "$ref": "../types/event.json", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "duration": { "type": "number", "default": 1, "description": "The duration of the roar (in seconds).", "title": "Duration" }, + "knockback_damage": { "type": "integer", "default": 6, "description": "The damage dealt by the knockback roar.", "title": "Knockback Damage" }, + "knockback_range": { + "type": "integer", + "default": 4, + "description": "The radius (in blocks) of the knockback effect.", + "title": "Knockback Range" + }, + "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" } } } diff --git a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.look_at_player.json b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.look_at_player.json index ab00eb64..f3a03ad4 100644 --- a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.look_at_player.json +++ b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.look_at_player.json @@ -39,6 +39,6 @@ "title": "Look Time", "items": [{ "type": "number" }, { "type": "number" }] }, - "target_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "target_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "Target Distance" } } } diff --git a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.pickup_items.json b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.pickup_items.json index ae8229b3..015bbcd6 100644 --- a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.pickup_items.json +++ b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.pickup_items.json @@ -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": "UNDOCUMENTATED" }, + "cooldown_after_being_attacked": { "type": "number", "default": true, "description": "UNDOCUMENTATED", "title": "Cooldown After Being Attacked" }, "goal_radius": { "type": "number", "default": 0.5, diff --git a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.random_fly.json b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.random_fly.json index 3e9497a3..ee87ec66 100644 --- a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.random_fly.json +++ b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.random_fly.json @@ -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": "UNDOCUMENTATED" }, + "avoid_damage_blocks": { "type": "boolean", "description": "UNDOCUMENTATED", "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": "UNDOCUMENTATED" } + "y_offset": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Y Offset" } } } diff --git a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.send_event.json b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.send_event.json index c1b8fecc..80161a32 100644 --- a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.send_event.json +++ b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.send_event.json @@ -22,29 +22,29 @@ }, "properties": { "priority": { "$ref": "./types/priority.json" }, - "cast_duration": { "type": "number", "description": "Time in seconds for the entire event sending process", "title": "TODO Title" }, + "cast_duration": { "type": "number", "description": "Time in seconds for the entire event sending process", "title": "Cast Duration" }, "event_choices": { "type": "array", - "title": "UNDOCUMENTATED", + "title": "Event Choices", "description": "UNDOCUMENTATED", "items": { "type": "object", "additionalProperties": false, - "title": "UNDOCUMENTATED", + "title": "Event Choice", "description": "UNDOCUMENTATED", "properties": { - "min_activation_range": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }, - "max_activation_range": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }, - "cooldown_time": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }, - "cast_duration": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }, + "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" }, "filters": { "$ref": "../../filters/filters.json" }, - "particle_color": { "type": "string", "format": "color-hex", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }, - "weight": { "type": "integer", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }, - "start_sound_event": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }, + "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" }, "sequence": { "$ref": "#/definitions/sequence" } } } }, - "sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTATED", "title": "TODO Title" } + "sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTATED", "title": "Sequence" } } } diff --git a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.tempt.json b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.tempt.json index 409be475..ae587d36 100644 --- a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.tempt.json +++ b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.tempt.json @@ -12,7 +12,7 @@ "type": "boolean", "default": false, "description": "If true, the mob can stop being tempted if the player moves too fast while close to this mob", - "title": "TODO Title" + "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" }, @@ -20,13 +20,13 @@ "type": "array", "description": "List of items this mob is tempted by", "items": { "$ref": "../../../../general/item/identifier.json" }, - "title": "TODO Title" + "title": "Items" }, "within_radius": { "type": "number", "default": 0, "description": "Distance in blocks this mob can get tempted by a player holding an item they like", - "title": "TODO Title" + "title": "Within Radius" } } } diff --git a/source/behavior/entities/1.16.0/components/minecraft.ageable.json b/source/behavior/entities/1.16.0/components/minecraft.ageable.json index 9d08e5ea..a064a443 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.ageable.json +++ b/source/behavior/entities/1.16.0/components/minecraft.ageable.json @@ -11,13 +11,13 @@ { "type": "array", "items": { "$ref": "../../../../general/item/identifier.json" } }, { "type": "string", "$ref": "../../../../general/item/identifier.json" } ], - "title": "TODO Title" + "title": "Drop Items" }, "duration": { "type": "number", "default": 1200, "description": "Amount of time before the entity grows up, -1 for always a baby.", - "title": "TODO Title" + "title": "Duration" }, "feed_items": { "description": "List of items that can be fed to the entity. Includes `item` for the item name and `growth` to define how much time it grows up by", @@ -32,7 +32,7 @@ }, { "type": "string", "$ref": "../../../../general/item/identifier.json" } ], - "title": "TODO Title" + "title": "Feed Items" }, "grow_up": { "$ref": "../types/event.json", "description": "Event to run when this entity grows up.", "title": "Grow up" }, "transform_to_item": { diff --git a/source/behavior/entities/1.16.0/components/minecraft.angry.json b/source/behavior/entities/1.16.0/components/minecraft.angry.json index b02795f1..5f77dc0f 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.angry.json +++ b/source/behavior/entities/1.16.0/components/minecraft.angry.json @@ -80,8 +80,8 @@ "type": "object", "additionalProperties": false, "properties": { - "range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" }, + "range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" } } } ] diff --git a/source/behavior/entities/1.16.0/components/minecraft.giveable.json b/source/behavior/entities/1.16.0/components/minecraft.giveable.json index 3d46f404..975f5007 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.giveable.json +++ b/source/behavior/entities/1.16.0/components/minecraft.giveable.json @@ -8,7 +8,7 @@ "properties": { "triggers": { "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "TODO", "properties": { "cooldown": { "type": "number", diff --git a/source/behavior/entities/1.16.0/components/minecraft.navigation.climb.json b/source/behavior/entities/1.16.0/components/minecraft.navigation.climb.json index 3326f3c0..5af76999 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.navigation.climb.json +++ b/source/behavior/entities/1.16.0/components/minecraft.navigation.climb.json @@ -38,7 +38,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.16.0/components/minecraft.navigation.float.json b/source/behavior/entities/1.16.0/components/minecraft.navigation.float.json index e527353b..973df7c0 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.navigation.float.json +++ b/source/behavior/entities/1.16.0/components/minecraft.navigation.float.json @@ -38,7 +38,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.16.0/components/minecraft.navigation.fly.json b/source/behavior/entities/1.16.0/components/minecraft.navigation.fly.json index e6d45f0e..3a617d33 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.navigation.fly.json +++ b/source/behavior/entities/1.16.0/components/minecraft.navigation.fly.json @@ -38,7 +38,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.16.0/components/minecraft.navigation.generic.json b/source/behavior/entities/1.16.0/components/minecraft.navigation.generic.json index 4ae9d884..0e6329ef 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.navigation.generic.json +++ b/source/behavior/entities/1.16.0/components/minecraft.navigation.generic.json @@ -38,7 +38,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.16.0/components/minecraft.navigation.hover.json b/source/behavior/entities/1.16.0/components/minecraft.navigation.hover.json index 07637cdf..14810032 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.navigation.hover.json +++ b/source/behavior/entities/1.16.0/components/minecraft.navigation.hover.json @@ -38,7 +38,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.16.0/components/minecraft.navigation.swim.json b/source/behavior/entities/1.16.0/components/minecraft.navigation.swim.json index 531a2d0d..f011cc9b 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.navigation.swim.json +++ b/source/behavior/entities/1.16.0/components/minecraft.navigation.swim.json @@ -38,7 +38,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.16.0/components/minecraft.navigation.walk.json b/source/behavior/entities/1.16.0/components/minecraft.navigation.walk.json index b5648286..e126aef1 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.navigation.walk.json +++ b/source/behavior/entities/1.16.0/components/minecraft.navigation.walk.json @@ -38,7 +38,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.16.0/components/minecraft.projectile.json b/source/behavior/entities/1.16.0/components/minecraft.projectile.json index f429c46c..7b75371e 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.projectile.json +++ b/source/behavior/entities/1.16.0/components/minecraft.projectile.json @@ -5,7 +5,7 @@ "description": "Allows the entity to be a thrown entity.", "additionalProperties": false, "properties": { - "anchor": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "anchor": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }, "angle_offset": { "type": "number", "default": 0, @@ -97,80 +97,80 @@ "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "TODO", "properties": { "catch_fire": { "additionalProperties": false, "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "TODO", "type": "object", - "properties": { "fire_affected_by_griefing": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } } + "properties": { "fire_affected_by_griefing": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" } } }, "definition_event": { "additionalProperties": false, "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "TODO", "type": "object", "properties": { - "affect_projectile": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "affect_projectile": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" }, "event_trigger": { "$ref": "../types/event.json" } } }, - "douse_fire": { "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "douse_fire": { "type": "object", "description": "UNDOCUMENTATED", "title": "TODO" }, "impact_damage": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "TODO", "properties": { - "filter": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "catch_fire": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "damage": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "knockback": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "semi_random_diff_damage": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "filter": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" }, + "catch_fire": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" }, + "damage": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }, + "destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" }, + "knockback": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" }, + "semi_random_diff_damage": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" } } }, "particle_on_hit": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "TODO", "properties": { - "particle_type": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "num_particles": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "on_other_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "particle_type": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" }, + "num_particles": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }, + "on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" }, + "on_other_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" } } }, - "remove_on_hit": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "remove_on_hit": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "TODO" }, "spawn_chance": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "TODO", "properties": { - "first_spawn_percent_chance": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "first_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "second_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "spawn_definition": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "spawn_baby": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "first_spawn_percent_chance": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" }, + "first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }, + "second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }, + "first_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }, + "second_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }, + "spawn_definition": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" }, + "spawn_baby": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" } } }, "spawn_aoe_cloud": { "additionalProperties": false, "type": "object", "properties": { - "radius": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "radius_on_use": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "potion": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "particle": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "duration": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "radius": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" }, + "radius_on_use": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" }, + "potion": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }, + "particle": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" }, + "duration": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }, "color": { "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "TODO", "type": "array", "format": "color-array", "items": [ @@ -179,12 +179,12 @@ { "type": "integer", "minimum": 0, "maximum": 255, "description": "B", "title": "B" } ] }, - "affect_owner": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "reapplication_delay": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "affect_owner": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" }, + "reapplication_delay": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" } } }, - "stick_in_ground": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "teleport_owner": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "stick_in_ground": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "TODO" }, + "teleport_owner": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "TODO" } } }, "particle": { "type": "string", "default": "iconcrack", "description": "Particle to use upon collision", "title": "Particle" }, diff --git a/source/behavior/entities/1.16.0/components/minecraft.scheduler.json b/source/behavior/entities/1.16.0/components/minecraft.scheduler.json index ef6df23f..6a3e9a15 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.scheduler.json +++ b/source/behavior/entities/1.16.0/components/minecraft.scheduler.json @@ -6,8 +6,8 @@ "additionalProperties": false, "required": [], "properties": { - "min_delay_secs": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED", "minimum": 0 }, - "max_delay_secs": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED", "minimum": 0 }, + "min_delay_secs": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO", "minimum": 0 }, + "max_delay_secs": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO", "minimum": 0 }, "scheduled_events": { "type": "array", "description": "The list of triggers that fire when the conditions match the given filter criteria. If any filter criteria overlap the first defined event will be picked.", @@ -16,7 +16,7 @@ "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "TODO", "properties": { "filters": { "$ref": "../../filters/filters.json" }, "event": { "$ref": "../types/event.json" } } } } diff --git a/source/behavior/entities/1.16.0/events.json b/source/behavior/entities/1.16.0/events.json index 689c52b8..520c6a63 100644 --- a/source/behavior/entities/1.16.0/events.json +++ b/source/behavior/entities/1.16.0/events.json @@ -27,7 +27,7 @@ "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" }, "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } } } diff --git a/source/behavior/entities/1.16.100/events.json b/source/behavior/entities/1.16.100/events.json index 7eb98847..9789030b 100644 --- a/source/behavior/entities/1.16.100/events.json +++ b/source/behavior/entities/1.16.100/events.json @@ -27,7 +27,7 @@ "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" }, "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } } } diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.eat_block.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.eat_block.json index d737fe29..5e6266fd 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.eat_block.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.eat_block.json @@ -20,11 +20,11 @@ "description": "UNDOCUMENTATED", "items": { "type": "object", - "title": "UNDOCUMENTATED", + "title": "TODO", "description": "UNDOCUMENTATED", "properties": { - "eat_block": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }, - "replace_block": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" } + "eat_block": { "type": "string", "title": "TODO", "description": "UNDOCUMENTATED" }, + "replace_block": { "type": "string", "title": "TODO", "description": "UNDOCUMENTATED" } } } } diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.explore_outskirts.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.explore_outskirts.json index cf77f482..9d49bfcb 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.explore_outskirts.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.explore_outskirts.json @@ -15,22 +15,22 @@ "title": "Explore Dist" }, "wait_time": { "type": "integer", "default": 0, "description": "The time the mob will stand around `searching` for POIs", "title": "Wait Time" }, - "next_xz": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "integer" }, - "next_y": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "integer" }, - "min_wait_time": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" }, - "max_wait_time": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" }, - "max_travel_time": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" }, - "min_perimeter": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" }, - "min_dist_from_target": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" }, - "timer_ratio": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" }, + "next_xz": { "title": "TODO", "description": "UNDOCUMENATED", "type": "integer" }, + "next_y": { "title": "TODO", "description": "UNDOCUMENATED", "type": "integer" }, + "min_wait_time": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" }, + "max_wait_time": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" }, + "max_travel_time": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" }, + "min_perimeter": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" }, + "min_dist_from_target": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" }, + "timer_ratio": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" }, "dist_from_boundary": { - "title": "UNDOCUMENTATED", + "title": "TODO", "description": "UNDOCUMENATED", "type": "array", "items": [ - { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" }, - { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" }, - { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" } + { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" }, + { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" }, + { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" } ] } } diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.harvest_farm_block.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.harvest_farm_block.json index c2da47ad..18a67264 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.harvest_farm_block.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.harvest_farm_block.json @@ -8,8 +8,8 @@ "properties": { "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" } + "max_seconds_before_search": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" }, + "search_cooldown_max_seconds": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" }, + "seconds_until_new_task": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" } } } diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.look_at_player.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.look_at_player.json index dd86cb63..7b3ee3f0 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.look_at_player.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.look_at_player.json @@ -39,6 +39,6 @@ "title": "Look Time", "items": [{ "type": "integer" }, { "type": "integer" }] }, - "target_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "target_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" } } } diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.panic.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.panic.json index d339c72a..e71c6724 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.panic.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.panic.json @@ -27,14 +27,14 @@ "title": "TODO Title" }, "prefer_water": { "type": "boolean", "default": false, "description": "If true, the mob will prefer water over land", "title": "TODO Title" }, - "panic_sound": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "panic_sound": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" }, "sound_interval": { "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "TODO", "properties": { - "range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" }, + "range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" } }, "additionalProperties": false } diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.random_look_around.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.random_look_around.json index bdd01112..6a56d5f7 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.random_look_around.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.random_look_around.json @@ -13,6 +13,6 @@ "description": "The range of time in seconds the mob will stay looking in a random direction before looking elsewhere", "title": "TODO Title" }, - "look_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "look_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" } } } diff --git a/source/behavior/entities/1.8.0/components/minecraft.despawn.json b/source/behavior/entities/1.8.0/components/minecraft.despawn.json index 2506b932..59ca0ce2 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.despawn.json +++ b/source/behavior/entities/1.8.0/components/minecraft.despawn.json @@ -23,7 +23,7 @@ "description": "Determines if the \"min_range_inactivity_timer\" is used in the standard despawn rules.", "title": "Despawn From Inactivity" }, - "despawn_from_distance": { "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED", "additionalProperties": false }, + "despawn_from_distance": { "type": "object", "description": "UNDOCUMENTATED", "title": "TODO", "additionalProperties": false }, "despawn_from_simulation_edge": { "type": "boolean", "default": true, diff --git a/source/behavior/entities/1.8.0/components/minecraft.genetics.json b/source/behavior/entities/1.8.0/components/minecraft.genetics.json index 381fdb3c..2edd8473 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.genetics.json +++ b/source/behavior/entities/1.8.0/components/minecraft.genetics.json @@ -46,11 +46,11 @@ { "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "TODO", "additionalProperties": false, "properties": { - "range_min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "range_max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "range_min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }, + "range_max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" } } } ] @@ -73,11 +73,11 @@ { "type": "object", "description": "UNDOCUMENTATED", - "title": "UNDOCUMENTATED", + "title": "TODO", "additionalProperties": false, "properties": { - "range_min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, - "range_max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "range_min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }, + "range_max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" } } } ] diff --git a/source/behavior/entities/1.8.0/components/minecraft.navigation.climb.json b/source/behavior/entities/1.8.0/components/minecraft.navigation.climb.json index c7782997..2c3ad505 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.navigation.climb.json +++ b/source/behavior/entities/1.8.0/components/minecraft.navigation.climb.json @@ -39,7 +39,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.8.0/components/minecraft.navigation.float.json b/source/behavior/entities/1.8.0/components/minecraft.navigation.float.json index e1c06607..b49bccb6 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.navigation.float.json +++ b/source/behavior/entities/1.8.0/components/minecraft.navigation.float.json @@ -39,7 +39,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.8.0/components/minecraft.navigation.fly.json b/source/behavior/entities/1.8.0/components/minecraft.navigation.fly.json index 86e089fc..2504b562 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.navigation.fly.json +++ b/source/behavior/entities/1.8.0/components/minecraft.navigation.fly.json @@ -39,7 +39,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.8.0/components/minecraft.navigation.generic.json b/source/behavior/entities/1.8.0/components/minecraft.navigation.generic.json index e4aa20ed..d8050a74 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.navigation.generic.json +++ b/source/behavior/entities/1.8.0/components/minecraft.navigation.generic.json @@ -39,7 +39,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.8.0/components/minecraft.navigation.hover.json b/source/behavior/entities/1.8.0/components/minecraft.navigation.hover.json index a2deb3a6..4b249f7f 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.navigation.hover.json +++ b/source/behavior/entities/1.8.0/components/minecraft.navigation.hover.json @@ -38,7 +38,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.8.0/components/minecraft.navigation.swim.json b/source/behavior/entities/1.8.0/components/minecraft.navigation.swim.json index 3223e346..b4f3e7b3 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.navigation.swim.json +++ b/source/behavior/entities/1.8.0/components/minecraft.navigation.swim.json @@ -39,7 +39,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.8.0/components/minecraft.navigation.walk.json b/source/behavior/entities/1.8.0/components/minecraft.navigation.walk.json index 003b618e..535e26d8 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.navigation.walk.json +++ b/source/behavior/entities/1.8.0/components/minecraft.navigation.walk.json @@ -39,7 +39,7 @@ "description": "UNDOCUMENTATED", "oneOf": [ { "type": "string", "$ref": "../../../../general/block/identifier.json" }, - { "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } + { "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } } ] } }, diff --git a/source/behavior/entities/1.8.0/events.json b/source/behavior/entities/1.8.0/events.json index 67195c2a..5dad98a3 100644 --- a/source/behavior/entities/1.8.0/events.json +++ b/source/behavior/entities/1.8.0/events.json @@ -31,7 +31,7 @@ "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, + "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" }, "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } }, "description": "UNDOCUMENTATED: randomize", @@ -56,7 +56,7 @@ "title": "Sequences" }, "filters": { "$ref": "./../filters/filters.json" }, - "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } + "trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" } } } }, diff --git a/source/behavior/features/1.13.0/features/minecraft.single_block_feature.json b/source/behavior/features/1.13.0/features/minecraft.single_block_feature.json index 3e00606a..24d2efa2 100644 --- a/source/behavior/features/1.13.0/features/minecraft.single_block_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.single_block_feature.json @@ -6,7 +6,7 @@ "required": ["description", "places_block", "enforce_placement_rules", "enforce_survivability_rules"], "definitions": { "block_side": { - "oneOf": [{ "type": "string" }, { "type": "array", "items": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED", "type": "string" } }] + "oneOf": [{ "type": "string" }, { "type": "array", "items": { "title": "TODO", "description": "UNDOCUMENTATED", "type": "string" } }] } }, "properties": { diff --git a/source/behavior/items/1.16.100/components/minecraft.entity_placer.json b/source/behavior/items/1.16.100/components/minecraft.entity_placer.json index ba47e4ab..49d84f75 100644 --- a/source/behavior/items/1.16.100/components/minecraft.entity_placer.json +++ b/source/behavior/items/1.16.100/components/minecraft.entity_placer.json @@ -11,13 +11,13 @@ "type": "array", "title": "Dispense On", "description": "List of block descriptors that contain blocks that this item can be dispensed on. If left empty, all blocks will be allowed.", - "items": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" } + "items": { "title": "TODO", "description": "UNDOCUMENTATED" } }, "use_on": { "type": "array", "title": "Use On", "description": "List of block descriptors that contain blocks that this item can be used on. If left empty, all blocks will be allowed.", - "items": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" } + "items": { "title": "TODO", "description": "UNDOCUMENTATED" } } } } diff --git a/source/behavior/items/1.16.100/components/minecraft.shooter.json b/source/behavior/items/1.16.100/components/minecraft.shooter.json index ac86b7ec..3155cd3b 100644 --- a/source/behavior/items/1.16.100/components/minecraft.shooter.json +++ b/source/behavior/items/1.16.100/components/minecraft.shooter.json @@ -11,7 +11,7 @@ "type": "array", "items": { "type": "object", - "title": "UNDOCUMENTATED", + "title": "TODO", "description": "UNDOCUMENTATED", "additionalProperties": false, "properties": { diff --git a/source/behavior/items/1.16.200/components/minecraft.entity_placer.json b/source/behavior/items/1.16.200/components/minecraft.entity_placer.json index ec362155..8d5e5180 100644 --- a/source/behavior/items/1.16.200/components/minecraft.entity_placer.json +++ b/source/behavior/items/1.16.200/components/minecraft.entity_placer.json @@ -11,13 +11,13 @@ "type": "array", "title": "Dispense On", "description": "List of block descriptors that contain blocks that this item can be dispensed on. If left empty, all blocks will be allowed.", - "items": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" } + "items": { "title": "TODO", "description": "UNDOCUMENTATED" } }, "use_on": { "type": "array", "title": "Use On", "description": "List of block descriptors that contain blocks that this item can be used on. If left empty, all blocks will be allowed.", - "items": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" } + "items": { "title": "TODO", "description": "UNDOCUMENTATED" } } } } diff --git a/source/behavior/items/1.16.200/components/minecraft.shooter.json b/source/behavior/items/1.16.200/components/minecraft.shooter.json index d14a3a0c..a592473b 100644 --- a/source/behavior/items/1.16.200/components/minecraft.shooter.json +++ b/source/behavior/items/1.16.200/components/minecraft.shooter.json @@ -11,7 +11,7 @@ "type": "array", "items": { "type": "object", - "title": "UNDOCUMENTATED", + "title": "TODO", "description": "UNDOCUMENTATED", "additionalProperties": false, "properties": { diff --git a/source/behavior/recipes/1.12.0/types/recipe_shaped.json b/source/behavior/recipes/1.12.0/types/recipe_shaped.json index 2bd5bb46..9476d5e4 100644 --- a/source/behavior/recipes/1.12.0/types/recipe_shaped.json +++ b/source/behavior/recipes/1.12.0/types/recipe_shaped.json @@ -15,7 +15,7 @@ "minProperties": 1, "additionalProperties": { "$ref": "./base types/item.json" } }, - "group": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }, + "group": { "type": "string", "title": "TODO", "description": "UNDOCUMENTATED" }, "pattern": { "type": "array", "description": "Characters that represent a pattern to be defined by keys.", diff --git a/source/behavior/recipes/1.12.0/types/recipe_shapeless.json b/source/behavior/recipes/1.12.0/types/recipe_shapeless.json index 7cdb6cf7..c45c1fb7 100644 --- a/source/behavior/recipes/1.12.0/types/recipe_shapeless.json +++ b/source/behavior/recipes/1.12.0/types/recipe_shapeless.json @@ -13,7 +13,7 @@ "title": "Ingredients", "oneOf": [{ "$ref": "./base types/item.json" }, { "type": "array", "items": { "$ref": "./base types/item.json" } }] }, - "group": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }, + "group": { "type": "string", "title": "TODO", "description": "UNDOCUMENTATED" }, "priority": { "type": "integer", "description": "Item used as output for the furnace recipe.", "title": "Priority" }, "result": { "description": "When input items match the pattern then these items are the result.", diff --git a/source/molang/number.json b/source/molang/number.json index 1443bfb5..969db861 100644 --- a/source/molang/number.json +++ b/source/molang/number.json @@ -2,5 +2,6 @@ "$id": "molang_number1.8.0", "title": "Molang Number", "description": "The minecraft molang definition that results in a float", - "anyOf": [{ "type": "string", "minLength": 0 }, { "type": "number" }] + "anyOf": [{ "type": "string", "minLength": 0 }, { "type": "number" }], + "examples": [0, "query.variant"] } diff --git a/source/molang/string.json b/source/molang/string.json index a1837a16..dfbc7900 100644 --- a/source/molang/string.json +++ b/source/molang/string.json @@ -3,5 +3,6 @@ "type": "string", "title": "Molang / String", "description": "Molang definition", - "format": "molang" + "format": "molang", + "examples": ["query.variant"] } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_entity_aabb.json b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_entity_aabb.json index add13c0b..d3b57742 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_entity_aabb.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_entity_aabb.json @@ -6,17 +6,17 @@ "properties": { "direction": { "anyOf": [ - { "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED: Todo", "title": "Todo" }, + { "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED", "title": "Todo" }, { "type": "array", "items": { "minItems": 3, "maxItems": 3, "$ref": "../../../../molang/number.json", - "description": "UNDOCUMENTATED: Todo", + "description": "UNDOCUMENTATED", "title": "Todo" }, - "description": "UNDOCUMENTATED: Todo", + "description": "UNDOCUMENTATED", "title": "Todo" } ], diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_sphere.json b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_sphere.json index ee5f7a66..07fa6d01 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_sphere.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_sphere.json @@ -6,17 +6,17 @@ "properties": { "direction": { "anyOf": [ - { "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED: Todo", "title": "Todo" }, + { "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED", "title": "Todo" }, { "type": "array", "items": { "minItems": 3, "maxItems": 3, "$ref": "../../../../molang/number.json", - "description": "UNDOCUMENTATED: Todo", + "description": "UNDOCUMENTATED", "title": "Todo" }, - "description": "UNDOCUMENTATED: Todo", + "description": "UNDOCUMENTATED", "title": "Todo" } ], diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_initial_speed.json b/source/resource/particles/1.10.0/components/minecraft.particle_initial_speed.json index 57e241ab..0bb281ca 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_initial_speed.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_initial_speed.json @@ -1,16 +1,16 @@ { "$id": "blockception.minecraft.resource.particle.1.10.0.particle_initial_speed", "title": "Particle Initial Speed Component For 1.10.0", - "additionalProperties": false, + "description": "UNDOCUMENTATED", "anyOf": [ { "$ref": "../../../../molang/number.json" }, { "type": "array", - "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" }, - "minItems": 3, - "maxItems": 3, - "description": "UNDOCUMENTATED", - "title": "TODO Title" + "items": [ + { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" }, + { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" }, + { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" } + ] } ] } diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_kill_plane.json b/source/resource/particles/1.10.0/components/minecraft.particle_kill_plane.json index df3e29cc..c81c2e15 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_kill_plane.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_kill_plane.json @@ -2,6 +2,11 @@ "$id": "blockception.minecraft.resource.particle.1.10.0.particle_kill_plane", "type": "array", "title": "Particle Kill Plane Component For 1.10.0", - "items": { "minItems": 4, "maxItems": 4, "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" }, - "description": "UNDOCUMENTATED" + "description": "A*x + B*y + C*z + D = 0\nwith the parameters being [ A, B, C, D ]", + "items": [ + { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "A" }, + { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "B" }, + { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "C" }, + { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "D" } + ] } diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_events.json b/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_events.json index a39eaef1..adab4daa 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_events.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_events.json @@ -9,7 +9,7 @@ "description": "Fires when the particle is created", "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }] }, - "custom_events": { "title": "Custom Events", "description": "TODO, unclear structure :(" }, + "custom_events": { "title": "Custom Events", "description": "UNDOCUMENTATED, unclear structure :(" }, "expiration_event": { "title": "Expiration Event", "description": "Fires when the particle expires (does not wait for particles to expire too)", diff --git a/source/resource/render_controllers/1.10.0/render_controllers.json b/source/resource/render_controllers/1.10.0/render_controllers.json index 475dc329..380dacd5 100644 --- a/source/resource/render_controllers/1.10.0/render_controllers.json +++ b/source/resource/render_controllers/1.10.0/render_controllers.json @@ -128,7 +128,7 @@ "minItems": 1, "items": { "type": "object", - "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }, + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED", "title": "Material" }, "description": "UNDOCUMENTATED: materials", "title": "Materials" }, diff --git a/source/resource/render_controllers/1.8.0/render_controllers.json b/source/resource/render_controllers/1.8.0/render_controllers.json index d7cff587..e20937f7 100644 --- a/source/resource/render_controllers/1.8.0/render_controllers.json +++ b/source/resource/render_controllers/1.8.0/render_controllers.json @@ -127,7 +127,7 @@ "minItems": 1, "items": { "type": "object", - "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }, + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Material" }, "description": "UNDOCUMENTATED: materials", "title": "Materials" }, diff --git a/source/resource/sounds/1.14.0/sound_definitions.json b/source/resource/sounds/1.14.0/sound_definitions.json index 6cbbc924..fd746c62 100644 --- a/source/resource/sounds/1.14.0/sound_definitions.json +++ b/source/resource/sounds/1.14.0/sound_definitions.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.sound_definition.1.14.0.json", "type": "object", "additionalItems": false, - "title": "Sound File For 1.14.0", + "title": "Sound File For 1.14.0", "description": "UNDOCUMENTATED", "definitions": { "SoundPath": { @@ -34,8 +34,8 @@ "$id": "#/Sound/sounds/stringItem", "type": "string", "$ref": "#/definitions/SoundPath", - "description": "UNDOCUMENTATED: Todo", - "title": "Todo" + "description": "UNDOCUMENTATED", + "title": "Sounds" }, { "additionalItems": false, @@ -59,8 +59,8 @@ "title": "Name" } }, - "description": "UNDOCUMENTATED: Todo", - "title": "Todo" + "description": "UNDOCUMENTATED", + "title": "Sounds" } ], "description": "UNDOCUMENTATED: sounds", @@ -69,8 +69,7 @@ "description": "UNDOCUMENTATED: sounds", "title": "Sounds" } - }, - "description": "UNDOCUMENTATED: additionalProperties" + } } }, "properties": { diff --git a/source/resource/sounds/sound_definitions_unknown.json b/source/resource/sounds/sound_definitions_unknown.json index 9b08de6a..8cf6b31f 100644 --- a/source/resource/sounds/sound_definitions_unknown.json +++ b/source/resource/sounds/sound_definitions_unknown.json @@ -33,8 +33,8 @@ "$id": "#/Sound/sounds/stringItem", "type": "string", "$ref": "#/definitions/SoundPath", - "description": "UNDOCUMENTATED: Todo", - "title": "Todo" + "description": "UNDOCUMENTATED", + "title": "Sounds" }, { "additionalItems": false, @@ -64,8 +64,8 @@ "title": "Name" } }, - "description": "UNDOCUMENTATED: Todo", - "title": "Todo" + "description": "UNDOCUMENTATED", + "title": "Sounds" } ], "description": "UNDOCUMENTATED: sounds", @@ -74,8 +74,7 @@ "description": "UNDOCUMENTATED: sounds", "title": "Sounds" } - }, - "description": "UNDOCUMENTATED: additionalProperties" + } } }, "additionalProperties": { "$ref": "#/definitions/SoundSpec" }, diff --git a/source/resource/textures/flipbook_textures.json b/source/resource/textures/flipbook_textures.json index e7f58a01..daf16256 100644 --- a/source/resource/textures/flipbook_textures.json +++ b/source/resource/textures/flipbook_textures.json @@ -11,23 +11,23 @@ "type": "object", "properties": { "atlas_index": { - "description": "TODO: add description", + "description": "UNDOCUMENTATED", "title": "Atlas Index", "type": "integer" }, "atlas_tile": { - "description": "TODO: add description", + "description": "UNDOCUMENTATED", "pattern": "^[a-z0-9_\\-]*$", "title": "Atlas Index", "type": "string" }, "atlas_tile_variant": { - "description": "TODO: add description", + "description": "UNDOCUMENTATED", "title": "Atlas Index", "type": "integer" }, "blend_frames": { - "description": "TODO: add description", + "description": "UNDOCUMENTATED", "title": "Atlas Index", "type": "boolean" }, @@ -49,7 +49,7 @@ "type": "array" }, "replicate": { - "description": "TODO: add description", + "description": "UNDOCUMENTATED", "title": "Atlas Index", "type": "integer" }, diff --git a/source/resource/textures/item_texture.json b/source/resource/textures/item_texture.json index 1fa0b134..e74dac3a 100644 --- a/source/resource/textures/item_texture.json +++ b/source/resource/textures/item_texture.json @@ -38,15 +38,15 @@ } }, "properties": { - "resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "TODO: add description" }, + "resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTATED" }, "texture_data": { "title": "Texture Data", - "description": "TODO: add description", + "description": "UNDOCUMENTATED", "type": "object", "propertyNames": { "pattern": "^[\\w_\\-\\.]+$" }, "additionalProperties": { "title": "Texture Data", - "description": "TODO: add description", + "description": "UNDOCUMENTATED", "type": "object", "additionalProperties": false, "properties": { @@ -59,6 +59,6 @@ } } }, - "texture_name": { "title": "Texture Name", "description": "TODO: add description", "type": "string" } + "texture_name": { "title": "Texture Name", "description": "UNDOCUMENTATED", "type": "string" } } } diff --git a/source/resource/textures/terrain_texture.json b/source/resource/textures/terrain_texture.json index ebecce61..a8cf84c9 100644 --- a/source/resource/textures/terrain_texture.json +++ b/source/resource/textures/terrain_texture.json @@ -38,23 +38,23 @@ } }, "properties": { - "num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "TODO: add description" }, - "padding": { "type": "integer", "title": "Padding", "description": "TODO: add description" }, - "resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "TODO: add description" }, + "num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "UNDOCUMENTATED" }, + "padding": { "type": "integer", "title": "Padding", "description": "UNDOCUMENTATED" }, + "resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTATED" }, "texture_data": { "type": "object", "propertyNames": { "pattern": "^[\\w_\\-\\.]+$" }, "additionalProperties": { "type": "object", "title": "Texture Data", - "description": "TODO: add description", + "description": "UNDOCUMENTATED", "properties": { "textures": { "oneOf": [{ "$ref": "#/definitions/texture" }, { "type": "array", "items": { "$ref": "#/definitions/texture" } }] } } }, "description": "UNDOCUMENTATED", - "title": "TODO Title" + "title": "Texture Data" }, - "texture_name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" } + "texture_name": { "type": "string", "description": "UNDOCUMENTATED", "title": "Texture Name" } } }