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