aboutsummaryrefslogtreecommitdiff
path: root/mobs/crypt_ghoul.json
blob: 996d822d61bce76e28a516f9d00577ed02283e37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "entity": "Zombie",
  "modifiers": [
    {
      "type": "equipment",
      "hand": "STONE_SWORD",
      "chestplate": "CHAINMAIL_CHESTPLATE",
      "leggings": "CHAINMAIL_LEGGINGS",
      "feet": "CHAINMAIL_BOOTS"
    }
  ] 
}