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