aboutsummaryrefslogtreecommitdiff
path: root/mobs/mimic.json
blob: af20ecb87c605bd6ee61360b01b2d363317a9efc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "entity": "Zombie",
  "modifiers": [
    {
      "type": "age",
      "baby": "true"
    },
    {
      "type": "equipment",
      "helmet": "MIMIC_MONSTER",
      "chestplate": "LEATHER_CHESTPLATE",
      "leggings": "LEATHER_LEGGINGS",
      "feet": "LEATHER_BOOTS"
    }
  ]
}