aboutsummaryrefslogtreecommitdiff
path: root/mobs/tank_zombie.json
blob: 5780475bad5538f5af163d40607d8463f83fbbdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "entity": "Zombie",
  "modifiers": [
    {
      "type": "equipment",
      "helmet": "HEAVY_HELMET",
      "chestplate": "HEAVY_CHESTPLATE",
      "leggings": "HEAVY_LEGGINGS",
      "feet": "HEAVY_BOOTS"
    }
  ] 
}