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