Updated UNDOCUMENTED

This commit is contained in:
DaanV2
2021-07-01 11:35:53 +02:00
parent 6ac62d15e7
commit ba94cceb50
367 changed files with 2266 additions and 640 deletions

View File

@@ -4,13 +4,15 @@
"type": "object",
"title": "Block Reference",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"name": { "type": "string", "description": "UNDOCUMENTED", "title": "Name", "$ref": "../block/identifier.json" },
"name": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Name", "$ref": "../block/identifier.json" },
"states": {
"type": "object",
"propertyNames": { "pattern": "\\w*:?\\w+" },
"additionalProperties": { "oneOf": [{ "type": "boolean" }, { "type": "integer" }, { "type": "string" }] },
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "State"
}
}

View File

@@ -4,8 +4,9 @@
"type": "object",
"title": "Chance Information",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"numerator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTED", "title": "Numerator" },
"denominator": { "type": "number", "minimum": 1, "description": "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

@@ -41,5 +41,6 @@
"the_end",
"warm"
],
"description": "UNDOCUMENTED"
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}

View File

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

View File

@@ -3,6 +3,7 @@
"type": "string",
"title": "Entity Damage Name",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": [
"all",
"anvil",

View File

@@ -31,7 +31,7 @@
"title": "Experimental Custom Ui"
},
"chemistry": { "type": "boolean", "description": "Allows the pack to add, change or replace Chemistry functionality", "title": "Chemistry" },
"raytraced": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Raytraced" }
"raytraced": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Raytraced" }
}
},
"dependencies": {

View File

@@ -1,6 +1,7 @@
{
"title": "RawText",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"required": ["rawtext"],
@@ -8,6 +9,7 @@
"rawtext": {
"title": "Rawtext",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": {
"oneOf": [
@@ -22,6 +24,7 @@
"selector": {
"title": "Selector",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"required": ["selector"],
@@ -29,6 +32,7 @@
"selector": {
"title": "Selector",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "string",
"examples": ["@a", "@s", "@r", "@p", "@e", "@initiator"],
"pattern": "^@.*$"
@@ -38,6 +42,7 @@
"score": {
"title": "Score",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"required": ["score"],
@@ -45,6 +50,7 @@
"score": {
"title": "Score",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"required": ["name", "objective"],
@@ -58,6 +64,7 @@
"objective": {
"title": "Objective",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "string"
}
}
@@ -67,6 +74,7 @@
"text": {
"title": "Text",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"required": ["text"],
@@ -74,6 +82,7 @@
"text": {
"title": "Text",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "string"
}
}
@@ -81,6 +90,7 @@
"translate": {
"title": "Translate",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"required": ["translate"],
@@ -88,6 +98,7 @@
"translate": {
"title": "Translate",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "string"
},
"with": {
@@ -98,6 +109,7 @@
"with": {
"title": "With",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"examples": ["\n", { "rawtext": [] }],
"items": {
"oneOf": [
@@ -105,6 +117,7 @@
{
"title": "Rawtext",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {

View File

@@ -3,6 +3,7 @@
"type": "array",
"title": "World X Pack Schema",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"examples": [[{ "pack_id": "UUID", "version": [1, 0, 0] }]],
"definitions": { "uuidv4": { "$ref": "./UUIDV4.json" }, "version": { "$ref": "./Version.json" } },
"items": {