aboutsummaryrefslogtreecommitdiff
path: root/mobs/skeleton_master.json
blob: 92298b026e57209145b5e2b4571b6a0e768d5616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "entity": "Skeleton",
  "modifiers": [
    {
      "type": "equipment",
      "hand": "BOW",
      "helmet": "SKELETON_MASTER_HELMET",
      "chestplate": "SKELETON_MASTER_CHESTPLATE",
      "leggings": "SKELETON_MASTER_LEGGINGS",
      "feet": "SKELETON_MASTER_BOOTS"
    }
  ] 
}