Files
minecraft-bedrock-json-schemas/source/behavior/items/format/events/teleport.json

23 lines
855 B
JSON
Raw Normal View History

2022-06-07 20:42:18 +02:00
{
2022-07-20 21:25:32 +02:00
"$id": "blockception.minecraft.behavior.items.events.teleport",
2022-06-07 20:42:18 +02:00
"title": "Teleport",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2022-06-07 20:42:18 +02:00
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
2022-07-22 19:41:04 +02:00
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["holder"] },
2022-06-07 20:42:18 +02:00
"max_range": {
"type": "array",
"title": "Maximum Range",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2022-06-07 20:42:18 +02:00
"$comment": "UNDOCUMENTED",
"items": [
2022-07-22 19:41:04 +02:00
{ "type": "number", "title": "X", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
{ "type": "number", "title": "Y", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
{ "type": "number", "title": "Z", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }
2022-06-07 20:42:18 +02:00
]
}
}
}