aboutsummaryrefslogtreecommitdiff
path: root/mobs/golden_ghoul.json
blob: 7ea0e180027a5bf00f45675d21bdc1fbaa0ff276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "entity": "Zombie",
  "modifiers": [
      {
        "type": "equipment",
        "hand": "GOLD_SWORD",
        "chestplate": "GOLD_CHESTPLATE",
        "leggings": "GOLD_LEGGINGS",
        "feet": "GOLD_BOOTS"
      }
  ] 
}