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