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