aboutsummaryrefslogtreecommitdiff
path: root/mobs/skeleton_soldier.json
blob: 78995b8d9a51ac033780bf53cceda77f468d614f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "entity": "Skeleton",
  "modifiers": [
    {
      "type": "equipment",
      "hand": "BOW",
      "helmet": "SKELETON_SOLDIER_HELMET",
      "chestplate": "SKELETON_SOLDIER_CHESTPLATE",
      "leggings": "SKELETON_SOLDIER_LEGGINGS",
      "feet": "SKELETON_SOLDIER_BOOTS"
    }
  ] 
}