Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entity1.16.100",
"type": "object",
"title": "Entity Behavior 1.16.100",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"required": ["format_version", "minecraft:entity"],
"properties": {
"format_version": {

View File

@@ -27,7 +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": "UNDOCUMENTATED", "title": "Trigger" },
"trigger": { "type": "string", "description": "UNDOCUMENTED", "title": "Trigger" },
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
}
}

View File

@@ -60,7 +60,7 @@
{
"type": "object",
"title": "Conditional Animation",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": { "type": "string", "title": "Animation" }
}
]