Updated Comments
This commit is contained in:
@@ -4,17 +4,14 @@
|
||||
"type": "object",
|
||||
"title": "Block Reference",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"name": { "type": "string", "description": "UNDOCUMENTED",
|
||||
"$comment": "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",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "State"
|
||||
}
|
||||
|
||||
@@ -4,12 +4,9 @@
|
||||
"type": "object",
|
||||
"title": "Chance Information",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "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" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,6 +42,5 @@
|
||||
"warm"
|
||||
],
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
|
||||
@@ -3,6 +3,5 @@
|
||||
"type": "string",
|
||||
"title": "Block Name",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"title": "Entity Damage Name",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"enum": [
|
||||
"all",
|
||||
"anvil",
|
||||
|
||||
@@ -31,8 +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",
|
||||
"$comment": "UNDOCUMENTED" "title": "Raytraced" }
|
||||
"raytraced": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Raytraced" }
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"title": "RawText",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["rawtext"],
|
||||
@@ -11,7 +10,6 @@
|
||||
"title": "Rawtext",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"oneOf": [
|
||||
@@ -27,7 +25,6 @@
|
||||
"title": "Selector",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["selector"],
|
||||
@@ -36,7 +33,6 @@
|
||||
"title": "Selector",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "string",
|
||||
"examples": ["@a", "@s", "@r", "@p", "@e", "@initiator"],
|
||||
"pattern": "^@.*$"
|
||||
@@ -47,7 +43,6 @@
|
||||
"title": "Score",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["score"],
|
||||
@@ -56,7 +51,6 @@
|
||||
"title": "Score",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["name", "objective"],
|
||||
@@ -71,7 +65,6 @@
|
||||
"title": "Objective",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
@@ -82,7 +75,6 @@
|
||||
"title": "Text",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["text"],
|
||||
@@ -91,7 +83,6 @@
|
||||
"title": "Text",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
@@ -100,7 +91,6 @@
|
||||
"title": "Translate",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["translate"],
|
||||
@@ -109,7 +99,6 @@
|
||||
"title": "Translate",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "string"
|
||||
},
|
||||
"with": {
|
||||
@@ -121,7 +110,6 @@
|
||||
"title": "With",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"examples": ["\n", { "rawtext": [] }],
|
||||
"items": {
|
||||
"oneOf": [
|
||||
@@ -130,7 +118,6 @@
|
||||
"title": "Rawtext",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"title": "World X Pack Schema",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"examples": [[{ "pack_id": "UUID", "version": [1, 0, 0] }]],
|
||||
"definitions": { "uuidv4": { "$ref": "./UUIDV4.json" }, "version": { "$ref": "./Version.json" } },
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user