diff options
author | Lorenz <ESs95s3P5z8Pheb> | 2022-07-15 17:49:27 +0200 |
---|---|---|
committer | Lorenz <ESs95s3P5z8Pheb> | 2022-07-15 17:49:27 +0200 |
commit | 4b15ff8a364582e22ea06391cf53b3dae592dd27 (patch) | |
tree | 99a0282be40d2dbcd9e0b01c0a74ca1d4b4d105b /constants | |
parent | dbedf56a51dbaedef90ca936cc51c1d9f5789cba (diff) | |
download | SkyHanni-REPO-4b15ff8a364582e22ea06391cf53b3dae592dd27.tar.gz SkyHanni-REPO-4b15ff8a364582e22ea06391cf53b3dae592dd27.tar.bz2 SkyHanni-REPO-4b15ff8a364582e22ea06391cf53b3dae592dd27.zip |
init
Diffstat (limited to 'constants')
-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 |