diff --git a/source/behavior/blocks/1.10.0/components/minecraft.material_instances.json b/source/behavior/blocks/1.10.0/components/minecraft.material_instances.json index c160b1e2..c334c994 100644 --- a/source/behavior/blocks/1.10.0/components/minecraft.material_instances.json +++ b/source/behavior/blocks/1.10.0/components/minecraft.material_instances.json @@ -11,8 +11,8 @@ "properties": { "ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTATED" }, "face_dimming": { "title": "Face Dimming", "type": "boolean", "description": "UNDOCUMENTATED" }, - "render_method": { "type": "string", "title": "Render Method", "description": "TODO description", "enum": ["blend", "opaque", "alpha_test"] }, - "texture": { "type": "string", "title": "Texture", "description": "TODO description" } + "render_method": { "type": "string", "title": "Render Method", "description": "UNDOCUMENTATED", "enum": ["blend", "opaque", "alpha_test"] }, + "texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTATED" } } } }, diff --git a/source/behavior/blocks/1.16.100/components/minecraft.material_instances.json b/source/behavior/blocks/1.16.100/components/minecraft.material_instances.json index 323d69a3..20255539 100644 --- a/source/behavior/blocks/1.16.100/components/minecraft.material_instances.json +++ b/source/behavior/blocks/1.16.100/components/minecraft.material_instances.json @@ -11,8 +11,8 @@ "properties": { "ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTATED" }, "face_dimming": { "title": "Face Dimming", "type": "boolean", "description": "UNDOCUMENTATED" }, - "render_method": { "type": "string", "title": "Render Method", "description": "TODO description", "enum": ["blend", "opaque", "alpha_test"] }, - "texture": { "type": "string", "title": "Texture", "description": "TODO description" } + "render_method": { "type": "string", "title": "Render Method", "description": "UNDOCUMENTATED", "enum": ["blend", "opaque", "alpha_test"] }, + "texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTATED" } } } }, diff --git a/source/behavior/blocks/1.16.200/components/minecraft.material_instances.json b/source/behavior/blocks/1.16.200/components/minecraft.material_instances.json index eb3ebb79..9a7d68ec 100644 --- a/source/behavior/blocks/1.16.200/components/minecraft.material_instances.json +++ b/source/behavior/blocks/1.16.200/components/minecraft.material_instances.json @@ -11,8 +11,8 @@ "properties": { "ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTATED" }, "face_dimming": { "title": "Face Dimming", "type": "boolean", "description": "UNDOCUMENTATED" }, - "render_method": { "type": "string", "title": "Render Method", "description": "TODO description", "enum": ["blend", "opaque", "alpha_test"] }, - "texture": { "type": "string", "title": "Texture", "description": "TODO description" } + "render_method": { "type": "string", "title": "Render Method", "description": "UNDOCUMENTATED", "enum": ["blend", "opaque", "alpha_test"] }, + "texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTATED" } } } }, diff --git a/source/behavior/entities/1.10.0/entities.json b/source/behavior/entities/1.10.0/entities.json index e723e3e6..9aa85fbc 100644 --- a/source/behavior/entities/1.10.0/entities.json +++ b/source/behavior/entities/1.10.0/entities.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entity1.10.0", "type": "object", "title": "Entity Behavior 1.10.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "additionalProperties": false, "required": ["format_version", "minecraft:entity"], "properties": { @@ -12,6 +12,6 @@ "const": "1.10.0", "description": "A version that tells minecraft what type of data format can be expected when reading this file." }, - "minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "TODO description: minecraft:entity", "title": "Entity" } + "minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTATED: minecraft:entity", "title": "Entity" } } } diff --git a/source/behavior/entities/1.10.0/events.json b/source/behavior/entities/1.10.0/events.json index 534ef525..aa2a15fa 100644 --- a/source/behavior/entities/1.10.0/events.json +++ b/source/behavior/entities/1.10.0/events.json @@ -32,18 +32,18 @@ "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" }, - "weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" } + "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } }, - "description": "TODO description: randomize", + "description": "UNDOCUMENTATED: randomize", "title": "Randomize" }, - "description": "TODO description: randomize", + "description": "UNDOCUMENTATED: randomize", "title": "Randomize" }, "sequence": { "type": "array", "items": { - "description": "TODO description: sequence", + "description": "UNDOCUMENTATED: sequence", "title": "Sequence", "type": "object", "properties": { diff --git a/source/behavior/entities/1.11.0/components.json b/source/behavior/entities/1.11.0/components.json index 9740376e..4188de43 100644 --- a/source/behavior/entities/1.11.0/components.json +++ b/source/behavior/entities/1.11.0/components.json @@ -3,5 +3,5 @@ "type": "object", "title": "Entity 1.11.0", "$ref": "../1.10.0/components.json", - "description": "TODO description" + "description": "UNDOCUMENTATED" } diff --git a/source/behavior/entities/1.11.0/entities.json b/source/behavior/entities/1.11.0/entities.json index 6c0630ad..747ce8bd 100644 --- a/source/behavior/entities/1.11.0/entities.json +++ b/source/behavior/entities/1.11.0/entities.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entity1.10.0", "type": "object", "title": "Entity Behavior 1.11.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "required": ["format_version", "minecraft:entity"], "properties": { "format_version": { @@ -11,7 +11,7 @@ "const": "1.11.0", "description": "A version that tells minecraft what type of data format can be expected when reading this file." }, - "minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "TODO description: minecraft:entity", "title": "Entity" } + "minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTATED: minecraft:entity", "title": "Entity" } }, "additionalProperties": false } diff --git a/source/behavior/entities/1.11.0/events.json b/source/behavior/entities/1.11.0/events.json index 042a75b6..bc70c045 100644 --- a/source/behavior/entities/1.11.0/events.json +++ b/source/behavior/entities/1.11.0/events.json @@ -33,18 +33,18 @@ "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" }, - "weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" } + "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } }, - "description": "TODO description: randomize", + "description": "UNDOCUMENTATED: randomize", "title": "Randomize" }, - "description": "TODO description: randomize", + "description": "UNDOCUMENTATED: randomize", "title": "Randomize" }, "sequence": { "type": "array", "items": { - "description": "TODO description: sequence", + "description": "UNDOCUMENTATED: sequence", "title": "Sequence", "type": "object", "properties": { diff --git a/source/behavior/entities/1.12.0/entities.json b/source/behavior/entities/1.12.0/entities.json index 5f1d5103..6ad84490 100644 --- a/source/behavior/entities/1.12.0/entities.json +++ b/source/behavior/entities/1.12.0/entities.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entity1.10.0", "type": "object", "title": "Entity Behavior 1.12.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "required": ["format_version", "minecraft:entity"], "properties": { "format_version": { @@ -11,7 +11,7 @@ "const": "1.12.0", "description": "A version that tells minecraft what type of data format can be expected when reading this file." }, - "minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "TODO description: minecraft:entity", "title": "Entity" } + "minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTATED: minecraft:entity", "title": "Entity" } }, "additionalProperties": false } diff --git a/source/behavior/entities/1.12.0/events.json b/source/behavior/entities/1.12.0/events.json index d23ae8be..9be3de83 100644 --- a/source/behavior/entities/1.12.0/events.json +++ b/source/behavior/entities/1.12.0/events.json @@ -32,18 +32,18 @@ "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" }, - "weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" } + "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } }, - "description": "TODO description: randomize", + "description": "UNDOCUMENTATED: randomize", "title": "Randomize" }, - "description": "TODO description: randomize", + "description": "UNDOCUMENTATED: randomize", "title": "Randomize" }, "sequence": { "type": "array", "items": { - "description": "TODO description: sequence", + "description": "UNDOCUMENTATED: sequence", "title": "Sequence", "type": "object", "properties": { diff --git a/source/behavior/entities/1.13.0/components.json b/source/behavior/entities/1.13.0/components.json index d9b16448..d89690f4 100644 --- a/source/behavior/entities/1.13.0/components.json +++ b/source/behavior/entities/1.13.0/components.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Entity 1.13.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "properties": { "minecraft:addrider": { "$ref": "../1.8.0/components/minecraft.addrider.json" }, "minecraft:admire_item": { "$ref": "../1.8.0/components/minecraft.admire_item.json" }, diff --git a/source/behavior/entities/1.13.0/components/minecraft.damage_sensor.json b/source/behavior/entities/1.13.0/components/minecraft.damage_sensor.json index 4435a6b3..6a1f2b69 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.damage_sensor.json +++ b/source/behavior/entities/1.13.0/components/minecraft.damage_sensor.json @@ -33,8 +33,8 @@ "title": "On Damage", "properties": { "filters": { "$ref": "../../filters/filters.json" }, - "event": { "type": "string", "pattern": "^.*$", "description": "TODO description: event", "title": "Event" }, - "target": { "$ref": "../../filters/filters/types/subject.json", "description": "TODO description: target", "title": "Target" } + "event": { "type": "string", "pattern": "^.*$", "description": "UNDOCUMENTATED: event", "title": "Event" }, + "target": { "$ref": "../../filters/filters/types/subject.json", "description": "UNDOCUMENTATED: target", "title": "Target" } }, "on_damage_sound_event": { "type": "string", 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 80da5f59..8fd32907 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.interact.json +++ b/source/behavior/entities/1.13.0/components/minecraft.interact.json @@ -97,7 +97,7 @@ { "type": "object", "$ref": "#/definitions/interaction_spec" }, { "type": "array", "items": { "$ref": "#/definitions/interaction_spec" } } ], - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" } } diff --git a/source/behavior/entities/1.13.0/entities.json b/source/behavior/entities/1.13.0/entities.json index f70029a6..30d5b36b 100644 --- a/source/behavior/entities/1.13.0/entities.json +++ b/source/behavior/entities/1.13.0/entities.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entity1.13.0", "type": "object", "title": "Entity Behavior 1.13.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "required": ["format_version", "minecraft:entity"], "properties": { "format_version": { @@ -11,7 +11,7 @@ "const": "1.13.0", "description": "A version that tells minecraft what type of data format can be expected when reading this file." }, - "minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "TODO description: minecraft:entity", "title": "Entity" } + "minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTATED: minecraft:entity", "title": "Entity" } }, "additionalProperties": false } diff --git a/source/behavior/entities/1.13.0/events.json b/source/behavior/entities/1.13.0/events.json index df3d56a7..cc0f475b 100644 --- a/source/behavior/entities/1.13.0/events.json +++ b/source/behavior/entities/1.13.0/events.json @@ -32,18 +32,18 @@ "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" }, - "weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" } + "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } }, - "description": "TODO description: randomize", + "description": "UNDOCUMENTATED: randomize", "title": "Randomize" }, - "description": "TODO description: randomize", + "description": "UNDOCUMENTATED: randomize", "title": "Randomize" }, "sequence": { "type": "array", "items": { - "description": "TODO description: sequence", + "description": "UNDOCUMENTATED: sequence", "title": "Sequence", "type": "object", "properties": { diff --git a/source/behavior/entities/1.14.0/components.json b/source/behavior/entities/1.14.0/components.json index 3ca19c83..d7c59342 100644 --- a/source/behavior/entities/1.14.0/components.json +++ b/source/behavior/entities/1.14.0/components.json @@ -3,5 +3,5 @@ "type": "object", "title": "Entity 1.14.0", "$ref": "../1.13.0/components.json", - "description": "TODO description" + "description": "UNDOCUMENTATED" } diff --git a/source/behavior/entities/1.14.0/entities.json b/source/behavior/entities/1.14.0/entities.json index 0ee9c5ab..f2aab09a 100644 --- a/source/behavior/entities/1.14.0/entities.json +++ b/source/behavior/entities/1.14.0/entities.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entity1.14.0", "type": "object", "title": "Entity Behavior 1.14.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "required": ["format_version", "minecraft:entity"], "properties": { "format_version": { diff --git a/source/behavior/entities/1.14.0/events.json b/source/behavior/entities/1.14.0/events.json index 9c9dd496..9e640295 100644 --- a/source/behavior/entities/1.14.0/events.json +++ b/source/behavior/entities/1.14.0/events.json @@ -32,18 +32,18 @@ "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" }, - "weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" } + "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } }, - "description": "TODO description: randomize", + "description": "UNDOCUMENTATED: randomize", "title": "Randomize" }, - "description": "TODO description: randomize", + "description": "UNDOCUMENTATED: randomize", "title": "Randomize" }, "sequence": { "type": "array", "items": { - "description": "TODO description: sequence", + "description": "UNDOCUMENTATED: sequence", "title": "Sequence", "type": "object", "properties": { diff --git a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.drink_potion.json b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.drink_potion.json index 4e7eb9dd..9b85ec11 100644 --- a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.drink_potion.json +++ b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.drink_potion.json @@ -8,7 +8,7 @@ "properties": { "priority": { "$ref": "./types/priority.json" }, "speed_multiplier": { "$ref": "./types/speed_multiplier.json" }, - "speed_modifier": { "default": 0.0, "description": "TODO description: speed modifier", "title": "Speed Modifier" }, + "speed_modifier": { "default": 0.0, "description": "UNDOCUMENTATED: speed modifier", "title": "Speed Modifier" }, "potions": { "type": "array", "description": "A list of potions that this entity can drink.", @@ -31,7 +31,7 @@ "title": "Filters" } }, - "description": "TODO description: potions", + "description": "UNDOCUMENTATED: potions", "title": "Potions" }, "title": "Potions" 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 3d68a216..ca538557 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 @@ -39,7 +39,7 @@ "max_failed_attempts": { "type": "integer", "$comment": "NOT DOCUMENTATED BY MINECRAFT", - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" } } 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 81de67bf..c1b8fecc 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 @@ -45,6 +45,6 @@ } } }, - "sequence": { "$ref": "#/definitions/sequence", "description": "TODO description", "title": "TODO Title" } + "sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTATED", "title": "TODO Title" } } } diff --git a/source/behavior/entities/1.16.0/components/minecraft.block_sensor.json b/source/behavior/entities/1.16.0/components/minecraft.block_sensor.json index 4dba6b33..f53cdc4c 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.block_sensor.json +++ b/source/behavior/entities/1.16.0/components/minecraft.block_sensor.json @@ -18,7 +18,7 @@ "on_block_broken": { "type": "string", "title": "On Block Broken", "description": "On block broken" } } }, - "description": "TODO description" + "description": "UNDOCUMENTATED" } } } diff --git a/source/behavior/entities/1.16.0/components/minecraft.damage_sensor.json b/source/behavior/entities/1.16.0/components/minecraft.damage_sensor.json index fe291c6c..c8bf13a9 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.damage_sensor.json +++ b/source/behavior/entities/1.16.0/components/minecraft.damage_sensor.json @@ -33,8 +33,8 @@ "title": "On Damage", "properties": { "filters": { "$ref": "../../filters/filters.json" }, - "event": { "type": "string", "pattern": "^.*$", "description": "TODO description: event", "title": "Event" }, - "target": { "$ref": "../../filters/filters/types/subject.json", "description": "TODO description: target", "title": "Target" } + "event": { "type": "string", "pattern": "^.*$", "description": "UNDOCUMENTATED: event", "title": "Event" }, + "target": { "$ref": "../../filters/filters/types/subject.json", "description": "UNDOCUMENTATED: target", "title": "Target" } }, "on_damage_sound_event": { "type": "string", diff --git a/source/behavior/entities/1.16.0/components/minecraft.despawn.json b/source/behavior/entities/1.16.0/components/minecraft.despawn.json index a4ec1356..e130c721 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.despawn.json +++ b/source/behavior/entities/1.16.0/components/minecraft.despawn.json @@ -28,7 +28,7 @@ "title": "Min Distance" } }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" }, "despawn_from_inactivity": { diff --git a/source/behavior/entities/1.16.0/components/minecraft.equipment.json b/source/behavior/entities/1.16.0/components/minecraft.equipment.json index 83f16892..f8b8347d 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.equipment.json +++ b/source/behavior/entities/1.16.0/components/minecraft.equipment.json @@ -20,7 +20,7 @@ } } }, - "table": { "type": "string", "pattern": ".*\\.json$", "description": "TODO description: table", "title": "Table" } + "table": { "type": "string", "pattern": ".*\\.json$", "description": "UNDOCUMENTATED: table", "title": "Table" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/behavior/entities/1.16.0/components/minecraft.interact.json b/source/behavior/entities/1.16.0/components/minecraft.interact.json index 734a41b9..c5b0ac25 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.interact.json +++ b/source/behavior/entities/1.16.0/components/minecraft.interact.json @@ -96,7 +96,7 @@ { "type": "object", "$ref": "#/definitions/interaction_spec" }, { "type": "array", "items": { "$ref": "#/definitions/interaction_spec" } } ], - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" } } diff --git a/source/behavior/entities/1.16.0/components/minecraft.movement.sway.json b/source/behavior/entities/1.16.0/components/minecraft.movement.sway.json index f7ce5bfc..83ce26bc 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.movement.sway.json +++ b/source/behavior/entities/1.16.0/components/minecraft.movement.sway.json @@ -6,6 +6,6 @@ "additionalProperties": false, "properties": { "max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "Max Turn" }, - "sway_amplitude": { "type": "number", "description": "TODO description", "title": "TODO Title" } + "sway_amplitude": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO Title" } } } diff --git a/source/behavior/entities/1.16.0/components/minecraft.nameable.json b/source/behavior/entities/1.16.0/components/minecraft.nameable.json index 351880a6..6cd911b1 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.nameable.json +++ b/source/behavior/entities/1.16.0/components/minecraft.nameable.json @@ -40,7 +40,7 @@ { "type": "array", "items": { "$ref": "#/definitions/name_action" } }, { "type": "object", "$ref": "#/definitions/name_action" } ], - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" } } diff --git a/source/behavior/entities/1.16.0/entities.json b/source/behavior/entities/1.16.0/entities.json index fc7301bf..180d713a 100644 --- a/source/behavior/entities/1.16.0/entities.json +++ b/source/behavior/entities/1.16.0/entities.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entity1.16.0", "type": "object", "title": "Entity Behavior 1.16.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "required": ["format_version", "minecraft:entity"], "properties": { "format_version": { diff --git a/source/behavior/entities/1.16.0/events.json b/source/behavior/entities/1.16.0/events.json index 614ba903..689c52b8 100644 --- a/source/behavior/entities/1.16.0/events.json +++ b/source/behavior/entities/1.16.0/events.json @@ -20,7 +20,7 @@ }, "randomize": { "title": "Randomize", - "description": "TODO description: randomize", + "description": "UNDOCUMENTATED: randomize", "type": "array", "items": { "required": ["weight"], @@ -28,7 +28,7 @@ "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" }, - "weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" } + "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } } } }, @@ -48,7 +48,7 @@ "description": "A series of filters and components to be added", "title": "Sequences", "type": "array", - "items": { "description": "TODO description: sequence", "title": "Sequence", "type": "object", "$ref": "#/definitions/event_base" } + "items": { "description": "UNDOCUMENTATED: sequence", "title": "Sequence", "type": "object", "$ref": "#/definitions/event_base" } }, "trigger": { "type": "string", "description": "The event to run", "title": "Trigger" } } diff --git a/source/behavior/entities/1.16.100/entities.json b/source/behavior/entities/1.16.100/entities.json index d76cecfc..b114c015 100644 --- a/source/behavior/entities/1.16.100/entities.json +++ b/source/behavior/entities/1.16.100/entities.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entity1.16.100", "type": "object", "title": "Entity Behavior 1.16.100", - "description": "TODO description", + "description": "UNDOCUMENTATED", "required": ["format_version", "minecraft:entity"], "properties": { "format_version": { diff --git a/source/behavior/entities/1.16.100/events.json b/source/behavior/entities/1.16.100/events.json index 492e9a06..7eb98847 100644 --- a/source/behavior/entities/1.16.100/events.json +++ b/source/behavior/entities/1.16.100/events.json @@ -20,7 +20,7 @@ }, "randomize": { "title": "Randomize", - "description": "TODO description: randomize", + "description": "UNDOCUMENTATED: randomize", "type": "array", "items": { "required": ["weight"], @@ -28,7 +28,7 @@ "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" }, - "weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" } + "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } } } }, @@ -48,7 +48,7 @@ "description": "A series of filters and components to be added", "title": "Sequences", "type": "array", - "items": { "description": "TODO description: sequence", "title": "Sequence", "type": "object", "$ref": "#/definitions/event_base" } + "items": { "description": "UNDOCUMENTATED: sequence", "title": "Sequence", "type": "object", "$ref": "#/definitions/event_base" } }, "trigger": { "type": "string", "description": "The event to run", "title": "Trigger" } } diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.avoid_mob_type.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.avoid_mob_type.json index 071e6146..f71d1edd 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.avoid_mob_type.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.avoid_mob_type.json @@ -38,7 +38,7 @@ "description": "If true, visbility between this entity and the mob type will not be checked.", "title": "Ignore Visibility" }, - "entity_types": { "$ref": "../types/entity_types.json", "description": "TODO description: entity types", "title": "Entity Types" }, + "entity_types": { "$ref": "../types/entity_types.json", "description": "UNDOCUMENTATED: entity types", "title": "Entity Types" }, "avoid_mob_sound": { "title": "Avoid Mob Sound", "description": "UNDOCUMENTATED", "type": "string" }, "remove_target": { "title": "Remove Target", "description": "UNDOCUMENTATED", "type": "boolean" }, "on_escape_event": { "$ref": "../types/event.json", "title": "On Escape Event", "description": "UNDOCUMENTATED" }, diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.beg.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.beg.json index d189624d..4b6fe8fa 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.beg.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.beg.json @@ -10,7 +10,7 @@ "items": { "type": "array", "description": "List of items that this mob likes", - "items": { "type": "string", "description": "TODO description: properties", "title": "Properties" }, + "items": { "type": "string", "description": "UNDOCUMENTATED: properties", "title": "Properties" }, "title": "Properties" }, "look_distance": { "type": "number", "default": 8, "description": "Distance in blocks the mob will beg from", "title": "Look Distance" }, diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.drink_potion.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.drink_potion.json index 80b0d658..aef5172d 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.drink_potion.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.drink_potion.json @@ -8,7 +8,7 @@ "properties": { "priority": { "$ref": "./types/priority.json" }, "speed_multiplier": { "$ref": "./types/speed_multiplier.json" }, - "speed_modifier": { "default": 0.0, "description": "TODO description: speed modifier", "title": "Speed Modifier" }, + "speed_modifier": { "default": 0.0, "description": "UNDOCUMENTATED: speed modifier", "title": "Speed Modifier" }, "potions": { "type": "array", "description": "A list of potions that this entity can drink.", @@ -31,7 +31,7 @@ "title": "Filters" } }, - "description": "TODO description: potions", + "description": "UNDOCUMENTATED: potions", "title": "Potions" }, "title": "Potions" diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.hurt_by_target.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.hurt_by_target.json index d6372719..67b62010 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.hurt_by_target.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.hurt_by_target.json @@ -7,7 +7,7 @@ "required": [], "properties": { "priority": { "$ref": "./types/priority.json" }, - "entity_types": { "$ref": "../types/entity_types.json", "description": "TODO description: entity types", "title": "Entity Types" }, + "entity_types": { "$ref": "../types/entity_types.json", "description": "UNDOCUMENTATED: entity types", "title": "Entity Types" }, "alert_same_type": { "type": "boolean", "default": false, diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.move_towards_restriction.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.move_towards_restriction.json index 876b73d5..4220ac64 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.move_towards_restriction.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.move_towards_restriction.json @@ -10,8 +10,8 @@ "speed_multiplier": { "$ref": "./types/speed_multiplier.json" }, "control_flags": { "type": "array", - "items": { "type": "string", "enum": ["move", "look"], "description": "TODO description: control flags", "title": "Control Flags" }, - "description": "TODO description: control flags", + "items": { "type": "string", "enum": ["move", "look"], "description": "UNDOCUMENTATED: control flags", "title": "Control Flags" }, + "description": "UNDOCUMENTATED: control flags", "title": "Control Flags" } } diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.ocelot_sit_on_block.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.ocelot_sit_on_block.json index 41037520..653d735b 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.ocelot_sit_on_block.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.ocelot_sit_on_block.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.ocelot_sit_on_block", "additionalProperties": false, - "description": "TODO description", + "description": "UNDOCUMENTATED", "type": "object", "title": "Ocelot Sit On Block 1.8.0", "required": [], diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.swim_idle.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.swim_idle.json index 850ee89b..52b9bc68 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.swim_idle.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.swim_idle.json @@ -6,8 +6,8 @@ "required": [], "properties": { "priority": { "$ref": "./types/priority.json" }, - "idle_time": { "title": "TODO", "description": "TODO Description", "type": "number" }, - "success_rate": { "title": "TODO", "description": "TODO Description", "type": "number" } + "idle_time": { "title": "TODO", "description": "UNDOCUMENTATED", "type": "number" }, + "success_rate": { "title": "TODO", "description": "UNDOCUMENTATED", "type": "number" } }, - "description": "TODO description" + "description": "UNDOCUMENTATED" } diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.work.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.work.json index b198d0df..65f3620f 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.work.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.work.json @@ -39,5 +39,5 @@ "title": "TODO Title" } }, - "description": "TODO description" + "description": "UNDOCUMENTATED" } diff --git a/source/behavior/entities/1.8.0/components/minecraft.ageable.json b/source/behavior/entities/1.8.0/components/minecraft.ageable.json index 28222a3c..307a719a 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.ageable.json +++ b/source/behavior/entities/1.8.0/components/minecraft.ageable.json @@ -30,7 +30,7 @@ }, { "type": "string", "$ref": "../../../../general/item/identifier.json" } ], - "description": "TODO description: feedItems", + "description": "UNDOCUMENTATED: feedItems", "title": "Feed Items" }, "title": "Feed Items" diff --git a/source/behavior/entities/1.8.0/components/minecraft.attack_damage.json b/source/behavior/entities/1.8.0/components/minecraft.attack_damage.json index 43cd7519..3f239e25 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.attack_damage.json +++ b/source/behavior/entities/1.8.0/components/minecraft.attack_damage.json @@ -4,6 +4,6 @@ "title": "Attack Damage 1.8.0", "additionalProperties": false, "required": ["value"], - "properties": { "value": { "type": "number", "description": "TODO description: value", "title": "Value" } }, - "description": "TODO description: " + "properties": { "value": { "type": "number", "description": "UNDOCUMENTATED: value", "title": "Value" } }, + "description": "UNDOCUMENTATED: " } diff --git a/source/behavior/entities/1.8.0/components/minecraft.balloonable.json b/source/behavior/entities/1.8.0/components/minecraft.balloonable.json index 53d58596..40f8eacb 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.balloonable.json +++ b/source/behavior/entities/1.8.0/components/minecraft.balloonable.json @@ -4,6 +4,6 @@ "type": "object", "title": "Balloonable 1.8.0", "required": [], - "properties": { "mass": { "type": "number", "description": "TODO description: mass", "title": "Mass" } }, - "description": "TODO description: " + "properties": { "mass": { "type": "number", "description": "UNDOCUMENTATED: mass", "title": "Mass" } }, + "description": "UNDOCUMENTATED: " } diff --git a/source/behavior/entities/1.8.0/components/minecraft.block_sensor.json b/source/behavior/entities/1.8.0/components/minecraft.block_sensor.json index 6cd73270..9ecde16f 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.block_sensor.json +++ b/source/behavior/entities/1.8.0/components/minecraft.block_sensor.json @@ -18,7 +18,7 @@ "on_block_broken": { "type": "string", "title": "On Block Broken", "description": "On block broken" } } }, - "description": "TODO description" + "description": "UNDOCUMENTATED" } } } diff --git a/source/behavior/entities/1.8.0/components/minecraft.boostable.json b/source/behavior/entities/1.8.0/components/minecraft.boostable.json index ff35549c..558eaaaa 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.boostable.json +++ b/source/behavior/entities/1.8.0/components/minecraft.boostable.json @@ -32,7 +32,7 @@ } } }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" } } diff --git a/source/behavior/entities/1.8.0/components/minecraft.can_fly.json b/source/behavior/entities/1.8.0/components/minecraft.can_fly.json index f9e9637b..032a1faf 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.can_fly.json +++ b/source/behavior/entities/1.8.0/components/minecraft.can_fly.json @@ -5,5 +5,5 @@ "additionalProperties": false, "description": "Marks the entity as being able to fly, the pathfinder won't be restricted to paths where a solid block is required underneath it.", "required": [], - "properties": { "value": { "type": "boolean", "default": true, "description": "TODO description: value", "title": "Value" } } + "properties": { "value": { "type": "boolean", "default": true, "description": "UNDOCUMENTATED: value", "title": "Value" } } } diff --git a/source/behavior/entities/1.8.0/components/minecraft.damage_sensor.json b/source/behavior/entities/1.8.0/components/minecraft.damage_sensor.json index 13722e55..87b3e965 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.damage_sensor.json +++ b/source/behavior/entities/1.8.0/components/minecraft.damage_sensor.json @@ -27,8 +27,8 @@ "type": "object", "properties": { "filters": { "$ref": "../../filters/filters.json" }, - "event": { "type": "string", "pattern": "^.*$", "description": "TODO description: event", "title": "Event" }, - "target": { "$ref": "../../filters/filters/types/subject.json", "description": "TODO description: target", "title": "Target" } + "event": { "type": "string", "pattern": "^.*$", "description": "UNDOCUMENTATED: event", "title": "Event" }, + "target": { "$ref": "../../filters/filters/types/subject.json", "description": "UNDOCUMENTATED: target", "title": "Target" } }, "description": "Specifies filters for entity definitions and events.", "title": "On Damage" diff --git a/source/behavior/entities/1.8.0/components/minecraft.environment_sensor.json b/source/behavior/entities/1.8.0/components/minecraft.environment_sensor.json index 5e894986..09cbc9d0 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.environment_sensor.json +++ b/source/behavior/entities/1.8.0/components/minecraft.environment_sensor.json @@ -7,7 +7,7 @@ "on_environement": { "type": "object", "additionalProperties": false, - "description": "TODO description: on environement", + "description": "UNDOCUMENTATED: on environement", "title": "On Environement", "properties": { "filters": { "$ref": "../../filters/filters.json", "description": "The filters to evualate for this environment sensor", "title": "Filters" }, diff --git a/source/behavior/entities/1.8.0/components/minecraft.equipment.json b/source/behavior/entities/1.8.0/components/minecraft.equipment.json index eb44bdc8..ba66b272 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.equipment.json +++ b/source/behavior/entities/1.8.0/components/minecraft.equipment.json @@ -5,7 +5,7 @@ "additionalProperties": false, "required": [], "properties": { - "table": { "type": "string", "pattern": ".*\\.json$", "description": "TODO description: table", "title": "Table" }, + "table": { "type": "string", "pattern": ".*\\.json$", "description": "UNDOCUMENTATED: table", "title": "Table" }, "slot_drop_chance": { "type": "array", "title": "Slot Drop Chance", @@ -22,5 +22,5 @@ } } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/behavior/entities/1.8.0/components/minecraft.fall_damage.json b/source/behavior/entities/1.8.0/components/minecraft.fall_damage.json index 97ee0915..d5c0e1a2 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.fall_damage.json +++ b/source/behavior/entities/1.8.0/components/minecraft.fall_damage.json @@ -5,5 +5,5 @@ "additionalProperties": false, "description": "TODO", "required": [], - "properties": { "value": { "type": "number", "default": 1, "description": "TODO description: value", "title": "Value" } } + "properties": { "value": { "type": "number", "default": 1, "description": "UNDOCUMENTATED: value", "title": "Value" } } } diff --git a/source/behavior/entities/1.8.0/components/minecraft.follow_range.json b/source/behavior/entities/1.8.0/components/minecraft.follow_range.json index be987b1e..9f96a239 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.follow_range.json +++ b/source/behavior/entities/1.8.0/components/minecraft.follow_range.json @@ -8,5 +8,5 @@ "value": { "type": "integer", "description": "TODO", "title": "Value" }, "max": { "type": "integer", "description": "TODO", "title": "Max" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } 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 ad371785..381fdb3c 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.genetics.json +++ b/source/behavior/entities/1.8.0/components/minecraft.genetics.json @@ -87,7 +87,7 @@ } } }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" } } diff --git a/source/behavior/entities/1.8.0/components/minecraft.is_stackable.json b/source/behavior/entities/1.8.0/components/minecraft.is_stackable.json index 5c24847c..985e42c3 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.is_stackable.json +++ b/source/behavior/entities/1.8.0/components/minecraft.is_stackable.json @@ -5,5 +5,5 @@ "title": "Is Stackable 1.8.0", "additionalProperties": false, "required": [], - "properties": { "value": { "type": "boolean", "description": "TODO description", "title": "TODO Title" } } + "properties": { "value": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO Title" } } } diff --git a/source/behavior/entities/1.8.0/components/minecraft.loot.json b/source/behavior/entities/1.8.0/components/minecraft.loot.json index 21dfc77f..1027bfc1 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.loot.json +++ b/source/behavior/entities/1.8.0/components/minecraft.loot.json @@ -4,6 +4,6 @@ "title": "Loot 1.8.0", "additionalProperties": false, "required": [], - "properties": { "table": { "type": "string", "pattern": ".*\\.json$", "description": "TODO description: table", "title": "Table" } }, - "description": "TODO description: " + "properties": { "table": { "type": "string", "pattern": ".*\\.json$", "description": "UNDOCUMENTATED: table", "title": "Table" } }, + "description": "UNDOCUMENTATED: " } diff --git a/source/behavior/entities/1.8.0/components/minecraft.movement.basic.json b/source/behavior/entities/1.8.0/components/minecraft.movement.basic.json index b2d9f42c..47638bd7 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.movement.basic.json +++ b/source/behavior/entities/1.8.0/components/minecraft.movement.basic.json @@ -7,5 +7,5 @@ "properties": { "max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "TODO Title" } }, - "description": "TODO description" + "description": "UNDOCUMENTATED" } diff --git a/source/behavior/entities/1.8.0/components/minecraft.movement.glide.json b/source/behavior/entities/1.8.0/components/minecraft.movement.glide.json index 38f54b98..f09683bb 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.movement.glide.json +++ b/source/behavior/entities/1.8.0/components/minecraft.movement.glide.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.glide", "type": "object", "title": "Movement.glide 1.8.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/1.8.0/components/minecraft.movement.json b/source/behavior/entities/1.8.0/components/minecraft.movement.json index 0bb120be..a54897e6 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.movement.json +++ b/source/behavior/entities/1.8.0/components/minecraft.movement.json @@ -22,5 +22,5 @@ }, "max": { "type": "number", "title": "Maximum", "description": "UNDOCUMENTATED" } }, - "description": "TODO description" + "description": "UNDOCUMENTATED" } diff --git a/source/behavior/entities/1.8.0/components/minecraft.movement.jump.json b/source/behavior/entities/1.8.0/components/minecraft.movement.jump.json index ad45fb1a..9f724d86 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.movement.jump.json +++ b/source/behavior/entities/1.8.0/components/minecraft.movement.jump.json @@ -5,5 +5,5 @@ "additionalProperties": false, "required": [], "properties": {}, - "description": "TODO description" + "description": "UNDOCUMENTATED" } diff --git a/source/behavior/entities/1.8.0/components/minecraft.movement.sway.json b/source/behavior/entities/1.8.0/components/minecraft.movement.sway.json index 4b4e5eaa..d80c2f4b 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.movement.sway.json +++ b/source/behavior/entities/1.8.0/components/minecraft.movement.sway.json @@ -7,6 +7,6 @@ "required": [], "properties": { "max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "TODO Title" }, - "sway_amplitude": { "type": "number", "description": "TODO description", "title": "TODO Title" } + "sway_amplitude": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO Title" } } } diff --git a/source/behavior/entities/1.8.0/components/minecraft.on_death.json b/source/behavior/entities/1.8.0/components/minecraft.on_death.json index 6ec48dec..041b510f 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.on_death.json +++ b/source/behavior/entities/1.8.0/components/minecraft.on_death.json @@ -1,19 +1,27 @@ { "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_death", - "description": "Only usable by the Ender Dragon. Adds a trigger to call on this entity's death.", + "description": "Adds a trigger to call on this entity's death. minecraft:on_death can only be used by the `ender_dragon` entity.", "type": "object", "title": "On Death 1.8.0", "additionalProperties": false, "required": [], "properties": { - "event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "TODO Title" }, - "filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger", "title": "TODO Title" }, + "event": { + "type": "string", + "description": "The event to run when the conditions for this trigger are met.", + "title": "Event" + }, + "filters": { + "$ref": "../../filters/filters.json", + "description": "The list of conditions for this trigger to execute.", + "title": "Filters" + }, "target": { "type": "string", "$ref": "../../filters/filters/types/subject.json", "default": "self", - "description": "The target of the event", - "title": "TODO Title" + "description": "The target of the event.", + "title": "Target" } } } diff --git a/source/behavior/entities/1.8.0/components/minecraft.on_friendly_anger.json b/source/behavior/entities/1.8.0/components/minecraft.on_friendly_anger.json index 3b91af31..d27e7cca 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.on_friendly_anger.json +++ b/source/behavior/entities/1.8.0/components/minecraft.on_friendly_anger.json @@ -6,14 +6,22 @@ "additionalProperties": false, "required": [], "properties": { - "event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "TODO Title" }, - "filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger", "title": "TODO Title" }, + "event": { + "type": "string", + "description": "The event to run when the conditions for this trigger are met", + "title": "Event" + }, + "filters": { + "$ref": "../../filters/filters.json", + "description": "The list of conditions for this trigger", + "title": "Filters" + }, "target": { "type": "string", "$ref": "../../filters/filters/types/subject.json", "default": "self", "description": "The target of the event", - "title": "TODO Title" + "title": "Target" } } } diff --git a/source/behavior/entities/1.8.0/components/minecraft.shooter.json b/source/behavior/entities/1.8.0/components/minecraft.shooter.json index 4e925dd1..34ae962b 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.shooter.json +++ b/source/behavior/entities/1.8.0/components/minecraft.shooter.json @@ -12,6 +12,6 @@ "type": "string", "description": "Actor definition to use as projectile for the ranged attack. The actor definition must have the projectile component to be able to be shot as a projectile" }, - "type": { "title": "Type", "type": "string", "description": "TODO description" } + "type": { "title": "Type", "type": "string", "description": "UNDOCUMENTATED" } } } diff --git a/source/behavior/entities/1.8.0/components/minecraft.timer.json b/source/behavior/entities/1.8.0/components/minecraft.timer.json index fa9698f8..e0a9b294 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.timer.json +++ b/source/behavior/entities/1.8.0/components/minecraft.timer.json @@ -36,10 +36,10 @@ "description": "This is a list of objects, representing one value in seconds that can be picked before firing the event and an optional weight. Incompatible with time.", "items": { "properties": { - "weight": { "type": "integer", "description": "TODO description: weight", "title": "Weight" }, - "value": { "type": "integer", "description": "TODO description: value", "title": "Value" } + "weight": { "type": "integer", "description": "UNDOCUMENTATED: weight", "title": "Weight" }, + "value": { "type": "integer", "description": "UNDOCUMENTATED: value", "title": "Value" } }, - "description": "TODO description: random time choices", + "description": "UNDOCUMENTATED: random time choices", "title": "Random Time Choices" }, "title": "Random Time Choices" diff --git a/source/behavior/entities/1.8.0/components/minecraft.water_movement.json b/source/behavior/entities/1.8.0/components/minecraft.water_movement.json index 677b03a2..0f142c9a 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.water_movement.json +++ b/source/behavior/entities/1.8.0/components/minecraft.water_movement.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.water_movement", - "description": "TODO description", + "description": "UNDOCUMENTATED", "type": "object", "title": "Water Movement 1.8.0", "additionalProperties": false, diff --git a/source/behavior/entities/1.8.0/entities.json b/source/behavior/entities/1.8.0/entities.json index cca258f5..bfc0a7a7 100644 --- a/source/behavior/entities/1.8.0/entities.json +++ b/source/behavior/entities/1.8.0/entities.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entity.1.8.0", "type": "object", "title": "Entity Behavior 1.8.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "required": ["format_version", "minecraft:entity"], "properties": { "format_version": { diff --git a/source/behavior/entities/1.8.0/events.json b/source/behavior/entities/1.8.0/events.json index a0ba726f..67195c2a 100644 --- a/source/behavior/entities/1.8.0/events.json +++ b/source/behavior/entities/1.8.0/events.json @@ -14,7 +14,7 @@ "title": "Component Groups Schema", "description": "The components groups to add or remove", "type": "array", - "items": { "type": "string", "description": "TODO description: component groups", "title": "Component Groups" } + "items": { "type": "string", "description": "UNDOCUMENTATED: component groups", "title": "Component Groups" } } } }, @@ -32,18 +32,18 @@ "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" }, - "weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" } + "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } }, - "description": "TODO description: randomize", + "description": "UNDOCUMENTATED: randomize", "title": "Randomize" }, - "description": "TODO description: randomize", + "description": "UNDOCUMENTATED: randomize", "title": "Randomize" }, "sequence": { "type": "array", "items": { - "description": "TODO description: sequence", + "description": "UNDOCUMENTATED: sequence", "title": "Sequence", "type": "object", "properties": { diff --git a/source/behavior/entities/filters/filters/has_component.json b/source/behavior/entities/filters/filters/has_component.json index 9d81a503..9db6eb98 100644 --- a/source/behavior/entities/filters/filters/has_component.json +++ b/source/behavior/entities/filters/filters/has_component.json @@ -8,6 +8,6 @@ "test": { "type": "string", "title": "Test Property", "description": "Returns true when the subject entity contains the named component." }, "operator": { "$ref": "./types/operator.json" }, "subject": { "$ref": "./types/subject.json" }, - "value": { "type": "string", "description": "TODO description: value", "title": "Value" } + "value": { "type": "string", "description": "UNDOCUMENTATED: value", "title": "Value" } } } diff --git a/source/behavior/entities/filters/filters/has_mob_effect.json b/source/behavior/entities/filters/filters/has_mob_effect.json index c6dc7646..ccf93cc7 100644 --- a/source/behavior/entities/filters/filters/has_mob_effect.json +++ b/source/behavior/entities/filters/filters/has_mob_effect.json @@ -8,6 +8,6 @@ "test": { "type": "string", "title": "Test Property", "description": "Tests whether the Subject has the specified mob effect." }, "operator": { "$ref": "./types/operator.json" }, "subject": { "$ref": "./types/subject.json" }, - "value": { "type": "string", "description": "TODO description: value", "title": "Value" } + "value": { "type": "string", "description": "UNDOCUMENTATED: value", "title": "Value" } } } diff --git a/source/behavior/entities/filters/filters/is_game_rule.json b/source/behavior/entities/filters/filters/is_game_rule.json index aab171cc..7527a725 100644 --- a/source/behavior/entities/filters/filters/is_game_rule.json +++ b/source/behavior/entities/filters/filters/is_game_rule.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.filters.is_game_rule", "type": "object", "title": "Filters Is Game Rule", - "description": "TODO description:", + "description": "UNDOCUMENTATED:", "required": ["domain"], "properties": { "domain": { "description": "The Game Rule to test.", "title": "Domain" }, diff --git a/source/behavior/items/1.10.0/items.json b/source/behavior/items/1.10.0/items.json index 3bfcccda..281ae7c9 100644 --- a/source/behavior/items/1.10.0/items.json +++ b/source/behavior/items/1.10.0/items.json @@ -4,7 +4,7 @@ "required": ["format_version", "minecraft:item"], "title": "Item", "properties": { - "format_version": { "type": "string", "description": "TODO description", "title": "TODO Title" }, + "format_version": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "minecraft:item": { "additionalProperties": false, "required": ["description"], diff --git a/source/behavior/items/1.14.0/items.json b/source/behavior/items/1.14.0/items.json index 90f4f66a..6c05df95 100644 --- a/source/behavior/items/1.14.0/items.json +++ b/source/behavior/items/1.14.0/items.json @@ -4,7 +4,7 @@ "required": ["format_version", "minecraft:item"], "title": "Item", "properties": { - "format_version": { "type": "string", "description": "TODO description", "title": "TODO Title" }, + "format_version": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "minecraft:item": { "additionalProperties": false, "required": ["description"], diff --git a/source/behavior/items/1.16.0/items.json b/source/behavior/items/1.16.0/items.json index 12dece1a..b8414580 100644 --- a/source/behavior/items/1.16.0/items.json +++ b/source/behavior/items/1.16.0/items.json @@ -4,7 +4,7 @@ "required": ["format_version", "minecraft:item"], "title": "Item", "properties": { - "format_version": { "type": "string", "description": "TODO description", "title": "TODO Title" }, + "format_version": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "minecraft:item": { "additionalProperties": false, "required": ["description"], diff --git a/source/behavior/items/1.16.100/items.json b/source/behavior/items/1.16.100/items.json index d3f5ca04..f7c9f64e 100644 --- a/source/behavior/items/1.16.100/items.json +++ b/source/behavior/items/1.16.100/items.json @@ -4,7 +4,7 @@ "required": ["format_version", "minecraft:item"], "title": "Item", "properties": { - "format_version": { "type": "string", "description": "TODO description", "title": "TODO Title" }, + "format_version": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "minecraft:item": { "additionalProperties": false, "required": ["description"], diff --git a/source/behavior/items/1.16.200/items.json b/source/behavior/items/1.16.200/items.json index 1b383505..b1c286a3 100644 --- a/source/behavior/items/1.16.200/items.json +++ b/source/behavior/items/1.16.200/items.json @@ -4,7 +4,7 @@ "required": ["format_version", "minecraft:item"], "title": "Item", "properties": { - "format_version": { "type": "string", "description": "TODO description", "title": "TODO Title" }, + "format_version": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "minecraft:item": { "additionalProperties": false, "required": ["description"], diff --git a/source/behavior/loot_tables/functions/enchant_book_for_trading.json b/source/behavior/loot_tables/functions/enchant_book_for_trading.json index 4df6143a..ca6aa275 100644 --- a/source/behavior/loot_tables/functions/enchant_book_for_trading.json +++ b/source/behavior/loot_tables/functions/enchant_book_for_trading.json @@ -5,10 +5,10 @@ "title": "Enchant Book For Trading", "required": ["function", "base_cost", "base_random_cost", "per_level_random_cost", "per_level_cost"], "properties": { - "function": { "type": "string", "const": "enchant_book_for_trading", "title": "Function", "description": "TODO description" }, - "base_cost": { "type": "integer", "title": "Base Cost", "description": "TODO description" }, - "base_random_cost": { "type": "integer", "title": "Base Cost", "description": "TODO description" }, - "per_level_random_cost": { "type": "integer", "title": "Base Cost", "description": "TODO description" }, - "per_level_cost": { "type": "integer", "title": "Base Cost", "description": "TODO description" } + "function": { "type": "string", "const": "enchant_book_for_trading", "title": "Function", "description": "UNDOCUMENTATED" }, + "base_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTATED" }, + "base_random_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTATED" }, + "per_level_random_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTATED" }, + "per_level_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTATED" } } } diff --git a/source/behavior/loot_tables/functions/enchant_random_gear.json b/source/behavior/loot_tables/functions/enchant_random_gear.json index 614d410b..26c013aa 100644 --- a/source/behavior/loot_tables/functions/enchant_random_gear.json +++ b/source/behavior/loot_tables/functions/enchant_random_gear.json @@ -4,7 +4,7 @@ "description": "The function enchant_random_gear", "title": "Enchant Random Gear", "properties": { - "function": { "type": "string", "const": "enchant_random_gear", "title": "Function", "description": "TODO description" }, + "function": { "type": "string", "const": "enchant_random_gear", "title": "Function", "description": "UNDOCUMENTATED" }, "chance": { "type": "number", "description": "Takes a chance modifier to manipulate the algorithm. Note that a chance modifier of 1.0 doesn't mean a 100% chance that gear will become enchanted.", diff --git a/source/behavior/loot_tables/functions/enchant_randomly.json b/source/behavior/loot_tables/functions/enchant_randomly.json index b08a94f8..516a390b 100644 --- a/source/behavior/loot_tables/functions/enchant_randomly.json +++ b/source/behavior/loot_tables/functions/enchant_randomly.json @@ -4,7 +4,7 @@ "description": "The function enchant_randomly", "title": "Enchant Randomly", "properties": { - "function": { "type": "string", "const": "enchant_randomly", "title": "Function", "description": "TODO description" }, + "function": { "type": "string", "const": "enchant_randomly", "title": "Function", "description": "UNDOCUMENTATED" }, "treasure": { "type": "boolean", "description": "Supports the optional treasure boolean (true/false) to allow treasure enchantments to be toggled on and off.", diff --git a/source/behavior/loot_tables/functions/enchant_with_levels.json b/source/behavior/loot_tables/functions/enchant_with_levels.json index c9e24454..3009a475 100644 --- a/source/behavior/loot_tables/functions/enchant_with_levels.json +++ b/source/behavior/loot_tables/functions/enchant_with_levels.json @@ -4,7 +4,7 @@ "description": "The function enchant_with_levels", "title": "Enchant With Levels", "properties": { - "function": { "type": "string", "const": "enchant_with_levels", "description": "TODO description", "title": "TODO Title" }, + "function": { "type": "string", "const": "enchant_with_levels", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "levels": { "title": "Levels", "oneOf": [ @@ -16,8 +16,8 @@ "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } } ], - "description": "TODO description" + "description": "UNDOCUMENTATED" }, - "treasure": { "type": "boolean", "title": "Treasure", "description": "TODO description" } + "treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTATED" } } } diff --git a/source/behavior/loot_tables/functions/exploration_map.json b/source/behavior/loot_tables/functions/exploration_map.json index 81cf665c..8e33bc56 100644 --- a/source/behavior/loot_tables/functions/exploration_map.json +++ b/source/behavior/loot_tables/functions/exploration_map.json @@ -4,7 +4,7 @@ "description": "The function exploration_map", "title": "Exploration Map", "properties": { - "function": { "type": "string", "const": "exploration_map", "description": "TODO description", "title": "TODO Title" }, + "function": { "type": "string", "const": "exploration_map", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "destination": { "type": "string", "description": "The destination value defines what type of treasure map they receive.", diff --git a/source/behavior/loot_tables/functions/fill_container.json b/source/behavior/loot_tables/functions/fill_container.json index fafa667c..c75b37f8 100644 --- a/source/behavior/loot_tables/functions/fill_container.json +++ b/source/behavior/loot_tables/functions/fill_container.json @@ -4,7 +4,7 @@ "description": "The function fill_container", "title": "Fill Container", "properties": { - "function": { "type": "string", "const": "fill_container", "title": "Function", "description": "TODO description" }, - "loot_table": { "type": "string", "title": "Loot Table", "pattern": "^loot_tables/.*\\.json$", "description": "TODO description" } + "function": { "type": "string", "const": "fill_container", "title": "Function", "description": "UNDOCUMENTATED" }, + "loot_table": { "type": "string", "title": "Loot Table", "pattern": "^loot_tables/.*\\.json$", "description": "UNDOCUMENTATED" } } } diff --git a/source/behavior/loot_tables/functions/furnace_smelt.json b/source/behavior/loot_tables/functions/furnace_smelt.json index 0814776e..99aa0a43 100644 --- a/source/behavior/loot_tables/functions/furnace_smelt.json +++ b/source/behavior/loot_tables/functions/furnace_smelt.json @@ -4,7 +4,7 @@ "description": "The function furnace_smelt", "title": "Furnace Smelt", "properties": { - "function": { "type": "string", "const": "furnace_smelt", "description": "TODO description", "title": "TODO Title" }, + "function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "conditions": { "title": "Conditions", "description": "TODO", "type": "array", "items": { "$ref": "../conditions.json" } } } } diff --git a/source/behavior/loot_tables/functions/looting_enchant.json b/source/behavior/loot_tables/functions/looting_enchant.json index 8b6925e8..a3718761 100644 --- a/source/behavior/loot_tables/functions/looting_enchant.json +++ b/source/behavior/loot_tables/functions/looting_enchant.json @@ -4,11 +4,11 @@ "description": "The function looting_enchant", "title": "Looting Enchant", "properties": { - "function": { "type": "string", "const": "looting_enchant", "description": "TODO description", "title": "TODO Title" }, + "function": { "type": "string", "const": "looting_enchant", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "count": { "type": "object", "properties": { "min": { "type": "integer" }, "max": { "type": "integer" } }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title", "additionalProperties": false } diff --git a/source/behavior/loot_tables/functions/random_aux_value.json b/source/behavior/loot_tables/functions/random_aux_value.json index a605b89b..19b8ab9b 100644 --- a/source/behavior/loot_tables/functions/random_aux_value.json +++ b/source/behavior/loot_tables/functions/random_aux_value.json @@ -4,11 +4,11 @@ "description": "The function random_aux_value", "title": "Random Aux Value", "properties": { - "function": { "type": "string", "const": "random_aux_value", "description": "TODO description", "title": "TODO Title" }, + "function": { "type": "string", "const": "random_aux_value", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "values": { "type": "object", "properties": { "min": { "type": "integer" }, "max": { "type": "integer" } }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title", "additionalProperties": false } diff --git a/source/behavior/loot_tables/functions/random_block_state.json b/source/behavior/loot_tables/functions/random_block_state.json index 33f5bb56..805e16d2 100644 --- a/source/behavior/loot_tables/functions/random_block_state.json +++ b/source/behavior/loot_tables/functions/random_block_state.json @@ -4,12 +4,12 @@ "description": "The function random_block_state", "title": "Random Block State", "properties": { - "function": { "type": "string", "const": "random_block_state", "description": "TODO description", "title": "TODO Title" }, - "block_state": { "type": "string", "description": "TODO description", "title": "TODO Title" }, + "function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTATED", "title": "TODO Title" }, + "block_state": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "values": { "type": "object", "properties": { "min": { "title": "Min", "type": "integer" }, "max": { "title": "Max", "type": "integer" } }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title", "additionalProperties": false } diff --git a/source/behavior/loot_tables/functions/random_dye.json b/source/behavior/loot_tables/functions/random_dye.json index 48c0cf05..0cfaf983 100644 --- a/source/behavior/loot_tables/functions/random_dye.json +++ b/source/behavior/loot_tables/functions/random_dye.json @@ -3,5 +3,5 @@ "additionalProperties": false, "description": "The function random_dye", "title": "Trader Material Type", - "properties": { "function": { "type": "string", "const": "random_dye", "description": "TODO description", "title": "TODO Title" } } + "properties": { "function": { "type": "string", "const": "random_dye", "description": "UNDOCUMENTATED", "title": "TODO Title" } } } diff --git a/source/behavior/loot_tables/functions/set_actor_id.json b/source/behavior/loot_tables/functions/set_actor_id.json index 804c9ccd..bcdb1908 100644 --- a/source/behavior/loot_tables/functions/set_actor_id.json +++ b/source/behavior/loot_tables/functions/set_actor_id.json @@ -4,7 +4,7 @@ "description": "The function set_actor_id", "title": "Set Actor Id", "properties": { - "function": { "type": "string", "const": "set_actor_id", "description": "TODO description", "title": "TODO Title" }, - "id": { "type": "string", "description": "TODO description", "title": "TODO Title" } + "function": { "type": "string", "const": "set_actor_id", "description": "UNDOCUMENTATED", "title": "TODO Title" }, + "id": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" } } } diff --git a/source/behavior/loot_tables/functions/set_banner_details.json b/source/behavior/loot_tables/functions/set_banner_details.json index cbf6c0f1..05cb70ca 100644 --- a/source/behavior/loot_tables/functions/set_banner_details.json +++ b/source/behavior/loot_tables/functions/set_banner_details.json @@ -4,7 +4,7 @@ "description": "The function set_banner_details", "title": "Set Banner Details", "properties": { - "function": { "type": "string", "const": "set_banner_details", "description": "TODO description", "title": "TODO Title" }, - "type": { "type": "integer", "description": "TODO description", "title": "TODO Title" } + "function": { "type": "string", "const": "set_banner_details", "description": "UNDOCUMENTATED", "title": "TODO Title" }, + "type": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO Title" } } } diff --git a/source/behavior/loot_tables/functions/set_book_contents.json b/source/behavior/loot_tables/functions/set_book_contents.json index 69c01ae1..5453f2de 100644 --- a/source/behavior/loot_tables/functions/set_book_contents.json +++ b/source/behavior/loot_tables/functions/set_book_contents.json @@ -5,13 +5,13 @@ "title": "Set Book Contents", "required": ["function", "author", "title", "pages"], "properties": { - "function": { "type": "string", "const": "set_book_contents", "description": "TODO description", "title": "TODO Title" }, - "author": { "type": "string", "description": "TODO description", "title": "TODO Title" }, - "title": { "type": "string", "description": "TODO description", "title": "TODO Title" }, + "function": { "type": "string", "const": "set_book_contents", "description": "UNDOCUMENTATED", "title": "TODO Title" }, + "author": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }, + "title": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "pages": { "type": "array", "items": { "type": "string", "examples": ["Some text", "{\"rawtext\":[ {\"translate\":\"some.text\"}]}"] }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" } } diff --git a/source/behavior/loot_tables/functions/set_count.json b/source/behavior/loot_tables/functions/set_count.json index df5bc2bf..6a3ce21c 100644 --- a/source/behavior/loot_tables/functions/set_count.json +++ b/source/behavior/loot_tables/functions/set_count.json @@ -4,14 +4,14 @@ "description": "The function set_count", "title": "Set Count", "properties": { - "function": { "type": "string", "const": "set_count", "title": "Function", "description": "TODO description" }, + "function": { "type": "string", "const": "set_count", "title": "Function", "description": "UNDOCUMENTATED" }, "count": { "title": "Count", "oneOf": [ { "type": "integer" }, { "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } } ], - "description": "TODO description" + "description": "UNDOCUMENTATED" } } } diff --git a/source/behavior/loot_tables/functions/set_damage.json b/source/behavior/loot_tables/functions/set_damage.json index d1b9ff73..e76348cc 100644 --- a/source/behavior/loot_tables/functions/set_damage.json +++ b/source/behavior/loot_tables/functions/set_damage.json @@ -4,14 +4,14 @@ "description": "The function set_damage", "title": "Set Damage", "properties": { - "function": { "type": "string", "const": "set_damage", "description": "TODO description", "title": "TODO Title" }, + "function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "damage": { "oneOf": [ { "type": "integer" }, { "type": "object", "properties": { "min": { "type": "integer" }, "max": { "type": "integer" } } }, { "type": "object", "properties": { "min": { "type": "number" }, "max": { "type": "number" } } } ], - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" } } diff --git a/source/behavior/loot_tables/functions/set_data.json b/source/behavior/loot_tables/functions/set_data.json index 018e6489..7b95eb23 100644 --- a/source/behavior/loot_tables/functions/set_data.json +++ b/source/behavior/loot_tables/functions/set_data.json @@ -4,14 +4,14 @@ "description": "The function set_data", "title": "Set Data", "properties": { - "function": { "type": "string", "const": "set_data", "description": "TODO description", "title": "TODO Title" }, + "function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "data": { "title": "Data", "oneOf": [ { "type": "integer" }, { "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } } ], - "description": "TODO description" + "description": "UNDOCUMENTATED" } } } diff --git a/source/behavior/loot_tables/functions/set_data_from_color_index.json b/source/behavior/loot_tables/functions/set_data_from_color_index.json index 1dc1d5a5..3a86d573 100644 --- a/source/behavior/loot_tables/functions/set_data_from_color_index.json +++ b/source/behavior/loot_tables/functions/set_data_from_color_index.json @@ -3,5 +3,5 @@ "additionalProperties": false, "description": "The function set_data_from_color_index", "title": "Set Data From Color Index", - "properties": { "function": { "type": "string", "const": "set_data_from_color_index", "description": "TODO description", "title": "TODO Title" } } + "properties": { "function": { "type": "string", "const": "set_data_from_color_index", "description": "UNDOCUMENTATED", "title": "TODO Title" } } } diff --git a/source/behavior/loot_tables/functions/set_lore.json b/source/behavior/loot_tables/functions/set_lore.json index 170bc972..0177676d 100644 --- a/source/behavior/loot_tables/functions/set_lore.json +++ b/source/behavior/loot_tables/functions/set_lore.json @@ -4,7 +4,7 @@ "description": "The function set_lore", "title": "Set Lore", "properties": { - "function": { "type": "string", "const": "set_lore", "description": "TODO description", "title": "TODO Title" }, - "lore": { "type": "array", "items": { "type": "string" }, "description": "TODO description", "title": "TODO Title" } + "function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTATED", "title": "TODO Title" }, + "lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTATED", "title": "TODO Title" } } } diff --git a/source/behavior/loot_tables/functions/set_name.json b/source/behavior/loot_tables/functions/set_name.json index bac283e3..39363226 100644 --- a/source/behavior/loot_tables/functions/set_name.json +++ b/source/behavior/loot_tables/functions/set_name.json @@ -4,7 +4,7 @@ "description": "The function set_name", "title": "Set Name", "properties": { - "function": { "type": "string", "const": "set_name", "description": "TODO description", "title": "TODO Title" }, - "name": { "type": "string", "description": "TODO description", "title": "TODO Title" } + "function": { "type": "string", "const": "set_name", "description": "UNDOCUMENTATED", "title": "TODO Title" }, + "name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" } } } diff --git a/source/behavior/loot_tables/functions/trader_material_type.json b/source/behavior/loot_tables/functions/trader_material_type.json index e573d583..3b42d130 100644 --- a/source/behavior/loot_tables/functions/trader_material_type.json +++ b/source/behavior/loot_tables/functions/trader_material_type.json @@ -3,5 +3,5 @@ "additionalProperties": false, "description": "The function trader_material_type", "title": "Trader Material Type", - "properties": { "function": { "type": "string", "const": "trader_material_type", "description": "TODO description", "title": "TODO Title" } } + "properties": { "function": { "type": "string", "const": "trader_material_type", "description": "UNDOCUMENTATED", "title": "TODO Title" } } } diff --git a/source/behavior/loot_tables/loot_tables.json b/source/behavior/loot_tables/loot_tables.json index a00be85d..6ab76258 100644 --- a/source/behavior/loot_tables/loot_tables.json +++ b/source/behavior/loot_tables/loot_tables.json @@ -23,7 +23,7 @@ "definitions": { "pools_spec": { "title": "Pools", - "description": "TODO description", + "description": "UNDOCUMENTATED", "type": "array", "additionalProperties": false, "items": { @@ -72,13 +72,13 @@ }, "tiers": { "title": "Tiers", - "description": "TODO description", + "description": "UNDOCUMENTATED", "type": "object", "additionalProperties": false, "properties": { - "bonus_chance": { "title": "Bonus Chance", "description": "TODO description", "type": "number" }, - "bonus_rolls": { "title": "Bonus Rolls", "description": "TODO description", "type": "integer" }, - "initial_range": { "title": "Initial Range", "description": "TODO description", "type": "integer" } + "bonus_chance": { "title": "Bonus Chance", "description": "UNDOCUMENTATED", "type": "number" }, + "bonus_rolls": { "title": "Bonus Rolls", "description": "UNDOCUMENTATED", "type": "integer" }, + "initial_range": { "title": "Initial Range", "description": "UNDOCUMENTATED", "type": "integer" } } } } @@ -86,7 +86,7 @@ } }, "properties": { - "pools": { "$ref": "#/definitions/pools_spec", "description": "TODO description", "title": "TODO Title" }, - "type": { "title": "Type", "type": "string", "description": "TODO description", "enum": ["minecraft:chest"] } + "pools": { "$ref": "#/definitions/pools_spec", "description": "UNDOCUMENTATED", "title": "TODO Title" }, + "type": { "title": "Type", "type": "string", "description": "UNDOCUMENTATED", "enum": ["minecraft:chest"] } } } diff --git a/source/behavior/recipes/1.12.0/types/base types/definition.json b/source/behavior/recipes/1.12.0/types/base types/definition.json index 20187b79..d47349d4 100644 --- a/source/behavior/recipes/1.12.0/types/base types/definition.json +++ b/source/behavior/recipes/1.12.0/types/base types/definition.json @@ -3,6 +3,6 @@ "description": "Recipe definition 1.12.0", "title": "Definition", "type": "object", - "properties": { "identifier": { "type": "string", "pattern": "[a-z0-9_:\\-]+", "title": "Recipe Identifier", "description": "TODO description" } }, + "properties": { "identifier": { "type": "string", "pattern": "[a-z0-9_:\\-]+", "title": "Recipe Identifier", "description": "UNDOCUMENTATED" } }, "additionalProperties": false } diff --git a/source/behavior/spawn_rules/1.11.0/spawn_rules.json b/source/behavior/spawn_rules/1.11.0/spawn_rules.json index e939f985..f18aecef 100644 --- a/source/behavior/spawn_rules/1.11.0/spawn_rules.json +++ b/source/behavior/spawn_rules/1.11.0/spawn_rules.json @@ -6,7 +6,7 @@ "additionalProperties": false, "required": ["format_version", "minecraft:spawn_rules"], "properties": { - "format_version": { "const": "1.11.0", "description": "TODO description", "title": "TODO Title" }, + "format_version": { "const": "1.11.0", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "minecraft:spawn_rules": { "type": "object", "title": "Spawn Rules", diff --git a/source/behavior/spawn_rules/1.17.0/spawn_rules.json b/source/behavior/spawn_rules/1.17.0/spawn_rules.json index a75e2e94..7df63dbc 100644 --- a/source/behavior/spawn_rules/1.17.0/spawn_rules.json +++ b/source/behavior/spawn_rules/1.17.0/spawn_rules.json @@ -6,7 +6,7 @@ "additionalProperties": false, "required": ["format_version", "minecraft:spawn_rules"], "properties": { - "format_version": { "const": "1.17.0", "description": "TODO description", "title": "TODO Title" }, + "format_version": { "const": "1.17.0", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "minecraft:spawn_rules": { "type": "object", "title": "Spawn Rules", diff --git a/source/behavior/spawn_rules/1.8.0/spawn_rules.json b/source/behavior/spawn_rules/1.8.0/spawn_rules.json index c8489a2e..8fc3ba5f 100644 --- a/source/behavior/spawn_rules/1.8.0/spawn_rules.json +++ b/source/behavior/spawn_rules/1.8.0/spawn_rules.json @@ -6,7 +6,7 @@ "additionalProperties": false, "required": ["format_version", "minecraft:spawn_rules"], "properties": { - "format_version": { "const": "1.8.0", "description": "TODO description", "title": "TODO Title" }, + "format_version": { "const": "1.8.0", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "minecraft:spawn_rules": { "type": "object", "title": "Spawn Rules", diff --git a/source/behavior/trading/trading.json b/source/behavior/trading/trading.json index d094b1d1..0a87ca3a 100644 --- a/source/behavior/trading/trading.json +++ b/source/behavior/trading/trading.json @@ -159,6 +159,6 @@ } } }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" } diff --git a/source/general/1.10.0/block_reference.json b/source/general/1.10.0/block_reference.json index dc820da7..3f9ac34f 100644 --- a/source/general/1.10.0/block_reference.json +++ b/source/general/1.10.0/block_reference.json @@ -5,12 +5,12 @@ "title": "TODO", "description": "TODO", "properties": { - "name": { "type": "string", "description": "TODO description", "title": "TODO Title" }, + "name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "states": { "type": "object", "propertyNames": { "pattern": "\\w*:?\\w+" }, "additionalProperties": { "oneOf": [{ "type": "boolean" }, { "type": "integer" }, { "type": "string" }] }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" } } diff --git a/source/general/1.14.0/chance_information.json b/source/general/1.14.0/chance_information.json index 4314ff36..f8c8cf4c 100644 --- a/source/general/1.14.0/chance_information.json +++ b/source/general/1.14.0/chance_information.json @@ -5,7 +5,7 @@ "title": "TODO", "description": "TODO", "properties": { - "numerator": { "type": "number", "minimum": 1, "description": "TODO description", "title": "TODO Title" }, - "denominator": { "type": "number", "minimum": 1, "description": "TODO description", "title": "TODO Title" } + "numerator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTATED", "title": "TODO Title" }, + "denominator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTATED", "title": "TODO Title" } } } diff --git a/source/general/biome_item.json b/source/general/biome_item.json index c7b3e65c..2d8fd221 100644 --- a/source/general/biome_item.json +++ b/source/general/biome_item.json @@ -41,5 +41,5 @@ "the_end", "warm" ], - "description": "TODO description" + "description": "UNDOCUMENTATED" } diff --git a/source/general/blocks_item.json b/source/general/blocks_item.json index 7fd1e973..141518fd 100644 --- a/source/general/blocks_item.json +++ b/source/general/blocks_item.json @@ -2,5 +2,5 @@ "$id": "blockception.minecraft.general.1.8.0.blocks.item", "type": "string", "title": "Block Name", - "description": "TODO description" + "description": "UNDOCUMENTATED" } diff --git a/source/general/entity_damage.json b/source/general/entity_damage.json index be5e9432..a1f43ba0 100644 --- a/source/general/entity_damage.json +++ b/source/general/entity_damage.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.general.1.8.0.entity.damage", "type": "string", "title": "Entity Damage Name", - "description": "TODO description", + "description": "UNDOCUMENTATED", "enum": [ "all", "anvil", diff --git a/source/general/manifest/manifest.1.json b/source/general/manifest/manifest.1.json index c57488b9..81404612 100644 --- a/source/general/manifest/manifest.1.json +++ b/source/general/manifest/manifest.1.json @@ -39,10 +39,10 @@ "description": "This is the minimum version of the game that this pack was written for. This helps the game identify whether any backwards compatibility is needed for your pack. You should always use the highest version currently available when creating packs", "title": "Min Engine Version" }, - "lock_template_options": { "type": "boolean", "description": "TODO description: lock template options", "title": "Lock Template Options" }, - "base_game_version": { "$ref": "#/definitions/version", "description": "TODO description: base game version", "title": "Base Game Version" } + "lock_template_options": { "type": "boolean", "description": "UNDOCUMENTATED: lock template options", "title": "Lock Template Options" }, + "base_game_version": { "$ref": "#/definitions/version", "description": "UNDOCUMENTATED: base game version", "title": "Base Game Version" } }, - "description": "TODO description: header", + "description": "UNDOCUMENTATED: header", "title": "Header" }, "modules": { @@ -51,7 +51,7 @@ "items": { "additionalProperties": false, "type": "object", - "description": "TODO description: modules", + "description": "UNDOCUMENTATED: modules", "title": "Modules", "required": ["type", "uuid", "version"], "properties": { @@ -78,7 +78,7 @@ } } }, - "description": "TODO description: modules" + "description": "UNDOCUMENTATED: modules" }, "dependencies": { "type": "array", @@ -99,7 +99,7 @@ "title": "Version" } }, - "description": "TODO description: dependencies", + "description": "UNDOCUMENTATED: dependencies", "title": "Dependencies" }, "title": "Dependencies" @@ -134,7 +134,7 @@ }, "license": { "type": "string", "description": "The license of the pack", "title": "License" }, "url": { "type": "string", "description": "The home website of your pack", "title": "Url" }, - "description": "TODO description: metadata", + "description": "UNDOCUMENTATED: metadata", "title": "Metadata" } } diff --git a/source/general/manifest/manifest.2.json b/source/general/manifest/manifest.2.json index 3f2859e9..38b71e0d 100644 --- a/source/general/manifest/manifest.2.json +++ b/source/general/manifest/manifest.2.json @@ -53,7 +53,7 @@ "title": "Version" } }, - "description": "TODO description: dependencies", + "description": "UNDOCUMENTATED: dependencies", "title": "Dependencies" }, "title": "Dependencies" diff --git a/source/general/world_x_packs.json b/source/general/world_x_packs.json index 4f34570f..6b42a117 100644 --- a/source/general/world_x_packs.json +++ b/source/general/world_x_packs.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.world_x_packs", "type": "array", "title": "World X Pack Schema", - "description": "TODO description", + "description": "UNDOCUMENTATED", "examples": [[{ "pack_id": "UUID", "version": [1, 0, 0] }]], "definitions": { "uuidv4": { "$ref": "./UUIDV4.json" }, "version": { "$ref": "./Version.json" } }, "items": { @@ -11,7 +11,7 @@ "pack_id": { "description": "The uuid of the pack to include", "$ref": "#/definitions/uuidv4", "title": "Pack Id" }, "version": { "description": "The version of the pack", "$ref": "#/definitions/version", "title": "Version" } }, - "description": "TODO description: items", + "description": "UNDOCUMENTATED: items", "title": "Items" } } diff --git a/source/resource/animation_controllers/1.10.0/animation_controller.json b/source/resource/animation_controllers/1.10.0/animation_controller.json index 987936e1..c2dbffad 100644 --- a/source/resource/animation_controllers/1.10.0/animation_controller.json +++ b/source/resource/animation_controllers/1.10.0/animation_controller.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.animation_controller1.10.0", "type": "object", "title": "Animation Controller 1.10.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "definitions": { "animationspec": { "anyOf": [ @@ -126,7 +126,7 @@ "type": "array", "items": { "$ref": "#/definitions/particle_effect_spec", - "description": "TODO description: particle effects", + "description": "UNDOCUMENTATED: particle effects", "title": "Particle Effects" }, "title": "Particle Effects" @@ -154,7 +154,7 @@ "examples": [[{ "some_state": "query.is_sheared" }]], "items": { "$ref": "#/definitions/animationspec", - "description": "TODO description: transitions", + "description": "UNDOCUMENTATED: transitions", "title": "Transitions", "examples": [{ "some_state": "query.is_sheared" }] } @@ -189,7 +189,7 @@ } } }, - "initial_state": { "type": "string", "description": "TODO description: initial state", "title": "Initial State" } + "initial_state": { "type": "string", "description": "UNDOCUMENTATED: initial state", "title": "Initial State" } } } } diff --git a/source/resource/animation_controllers/1.8.0/animation_controller.json b/source/resource/animation_controllers/1.8.0/animation_controller.json index a7442782..2fa33fb2 100644 --- a/source/resource/animation_controllers/1.8.0/animation_controller.json +++ b/source/resource/animation_controllers/1.8.0/animation_controller.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.animation_controller1.8.0", "type": "object", "title": "Animation Controller 1.8.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "definitions": { "animationspec": { "anyOf": [ @@ -114,7 +114,7 @@ "type": "array", "items": { "$ref": "#/definitions/particle_effect_spec", - "description": "TODO description: particle effects", + "description": "UNDOCUMENTATED: particle effects", "title": "Particle Effects" }, "title": "Particle Effects" @@ -172,7 +172,7 @@ } } }, - "initial_state": { "type": "string", "description": "TODO description: initial state", "title": "Initial State" } + "initial_state": { "type": "string", "description": "UNDOCUMENTATED: initial state", "title": "Initial State" } } } } diff --git a/source/resource/animations/1.10.0/actor_animation.json b/source/resource/animations/1.10.0/actor_animation.json index 754e43d6..26469946 100644 --- a/source/resource/animations/1.10.0/actor_animation.json +++ b/source/resource/animations/1.10.0/actor_animation.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Actor Animation 1.10.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "definitions": { "ParticleEffect": { "type": "object", diff --git a/source/resource/animations/1.8.0/actor_animation.json b/source/resource/animations/1.8.0/actor_animation.json index e5604adc..54503c9e 100644 --- a/source/resource/animations/1.8.0/actor_animation.json +++ b/source/resource/animations/1.8.0/actor_animation.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Actor Animation 1.8.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "definitions": { "ParticleEffect": { "type": "object", diff --git a/source/resource/attachables/1.10.0/attachables.json b/source/resource/attachables/1.10.0/attachables.json index 315f1fea..27b1e041 100644 --- a/source/resource/attachables/1.10.0/attachables.json +++ b/source/resource/attachables/1.10.0/attachables.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.1.10.0.attachables", "type": "object", "title": "Actor Animation 1.10.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "required": ["format_version", "minecraft:attachable"], "properties": { "format_version": { @@ -44,7 +44,7 @@ "description": "The specification of animation controllers", "title": "Animation Controllers" }, - "enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" }, + "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTATED: enable attachables", "title": "Enable Attachables" }, "geometry": { "title": "Geometry", "type": "object", @@ -55,7 +55,7 @@ }, "identifier": { "type": "string", - "description": "TODO description: identifier", + "description": "UNDOCUMENTATED: identifier", "title": "Identifier", "$ref": "../../../general/item/identifier.json" }, @@ -87,21 +87,21 @@ "particle_emitters": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, - "description": "TODO description: particle emitters", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }, + "description": "UNDOCUMENTATED: particle emitters", "title": "Particle Emitters" }, "render_controllers": { "type": "array", - "description": "TODO description: render controllers", + "description": "UNDOCUMENTATED: render controllers", "title": "Render Controllers", "minItems": 1, - "items": { "type": "string", "description": "TODO description: render controllers", "title": "Render Controllers" } + "items": { "type": "string", "description": "UNDOCUMENTATED: render controllers", "title": "Render Controllers" } }, "scripts": { "additionalProperties": false, "type": "object", - "description": "TODO description: scripts", + "description": "UNDOCUMENTATED: scripts", "title": "Scripts", "properties": { "animate": { @@ -110,61 +110,61 @@ "minItems": 1, "items": { "oneOf": [ - { "type": "string", "description": "TODO description: oneOf[0]", "title": "TODO Title" }, + { "type": "string", "description": "UNDOCUMENTATED: oneOf[0]", "title": "TODO Title" }, { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, - "description": "TODO description: oneOf[1]", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }, + "description": "UNDOCUMENTATED: oneOf[1]", "title": "TODO Title" } ], - "description": "TODO description: animate", + "description": "UNDOCUMENTATED: animate", "title": "Animate" }, - "description": "TODO description: animate" + "description": "UNDOCUMENTATED: animate" }, "initialize": { "type": "array", - "description": "TODO description: initialize", + "description": "UNDOCUMENTATED: initialize", "title": "Initialize", "items": { "pattern": ";$", "$ref": "../../../molang/number.json", - "description": "TODO description: initialize", + "description": "UNDOCUMENTATED: initialize", "title": "Initialize" } }, "pre_animation": { "type": "array", - "description": "TODO description: pre aninamtion", + "description": "UNDOCUMENTATED: pre aninamtion", "title": "Pre Animation", "items": { "pattern": ";$", "$ref": "../../../molang/number.json", - "description": "TODO description: pre aninamtion", + "description": "UNDOCUMENTATED: pre aninamtion", "title": "Pre Animation" } }, "parent_setup": { "type": "string", - "description": "TODO description: parent setup", + "description": "UNDOCUMENTATED: parent setup", "title": "Parent Setup", "$ref": "../../../molang/number.json" }, - "scale": { "type": "string", "description": "TODO description: scale", "title": "Scale", "$ref": "../../../molang/number.json" } + "scale": { "type": "string", "description": "UNDOCUMENTATED: scale", "title": "Scale", "$ref": "../../../molang/number.json" } } }, "sound_effects": { "type": "array", - "description": "TODO description: sound effects", + "description": "UNDOCUMENTATED: sound effects", "title": "Sound Effects", "minItems": 1, - "items": { "type": "string", "description": "TODO description: sound effects", "title": "Sound Effects" } + "items": { "type": "string", "description": "UNDOCUMENTATED: sound effects", "title": "Sound Effects" } }, "spawn_egg": { "type": "object", - "description": "TODO description: spawn egg", + "description": "UNDOCUMENTATED: spawn egg", "title": "Spawn Egg", "dependencies": { "texture": ["texture_index"], @@ -173,20 +173,20 @@ "overlay_color": ["base_colour"] }, "properties": { - "base_colour": { "type": "string", "description": "TODO description: base colour", "title": "Base Colour" }, - "overlay_color": { "type": "string", "description": "TODO description: overlay color", "title": "Overlay Color" }, - "texture": { "type": "string", "description": "TODO description: texture", "title": "Texture" }, - "texture_index": { "type": "integer", "description": "TODO description: texture index", "title": "Texture Index" } + "base_colour": { "type": "string", "description": "UNDOCUMENTATED: base colour", "title": "Base Colour" }, + "overlay_color": { "type": "string", "description": "UNDOCUMENTATED: overlay color", "title": "Overlay Color" }, + "texture": { "type": "string", "description": "UNDOCUMENTATED: texture", "title": "Texture" }, + "texture_index": { "type": "integer", "description": "UNDOCUMENTATED: texture index", "title": "Texture Index" } } }, "textures": { "type": "object", - "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, - "description": "TODO description: textures", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }, + "description": "UNDOCUMENTATED: textures", "title": "Textures" } }, - "description": "TODO description: description" + "description": "UNDOCUMENTATED: description" } }, "additionalProperties": false diff --git a/source/resource/attachables/1.8.0/attachables.json b/source/resource/attachables/1.8.0/attachables.json index a52c3568..dd598960 100644 --- a/source/resource/attachables/1.8.0/attachables.json +++ b/source/resource/attachables/1.8.0/attachables.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.1.8.0.attachables", "type": "object", "title": "Actor Animation 1.8.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "required": ["format_version", "minecraft:attachable"], "properties": { "format_version": { @@ -20,7 +20,7 @@ "description": { "additionalProperties": false, "title": "Description", - "description": "TODO description: description", + "description": "UNDOCUMENTATED: description", "type": "object", "required": ["identifier", "geometry"], "properties": { @@ -29,31 +29,31 @@ "title": "Animations Schema", "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" } + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" } }, "animation_controllers": { "type": "array", "minItems": 1, - "description": "TODO description: animation controllers", + "description": "UNDOCUMENTATED: animation controllers", "title": "Animation Controllers", "items": { "type": "object", - "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, - "description": "TODO description: animation controllers", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }, + "description": "UNDOCUMENTATED: animation controllers", "title": "Animation Controllers" } }, - "enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" }, + "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTATED: enable attachables", "title": "Enable Attachables" }, "geometry": { "title": "Geometry", "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, - "description": "TODO description: geometry" + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }, + "description": "UNDOCUMENTATED: geometry" }, "identifier": { "type": "string", - "description": "TODO description: identifier", + "description": "UNDOCUMENTATED: identifier", "title": "Identifier", "$ref": "../../../general/item/identifier.json" }, @@ -65,47 +65,47 @@ }, "materials": { "type": "object", - "description": "TODO description: materials", + "description": "UNDOCUMENTATED: materials", "title": "Materials", - "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" } + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" } }, "min_engine_version": { "type": "string", "pattern": "[0-9]+\\.[0-9]+\\.[0-9]+", - "description": "TODO description: min engine version", + "description": "UNDOCUMENTATED: min engine version", "title": "Min Engine Version" }, "particle_effects": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, - "description": "TODO description: particle effects", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }, + "description": "UNDOCUMENTATED: particle effects", "title": "Particle Effects" }, "particle_emitters": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, - "description": "TODO description: particle emitters", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }, + "description": "UNDOCUMENTATED: particle emitters", "title": "Particle Emitters" }, "render_controllers": { "type": "array", - "description": "TODO description: render controllers", + "description": "UNDOCUMENTATED: render controllers", "title": "Render Controllers", "minItems": 1, - "items": { "type": "string", "description": "TODO description: render controllers", "title": "Render Controllers" } + "items": { "type": "string", "description": "UNDOCUMENTATED: render controllers", "title": "Render Controllers" } }, "sound_effects": { "type": "array", - "description": "TODO description: sound effects", + "description": "UNDOCUMENTATED: sound effects", "title": "Sound Effects", "minItems": 1, - "items": { "type": "string", "description": "TODO description: sound effects", "title": "Sound Effects" } + "items": { "type": "string", "description": "UNDOCUMENTATED: sound effects", "title": "Sound Effects" } }, "spawn_egg": { "type": "object", - "description": "TODO description: spawn egg", + "description": "UNDOCUMENTATED: spawn egg", "title": "Spawn Egg", "dependencies": { "texture": ["texture_index"], @@ -114,10 +114,10 @@ "overlay_color": ["base_colour"] }, "properties": { - "base_colour": { "type": "string", "description": "TODO description: base colour", "title": "Base Colour" }, - "overlay_color": { "type": "string", "description": "TODO description: overlay color", "title": "Overlay Color" }, - "texture": { "type": "string", "description": "TODO description: texture", "title": "Texture" }, - "texture_index": { "type": "integer", "description": "TODO description: texture index", "title": "Texture Index" } + "base_colour": { "type": "string", "description": "UNDOCUMENTATED: base colour", "title": "Base Colour" }, + "overlay_color": { "type": "string", "description": "UNDOCUMENTATED: overlay color", "title": "Overlay Color" }, + "texture": { "type": "string", "description": "UNDOCUMENTATED: texture", "title": "Texture" }, + "texture_index": { "type": "integer", "description": "UNDOCUMENTATED: texture index", "title": "Texture Index" } } }, "scripts": { @@ -128,41 +128,41 @@ "items": { "pattern": ";$", "$ref": "../../../molang/number.json", - "description": "TODO description: pre aninamtion", + "description": "UNDOCUMENTATED: pre aninamtion", "title": "Pre Animation" }, - "description": "TODO description: pre aninamtion", + "description": "UNDOCUMENTATED: pre aninamtion", "title": "Pre Animation" }, - "scale": { "type": "string", "description": "TODO description: scale", "title": "Scale" }, + "scale": { "type": "string", "description": "UNDOCUMENTATED: scale", "title": "Scale" }, "animate": { "type": "array", "title": "Animate Schema", "items": { "oneOf": [ - { "type": "string", "description": "TODO description: oneOf[0]", "title": "TODO Title" }, + { "type": "string", "description": "UNDOCUMENTATED: oneOf[0]", "title": "TODO Title" }, { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, - "description": "TODO description: oneOf[1]", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }, + "description": "UNDOCUMENTATED: oneOf[1]", "title": "TODO Title" } ], - "description": "TODO description: animate", + "description": "UNDOCUMENTATED: animate", "title": "Animate" }, - "description": "TODO description: animate" + "description": "UNDOCUMENTATED: animate" }, "parent_setup": { "$ref": "../../../molang/number.json" } }, - "description": "TODO description: scripts", + "description": "UNDOCUMENTATED: scripts", "title": "Scripts" }, "textures": { "type": "object", - "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, - "description": "TODO description: textures", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }, + "description": "UNDOCUMENTATED: textures", "title": "Textures" } } diff --git a/source/resource/blocks.json b/source/resource/blocks.json index b03d1aff..1303cc5e 100644 --- a/source/resource/blocks.json +++ b/source/resource/blocks.json @@ -28,7 +28,7 @@ "format_version": { "type": "array", "items": [{ "type": "integer" }, { "type": "integer" }, { "type": "integer" }], - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" } }, diff --git a/source/resource/entity/1.10.0/entity.json b/source/resource/entity/1.10.0/entity.json index cf5a026d..8991d3a9 100644 --- a/source/resource/entity/1.10.0/entity.json +++ b/source/resource/entity/1.10.0/entity.json @@ -153,7 +153,7 @@ }, "parent_setup": { "type": "string", - "description": "TODO description: parent setup", + "description": "UNDOCUMENTATED: parent setup", "title": "Parent Setup", "$ref": "../../../molang/number.json" }, diff --git a/source/resource/entity/1.8.0/entity.json b/source/resource/entity/1.8.0/entity.json index 93415d8d..c99d4b2f 100644 --- a/source/resource/entity/1.8.0/entity.json +++ b/source/resource/entity/1.8.0/entity.json @@ -55,7 +55,7 @@ } } }, - "enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" }, + "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTATED: enable attachables", "title": "Enable Attachables" }, "geometry": { "title": "Geometry", "description": "The reference to defined geometries in `/models/'", @@ -134,7 +134,7 @@ }, "parent_setup": { "type": "string", - "description": "TODO description: parent setup", + "description": "UNDOCUMENTATED: parent setup", "title": "Parent Setup", "$ref": "../../../molang/number.json" }, diff --git a/source/resource/models/entity/1.10.0/model_entity.json b/source/resource/models/entity/1.10.0/model_entity.json index 404fb86e..dcfe9bc3 100644 --- a/source/resource/models/entity/1.10.0/model_entity.json +++ b/source/resource/models/entity/1.10.0/model_entity.json @@ -2,10 +2,10 @@ "$id": "blockception.minecraft.resource.model.1.10.0", "type": "object", "title": "Model Schema For 1.10.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "required": ["format_version"], "properties": { - "debug": { "type": "boolean", "description": "TODO description", "title": "TODO Title" }, + "debug": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "format_version": { "title": "1.10.0 Format Version", "type": "string", @@ -97,13 +97,13 @@ }, "cape": { "type": "string" }, "debug": { "type": "boolean" }, - "texturewidth": { "type": "integer", "description": "TODO description: texturewidth", "title": "Texturewidth" }, - "textureheight": { "type": "integer", "description": "TODO description: textureheight", "title": "Textureheight" }, - "visible_bounds_width": { "type": "number", "description": "TODO description: visible bounds width", "title": "Visible Bounds Width" }, - "visible_bounds_height": { "type": "number", "description": "TODO description: visible bounds height", "title": "Visible Bounds Height" }, + "texturewidth": { "type": "integer", "description": "UNDOCUMENTATED: texturewidth", "title": "Texturewidth" }, + "textureheight": { "type": "integer", "description": "UNDOCUMENTATED: textureheight", "title": "Textureheight" }, + "visible_bounds_width": { "type": "number", "description": "UNDOCUMENTATED: visible bounds width", "title": "Visible Bounds Width" }, + "visible_bounds_height": { "type": "number", "description": "UNDOCUMENTATED: visible bounds height", "title": "Visible Bounds Height" }, "visible_bounds_offset": { "type": "array", - "description": "TODO description: visible bounds offset", + "description": "UNDOCUMENTATED: visible bounds offset", "title": "Visible Bounds Offset", "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] } diff --git a/source/resource/models/entity/1.12.0/model_entity.json b/source/resource/models/entity/1.12.0/model_entity.json index a9e2891e..8e0dcb8b 100644 --- a/source/resource/models/entity/1.12.0/model_entity.json +++ b/source/resource/models/entity/1.12.0/model_entity.json @@ -24,7 +24,7 @@ } }, "properties": { - "debug": { "type": "boolean", "default": false, "description": "TODO description", "title": "TODO Title" }, + "debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTATED", "title": "TODO Title" }, "format_version": { "title": "1.12.0 Format Version", "type": "string", diff --git a/source/resource/models/entity/1.14.0/model_entity.json b/source/resource/models/entity/1.14.0/model_entity.json index 13e29a21..23864810 100644 --- a/source/resource/models/entity/1.14.0/model_entity.json +++ b/source/resource/models/entity/1.14.0/model_entity.json @@ -32,7 +32,7 @@ } }, "properties": { - "debug": { "type": "boolean", "default": false, "description": "TODO description", "title": "TODO Title" }, + "debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTATED", "title": "TODO Title" }, "format_version": { "title": "1.14.0 Format Version", "type": "string", diff --git a/source/resource/models/entity/1.16.0/model_entity.json b/source/resource/models/entity/1.16.0/model_entity.json index 55462160..fb4426ee 100644 --- a/source/resource/models/entity/1.16.0/model_entity.json +++ b/source/resource/models/entity/1.16.0/model_entity.json @@ -32,7 +32,7 @@ } }, "properties": { - "debug": { "title": "Debug", "description": "TODO description", "type": "boolean", "default": false }, + "debug": { "title": "Debug", "description": "UNDOCUMENTATED", "type": "boolean", "default": false }, "format_version": { "title": "1.16.0 Format Version", "type": "string", diff --git a/source/resource/models/entity/1.8.0/model_entity.json b/source/resource/models/entity/1.8.0/model_entity.json index ee134a6e..7fa0275e 100644 --- a/source/resource/models/entity/1.8.0/model_entity.json +++ b/source/resource/models/entity/1.8.0/model_entity.json @@ -2,10 +2,10 @@ "$id": "blockception.minecraft.resource.model.1.8.0", "type": "object", "title": "Model Schema For 1.8.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "required": ["format_version"], "properties": { - "debug": { "type": "boolean", "description": "TODO description", "title": "TODO Title" }, + "debug": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "format_version": { "title": "1.8.0 Format Version", "type": "string", @@ -120,13 +120,13 @@ }, "cape": { "title": "Cape", "description": "TODO", "type": "string" }, "debug": { "title": "Debug", "description": "TODO", "type": "boolean" }, - "texturewidth": { "type": "integer", "description": "TODO description: texturewidth", "title": "Texturewidth" }, - "textureheight": { "type": "integer", "description": "TODO description: textureheight", "title": "Textureheight" }, - "visible_bounds_width": { "type": "number", "description": "TODO description: visible bounds width", "title": "Visible Bounds Width" }, - "visible_bounds_height": { "type": "number", "description": "TODO description: visible bounds height", "title": "Visible Bounds Height" }, + "texturewidth": { "type": "integer", "description": "UNDOCUMENTATED: texturewidth", "title": "Texturewidth" }, + "textureheight": { "type": "integer", "description": "UNDOCUMENTATED: textureheight", "title": "Textureheight" }, + "visible_bounds_width": { "type": "number", "description": "UNDOCUMENTATED: visible bounds width", "title": "Visible Bounds Width" }, + "visible_bounds_height": { "type": "number", "description": "UNDOCUMENTATED: visible bounds height", "title": "Visible Bounds Height" }, "visible_bounds_offset": { "type": "array", - "description": "TODO description: visible bounds offset", + "description": "UNDOCUMENTATED: visible bounds offset", "title": "Visible Bounds Offset", "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_expression.json b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_expression.json index 792e447a..0c54db48 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_expression.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_expression.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.particle.1.10.0.emitter_rate_manual", "type": "object", "title": "Emitter Rate Manual Component 1.10.0", - "description": "TODO description: ", + "description": "UNDOCUMENTATED: ", "additionalProperties": false, "properties": { "activation_expression": { diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_looping.json b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_looping.json index f5967741..c445710a 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_looping.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_looping.json @@ -15,5 +15,5 @@ "title": "Sleep Time" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_once.json b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_once.json index 287495af..981551b0 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_once.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_once.json @@ -10,5 +10,5 @@ "title": "Active Time" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_local_space.json b/source/resource/particles/1.10.0/components/minecraft.emitter_local_space.json index 9769d6c5..5e2ced64 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_local_space.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_local_space.json @@ -2,11 +2,11 @@ "$id": "blockception.minecraft.resource.particle.1.10.0.emitter_local_space", "type": "object", "title": "Emitter Local Space Component For 1.10.0", - "description": "TODO description:", + "description": "UNDOCUMENTATED:", "additionalProperties": false, "properties": { - "position": { "type": "boolean", "description": "TODO description: position", "title": "Position" }, - "rotation": { "type": "boolean", "description": "TODO description: rotation", "title": "Rotation" }, - "velocity": { "type": "boolean", "description": "TODO description: rotation", "title": "Rotation" } + "position": { "type": "boolean", "description": "UNDOCUMENTATED: position", "title": "Position" }, + "rotation": { "type": "boolean", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" }, + "velocity": { "type": "boolean", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" } } } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_rate_instant.json b/source/resource/particles/1.10.0/components/minecraft.emitter_rate_instant.json index e9d05bb5..f788d605 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_rate_instant.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_rate_instant.json @@ -11,5 +11,5 @@ "default": 10 } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_rate_manual.json b/source/resource/particles/1.10.0/components/minecraft.emitter_rate_manual.json index 2e5f654a..14316540 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_rate_manual.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_rate_manual.json @@ -10,5 +10,5 @@ "title": "Max Particles" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_rate_steady.json b/source/resource/particles/1.10.0/components/minecraft.emitter_rate_steady.json index 0a1bfc75..b11dba4d 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_rate_steady.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_rate_steady.json @@ -15,5 +15,5 @@ "title": "Spawn Rate" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_box.json b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_box.json index fc4cd153..01243728 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_box.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_box.json @@ -5,7 +5,7 @@ "additionalProperties": false, "properties": { "direction": { - "description": "TODO description: direction", + "description": "UNDOCUMENTATED: direction", "title": "Direction", "default": "outwards", "anyOf": [ @@ -13,17 +13,17 @@ { "type": "array", "minItems": 3, "maxItems": 3, "items": { "$ref": "../../../../molang/number.json" } } ] }, - "radius": { "$ref": "../../../../molang/number.json", "description": "TODO description: radius", "title": "Radius" }, + "radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" }, "offset": { "type": "array", "items": { "minItems": 3, "maxItems": 3, "$ref": "../../../../molang/number.json", - "description": "TODO description: offset", + "description": "UNDOCUMENTATED: offset", "title": "Offset" }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" }, "half_dimensions": { @@ -32,13 +32,13 @@ "minItems": 3, "maxItems": 3, "$ref": "../../../../molang/number.json", - "description": "TODO description: half dimensions", + "description": "UNDOCUMENTATED: half dimensions", "title": "Half Dimensions" }, - "description": "TODO description: half dimensions", + "description": "UNDOCUMENTATED: half dimensions", "title": "Half Dimensions" }, - "surface_only": { "type": "boolean", "description": "TODO description: surface only", "title": "Surface Only" } + "surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_custom.json b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_custom.json index 17491e89..797a5d81 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_custom.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_custom.json @@ -10,10 +10,10 @@ "minItems": 3, "maxItems": 3, "$ref": "../../../../molang/number.json", - "description": "TODO description: direction", + "description": "UNDOCUMENTATED: direction", "title": "Direction" }, - "description": "TODO description: direction", + "description": "UNDOCUMENTATED: direction", "title": "Direction" }, "offset": { @@ -22,12 +22,12 @@ "minItems": 3, "maxItems": 3, "$ref": "../../../../molang/number.json", - "description": "TODO description: offset", + "description": "UNDOCUMENTATED: offset", "title": "Offset" }, - "description": "TODO description: offset", + "description": "UNDOCUMENTATED: offset", "title": "Offset" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_disc.json b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_disc.json index 6576b89b..e219eaea 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_disc.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_disc.json @@ -9,20 +9,20 @@ { "type": "string", "enum": ["inwards", "outwards"] }, { "type": "array", "minItems": 3, "maxItems": 3, "items": { "$ref": "../../../../molang/number.json" } } ], - "description": "TODO description: direction", + "description": "UNDOCUMENTATED: direction", "title": "Direction" }, - "radius": { "$ref": "../../../../molang/number.json", "description": "TODO description: radius", "title": "Radius" }, + "radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" }, "offset": { "type": "array", "items": { "minItems": 3, "maxItems": 3, "$ref": "../../../../molang/number.json", - "description": "TODO description: offset", + "description": "UNDOCUMENTATED: offset", "title": "Offset" }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" }, "plane_normal": { @@ -41,7 +41,7 @@ } ] }, - "surface_only": { "type": "boolean", "description": "TODO description: surface only", "title": "Surface Only" } + "surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } 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 87887e7a..add13c0b 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,21 +6,21 @@ "properties": { "direction": { "anyOf": [ - { "type": "string", "enum": ["inwards", "outwards"], "description": "TODO description: Todo", "title": "Todo" }, + { "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED: Todo", "title": "Todo" }, { "type": "array", "items": { "minItems": 3, "maxItems": 3, "$ref": "../../../../molang/number.json", - "description": "TODO description: Todo", + "description": "UNDOCUMENTATED: Todo", "title": "Todo" }, - "description": "TODO description: Todo", + "description": "UNDOCUMENTATED: Todo", "title": "Todo" } ], - "description": "TODO description: direction", + "description": "UNDOCUMENTATED: direction", "title": "Direction" }, "offset": { @@ -29,12 +29,12 @@ "minItems": 3, "maxItems": 3, "$ref": "../../../../molang/number.json", - "description": "TODO description: offset", + "description": "UNDOCUMENTATED: offset", "title": "Offset" }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_point.json b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_point.json index 3bc4cac5..c03141d6 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_point.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_point.json @@ -10,10 +10,10 @@ "minItems": 3, "maxItems": 3, "$ref": "../../../../molang/number.json", - "description": "TODO description: direction", + "description": "UNDOCUMENTATED: direction", "title": "Direction" }, - "description": "TODO description: direction", + "description": "UNDOCUMENTATED: direction", "title": "Direction" }, "offset": { @@ -22,12 +22,12 @@ "minItems": 3, "maxItems": 3, "$ref": "../../../../molang/number.json", - "description": "TODO description: offset", + "description": "UNDOCUMENTATED: offset", "title": "Offset" }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } 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 64a27c02..ee5f7a66 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,21 +6,21 @@ "properties": { "direction": { "anyOf": [ - { "type": "string", "enum": ["inwards", "outwards"], "description": "TODO description: Todo", "title": "Todo" }, + { "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED: Todo", "title": "Todo" }, { "type": "array", "items": { "minItems": 3, "maxItems": 3, "$ref": "../../../../molang/number.json", - "description": "TODO description: Todo", + "description": "UNDOCUMENTATED: Todo", "title": "Todo" }, - "description": "TODO description: Todo", + "description": "UNDOCUMENTATED: Todo", "title": "Todo" } ], - "description": "TODO description: direction", + "description": "UNDOCUMENTATED: direction", "title": "Direction" }, "offset": { @@ -29,14 +29,14 @@ "minItems": 3, "maxItems": 3, "$ref": "../../../../molang/number.json", - "description": "TODO description: offset", + "description": "UNDOCUMENTATED: offset", "title": "Offset" }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" }, - "radius": { "$ref": "../../../../molang/number.json", "description": "TODO description: radius", "title": "Radius" }, - "surface_only": { "type": "boolean", "description": "TODO description: surface only", "title": "Surface Only" } + "radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" }, + "surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_appearance_billboard.json b/source/resource/particles/1.10.0/components/minecraft.particle_appearance_billboard.json index 2fc235dd..f84703b4 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_appearance_billboard.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_appearance_billboard.json @@ -8,8 +8,8 @@ "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../../molang/number.json", "description": "TODO description: size", "title": "Size" }, - "description": "TODO description: size", + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: size", "title": "Size" }, + "description": "UNDOCUMENTATED: size", "title": "Size" }, "facing_camera_mode": { @@ -22,8 +22,8 @@ "additionalProperties": false, "type": "object", "properties": { - "texture_width": { "type": "integer", "description": "TODO description: texture width", "title": "Texture Width" }, - "texture_height": { "type": "integer", "description": "TODO description: texture height", "title": "Texture Height" }, + "texture_width": { "type": "integer", "description": "UNDOCUMENTATED: texture width", "title": "Texture Width" }, + "texture_height": { "type": "integer", "description": "UNDOCUMENTATED: texture height", "title": "Texture Height" }, "flipbook": { "additionalProperties": false, "type": "object", @@ -33,58 +33,58 @@ "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../../molang/number.json", "description": "TODO description: base UV", "title": "Base U V" }, - "description": "TODO description: base UV", + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: base UV", "title": "Base U V" }, + "description": "UNDOCUMENTATED: base UV", "title": "Base U V" }, "size_UV": { "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../../molang/number.json", "description": "TODO description: size UV", "title": "Size U V" }, - "description": "TODO description: size UV", + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: size UV", "title": "Size U V" }, + "description": "UNDOCUMENTATED: size UV", "title": "Size U V" }, "step_UV": { "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../../molang/number.json", "description": "TODO description: step UV", "title": "Step U V" }, - "description": "TODO description: step UV", + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: step UV", "title": "Step U V" }, + "description": "UNDOCUMENTATED: step UV", "title": "Step U V" }, "frames_per_second": { "$ref": "../../../../molang/number.json", - "description": "TODO description: frames per second", + "description": "UNDOCUMENTATED: frames per second", "title": "Frames Per Second" }, - "max_frame": { "$ref": "../../../../molang/number.json", "description": "TODO description: max frame", "title": "Max Frame" }, - "stretch_to_lifetime": { "type": "boolean", "description": "TODO description: stretch to lifetime", "title": "Stretch To Lifetime" }, - "loop": { "type": "boolean", "description": "TODO description: loop", "title": "Loop" } + "max_frame": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: max frame", "title": "Max Frame" }, + "stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTATED: stretch to lifetime", "title": "Stretch To Lifetime" }, + "loop": { "type": "boolean", "description": "UNDOCUMENTATED: loop", "title": "Loop" } }, - "description": "TODO description: flipbook", + "description": "UNDOCUMENTATED: flipbook", "title": "Flipbook" }, "uv": { "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../../molang/number.json", "description": "TODO description: uv", "title": "Uv" }, - "description": "TODO description: uv", + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: uv", "title": "Uv" }, + "description": "UNDOCUMENTATED: uv", "title": "Uv" }, "uv_size": { "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../../molang/number.json", "description": "TODO description: uv size", "title": "Uv Size" }, - "description": "TODO description: uv size", + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: uv size", "title": "Uv Size" }, + "description": "UNDOCUMENTATED: uv size", "title": "Uv Size" } }, - "description": "TODO description: uv", + "description": "UNDOCUMENTATED: uv", "title": "Uv" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_appearance_lighting.json b/source/resource/particles/1.10.0/components/minecraft.particle_appearance_lighting.json index 547592f9..fa83ea36 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_appearance_lighting.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_appearance_lighting.json @@ -3,5 +3,5 @@ "type": "object", "title": "Particle Appearance Lighting Component For 1.10.0", "additionalProperties": false, - "description": "TODO description" + "description": "UNDOCUMENTATED" } diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_appearance_tinting.json b/source/resource/particles/1.10.0/components/minecraft.particle_appearance_tinting.json index 972aa787..20863300 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_appearance_tinting.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_appearance_tinting.json @@ -45,11 +45,11 @@ } ] }, - "interpolant": { "$ref": "../../../../molang/number.json", "description": "TODO description: interpolant", "title": "Interpolant" } + "interpolant": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: interpolant", "title": "Interpolant" } } } ], - "description": "TODO description" + "description": "UNDOCUMENTATED" } } } diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_expire_if_not_in_blocks.json b/source/resource/particles/1.10.0/components/minecraft.particle_expire_if_not_in_blocks.json index 2f8d736e..0309c1e4 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_expire_if_not_in_blocks.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_expire_if_not_in_blocks.json @@ -3,6 +3,6 @@ "type": "array", "title": "Particle Expire If Not In Blocks Component For 1.10.0", "additionalProperties": false, - "items": { "$ref": "../../../../general/block/identifier.json", "description": "TODO description", "title": "TODO Title" }, - "description": "TODO description" + "items": { "$ref": "../../../../general/block/identifier.json", "description": "UNDOCUMENTATED", "title": "TODO Title" }, + "description": "UNDOCUMENTATED" } 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 afb8de04..57e241ab 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 @@ -6,10 +6,10 @@ { "$ref": "../../../../molang/number.json" }, { "type": "array", - "items": { "$ref": "../../../../molang/number.json", "description": "TODO description", "title": "TODO Title" }, + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "minItems": 3, "maxItems": 3, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" } ] diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_initialization.json b/source/resource/particles/1.10.0/components/minecraft.particle_initialization.json index 49370978..dcc95ff8 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_initialization.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_initialization.json @@ -6,14 +6,14 @@ "properties": { "per_update_expression": { "$ref": "../../../../molang/number.json", - "description": "TODO description: per update expression", + "description": "UNDOCUMENTATED: per update expression", "title": "Per Update Expression" }, "per_render_expression": { "$ref": "../../../../molang/number.json", - "description": "TODO description: per render expression", + "description": "UNDOCUMENTATED: per render expression", "title": "Per Render Expression" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } 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 1fdbc137..df3e29cc 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,6 @@ "$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": "TODO description", "title": "TODO Title" }, - "description": "TODO description" + "items": { "minItems": 4, "maxItems": 4, "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" }, + "description": "UNDOCUMENTATED" } 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 13376adc..a39eaef1 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 @@ -15,7 +15,7 @@ "description": "Fires when the particle expires (does not wait for particles to expire too)", "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }] }, - "timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "TODO description: timeline", "title": "Timeline" } + "timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "UNDOCUMENTATED: timeline", "title": "Timeline" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_expression.json b/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_expression.json index e4382b3b..01326e1b 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_expression.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_expression.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.resource.particle.1.10.0.particle_lifetime_expression", "type": "object", - "description": "TODO description:", + "description": "UNDOCUMENTATED:", "title": "Particle Lifetime Expression Component For 1.10.0", "additionalProperties": false, "properties": { diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_motion_collision.json b/source/resource/particles/1.10.0/components/minecraft.particle_motion_collision.json index e66e91e0..3dd5b7e9 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_motion_collision.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_motion_collision.json @@ -4,29 +4,29 @@ "title": "Particle Motion Collision Component For 1.10.0", "additionalProperties": false, "properties": { - "collision_drag": { "type": "number", "description": "TODO description: collision drag", "title": "Collision Drag" }, + "collision_drag": { "type": "number", "description": "UNDOCUMENTATED: collision drag", "title": "Collision Drag" }, "coefficient_of_restitution": { "type": "number", - "description": "TODO description: coefficient of restitution", + "description": "UNDOCUMENTATED: coefficient of restitution", "title": "Coefficient Of Restitution" }, - "collision_radius": { "type": "number", "description": "TODO description: collision radius", "title": "Collision Radius" }, - "enabled": { "$ref": "../../../../molang/number.json", "description": "TODO description: enabled", "title": "Enabled" }, - "expire_on_contact": { "type": "boolean", "description": "TODO description: expire on contact", "title": "Expire On Contact" }, + "collision_radius": { "type": "number", "description": "UNDOCUMENTATED: collision radius", "title": "Collision Radius" }, + "enabled": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: enabled", "title": "Enabled" }, + "expire_on_contact": { "type": "boolean", "description": "UNDOCUMENTATED: expire on contact", "title": "Expire On Contact" }, "events": { "type": "array", "items": { "properties": { "additionalProperties": false, - "event": { "type": "string", "description": "TODO description: event", "title": "Event" }, - "min_speed": { "type": "number", "description": "TODO description: min speed", "title": "Min Speed" } + "event": { "type": "string", "description": "UNDOCUMENTATED: event", "title": "Event" }, + "min_speed": { "type": "number", "description": "UNDOCUMENTATED: min speed", "title": "Min Speed" } }, - "description": "TODO description: events", + "description": "UNDOCUMENTATED: events", "title": "Events" }, - "description": "TODO description: events", + "description": "UNDOCUMENTATED: events", "title": "Events" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_motion_parametric.json b/source/resource/particles/1.10.0/components/minecraft.particle_motion_parametric.json index b12a9acf..6f6d2bbf 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_motion_parametric.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_motion_parametric.json @@ -8,11 +8,11 @@ "type": "array", "minItems": 3, "maxItems": 3, - "items": { "$ref": "../../../../molang/number.json", "description": "TODO description: relative position", "title": "Relative Position" }, - "description": "TODO description: relative position", + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: relative position", "title": "Relative Position" }, + "description": "UNDOCUMENTATED: relative position", "title": "Relative Position" }, - "rotation": { "$ref": "../../../../molang/number.json", "description": "TODO description: rotation", "title": "Rotation" } + "rotation": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" } }, - "description": "TODO description: " + "description": "UNDOCUMENTATED: " } diff --git a/source/resource/particles/1.10.0/particle.json b/source/resource/particles/1.10.0/particle.json index 97932e77..93475bdf 100644 --- a/source/resource/particles/1.10.0/particle.json +++ b/source/resource/particles/1.10.0/particle.json @@ -22,7 +22,7 @@ "properties": { "identifier": { "type": "string", - "description": "TODO description: identifier", + "description": "UNDOCUMENTATED: identifier", "title": "Identifier", "$ref": "../../../general/particle/identifier.json" }, @@ -38,11 +38,11 @@ }, "texture": { "type": "string", "pattern": "^.+$", "description": "Minecraft texture to use for emitter", "title": "Texture" } }, - "description": "TODO description: basic render parameters", + "description": "UNDOCUMENTATED: basic render parameters", "title": "Basic Render Parameters" } }, - "description": "TODO description: description", + "description": "UNDOCUMENTATED: description", "title": "Description" }, "curves": { @@ -127,24 +127,24 @@ "title": "Particle Effect", "description": "TODO", "properties": { - "effect": { "type": "string", "description": "TODO description: effect", "title": "Effect" }, - "type": { "type": "string", "description": "TODO description: type", "title": "Type" } + "effect": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Effect" }, + "type": { "type": "string", "description": "UNDOCUMENTATED: type", "title": "Type" } } }, "sound_effect": { "title": "Sound effect", "description": "TODO", "properties": { - "event_name": { "type": "string", "description": "TODO description: effect", "title": "Event name" } + "event_name": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Event name" } } } } }, - "description": "TODO description: events", + "description": "UNDOCUMENTATED: events", "title": "Events" } }, - "description": "TODO description: particle effect", + "description": "UNDOCUMENTATED: particle effect", "title": "Particle Effect" } } diff --git a/source/resource/particles/1.8.0/particle.json b/source/resource/particles/1.8.0/particle.json index 7a98bc37..3985e282 100644 --- a/source/resource/particles/1.8.0/particle.json +++ b/source/resource/particles/1.8.0/particle.json @@ -21,17 +21,17 @@ "properties": { "identifier": { "type": "string", - "description": "TODO description: identifier", + "description": "UNDOCUMENTATED: identifier", "title": "Identifier", "$ref": "../../../general/particle/identifier.json" } }, - "description": "TODO description: description", + "description": "UNDOCUMENTATED: description", "title": "Description" }, - "components": { "additionalProperties": false, "type": "object", "description": "TODO description: components", "title": "Components" } + "components": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED: components", "title": "Components" } }, - "description": "TODO description: particle effect", + "description": "UNDOCUMENTATED: particle effect", "title": "Particle Effect" } } 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 04f498ce..475dc329 100644 --- a/source/resource/render_controllers/1.10.0/render_controllers.json +++ b/source/resource/render_controllers/1.10.0/render_controllers.json @@ -100,12 +100,12 @@ "b": { "$ref": "#/definitions/color", "description": "The value of blue, between 0 and 1", "title": "B" }, "a": { "$ref": "#/definitions/color", "description": "The value of alpha, between 0 and 1", "title": "A" } }, - "description": "TODO description: color", + "description": "UNDOCUMENTATED: color", "title": "Color" }, - "filter_lighting": { "type": "boolean", "description": "TODO description: filter lighting", "title": "Filter Lighting" }, - "geometry": { "type": "string", "description": "TODO description: geometry", "title": "Geometry" }, - "ignore_lighting": { "type": "boolean", "description": "TODO description: ignore lighting", "title": "Ignore Lighting" }, + "filter_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: filter lighting", "title": "Filter Lighting" }, + "geometry": { "type": "string", "description": "UNDOCUMENTATED: geometry", "title": "Geometry" }, + "ignore_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: ignore lighting", "title": "Ignore Lighting" }, "is_hurt_color": { "additionalProperties": false, "type": "object", @@ -128,11 +128,11 @@ "minItems": 1, "items": { "type": "object", - "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, - "description": "TODO description: materials", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }, + "description": "UNDOCUMENTATED: materials", "title": "Materials" }, - "description": "TODO description: materials", + "description": "UNDOCUMENTATED: materials", "title": "Materials" }, "on_fire_color": { @@ -144,13 +144,13 @@ "b": { "$ref": "#/definitions/color", "description": "The value of blue, must result in a float between 0 and 1", "title": "B" }, "a": { "$ref": "#/definitions/color", "description": "The value of alpha, must result in a float between 0 and 1", "title": "A" } }, - "description": "TODO description: on fire color", + "description": "UNDOCUMENTATED: on fire color", "title": "On Fire Color" }, "overlay_color": { "additionalProperties": false, "type": "object", - "description": "TODO description: overlay color", + "description": "UNDOCUMENTATED: overlay color", "title": "Overlay Color", "properties": { "r": { "$ref": "#/definitions/color", "description": "The value of red, between 0 and 1", "title": "R" }, @@ -168,19 +168,19 @@ "type": "object", "additionalProperties": { "oneOf": [{ "type": "string" }, { "type": "boolean" }, { "type": "number" }] } }, - "description": "TODO description: part visibility", + "description": "UNDOCUMENTATED: part visibility", "title": "Part Visibility" }, "rebuild_animation_matrices": { "type": "boolean", - "description": "TODO description: rebuild animation matrices", + "description": "UNDOCUMENTATED: rebuild animation matrices", "title": "Rebuild Animation Matrices" }, "textures": { "type": "array", "minItems": 1, - "items": { "type": "string", "description": "TODO description: textures", "title": "Textures" }, - "description": "TODO description: textures", + "items": { "type": "string", "description": "UNDOCUMENTATED: textures", "title": "Textures" }, + "description": "UNDOCUMENTATED: textures", "title": "Textures" }, "uv_anim": { @@ -192,25 +192,25 @@ "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../molang/number.json", "description": "TODO description: offset", "title": "Offset" }, - "description": "TODO description: offset", + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: offset", "title": "Offset" }, + "description": "UNDOCUMENTATED: offset", "title": "Offset" }, "scale": { "type": "array", - "description": "TODO description: scale", + "description": "UNDOCUMENTATED: scale", "title": "Scale", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../molang/number.json", "description": "TODO description: scale", "title": "Scale" } + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: scale", "title": "Scale" } } }, - "description": "TODO description: uv anim", + "description": "UNDOCUMENTATED: uv anim", "title": "Uv Anim" } } }, - "description": "TODO description: render controllers", + "description": "UNDOCUMENTATED: render controllers", "title": "Render Controllers" } } 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 599c960a..d7cff587 100644 --- a/source/resource/render_controllers/1.8.0/render_controllers.json +++ b/source/resource/render_controllers/1.8.0/render_controllers.json @@ -91,7 +91,7 @@ } }, "color": { - "description": "TODO description: color", + "description": "UNDOCUMENTATED: color", "title": "Color", "additionalProperties": false, "type": "object", @@ -102,9 +102,9 @@ "a": { "$ref": "#/definitions/color", "description": "The value of alpha, must result in a float between 0 and 1", "title": "A" } } }, - "filter_lighting": { "type": "boolean", "description": "TODO description: filter lighting", "title": "Filter Lighting" }, - "geometry": { "type": "string", "description": "TODO description: geometry", "title": "Geometry" }, - "ignore_lighting": { "type": "boolean", "description": "TODO description: ignore lighting", "title": "Ignore Lighting" }, + "filter_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: filter lighting", "title": "Filter Lighting" }, + "geometry": { "type": "string", "description": "UNDOCUMENTATED: geometry", "title": "Geometry" }, + "ignore_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: ignore lighting", "title": "Ignore Lighting" }, "is_hurt_color": { "type": "object", "title": "Is Hurt Color", @@ -127,11 +127,11 @@ "minItems": 1, "items": { "type": "object", - "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, - "description": "TODO description: materials", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }, + "description": "UNDOCUMENTATED: materials", "title": "Materials" }, - "description": "TODO description: materials", + "description": "UNDOCUMENTATED: materials", "title": "Materials" }, "on_fire_color": { @@ -143,7 +143,7 @@ "b": { "$ref": "#/definitions/color", "description": "The value of blue, must result in a float between 0 and 1", "title": "B" }, "a": { "$ref": "#/definitions/color", "description": "The value of alpha, must result in a float between 0 and 1", "title": "A" } }, - "description": "TODO description: on fire color", + "description": "UNDOCUMENTATED: on fire color", "title": "On Fire Color" }, "overlay_color": { @@ -172,19 +172,19 @@ "title": "Part Visibilty" } }, - "description": "TODO description: part visibility", + "description": "UNDOCUMENTATED: part visibility", "title": "Part Visibility" }, "rebuild_animation_matrices": { "type": "boolean", - "description": "TODO description: rebuild animation matrices", + "description": "UNDOCUMENTATED: rebuild animation matrices", "title": "Rebuild Animation Matrices" }, "textures": { "type": "array", "minItems": 1, - "items": { "type": "string", "description": "TODO description: textures", "title": "Textures" }, - "description": "TODO description: textures", + "items": { "type": "string", "description": "UNDOCUMENTATED: textures", "title": "Textures" }, + "description": "UNDOCUMENTATED: textures", "title": "Textures" }, "uv_anim": { @@ -196,25 +196,25 @@ "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../molang/number.json", "description": "TODO description: offset", "title": "Offset" }, - "description": "TODO description: offset", + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: offset", "title": "Offset" }, + "description": "UNDOCUMENTATED: offset", "title": "Offset" }, "scale": { "type": "array", - "description": "TODO description: scale", + "description": "UNDOCUMENTATED: scale", "title": "Scale", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../molang/number.json", "description": "TODO description: scale", "title": "Scale" } + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: scale", "title": "Scale" } } }, - "description": "TODO description: uv anim", + "description": "UNDOCUMENTATED: uv anim", "title": "Uv Anim" } } }, - "description": "TODO description: render controllers", + "description": "UNDOCUMENTATED: render controllers", "title": "Render Controllers" } } diff --git a/source/resource/render_controllers/render_controllers.json b/source/resource/render_controllers/render_controllers.json index c74ef1f7..0d593aa2 100644 --- a/source/resource/render_controllers/render_controllers.json +++ b/source/resource/render_controllers/render_controllers.json @@ -10,7 +10,7 @@ ], "type": "object", "title": "Render Controllers", - "description": "TODO description", + "description": "UNDOCUMENTATED", "allOf": [ { "if": { "properties": { "format_version": { "type": "string", "const": "1.8.0" } } }, "then": { "$ref": "./1.8.0/render_controllers.json" } }, { "if": { "properties": { "format_version": { "type": "string", "const": "1.10" } } }, "then": { "$ref": "./1.10.0/render_controllers.json" } }, diff --git a/source/resource/sounds/1.14.0/sound_definitions.json b/source/resource/sounds/1.14.0/sound_definitions.json index 12b2a876..6cbbc924 100644 --- a/source/resource/sounds/1.14.0/sound_definitions.json +++ b/source/resource/sounds/1.14.0/sound_definitions.json @@ -3,7 +3,7 @@ "type": "object", "additionalItems": false, "title": "Sound File For 1.14.0", - "description": "TODO description", + "description": "UNDOCUMENTATED", "definitions": { "SoundPath": { "$id": "SoundFilepath", @@ -25,7 +25,7 @@ "$id": "#/Sound/category", "title": "Sound Category", "enum": ["ambient", "block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record", "bottle"], - "description": "TODO description: category" + "description": "UNDOCUMENTATED: category" }, "sounds": { "items": { @@ -34,7 +34,7 @@ "$id": "#/Sound/sounds/stringItem", "type": "string", "$ref": "#/definitions/SoundPath", - "description": "TODO description: Todo", + "description": "UNDOCUMENTATED: Todo", "title": "Todo" }, { @@ -55,22 +55,22 @@ "$id": "#/Sound/sounds/stringItem", "type": "string", "$ref": "#/definitions/SoundPath", - "description": "TODO description: name", + "description": "UNDOCUMENTATED: name", "title": "Name" } }, - "description": "TODO description: Todo", + "description": "UNDOCUMENTATED: Todo", "title": "Todo" } ], - "description": "TODO description: sounds", + "description": "UNDOCUMENTATED: sounds", "title": "Sounds" }, - "description": "TODO description: sounds", + "description": "UNDOCUMENTATED: sounds", "title": "Sounds" } }, - "description": "TODO description: additionalProperties" + "description": "UNDOCUMENTATED: additionalProperties" } }, "properties": { @@ -82,11 +82,11 @@ "sound_definitions": { "type": "object", "additionalProperties": { "$ref": "#/definitions/SoundSpec" }, - "description": "TODO description: sound definitions", + "description": "UNDOCUMENTATED: sound definitions", "title": "Sound Definitions" }, "__use_legacy_max_distance": { - "description": "TODO description: use legacy max distance", + "description": "UNDOCUMENTATED: use legacy max distance", "title": "Use Legacy Max Distance", "type": "string", "enum": ["true", "false"] diff --git a/source/resource/sounds/music_definitions.json b/source/resource/sounds/music_definitions.json index dcf78432..beb92d67 100644 --- a/source/resource/sounds/music_definitions.json +++ b/source/resource/sounds/music_definitions.json @@ -27,8 +27,8 @@ ], "title": "Event Name" }, - "min_delay": { "type": "integer", "description": "TODO description: min delay", "title": "Min Delay" }, - "max_delay": { "type": "integer", "description": "TODO description: max delay", "title": "Max Delay" } + "min_delay": { "type": "integer", "description": "UNDOCUMENTATED: min delay", "title": "Min Delay" }, + "max_delay": { "type": "integer", "description": "UNDOCUMENTATED: max delay", "title": "Max Delay" } }, "title": "Music" } diff --git a/source/resource/sounds/sound_definitions_unknown.json b/source/resource/sounds/sound_definitions_unknown.json index 4a1792a7..9b08de6a 100644 --- a/source/resource/sounds/sound_definitions_unknown.json +++ b/source/resource/sounds/sound_definitions_unknown.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.sound_definition.json", "type": "object", "title": "Sound File, Unknown Version", - "description": "TODO description", + "description": "UNDOCUMENTATED", "definitions": { "SoundPath": { "$id": "SoundFilepath", @@ -24,7 +24,7 @@ "$id": "#/Sound/category", "title": "Sound Category", "enum": ["block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record"], - "description": "TODO description: category" + "description": "UNDOCUMENTATED: category" }, "sounds": { "items": { @@ -33,7 +33,7 @@ "$id": "#/Sound/sounds/stringItem", "type": "string", "$ref": "#/definitions/SoundPath", - "description": "TODO description: Todo", + "description": "UNDOCUMENTATED: Todo", "title": "Todo" }, { @@ -60,22 +60,22 @@ "$id": "#/Sound/sounds/stringItem", "type": "string", "$ref": "#/definitions/SoundPath", - "description": "TODO description: name", + "description": "UNDOCUMENTATED: name", "title": "Name" } }, - "description": "TODO description: Todo", + "description": "UNDOCUMENTATED: Todo", "title": "Todo" } ], - "description": "TODO description: sounds", + "description": "UNDOCUMENTATED: sounds", "title": "Sounds" }, - "description": "TODO description: sounds", + "description": "UNDOCUMENTATED: sounds", "title": "Sounds" } }, - "description": "TODO description: additionalProperties" + "description": "UNDOCUMENTATED: additionalProperties" } }, "additionalProperties": { "$ref": "#/definitions/SoundSpec" }, @@ -88,7 +88,7 @@ "sound_definitions": { "type": "object", "additionalProperties": { "$ref": "#/definitions/SoundSpec" }, - "description": "TODO description: sound definitions", + "description": "UNDOCUMENTATED: sound definitions", "title": "Sound Definitions" } } diff --git a/source/resource/textures/terrain_texture.json b/source/resource/textures/terrain_texture.json index 0bb8561d..cd089f7b 100644 --- a/source/resource/textures/terrain_texture.json +++ b/source/resource/textures/terrain_texture.json @@ -52,9 +52,9 @@ "textures": { "oneOf": [{ "$ref": "#/definitions/texture" }, { "type": "array", "items": { "$ref": "#/definitions/texture" } }] } } }, - "description": "TODO description", + "description": "UNDOCUMENTATED", "title": "TODO Title" }, - "texture_name": { "type": "string", "description": "TODO description", "title": "TODO Title" } + "texture_name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" } } }