diff --git a/schemas/1.13.json b/schemas/1.13.json index 481f41aa..0a0c9209 100644 --- a/schemas/1.13.json +++ b/schemas/1.13.json @@ -416,17 +416,17 @@ "fields": [ { "id": "x", - "type": "boundary", + "type": "range", "translate": "location.position.x" }, { "id": "y", - "type": "boundary", + "type": "range", "translate": "location.position.y" }, { "id": "z", - "type": "boundary", + "type": "range", "translate": "location.position.z" } ] @@ -464,27 +464,27 @@ "fields": [ { "id": "x", - "type": "boundary", + "type": "range", "translate": "distance.x" }, { "id": "y", - "type": "boundary", + "type": "range", "translate": "distance.y" }, { "id": "z", - "type": "boundary", + "type": "range", "translate": "distance.z" }, { "id": "absolute", - "type": "boundary", + "type": "range", "translate": "distance.absolute" }, { "id": "horizontal", - "type": "boundary", + "type": "range", "translate": "distance.horizontal" } ] diff --git a/schemas/1.14.json b/schemas/1.14.json index 13d89e77..f907fa34 100644 --- a/schemas/1.14.json +++ b/schemas/1.14.json @@ -892,17 +892,17 @@ "fields": [ { "id": "x", - "type": "boundary", + "type": "range", "translate": "location.position.x" }, { "id": "y", - "type": "boundary", + "type": "range", "translate": "location.position.y" }, { "id": "z", - "type": "boundary", + "type": "range", "translate": "location.position.z" } ] @@ -940,27 +940,27 @@ "fields": [ { "id": "x", - "type": "boundary", + "type": "range", "translate": "distance.x" }, { "id": "y", - "type": "boundary", + "type": "range", "translate": "distance.y" }, { "id": "z", - "type": "boundary", + "type": "range", "translate": "distance.z" }, { "id": "absolute", - "type": "boundary", + "type": "range", "translate": "distance.absolute" }, { "id": "horizontal", - "type": "boundary", + "type": "range", "translate": "distance.horizontal" } ] diff --git a/schemas/1.15.json b/schemas/1.15.json index 81aad8c1..82b63469 100644 --- a/schemas/1.15.json +++ b/schemas/1.15.json @@ -1181,17 +1181,17 @@ "fields": [ { "id": "x", - "type": "boundary", + "type": "range", "translate": "location.position.x" }, { "id": "y", - "type": "boundary", + "type": "range", "translate": "location.position.y" }, { "id": "z", - "type": "boundary", + "type": "range", "translate": "location.position.z" } ] @@ -1303,27 +1303,27 @@ "fields": [ { "id": "x", - "type": "boundary", + "type": "range", "translate": "distance.x" }, { "id": "y", - "type": "boundary", + "type": "range", "translate": "distance.y" }, { "id": "z", - "type": "boundary", + "type": "range", "translate": "distance.z" }, { "id": "absolute", - "type": "boundary", + "type": "range", "translate": "distance.absolute" }, { "id": "horizontal", - "type": "boundary", + "type": "range", "translate": "distance.horizontal" } ]