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

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