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