aboutsummaryrefslogtreecommitdiff
path: root/mobs/skeleton_grunt.json
blob: c874d8997d0baf2606d79f7f3f1575426b380ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "entity": "Skeleton",
  "modifiers": [
    {
      "type": "equipment",
      "hand": "BOW",
      "helmet": "SKELETON_GRUNT_HELMET",
      "chestplate": "SKELETON_GRUNT_CHESTPLATE",
      "leggings": "SKELETON_GRUNT_LEGGINGS",
      "feet": "SKELETON_GRUNT_BOOTS"
    }
  ] 
}