blob: 0d7179c2c995762d7e73bc76d023846a10bc601a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"entity": "Zombie",
"modifiers": [
{
"type": "equipment",
"helmet": "ZOMBIE_KNIGHT_HELMET",
"chestplate": "ZOMBIE_KNIGHT_CHESTPLATE",
"leggings": "ZOMBIE_KNIGHT_LEGGINGS",
"feet": "ZOMBIE_KNIGHT_BOOTS"
}
]
}
|