Refactoring
This commit is contained in:
22
source/behavior/items/format/events/teleport.json
Normal file
22
source/behavior/items/format/events/teleport.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$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", "$comment": "UNDOCUMENTED", "enum": ["holder"] },
|
||||
"max_range": {
|
||||
"type": "array",
|
||||
"title": "Maximum Range",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": [
|
||||
{ "type": "number", "title": "X", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
{ "type": "number", "title": "Y", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
{ "type": "number", "title": "Z", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user