summaryrefslogtreecommitdiff
path: root/config/betterstrongholds/fabric-1_20/armorstands.json
blob: b535c3f61e292235e3813e11da8a683bdf6ea924 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "commonHelmets": {
    "entries": {
      "chainmail_helmet": 0.3,
      "iron_helmet": 0.3,
      "carved_pumpkin": 0.01,
      "leather_helmet": 0.1
    },
    "defaultItem": "air"
  },
  "rareHelmets": {
    "entries": {
      "carved_pumpkin": 0.2,
      "diamond_helmet": 0.3
    },
    "defaultItem": "air"
  },
  "commonChestplates": {
    "entries": {
      "chainmail_chestplate": 0.3,
      "iron_chestplate": 0.3,
      "leather_chestplate": 0.1
    },
    "defaultItem": "air"
  },
  "rareChestplates": {
    "entries": {
      "diamond_chestplate": 0.3
    },
    "defaultItem": "air"
  },
  "commonLeggings": {
    "entries": {
      "chainmail_leggings": 0.3,
      "iron_leggings": 0.3,
      "leather_leggings": 0.1
    },
    "defaultItem": "air"
  },
  "rareLeggings": {
    "entries": {
      "diamond_leggings": 0.3
    },
    "defaultItem": "air"
  },
  "commonBoots": {
    "entries": {
      "chainmail_boots": 0.3,
      "iron_boots": 0.3,
      "leather_boots": 0.1
    },
    "defaultItem": "air"
  },
  "rareBoots": {
    "entries": {
      "diamond_boots": 0.3
    },
    "defaultItem": "air"
  }
}