diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2024-06-09 18:03:32 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-09 08:03:32 +0000 |
commit | 657e0088ac4414630c510c987b54ace858c6b8d0 (patch) | |
tree | 071e489f7081e30aa910cce907c0313554d074df | |
parent | b438e1b1c507071c69312223d31ddbc2564230c9 (diff) | |
download | NotEnoughUpdates-REPO-657e0088ac4414630c510c987b54ace858c6b8d0.tar.gz NotEnoughUpdates-REPO-657e0088ac4414630c510c987b54ace858c6b8d0.tar.bz2 NotEnoughUpdates-REPO-657e0088ac4414630c510c987b54ace858c6b8d0.zip |
add ender monocle to watcher drops (#1241)
-rw-r--r-- | items/WATCHER_MONSTER.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/items/WATCHER_MONSTER.json b/items/WATCHER_MONSTER.json index 1a9d3ba4..57a2dc9f 100644 --- a/items/WATCHER_MONSTER.json +++ b/items/WATCHER_MONSTER.json @@ -62,6 +62,10 @@ { "id": "DYE_BONE:1", "chance": "0.0000333%" + }, + { + "id": "ENDER_MONOCLE:1", + "chance": "0.5%" } ] } |