Updated Comments

This commit is contained in:
DaanV2
2021-07-01 16:37:41 +02:00
parent 9bf12e0823
commit 0f15d47659
365 changed files with 593 additions and 1778 deletions

View File

@@ -4,7 +4,6 @@
"title": "Entity Behavior 1.16.100",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": ["format_version", "minecraft:entity"],
"properties": {
"format_version": {

View File

@@ -27,8 +27,7 @@
"properties": {
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
"trigger": { "type": "string", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Trigger" },
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" },
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
}
}

View File

@@ -62,7 +62,6 @@
"title": "Conditional Animation",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": { "type": "string", "title": "Animation" }
}
]