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