From 657e0088ac4414630c510c987b54ace858c6b8d0 Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Sun, 9 Jun 2024 18:03:32 +1000 Subject: add ender monocle to watcher drops (#1241) --- items/WATCHER_MONSTER.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'items') 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%" } ] } -- cgit