From 3fb14df94b35b4b22a2835deabebac7b2a67a4f5 Mon Sep 17 00:00:00 2001 From: SPGoding Date: Sat, 18 Apr 2020 23:41:01 -0500 Subject: [PATCH] Fix type of attribute modifier's amount Fix #78. --- schemas/1.14.json | 2 +- schemas/1.15.json | 2 +- schemas/1.16.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schemas/1.14.json b/schemas/1.14.json index f907fa34..55ed0769 100644 --- a/schemas/1.14.json +++ b/schemas/1.14.json @@ -682,7 +682,7 @@ }, { "id": "amount", - "type": "float", + "type": "random", "translate": "attribute_modifier.amount" }, { diff --git a/schemas/1.15.json b/schemas/1.15.json index 9895c7c4..0e1044fb 100644 --- a/schemas/1.15.json +++ b/schemas/1.15.json @@ -913,7 +913,7 @@ }, { "id": "amount", - "type": "float", + "type": "random", "translate": "attribute_modifier.amount" }, { diff --git a/schemas/1.16.json b/schemas/1.16.json index fcf7c2b0..90ae1d61 100644 --- a/schemas/1.16.json +++ b/schemas/1.16.json @@ -913,7 +913,7 @@ }, { "id": "amount", - "type": "float", + "type": "random", "translate": "attribute_modifier.amount" }, {