From 2ef28ec586cbc60d1ab4957533c23e34f7d9abe8 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Fri, 15 Jul 2022 22:42:54 +0200 Subject: add not auctionable to repo --- constants/HideNotClickableItems.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'constants') 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": [], -- cgit