aboutsummaryrefslogtreecommitdiff
path: root/mobs/headless_horseman.json
blob: 0b825c573e1378ac420523ee753c0628ec238d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "entity": "Horse",
  "modifiers": [
    {
      "type": "horse",
      "kind": "skeleton"
    },
    {  
      "type": "riding",
      "entity": "Skeleton",
      "modifiers": [
        {
          "type": "equipment",
          "hand": "DIAMOND_HOE",
          "helmet": "HEADLESS_HORSEMAN_BOSS",
          "chestplate": "SPOOKY_CHESTPLATE",
          "leggings": "SPOOKY_LEGGINGS",
          "feet": "SPOOKY_BOOTS"
        }
      ]
    }  
  ]
}