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

@@ -2,18 +2,20 @@
"$id": "blockception.minecraft.behavior.1.16.200.items.events.teleport",
"title": "Teleport",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "enum": ["holder"] },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["holder"] },
"max_range": {
"type": "array",
"title": "Max Range",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": [
{ "type": "number", "title": "X", "description": "UNDOCUMENTED" },
{ "type": "number", "title": "Y", "description": "UNDOCUMENTED" },
{ "type": "number", "title": "Z", "description": "UNDOCUMENTED" }
{ "type": "number", "title": "X", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
{ "type": "number", "title": "Y", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
{ "type": "number", "title": "Z", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
]
}
}