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