This commit is contained in:
DaanV2
2021-07-01 16:42:21 +02:00
parent 63b688b92e
commit 5ec27268ea
91 changed files with 212 additions and 177 deletions

View File

@@ -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" }
}

View File

@@ -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." },

View File

@@ -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" }
}

View File

@@ -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." },