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