diff options
author | Lorenz <ESs95s3P5z8Pheb> | 2022-07-15 22:42:54 +0200 |
---|---|---|
committer | Lorenz <ESs95s3P5z8Pheb> | 2022-07-15 22:42:54 +0200 |
commit | 2ef28ec586cbc60d1ab4957533c23e34f7d9abe8 (patch) | |
tree | 28025c5d4ba34473c3500aa3f4ec5ba3f1887938 /constants | |
parent | 7f744f39c86ed08c9b5ea45e6863692d39a2e5da (diff) | |
download | SkyHanni-REPO-2ef28ec586cbc60d1ab4957533c23e34f7d9abe8.tar.gz SkyHanni-REPO-2ef28ec586cbc60d1ab4957533c23e34f7d9abe8.tar.bz2 SkyHanni-REPO-2ef28ec586cbc60d1ab4957533c23e34f7d9abe8.zip |
add not auctionable to repo
Diffstat (limited to 'constants')
-rw-r--r-- | constants/HideNotClickableItems.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index c760346..8dd2c76 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -83,6 +83,35 @@ "Personal Deletor " ] }, + "not_auctionable": { + "equals": [ + "Hoe of Great Tilling", + "Hoe of Greater Tilling", + "Prismapump", + "Mathematical Hoe Blueprint", + "Basket of Seeds", + "Nether Wart Pouch" + ], + "startsWith": [], + "endsWith": [ + "Day Crystal", + "Night Crystal", + "Cat Talisman", + "Lynx Talisman", + "Cheetah Talisman", + " Carrot Hoe", + " Sugar Cane Hoe", + " Nether Warts Hoe", + " Potato Hoe", + "Melon Dicer", + "Pumpkin Dicer", + " Coco Chopper", + " Wheat Hoe" + ], + "contains": [ + "Personal Deletor " + ] + }, "demo": { "equals": [], "startsWith": [], |