aboutsummaryrefslogtreecommitdiff
path: root/mobs/pest_mite.json
blob: cf9ac5261ba4f05df30637da6932da1557867d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "entity": "ArmorStand",
  "modifiers": [
    {
      "type": "invisible"
    },
    {
      "type": "equipment",
      "helmet": "PEST_MITE_MONSTER"
    }
  ]
}