diff options
Diffstat (limited to 'items/ZEALOT_MONSTER.json')
-rw-r--r-- | items/ZEALOT_MONSTER.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/items/ZEALOT_MONSTER.json b/items/ZEALOT_MONSTER.json index 48689b37..4008ab36 100644 --- a/items/ZEALOT_MONSTER.json +++ b/items/ZEALOT_MONSTER.json @@ -32,13 +32,13 @@ "drops": [ { "id": "ENDER_PEARL", - "extra": [], - "chance": "x2-4" + "extra": ["x2-4"], + "chance": "100%" }, { "id": "ENCHANTED_ENDER_PEARL", - "extra": [], - "chance": "x2-4" + "extra": ["x2-4"], + "chance": "100%" } ] }, @@ -54,8 +54,8 @@ "drops": [ { "id": "ENDER_PEARL:1", - "extra": [], - "chance": "x2-4" + "extra": ["x2-4"], + "chance": "100%" }, { "id": "ENCHANTED_ENDER_PEARL", @@ -96,13 +96,13 @@ "drops": [ { "id": "ENDER_PEARL", - "extra": [], - "chance": "x2-4" + "extra": ["x2-4"], + "chance": "100%" }, { "id": "ENCHANTED_ENDER_PEARL", - "extra": [], - "chance": "x2-4" + "extra": ["x2-4"], + "chance": "100%" }, { "id": "SUMMONING_EYE", |