Adding dots to description

This commit is contained in:
DaanV2
2022-07-22 19:41:04 +02:00
parent 61327eac6e
commit 8b3778de6d
457 changed files with 2337 additions and 2406 deletions

View File

@@ -3,10 +3,10 @@
"additionalProperties": false,
"type": "object",
"title": "Chance Information",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"properties": {
"numerator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Numerator" },
"denominator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Denominator" }
"numerator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Numerator" },
"denominator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Denominator" }
}
}

View File

@@ -1,6 +1,6 @@
{
"$id": "UUIDV4",
"description": "A valid uuid v4",
"description": "A valid uuid v4.",
"format": "uuid",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
"title": "A UUID V4",

View File

@@ -2,7 +2,7 @@
"$id": "Version",
"type": "array",
"title": "Version Numbering",
"description": "A version made of 3 numbers",
"description": "A version made of 3 numbers.",
"examples": [[1, 0, 0]],
"items": [
{ "type": "number", "minimum": 1, "title": "" },

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.general.1.8.0.biome.item",
"type": "string",
"title": "Biome Name",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"enum": [
"animal",

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.block.identifier",
"description": "A minecraft block identifier",
"description": "A minecraft block identifier.",
"examples": ["namespace:block"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
"title": "Block Identifier",

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.block.reference",
"description": "A minecraft block reference",
"description": "A minecraft block reference.",
"examples": ["namespace:block", { "name": "namespace:block" }],
"title": "Block Reference",
"defaultSnippets": [{ "label": "New Identifier", "body": "$1:$2" }],
@@ -24,7 +24,7 @@
"additionalProperties": {
"type": ["boolean", "integer", "string"],
"title": "State Value",
"description": "The key of property is the name of the block state/property, the value must be the same as the block properties accepted values"
"description": "The key of property is the name of the block state/property, the value must be the same as the block properties accepted values."
}
}
}

View File

@@ -3,14 +3,14 @@
"type": "object",
"additionalProperties": false,
"properties": {
"name": { "title": "Name", "description": "The block id, for example: `minecraft:air'", "type": "string" },
"name": { "title": "Name", "description": "The block id, for example: `minecraft:air'.", "type": "string" },
"states": {
"title": "States",
"description": "The block states",
"description": "The block states.",
"type": "object",
"additionalProperties": {
"title": "State",
"description": "A single state of a block",
"description": "A single state of a block.",
"oneOf": [{ "type": "string" }, { "type": "boolean" }, { "type": "number" }]
}
}

View File

@@ -2,6 +2,6 @@
"$id": "blockception.minecraft.general.1.8.0.blocks.item",
"type": "string",
"title": "Block Name",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
}

View File

@@ -1,6 +1,6 @@
{
"title": "Entity Damage Source",
"description": "The types of damage an entity can receive",
"description": "The types of damage an entity can receive.",
"type": "string",
"enum": [
"all",

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.entity.identifier",
"description": "A minecraft entity identifier",
"description": "A minecraft entity identifier.",
"examples": ["namespace:entity_name"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
"title": "Entity Identifier",

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.feature.identifier",
"description": "A minecraft feature identifier",
"description": "A minecraft feature identifier.",
"examples": ["namespace:feature"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
"title": "Feature Identifier",

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.fog.identifier",
"description": "A minecraft fog identifier",
"description": "A minecraft fog identifier.",
"examples": ["namespace:fog_name"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
"title": "Fog Identifier",

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.item.identifier",
"description": "A minecraft item identifier",
"description": "A minecraft item identifier.",
"pattern": "^[0-9a-zA-Z:_\\-\\.]+$",
"title": "Item Identifier",
"type": "string",

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.loot_table.identifier",
"description": "A minecraft loot_table identifier",
"description": "A minecraft loot_table identifier.",
"examples": ["loot_tables/"],
"pattern": "^loot_tables/.*\\.json$",
"title": "Loot Table Identifier",

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.manifest",
"type": "object",
"title": "Manifest Schema",
"description": "The minecraft manifest schema",
"description": "The minecraft manifest schema.",
"required": ["format_version", "header"],
"examples": [
{

View File

@@ -15,7 +15,7 @@
"header": {
"required": ["name", "uuid", "version"],
"properties": {
"name": { "type": "string", "default": 0, "description": "This is the name of the pack as it appears within Minecraft", "title": "Name" },
"name": { "type": "string", "default": 0, "description": "This is the name of the pack as it appears within Minecraft.", "title": "Name" },
"description": {
"type": "string",
"default": 0,
@@ -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": "Minimum Engine Version"
},
"lock_template_options": { "type": "boolean", "description": "UNDOCUMENTED: lock template options", "title": "Lock Template Options" },
"base_game_version": { "$ref": "#/definitions/version", "description": "UNDOCUMENTED: base game version", "title": "Base Game Version" }
"lock_template_options": { "type": "boolean", "description": "UNDOCUMENTED: lock template options.", "title": "Lock Template Options" },
"base_game_version": { "$ref": "#/definitions/version", "description": "UNDOCUMENTED: base game version.", "title": "Base Game Version" }
},
"description": "UNDOCUMENTED: header",
"description": "UNDOCUMENTED: header.",
"title": "Header"
},
"modules": {
@@ -51,7 +51,7 @@
"items": {
"additionalProperties": false,
"type": "object",
"description": "UNDOCUMENTED: modules",
"description": "UNDOCUMENTED: modules.",
"title": "Modules",
"required": ["type", "uuid", "version"],
"properties": {
@@ -79,7 +79,7 @@
}
}
},
"description": "UNDOCUMENTED: modules"
"description": "UNDOCUMENTED: modules."
},
"dependencies": {
"type": "array",
@@ -100,7 +100,7 @@
"title": "Version"
}
},
"description": "UNDOCUMENTED: dependencies",
"description": "UNDOCUMENTED: dependencies.",
"title": "Dependencies"
},
"title": "Dependencies"
@@ -112,22 +112,22 @@
"properties": {
"experimental_custom_ui": {
"type": "boolean",
"description": "Allows HTML files in the pack to be used for custom UI, and scripts in the pack to call and manipulate custom UI",
"description": "Allows HTML files in the pack to be used for custom UI, and scripts in the pack to call and manipulate custom UI.",
"title": "Experimental Custom Ui"
},
"chemistry": { "type": "boolean", "description": "Allows the pack to add, change or replace Chemistry functionality", "title": "Chemistry" }
"chemistry": { "type": "boolean", "description": "Allows the pack to add, change or replace Chemistry functionality.", "title": "Chemistry" }
}
},
"metadata": {
"authors": {
"title": "Authors",
"description": "Name of the author(s) of the pack",
"description": "Name of the author(s) of the pack.",
"type": "array",
"items": { "type": "string", "title": "Name", "description": "Name of the author of the pack" }
"items": { "type": "string", "title": "Name", "description": "Name of the author of the pack." }
},
"license": { "type": "string", "description": "The license of the pack", "title": "License" },
"url": { "type": "string", "description": "The home website of your pack", "title": "Url" },
"description": "UNDOCUMENTED: metadata",
"license": { "type": "string", "description": "The license of the pack.", "title": "License" },
"url": { "type": "string", "description": "The home website of your pack.", "title": "Url" },
"description": "UNDOCUMENTED: metadata.",
"title": "Metadata"
}
}

View File

@@ -9,7 +9,7 @@
"uuidv4": {
"type": "string",
"title": "An UUID V4",
"description": "A valid uuid v4",
"description": "A valid uuid v4.",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
"format": "uuid"
},
@@ -28,17 +28,17 @@
"properties": {
"experimental_custom_ui": {
"type": "boolean",
"description": "Allows HTML files in the pack to be used for custom UI, and scripts in the pack to call and manipulate custom UI",
"description": "Allows HTML files in the pack to be used for custom UI, and scripts in the pack to call and manipulate custom UI.",
"title": "Experimental Custom Ui"
},
"chemistry": {
"type": "boolean",
"description": "Allows the pack to add, change or replace Chemistry functionality",
"description": "Allows the pack to add, change or replace Chemistry functionality.",
"title": "Chemistry"
},
"raytraced": {
"type": "boolean",
"description": "Indicates that this pack contains Raytracing Enhanced or Physical Based Materials for rendering",
"description": "Indicates that this pack contains Raytracing Enhanced or Physical Based Materials for rendering.",
"title": "Raytraced"
}
}
@@ -135,7 +135,7 @@
"language": {
"type": "string",
"title": "Language",
"description": "The programming language to use",
"description": "The programming language to use.",
"enum": ["javascript"]
},
"uuid": {
@@ -151,7 +151,7 @@
"entry": {
"type": "string",
"title": "Entry",
"description": "The javascript entry point for tests, only works if types has been set to `javascript`"
"description": "The javascript entry point for tests, only works if types has been set to `javascript`."
}
}
}
@@ -164,15 +164,15 @@
"properties": {
"authors": {
"title": "Authors",
"description": "Name of the author(s) of the pack",
"description": "Name of the author(s) of the pack.",
"type": "array",
"items": { "type": "string", "title": "Name", "description": "Name of the author of the pack" }
"items": { "type": "string", "title": "Name", "description": "Name of the author of the pack." }
},
"license": { "type": "string", "title": "License", "description": "The license of the pack" },
"url": { "type": "string", "format": "uri", "title": "Url", "description": "The home website of your pack" },
"license": { "type": "string", "title": "License", "description": "The license of the pack." },
"url": { "type": "string", "format": "uri", "title": "Url", "description": "The home website of your pack." },
"generated_with": {
"title": "Generated With",
"description": "A list of tools and their version that have modified this pack",
"description": "A list of tools and their version that have modified this pack.",
"type": "object",
"propertyNames": {
"pattern": "^[a-zA-Z0-9\\_\\-]+$",
@@ -183,7 +183,7 @@
"type": "array",
"examples": [["1.0.0"]],
"title": "Tool",
"description": "The tool and the version used to modified this pack",
"description": "The tool and the version used to modified this pack.",
"items": {
"type": "string",
"title": "Version",
@@ -197,18 +197,18 @@
"subpacks": {
"type": "array",
"title": "Subpacks",
"description": "A list of subpacks that are applied per memory tier",
"description": "A list of subpacks that are applied per memory tier.",
"items": {
"type": "object",
"additionalProperties": false,
"description": "A single definition of a subpack",
"description": "A single definition of a subpack.",
"title": "Subpacks",
"required": ["folder_name", "name", "memory_tier"],
"example": [{ "folder_name": "tier1", "name": "low", "memory_tier": 1 }],
"properties": {
"folder_name": {
"type": "string",
"description": "This represents the folder name located in \"subpacks\" folder. When user select this resolution Minecraft loads the content inside the folder.",
"description": "This represents the folder name located in \."subpacks\" folder. When user select this resolution Minecraft loads the content inside the folder.",
"title": "Folder Name"
},
"name": {

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.particle.identifier",
"description": "The minecraft particle identifier",
"description": "The minecraft particle identifier.",
"examples": ["namespace:particle_name"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
"title": "Particle Identifier",

View File

@@ -1,6 +1,6 @@
{
"title": "RawText",
"description": "A json structure that allows for translations, or go from scores and selectors to text",
"description": "A json structure that allows for translations, or go from scores and selectors to text.",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
@@ -9,7 +9,7 @@
"definitions": {
"rawtext": {
"title": "Rawtext",
"description": "The raw text component, which consists of an array of text components",
"description": "The raw text component, which consists of an array of text components.",
"$comment": "UNDOCUMENTED",
"type": "array",
"default": [],
@@ -20,7 +20,7 @@
},
"selector": {
"title": "Selector",
"description": "A text component that turns a selector into text, will usually display like: `Player1, Player2 and Player3`",
"description": "A text component that turns a selector into text, will usually display like: `Player1, Player2 and Player3`.",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
@@ -29,7 +29,7 @@
"properties": {
"selector": {
"title": "Selector",
"description": "The selector to target, for dialogue files, you can use @initiator",
"description": "The selector to target, for dialogue files, you can use @initiator.",
"$comment": "UNDOCUMENTED",
"type": "string",
"examples": ["@a", "@s", "@r", "@p", "@e", "@initiator"],
@@ -39,7 +39,7 @@
},
"score": {
"title": "Score",
"description": "A text component that grabs the score from an given target and turns its value of a specified score",
"description": "A text component that grabs the score from an given target and turns its value of a specified score.",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
@@ -48,7 +48,7 @@
"properties": {
"score": {
"title": "Score",
"description": "The score text component",
"description": "The score text component.",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
@@ -60,13 +60,13 @@
"properties": {
"name": {
"title": "Selector",
"description": "A selector, player name (can be fake), or * to target who is reading the message",
"description": "A selector, player name (can be fake), or * to target who is reading the message.",
"type": "string",
"examples": ["@a", "@s", "@r", "@p", "@e", "@initiator", "*"]
},
"objective": {
"title": "Objective",
"description": "The scoreboard objective to retrieve the value of",
"description": "The scoreboard objective to retrieve the value of.",
"$comment": "UNDOCUMENTED",
"type": "string"
}
@@ -76,7 +76,7 @@
},
"text": {
"title": "Text",
"description": "A simple text component, will display the text raw (without processing)",
"description": "A simple text component, will display the text raw (without processing).",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
@@ -85,7 +85,7 @@
"properties": {
"text": {
"title": "Text",
"description": "The text to display",
"description": "The text to display.",
"$comment": "UNDOCUMENTED",
"type": "string"
}
@@ -93,7 +93,7 @@
},
"translate": {
"title": "Translate",
"description": "A text component that will attempt to translate the given key through the languages files",
"description": "A text component that will attempt to translate the given key through the languages files.",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
@@ -102,7 +102,7 @@
"properties": {
"translate": {
"title": "Translate",
"description": "The key to translate",
"description": "The key to translate.",
"$comment": "UNDOCUMENTED",
"type": "string",
"examples": ["example.translation.key"]
@@ -114,7 +114,7 @@
},
"with": {
"title": "With",
"description": "Specifies for the translator that additional text component needs to be inserted, this will cause the translator to look for variables in the translation text and replaced them with the corresponding 'With' text component",
"description": "Specifies for the translator that additional text component needs to be inserted, this will cause the translator to look for variables in the translation text and replaced them with the corresponding 'With' text component.",
"$comment": "UNDOCUMENTED",
"examples": ["\n", { "rawtext": [] }],
"items": {
@@ -122,7 +122,7 @@
{ "type": "string" },
{
"title": "Rawtext",
"description": "Specifies that this 'with' component needs to be processed",
"description": "Specifies that this 'with' component needs to be processed.",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,

View File

@@ -1,11 +1,11 @@
{
"type": "array",
"title": "Vector Of 2 Items",
"description": "An vector of 2 integers",
"description": "An vector of 2 integers.",
"examples": [[0, 0]],
"items": [
{ "type": "integer", "description": "The X component", "title": "X", "default": 0 },
{ "type": "integer", "description": "The Y component", "title": "Y", "default": 0 }
{ "type": "integer", "description": "The X component.", "title": "X", "default": 0 },
{ "type": "integer", "description": "The Y component.", "title": "Y", "default": 0 }
],
"defaultSnippets": [{ "label": "New Array 2", "body": ["^$1", "^$2"] }]
}

View File

@@ -1,12 +1,12 @@
{
"type": "array",
"title": "Vector Of 3 Items",
"description": "An vector of 3 integers",
"description": "An vector of 3 integers.",
"examples": [[0, 0, 0]],
"items": [
{ "type": "integer", "description": "The X component", "title": "X", "default": 0 },
{ "type": "integer", "description": "The Y component", "title": "Y", "default": 0 },
{ "type": "integer", "description": "The Z component", "title": "Z", "default": 0 }
{ "type": "integer", "description": "The X component.", "title": "X", "default": 0 },
{ "type": "integer", "description": "The Y component.", "title": "Y", "default": 0 },
{ "type": "integer", "description": "The Z component.", "title": "Z", "default": 0 }
],
"defaultSnippets": [{ "label": "New Array 3", "body": ["^$1", "^$2", "^$3"] }]
}

View File

@@ -1,11 +1,11 @@
{
"type": "array",
"title": "Vector Of 2 Items",
"description": "An vector of 2 number",
"description": "An vector of 2 number.",
"examples": [[0, 0]],
"items": [
{ "type": "number", "description": "The X component", "title": "X", "default": 0 },
{ "type": "number", "description": "The Y component", "title": "Y", "default": 0 }
{ "type": "number", "description": "The X component.", "title": "X", "default": 0 },
{ "type": "number", "description": "The Y component.", "title": "Y", "default": 0 }
],
"defaultSnippets": [{ "label": "New Array 2", "body": ["^$1", "^$2"] }]
}

View File

@@ -1,12 +1,12 @@
{
"type": "array",
"title": "Vector Of 3 Items",
"description": "An vector of 3 number",
"description": "An vector of 3 number.",
"examples": [[0.0, 0.0, 0.0]],
"items": [
{ "type": "number", "description": "The X component", "title": "X", "default": 0 },
{ "type": "number", "description": "The Y component", "title": "Y", "default": 0 },
{ "type": "number", "description": "The Z component", "title": "Z", "default": 0 }
{ "type": "number", "description": "The X component.", "title": "X", "default": 0 },
{ "type": "number", "description": "The Y component.", "title": "Y", "default": 0 },
{ "type": "number", "description": "The Z component.", "title": "Z", "default": 0 }
],
"defaultSnippets": [{ "label": "New Array 3", "body": ["^$1", "^$2", "^$3"] }]
}

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.entity.volume",
"description": "A minecraft entity volume",
"description": "A minecraft entity volume.",
"examples": ["namespace:volume_name"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
"title": "Volume Identifier",

View File

@@ -3,16 +3,16 @@
"$id": "blockception.minecraft.world_x_packs",
"type": "array",
"title": "World X Pack Schema",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"examples": [[{ "pack_id": "UUID", "version": [1, 0, 0] }]],
"items": {
"title": "Items",
"description": "A reference to a pack",
"description": "A reference to a pack.",
"type": "object",
"properties": {
"pack_id": { "description": "The uuid of the pack to include", "$ref": "./UUIDV4.json", "title": "Pack Id" },
"version": { "description": "The version of the pack", "$ref": "./Version.json", "title": "Version" }
"pack_id": { "description": "The uuid of the pack to include.", "$ref": "./UUIDV4.json", "title": "Pack Id" },
"version": { "description": "The version of the pack.", "$ref": "./Version.json", "title": "Version" }
}
}
}