aboutsummaryrefslogtreecommitdiff
path: root/mobs/trick_or_treater.json
blob: 8fd9c02b0942703a2b86925f0c070914d3bcfac7 (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": "TRICK_OR_TREATER_MONSTER",
      "chestplate": "LEATHER_CHESTPLATE",
      "leggings": "LEATHER_LEGGINGS",
      "feet": "LEATHER_BOOTS"
    }
  ]
}