aboutsummaryrefslogtreecommitdiff
path: root/mobs/miner_skeleton.json
blob: 3c871e578da71ea1651a213bfcfb327086dabdb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "entity": "Skeleton",
  "modifiers": [
    {
      "type": "equipment",
      "hand": "BOW",
      "helmet": "ENCHANTED_DIAMOND_BLOCK",
      "chestplate": "TANK_MINER_CHESTPLATE",
      "leggings": "TANK_MINER_LEGGINGS",
      "feet": "TANK_MINER_BOOTS"
    }
  ] 
}