From 23d09b9a27920bb5e89b5d8cd69810d9088415fc Mon Sep 17 00:00:00 2001 From: jani270 Date: Wed, 14 Sep 2022 19:00:45 +0200 Subject: Added Sea Lantern to hide not clickable items --- constants/HideNotClickableItems.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 7d6a444..45a0d3c 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -25,7 +25,8 @@ "Goblin Leggings", "Goblin Boots", "Ancient Claw", - "Wishing Compass" + "Wishing Compass", + "Sea Lantern" ], "startsWith": [ "Music Disc" -- cgit 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 From fa2d8d7a2395fdbc623cfae67ac103171393feb4 Mon Sep 17 00:00:00 2001 From: jani270 Date: Fri, 16 Sep 2022 16:52:40 +0200 Subject: Fixed Golden Apples in Hidenotclickable feature --- constants/HideNotClickableItems.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 7c2ecf7..253e52d 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -27,14 +27,15 @@ "Ancient Claw", "Wishing Compass", "Sea Lantern", - "Superboom TNT" + "Superboom TNT", + "Golden Apple", + "Enchanted Golden Apple" ], "startsWith": [ "Music Disc" ], "endsWith": [ - " Rune I", - " Golden Apple" + " Rune I" ] }, "hide_in_storage": { -- cgit