From d7e2355f0a90cd14023ede5665722eecae0c0457 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Fri, 15 Jul 2022 18:33:39 +0200 Subject: add backpack items --- constants/HideNotClickableItems.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 57ed0f0..052cde2 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -23,5 +23,21 @@ "endsWith": [ "Gem Rune I" ] + }, + "hide_backpack": { + "equals": [ + "Nether Wart Pouch", + "Basket of Seeds", + "Builder's Wand" + ], + "startsWith": [], + "endsWith": [ + " New Year Cake Bag" + ] + }, + "demo": { + "equals": [], + "startsWith": [], + "endsWith": [] } } \ No newline at end of file -- cgit