diff options
Diffstat (limited to 'mobs/super_tank_zombie.json')
-rw-r--r-- | mobs/super_tank_zombie.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mobs/super_tank_zombie.json b/mobs/super_tank_zombie.json new file mode 100644 index 00000000..3946d64b --- /dev/null +++ b/mobs/super_tank_zombie.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "helmet": "SUPER_HEAVY_HELMET", + "chestplate": "SUPER_HEAVY_CHESTPLATE", + "leggings": "SUPER_HEAVY_LEGGINGS", + "feet": "SUPER_HEAVY_BOOTS" + } + ] +}
\ No newline at end of file |