Updated
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "The minimum distance in blocks that an actor needs to fall to trigger this event.",
|
||||
"title": "Min Fall Distance"
|
||||
"title": "Minimum Fall Distance"
|
||||
},
|
||||
"target": { "type": "string", "default": "self", "description": "The target of event executed on the block.", "title": "Target" }
|
||||
}
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
},
|
||||
"max_range": {
|
||||
"default": [8.0, 8.0, 8.0],
|
||||
"description": "Max range the target can teleport relative to the origin destination.",
|
||||
"title": "Max Range",
|
||||
"description": "Maximum range the target can teleport relative to the origin destination.",
|
||||
"title": "Maximum Range",
|
||||
"items": [
|
||||
{ "type": "number", "title": "X", "description": "The x offset from the block's center." },
|
||||
{ "type": "number", "title": "Y", "description": "The y offset from the block's center." },
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "The minimum distance in blocks that an actor needs to fall to trigger this event.",
|
||||
"title": "Min Fall Distance"
|
||||
"title": "Minimum Fall Distance"
|
||||
},
|
||||
"target": { "type": "string", "default": "self", "description": "The target of event executed on the block.", "title": "Target" }
|
||||
}
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
},
|
||||
"max_range": {
|
||||
"default": [8.0, 8.0, 8.0],
|
||||
"description": "Max range the target can teleport relative to the origin destination.",
|
||||
"title": "Max Range",
|
||||
"description": "Maximum range the target can teleport relative to the origin destination.",
|
||||
"title": "Maximum Range",
|
||||
"items": [
|
||||
{ "type": "number", "title": "X", "description": "The x offset from the block's center." },
|
||||
{ "type": "number", "title": "Y", "description": "The y offset from the block's center." },
|
||||
|
||||
Reference in New Issue
Block a user