From dbd33397d652b0798c5d98ec18f5a9c91923acaa Mon Sep 17 00:00:00 2001 From: jani270 Date: Wed, 14 Sep 2022 19:06:35 +0200 Subject: Added Golden Apples and Superboom TNT --- constants/HideNotClickableItems.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 45a0d3c..7c2ecf7 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -26,13 +26,15 @@ "Goblin Boots", "Ancient Claw", "Wishing Compass", - "Sea Lantern" + "Sea Lantern", + "Superboom TNT" ], "startsWith": [ "Music Disc" ], "endsWith": [ - " Rune I" + " Rune I", + " Golden Apple" ] }, "hide_in_storage": { -- cgit