aboutsummaryrefslogtreecommitdiff
path: root/mobs/tank_zombie.json
diff options
context:
space:
mode:
Diffstat (limited to 'mobs/tank_zombie.json')
-rw-r--r--mobs/tank_zombie.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/mobs/tank_zombie.json b/mobs/tank_zombie.json
new file mode 100644
index 00000000..5780475b
--- /dev/null
+++ b/mobs/tank_zombie.json
@@ -0,0 +1,12 @@
+{
+ "entity": "Zombie",
+ "modifiers": [
+ {
+ "type": "equipment",
+ "helmet": "HEAVY_HELMET",
+ "chestplate": "HEAVY_CHESTPLATE",
+ "leggings": "HEAVY_LEGGINGS",
+ "feet": "HEAVY_BOOTS"
+ }
+ ]
+} \ No newline at end of file