aboutsummaryrefslogtreecommitdiff
path: root/mobs/skeleton_lord.json
blob: 03ad05f44ca2dfb80e70a0391772d7a1204285ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "entity": "Skeleton",
  "modifiers": [
    {
      "type": "equipment",
      "hand": "BOW",
      "helmet": "SKELETON_LORD_HELMET",
      "chestplate": "SKELETON_LORD_CHESTPLATE",
      "leggings": "SKELETON_LORD_LEGGINGS",
      "feet": "SKELETON_LORD_BOOTS"
    }
  ] 
}