Updated descriptions

This commit is contained in:
DaanV2
2021-06-15 20:05:41 +02:00
parent c53abe3527
commit 8a6f695326
3 changed files with 37 additions and 37 deletions

View File

@@ -13,44 +13,44 @@
}, },
"minecraft:npc_dialogue": { "minecraft:npc_dialogue": {
"title": "NPC Dialogue", "title": "NPC Dialogue",
"description": "", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"scenes": { "scenes": {
"title": "Scenes", "title": "Scenes",
"description": "", "description": "UNDOCUMENTATED",
"type": "array", "type": "array",
"minItems": 1, "minItems": 1,
"items": { "items": {
"title": "Scene", "title": "Scene",
"description": "", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"buttons": { "buttons": {
"title": "Buttons", "title": "Buttons",
"description": "", "description": "UNDOCUMENTATED",
"type": "array", "type": "array",
"maxItems": 6, "maxItems": 6,
"items": { "items": {
"title": "Button", "title": "Button",
"description": "", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"name": { "name": {
"title": "Name", "title": "Name",
"description": "", "description": "UNDOCUMENTATED",
"$ref": "../../../general/rawtext/rawtext.json" "$ref": "../../../general/rawtext/rawtext.json"
}, },
"commands": { "commands": {
"type": "array", "type": "array",
"description": "", "description": "UNDOCUMENTATED",
"title": "Commands", "title": "Commands",
"items": { "items": {
"title": "Minecraft Command", "title": "Minecraft Command",
"description": "", "description": "UNDOCUMENTATED",
"type": "string", "type": "string",
"pattern": "^/[a-z].*$" "pattern": "^/[a-z].*$"
} }
@@ -60,28 +60,28 @@
}, },
"npc_name": { "npc_name": {
"title": "NPC Name", "title": "NPC Name",
"description": "", "description": "UNDOCUMENTATED",
"$ref": "../../../general/rawtext/rawtext.json" "$ref": "../../../general/rawtext/rawtext.json"
}, },
"on_close_commands": { "on_close_commands": {
"type": "array", "type": "array",
"description": "", "description": "UNDOCUMENTATED",
"title": "On Close Commands", "title": "On Close Commands",
"items": { "items": {
"title": "Minecraft Command", "title": "Minecraft Command",
"description": "", "description": "UNDOCUMENTATED",
"type": "string", "type": "string",
"pattern": "^/[a-z].*$" "pattern": "^/[a-z].*$"
} }
}, },
"scene_tag": { "scene_tag": {
"title": "Scene tag", "title": "Scene tag",
"description": "", "description": "UNDOCUMENTATED",
"type": "string" "type": "string"
}, },
"text": { "text": {
"title": "Text", "title": "Text",
"description": "", "description": "UNDOCUMENTATED",
"$ref": "../../../general/rawtext/rawtext.json" "$ref": "../../../general/rawtext/rawtext.json"
} }
} }

View File

@@ -21,7 +21,7 @@
}, },
"replaceable_blocks": { "replaceable_blocks": {
"title": "Replaceable Blocks", "title": "Replaceable Blocks",
"description": "", "description": "UNDOCUMENTATED",
"type": "array", "type": "array",
"items": { "items": {
"title": "Replace block", "title": "Replace block",
@@ -31,60 +31,60 @@
}, },
"ground_block": { "ground_block": {
"title": "Ground Block", "title": "Ground Block",
"description": "", "description": "UNDOCUMENTATED",
"type": "string", "type": "string",
"$ref": "../../../../general/block/identifier.json" "$ref": "../../../../general/block/identifier.json"
}, },
"vegetation_feature": { "vegetation_feature": {
"title": "Vegetation Feature", "title": "Vegetation Feature",
"description": "", "description": "UNDOCUMENTATED",
"type": "string", "type": "string",
"$ref": "../../../../general/feature/identifier.json" "$ref": "../../../../general/feature/identifier.json"
}, },
"surface": { "surface": {
"title": "Surface", "title": "Surface",
"description": "", "description": "UNDOCUMENTATED",
"type": "string" "type": "string"
}, },
"depth": { "depth": {
"title": "Depth", "title": "Depth",
"description": "", "description": "UNDOCUMENTATED",
"type": "integer", "type": "integer",
"minimum": 0 "minimum": 0
}, },
"extra_deep_block_chance": { "extra_deep_block_chance": {
"title": "Extra Deep Block Chance", "title": "Extra Deep Block Chance",
"description": "", "description": "UNDOCUMENTATED",
"type": "number", "type": "number",
"minimum": 0 "minimum": 0
}, },
"vertical_range": { "vertical_range": {
"title": "Vertical Range", "title": "Vertical Range",
"description": "", "description": "UNDOCUMENTATED",
"type": "integer", "type": "integer",
"minimum": 0 "minimum": 0
}, },
"vegetation_chance": { "vegetation_chance": {
"title": "Vegatation Chance", "title": "Vegatation Chance",
"description": "", "description": "UNDOCUMENTATED",
"type": "number", "type": "number",
"minimum": 0 "minimum": 0
}, },
"horizontal_radius": { "horizontal_radius": {
"title": "Horizontal Radius", "title": "Horizontal Radius",
"description": "", "description": "UNDOCUMENTATED",
"type": "integer", "type": "integer",
"minimum": 0 "minimum": 0
}, },
"extra_edge_column_chance": { "extra_edge_column_chance": {
"title": "Extra Egde Column Chance", "title": "Extra Egde Column Chance",
"description": "", "description": "UNDOCUMENTATED",
"type": "number", "type": "number",
"minimum": 0 "minimum": 0
}, },
"waterlogged": { "waterlogged": {
"title": "Waterlogged", "title": "Waterlogged",
"description": "", "description": "UNDOCUMENTATED",
"type": "boolean" "type": "boolean"
} }
} }

View File

@@ -1,13 +1,13 @@
{ {
"title": "RawText", "title": "RawText",
"description": "", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"required": ["rawtext"], "required": ["rawtext"],
"definitions": { "definitions": {
"rawtext": { "rawtext": {
"title": "Rawtext", "title": "Rawtext",
"description": "", "description": "UNDOCUMENTATED",
"type": "array", "type": "array",
"items": { "items": {
"oneOf": [ "oneOf": [
@@ -21,14 +21,14 @@
}, },
"selector": { "selector": {
"title": "Selector", "title": "Selector",
"description": "", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"required": ["selector"], "required": ["selector"],
"properties": { "properties": {
"selector": { "selector": {
"title": "Selector", "title": "Selector",
"description": "", "description": "UNDOCUMENTATED",
"type": "string", "type": "string",
"examples": ["@a", "@s", "@r", "@p", "@e", "@initiator"], "examples": ["@a", "@s", "@r", "@p", "@e", "@initiator"],
"pattern": "^@.*$" "pattern": "^@.*$"
@@ -37,14 +37,14 @@
}, },
"score": { "score": {
"title": "Score", "title": "Score",
"description": "", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"required": ["score"], "required": ["score"],
"properties": { "properties": {
"score": { "score": {
"title": "Score", "title": "Score",
"description": "", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"required": ["name", "objective"], "required": ["name", "objective"],
@@ -57,7 +57,7 @@
}, },
"objective": { "objective": {
"title": "Objective", "title": "Objective",
"description": "", "description": "UNDOCUMENTATED",
"type": "string" "type": "string"
} }
} }
@@ -66,28 +66,28 @@
}, },
"text": { "text": {
"title": "Text", "title": "Text",
"description": "", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"required": ["text"], "required": ["text"],
"properties": { "properties": {
"text": { "text": {
"title": "Text", "title": "Text",
"description": "", "description": "UNDOCUMENTATED",
"type": "string" "type": "string"
} }
} }
}, },
"translate": { "translate": {
"title": "Translate", "title": "Translate",
"description": "", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"required": ["translate"], "required": ["translate"],
"properties": { "properties": {
"translate": { "translate": {
"title": "Translate", "title": "Translate",
"description": "", "description": "UNDOCUMENTATED",
"type": "string" "type": "string"
}, },
"with": { "with": {
@@ -97,14 +97,14 @@
}, },
"with": { "with": {
"title": "With", "title": "With",
"description": "", "description": "UNDOCUMENTATED",
"examples": ["\n", { "rawtext": [] }], "examples": ["\n", { "rawtext": [] }],
"items": { "items": {
"oneOf": [ "oneOf": [
{ "type": "string" }, { "type": "string" },
{ {
"title": "Rawtext", "title": "Rawtext",
"description": "", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {