From 8a6f6953266595acedf1eaf34375895dd4ad0b68 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 15 Jun 2021 20:05:41 +0200 Subject: [PATCH] Updated descriptions --- source/behavior/dialogue/1.14.0/dialogue.json | 26 +++++++++---------- .../minecraft.vegetation_patch_feature.json | 22 ++++++++-------- source/general/rawtext/rawtext.json | 26 +++++++++---------- 3 files changed, 37 insertions(+), 37 deletions(-) diff --git a/source/behavior/dialogue/1.14.0/dialogue.json b/source/behavior/dialogue/1.14.0/dialogue.json index 2a815c17..0297fae4 100644 --- a/source/behavior/dialogue/1.14.0/dialogue.json +++ b/source/behavior/dialogue/1.14.0/dialogue.json @@ -13,44 +13,44 @@ }, "minecraft:npc_dialogue": { "title": "NPC Dialogue", - "description": "", + "description": "UNDOCUMENTATED", "type": "object", "additionalProperties": false, "properties": { "scenes": { "title": "Scenes", - "description": "", + "description": "UNDOCUMENTATED", "type": "array", "minItems": 1, "items": { "title": "Scene", - "description": "", + "description": "UNDOCUMENTATED", "type": "object", "additionalProperties": false, "properties": { "buttons": { "title": "Buttons", - "description": "", + "description": "UNDOCUMENTATED", "type": "array", "maxItems": 6, "items": { "title": "Button", - "description": "", + "description": "UNDOCUMENTATED", "type": "object", "additionalProperties": false, "properties": { "name": { "title": "Name", - "description": "", + "description": "UNDOCUMENTATED", "$ref": "../../../general/rawtext/rawtext.json" }, "commands": { "type": "array", - "description": "", + "description": "UNDOCUMENTATED", "title": "Commands", "items": { "title": "Minecraft Command", - "description": "", + "description": "UNDOCUMENTATED", "type": "string", "pattern": "^/[a-z].*$" } @@ -60,28 +60,28 @@ }, "npc_name": { "title": "NPC Name", - "description": "", + "description": "UNDOCUMENTATED", "$ref": "../../../general/rawtext/rawtext.json" }, "on_close_commands": { "type": "array", - "description": "", + "description": "UNDOCUMENTATED", "title": "On Close Commands", "items": { "title": "Minecraft Command", - "description": "", + "description": "UNDOCUMENTATED", "type": "string", "pattern": "^/[a-z].*$" } }, "scene_tag": { "title": "Scene tag", - "description": "", + "description": "UNDOCUMENTATED", "type": "string" }, "text": { "title": "Text", - "description": "", + "description": "UNDOCUMENTATED", "$ref": "../../../general/rawtext/rawtext.json" } } diff --git a/source/behavior/features/1.13.0/features/minecraft.vegetation_patch_feature.json b/source/behavior/features/1.13.0/features/minecraft.vegetation_patch_feature.json index f19fb980..5931d54b 100644 --- a/source/behavior/features/1.13.0/features/minecraft.vegetation_patch_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.vegetation_patch_feature.json @@ -21,7 +21,7 @@ }, "replaceable_blocks": { "title": "Replaceable Blocks", - "description": "", + "description": "UNDOCUMENTATED", "type": "array", "items": { "title": "Replace block", @@ -31,60 +31,60 @@ }, "ground_block": { "title": "Ground Block", - "description": "", + "description": "UNDOCUMENTATED", "type": "string", "$ref": "../../../../general/block/identifier.json" }, "vegetation_feature": { "title": "Vegetation Feature", - "description": "", + "description": "UNDOCUMENTATED", "type": "string", "$ref": "../../../../general/feature/identifier.json" }, "surface": { "title": "Surface", - "description": "", + "description": "UNDOCUMENTATED", "type": "string" }, "depth": { "title": "Depth", - "description": "", + "description": "UNDOCUMENTATED", "type": "integer", "minimum": 0 }, "extra_deep_block_chance": { "title": "Extra Deep Block Chance", - "description": "", + "description": "UNDOCUMENTATED", "type": "number", "minimum": 0 }, "vertical_range": { "title": "Vertical Range", - "description": "", + "description": "UNDOCUMENTATED", "type": "integer", "minimum": 0 }, "vegetation_chance": { "title": "Vegatation Chance", - "description": "", + "description": "UNDOCUMENTATED", "type": "number", "minimum": 0 }, "horizontal_radius": { "title": "Horizontal Radius", - "description": "", + "description": "UNDOCUMENTATED", "type": "integer", "minimum": 0 }, "extra_edge_column_chance": { "title": "Extra Egde Column Chance", - "description": "", + "description": "UNDOCUMENTATED", "type": "number", "minimum": 0 }, "waterlogged": { "title": "Waterlogged", - "description": "", + "description": "UNDOCUMENTATED", "type": "boolean" } } diff --git a/source/general/rawtext/rawtext.json b/source/general/rawtext/rawtext.json index 47ee9dff..5e5a60e5 100644 --- a/source/general/rawtext/rawtext.json +++ b/source/general/rawtext/rawtext.json @@ -1,13 +1,13 @@ { "title": "RawText", - "description": "", + "description": "UNDOCUMENTATED", "type": "object", "additionalProperties": false, "required": ["rawtext"], "definitions": { "rawtext": { "title": "Rawtext", - "description": "", + "description": "UNDOCUMENTATED", "type": "array", "items": { "oneOf": [ @@ -21,14 +21,14 @@ }, "selector": { "title": "Selector", - "description": "", + "description": "UNDOCUMENTATED", "type": "object", "additionalProperties": false, "required": ["selector"], "properties": { "selector": { "title": "Selector", - "description": "", + "description": "UNDOCUMENTATED", "type": "string", "examples": ["@a", "@s", "@r", "@p", "@e", "@initiator"], "pattern": "^@.*$" @@ -37,14 +37,14 @@ }, "score": { "title": "Score", - "description": "", + "description": "UNDOCUMENTATED", "type": "object", "additionalProperties": false, "required": ["score"], "properties": { "score": { "title": "Score", - "description": "", + "description": "UNDOCUMENTATED", "type": "object", "additionalProperties": false, "required": ["name", "objective"], @@ -57,7 +57,7 @@ }, "objective": { "title": "Objective", - "description": "", + "description": "UNDOCUMENTATED", "type": "string" } } @@ -66,28 +66,28 @@ }, "text": { "title": "Text", - "description": "", + "description": "UNDOCUMENTATED", "type": "object", "additionalProperties": false, "required": ["text"], "properties": { "text": { "title": "Text", - "description": "", + "description": "UNDOCUMENTATED", "type": "string" } } }, "translate": { "title": "Translate", - "description": "", + "description": "UNDOCUMENTATED", "type": "object", "additionalProperties": false, "required": ["translate"], "properties": { "translate": { "title": "Translate", - "description": "", + "description": "UNDOCUMENTATED", "type": "string" }, "with": { @@ -97,14 +97,14 @@ }, "with": { "title": "With", - "description": "", + "description": "UNDOCUMENTATED", "examples": ["\n", { "rawtext": [] }], "items": { "oneOf": [ { "type": "string" }, { "title": "Rawtext", - "description": "", + "description": "UNDOCUMENTATED", "type": "object", "additionalProperties": false, "properties": {