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