From 4b15ff8a364582e22ea06391cf53b3dae592dd27 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Fri, 15 Jul 2022 17:49:27 +0200 Subject: init --- constants/HideNotClickableItems.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 8b13789..57ed0f0 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -1 +1,27 @@ - +{ + "hide_npc_sell": { + "equals": [ + "Health Potion VIII Splash Potion", + "Stone Button", + "Revive Stone", + "Premium Flesh", + "Defuse Kit", + "White Wool", + "Enchanted Wool", + "Training Weights", + "Journal Entry", + "Twilight Arrow Poison", + "Lever", + "Fairy's Galoshes", + "Blaze Powder", + "Egg", + "Corrupted Fragment" + ], + "startsWith": [ + "Music Disc" + ], + "endsWith": [ + "Gem Rune I" + ] + } +} \ No newline at end of file -- cgit