From 63769b63076a9951a3089abf519b3e9fff825b13 Mon Sep 17 00:00:00 2001 From: jani270 Date: Fri, 22 Apr 2022 06:57:21 +0200 Subject: Nether stuff and mob recipes --- mobs/water_hydra.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mobs/water_hydra.json (limited to 'mobs/water_hydra.json') 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 -- cgit