diff options
Diffstat (limited to 'mobs/skeleton_grunt.json')
-rw-r--r-- | mobs/skeleton_grunt.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mobs/skeleton_grunt.json b/mobs/skeleton_grunt.json new file mode 100644 index 00000000..c874d899 --- /dev/null +++ b/mobs/skeleton_grunt.json @@ -0,0 +1,13 @@ +{ + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "BOW", + "helmet": "SKELETON_GRUNT_HELMET", + "chestplate": "SKELETON_GRUNT_CHESTPLATE", + "leggings": "SKELETON_GRUNT_LEGGINGS", + "feet": "SKELETON_GRUNT_BOOTS" + } + ] +}
\ No newline at end of file |