blob: 7350384de20ebf4410743a12db7a3558b4c907c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"entity": "Zombie",
"modifiers": [
{
"type": "equipment",
"hand": "IRON_SWORD",
"chestplate": "DIAMOND_CHESTPLATE",
"leggings": "HEAT_LEGGINGS",
"feet": "HEAT_BOOTS"
}
]
}
|