diff options
-rw-r--r-- | constants/HideNotClickableItems.json | 28 |
1 files changed, 27 insertions, 1 deletions
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 |