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/sea_walker.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mobs/sea_walker.json (limited to 'mobs/sea_walker.json') diff --git a/mobs/sea_walker.json b/mobs/sea_walker.json new file mode 100644 index 00000000..ade9fb20 --- /dev/null +++ b/mobs/sea_walker.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "SEA_WALKER_SC", + "chestplate": "LEATHER_CHESTPLATE", + "leggings": "LEATHER_LEGGINGS", + "feet": "LEATHER_BOOTS" + } + ] +} \ No newline at end of file -- cgit