diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-28 10:13:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-28 09:13:22 +0000 |
| commit | 652c10a8dbb6f74e1a3b8166a4d247d41798973a (patch) | |
| tree | c814bdd4826706af2197eea5deb21a8b564ca049 /items | |
| parent | f3b422c7392db6271cdaacbe78dbc70dfed67ef1 (diff) | |
| download | NotEnoughUpdates-REPO-652c10a8dbb6f74e1a3b8166a4d247d41798973a.tar.gz NotEnoughUpdates-REPO-652c10a8dbb6f74e1a3b8166a4d247d41798973a.tar.bz2 NotEnoughUpdates-REPO-652c10a8dbb6f74e1a3b8166a4d247d41798973a.zip | |
fix: Double % in Drop Chance (#1583)
Diffstat (limited to 'items')
| -rw-r--r-- | items/ZEALOT_MONSTER.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/ZEALOT_MONSTER.json b/items/ZEALOT_MONSTER.json index 42a25657..3caa37d6 100644 --- a/items/ZEALOT_MONSTER.json +++ b/items/ZEALOT_MONSTER.json @@ -112,7 +112,7 @@ { "id": "ENCHANTED_ENDER_PEARL", "extra": [], - "chance": "2%%" + "chance": "2%" }, { "id": "SUMMONING_EYE", |
