blob: db830eed640df950f99f450fef826f4a56a4032b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"entity": "Zombie",
"modifiers": [
{
"type": "equipment",
"hand": "DIAMOND_SWORD",
"chestplate": "DIAMOND_CHESTPLATE",
"leggings": "CHAINMAIL_LEGGINGS",
"feet": "IRON_BOOTS"
}
]
}
|