diff --git a/schemas/1.13.json b/schemas/1.13.json index 3771403e..ce2838c1 100644 --- a/schemas/1.13.json +++ b/schemas/1.13.json @@ -71,12 +71,12 @@ }, { "id": "weight", - "type": "range", + "type": "int", "translate": "entry.weight" }, { "id": "quality", - "type": "range", + "type": "int", "translate": "entry.quality", "luckBased": true }, diff --git a/schemas/1.14.json b/schemas/1.14.json index 733d0b3d..ea0c85bf 100644 --- a/schemas/1.14.json +++ b/schemas/1.14.json @@ -100,12 +100,12 @@ }, { "id": "weight", - "type": "random", + "type": "int", "translate": "entry.weight" }, { "id": "quality", - "type": "random", + "type": "int", "translate": "entry.quality", "luckBased": true }, diff --git a/schemas/1.15.json b/schemas/1.15.json index 2c0daae8..b758852f 100644 --- a/schemas/1.15.json +++ b/schemas/1.15.json @@ -111,12 +111,12 @@ }, { "id": "weight", - "type": "random", + "type": "int", "translate": "entry.weight" }, { "id": "quality", - "type": "random", + "type": "int", "translate": "entry.quality", "luckBased": true },