From 7ca3887d41fe29b97a436428769a6911dd15daf4 Mon Sep 17 00:00:00 2001 From: SPGoding Date: Mon, 30 Dec 2019 14:13:22 -0600 Subject: [PATCH] Fix #60 --- schemas/1.13.json | 16 ++++++++-------- schemas/1.14.json | 16 ++++++++-------- schemas/1.15.json | 16 ++++++++-------- 3 files changed, 24 insertions(+), 24 deletions(-) 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" } ]