diff options
author | Maximilian Franke <40134808+Alea1337@users.noreply.github.com> | 2022-07-15 23:09:08 +0200 |
---|---|---|
committer | Maximilian Franke <40134808+Alea1337@users.noreply.github.com> | 2022-07-15 23:09:08 +0200 |
commit | 392f04e944b67078b08bb96574a9e6fbc684c7fb (patch) | |
tree | ae56f1fc71e38d1acf6fa2c76f0626ab1748dcd6 /constants/HideNotClickableItems.json | |
parent | ef7ed1f2e3425a7f1f2cf765320618f130bbd212 (diff) | |
parent | 2ef28ec586cbc60d1ab4957533c23e34f7d9abe8 (diff) | |
download | SkyHanni-REPO-392f04e944b67078b08bb96574a9e6fbc684c7fb.tar.gz SkyHanni-REPO-392f04e944b67078b08bb96574a9e6fbc684c7fb.tar.bz2 SkyHanni-REPO-392f04e944b67078b08bb96574a9e6fbc684c7fb.zip |
Merge branch 'main' of https://github.com/hannibal00212/SkyHanni-REPO
Diffstat (limited to 'constants/HideNotClickableItems.json')
-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 98ec959..c5bea5d 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -85,6 +85,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": [], |