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