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/zombie_knight.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mobs/zombie_knight.json (limited to 'mobs/zombie_knight.json') diff --git a/mobs/zombie_knight.json b/mobs/zombie_knight.json new file mode 100644 index 00000000..0d7179c2 --- /dev/null +++ b/mobs/zombie_knight.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "helmet": "ZOMBIE_KNIGHT_HELMET", + "chestplate": "ZOMBIE_KNIGHT_CHESTPLATE", + "leggings": "ZOMBIE_KNIGHT_LEGGINGS", + "feet": "ZOMBIE_KNIGHT_BOOTS" + } + ] +} \ No newline at end of file -- cgit