Updated comments

This commit is contained in:
DaanV2
2021-07-01 16:35:56 +02:00
parent bd92fde1b8
commit 9bf12e0823
383 changed files with 2315 additions and 573 deletions

View File

@@ -2,6 +2,7 @@
"$id": "blockception.minecraft.behavior.1.16.100.block.events",
"title": "Events",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"properties": {
@@ -20,6 +21,7 @@
"event_base": {
"title": "Event",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
@@ -28,11 +30,13 @@
"sequence": {
"title": "Sequence",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": {
"title": "Sequence",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"$ref": "#/definitions/event_functions"
@@ -41,17 +45,20 @@
"randomize": {
"title": "Randomize",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": {
"title": "Randomize",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"$ref": "#/definitions/event_functions",
"required": ["weight"],
"properties": {
"weight": { "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }
"weight": { "title": "Weight", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "integer", "minimum": 0 }
}
}
},
@@ -75,6 +82,7 @@
"event_functions": {
"title": "Event",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": true,