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