diff options
Diffstat (limited to 'mobs/miner_zombie.json')
-rw-r--r-- | mobs/miner_zombie.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mobs/miner_zombie.json b/mobs/miner_zombie.json new file mode 100644 index 00000000..75e301f5 --- /dev/null +++ b/mobs/miner_zombie.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "ENCHANTED_DIAMOND_BLOCK", + "chestplate": "TANK_MINER_CHESTPLATE", + "leggings": "TANK_MINER_LEGGINGS", + "feet": "TANK_MINER_BOOTS" + } + ] +}
\ No newline at end of file |