From c691ab3dad50f60ad166b01016d2235467403714 Mon Sep 17 00:00:00 2001 From: SPGoding Date: Wed, 11 Dec 2019 23:50:15 -0600 Subject: [PATCH] Fix weight and quality being an object --- schemas/1.13.json | 4 ++-- schemas/1.14.json | 4 ++-- schemas/1.15.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/schemas/1.13.json b/schemas/1.13.json index d4bc268b..a458c029 100644 --- a/schemas/1.13.json +++ b/schemas/1.13.json @@ -70,12 +70,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 b95ec2fc..1003104b 100644 --- a/schemas/1.14.json +++ b/schemas/1.14.json @@ -99,12 +99,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 e23e6899..66b50ebe 100644 --- a/schemas/1.15.json +++ b/schemas/1.15.json @@ -99,12 +99,12 @@ }, { "id": "weight", - "type": "random", + "type": "int", "translate": "entry.weight" }, { "id": "quality", - "type": "random", + "type": "int", "translate": "entry.quality", "luckBased": true },