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