diff options
author | Lorenz <ESs95s3P5z8Pheb> | 2022-07-15 18:33:39 +0200 |
---|---|---|
committer | Lorenz <ESs95s3P5z8Pheb> | 2022-07-15 18:33:39 +0200 |
commit | d7e2355f0a90cd14023ede5665722eecae0c0457 (patch) | |
tree | 6930773ebf0e81fe211b1f48108cfb6a0c78fa60 /constants/HideNotClickableItems.json | |
parent | 4b15ff8a364582e22ea06391cf53b3dae592dd27 (diff) | |
download | SkyHanni-REPO-d7e2355f0a90cd14023ede5665722eecae0c0457.tar.gz SkyHanni-REPO-d7e2355f0a90cd14023ede5665722eecae0c0457.tar.bz2 SkyHanni-REPO-d7e2355f0a90cd14023ede5665722eecae0c0457.zip |
add backpack items
Diffstat (limited to 'constants/HideNotClickableItems.json')
-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 |