aboutsummaryrefslogtreecommitdiff
path: root/mobs/sea_emperor.json
blob: a54f9cbd1ad5f3695020a30c7b7764beb0bdcaa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "entity": "Guardian",
  "modifiers": [
    {
      "type": "riding",
      "entity": "Skeleton",
      "modifiers": [
        {
          "type": "equipment",
          "hand": "BOW",
          "helmet": "SEA_EMPEROR_SC",
          "chestplate": "LEATHER_CHESTPLATE#540202",
          "leggings": "LEATHER_LEGGINGS#540202",
          "feet": "LEATHER_BOOTS#540202"
        }
      ]
    }
  ]
}