aboutsummaryrefslogtreecommitdiff
path: root/constants/HideNotClickableItems.json
blob: 3aa1867e74352c447ceba8cf091874d263407513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "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",
      "Tripwire Hook"
    ],
    "startsWith": [
      "Music Disc"
    ],
    "endsWith": [
      " Rune I"
    ]
  },
  "hide_in_storage": {
    "equals": [
      "Nether Wart Pouch",
      "Basket of Seeds",
      "Builder's Wand"
    ],
    "startsWith": [],
    "endsWith": [
      " New Year Cake Bag"
    ]
  },
  "demo": {
    "equals": [],
    "startsWith": [],
    "endsWith": []
  }
}