diff options
Diffstat (limited to 'mobs/zombie_commander.json')
-rw-r--r-- | mobs/zombie_commander.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mobs/zombie_commander.json b/mobs/zombie_commander.json new file mode 100644 index 00000000..dcbef1f7 --- /dev/null +++ b/mobs/zombie_commander.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "FISHING_ROD", + "helmet": "ZOMBIE_COMMANDER_HELMET", + "chestplate": "ZOMBIE_COMMANDER_CHESTPLATE", + "leggings": "ZOMBIE_COMMANDER_LEGGINGS", + "feet": "ZOMBIE_COMMANDER_BOOTS" + } + ] +}
\ No newline at end of file |