diff options
Diffstat (limited to 'mobs/water_hydra.json')
-rw-r--r-- | mobs/water_hydra.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mobs/water_hydra.json b/mobs/water_hydra.json new file mode 100644 index 00000000..8634d94a --- /dev/null +++ b/mobs/water_hydra.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "WATER_HYDRA_SC", + "chestplate": "LEATHER_CHESTPLATE#04007B", + "leggings": "LEATHER_LEGGINGS#04007B", + "feet": "LEATHER_BOOTS#04007B" + } + ] +}
\ No newline at end of file |