diff options
Diffstat (limited to 'mobs/holy_lost_adventurer.json')
-rw-r--r-- | mobs/holy_lost_adventurer.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mobs/holy_lost_adventurer.json b/mobs/holy_lost_adventurer.json new file mode 100644 index 00000000..05ea1933 --- /dev/null +++ b/mobs/holy_lost_adventurer.json @@ -0,0 +1,17 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/lost_adventurer.png" + }, + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "HOLY_DRAGON_HELMET", + "chestplate": "HOLY_DRAGON_CHESTPLATE", + "leggings": "HOLY_DRAGON_LEGGINGS", + "feet": "HOLY_DRAGON_BOOTS" + } + ] +}
\ No newline at end of file |