diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/HideNotClickableItems.json | 16 |
1 files changed, 16 insertions, 0 deletions
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 |