aboutsummaryrefslogtreecommitdiff
path: root/mobs/wither_spectre.json
blob: 4ca012ee025eda04b55e188447d2a91b1db4df08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "entity": "WitherSkeleton",
  "modifiers": [
    {
      "type": "invisible"
    },
    {
      "type": "equipment",
      "hand": "IRON_SWORD",
      "helmet": "WITHER_SPECTRE_MONSTER",
      "chestplate": "LEATHER_CHESTPLATE#090608"
    }
  ] 
}