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