This commit is contained in:
SPGoding
2019-12-30 14:13:22 -06:00
parent f8eef26b01
commit 7ca3887d41
3 changed files with 24 additions and 24 deletions

View File

@@ -416,17 +416,17 @@
"fields": [ "fields": [
{ {
"id": "x", "id": "x",
"type": "boundary", "type": "range",
"translate": "location.position.x" "translate": "location.position.x"
}, },
{ {
"id": "y", "id": "y",
"type": "boundary", "type": "range",
"translate": "location.position.y" "translate": "location.position.y"
}, },
{ {
"id": "z", "id": "z",
"type": "boundary", "type": "range",
"translate": "location.position.z" "translate": "location.position.z"
} }
] ]
@@ -464,27 +464,27 @@
"fields": [ "fields": [
{ {
"id": "x", "id": "x",
"type": "boundary", "type": "range",
"translate": "distance.x" "translate": "distance.x"
}, },
{ {
"id": "y", "id": "y",
"type": "boundary", "type": "range",
"translate": "distance.y" "translate": "distance.y"
}, },
{ {
"id": "z", "id": "z",
"type": "boundary", "type": "range",
"translate": "distance.z" "translate": "distance.z"
}, },
{ {
"id": "absolute", "id": "absolute",
"type": "boundary", "type": "range",
"translate": "distance.absolute" "translate": "distance.absolute"
}, },
{ {
"id": "horizontal", "id": "horizontal",
"type": "boundary", "type": "range",
"translate": "distance.horizontal" "translate": "distance.horizontal"
} }
] ]

View File

@@ -892,17 +892,17 @@
"fields": [ "fields": [
{ {
"id": "x", "id": "x",
"type": "boundary", "type": "range",
"translate": "location.position.x" "translate": "location.position.x"
}, },
{ {
"id": "y", "id": "y",
"type": "boundary", "type": "range",
"translate": "location.position.y" "translate": "location.position.y"
}, },
{ {
"id": "z", "id": "z",
"type": "boundary", "type": "range",
"translate": "location.position.z" "translate": "location.position.z"
} }
] ]
@@ -940,27 +940,27 @@
"fields": [ "fields": [
{ {
"id": "x", "id": "x",
"type": "boundary", "type": "range",
"translate": "distance.x" "translate": "distance.x"
}, },
{ {
"id": "y", "id": "y",
"type": "boundary", "type": "range",
"translate": "distance.y" "translate": "distance.y"
}, },
{ {
"id": "z", "id": "z",
"type": "boundary", "type": "range",
"translate": "distance.z" "translate": "distance.z"
}, },
{ {
"id": "absolute", "id": "absolute",
"type": "boundary", "type": "range",
"translate": "distance.absolute" "translate": "distance.absolute"
}, },
{ {
"id": "horizontal", "id": "horizontal",
"type": "boundary", "type": "range",
"translate": "distance.horizontal" "translate": "distance.horizontal"
} }
] ]

View File

@@ -1181,17 +1181,17 @@
"fields": [ "fields": [
{ {
"id": "x", "id": "x",
"type": "boundary", "type": "range",
"translate": "location.position.x" "translate": "location.position.x"
}, },
{ {
"id": "y", "id": "y",
"type": "boundary", "type": "range",
"translate": "location.position.y" "translate": "location.position.y"
}, },
{ {
"id": "z", "id": "z",
"type": "boundary", "type": "range",
"translate": "location.position.z" "translate": "location.position.z"
} }
] ]
@@ -1303,27 +1303,27 @@
"fields": [ "fields": [
{ {
"id": "x", "id": "x",
"type": "boundary", "type": "range",
"translate": "distance.x" "translate": "distance.x"
}, },
{ {
"id": "y", "id": "y",
"type": "boundary", "type": "range",
"translate": "distance.y" "translate": "distance.y"
}, },
{ {
"id": "z", "id": "z",
"type": "boundary", "type": "range",
"translate": "distance.z" "translate": "distance.z"
}, },
{ {
"id": "absolute", "id": "absolute",
"type": "boundary", "type": "range",
"translate": "distance.absolute" "translate": "distance.absolute"
}, },
{ {
"id": "horizontal", "id": "horizontal",
"type": "boundary", "type": "range",
"translate": "distance.horizontal" "translate": "distance.horizontal"
} }
] ]