aboutsummaryrefslogtreecommitdiff
path: root/mobs/young_lost_adventurer.json
blob: 3285e10020ee76bb1e30dd2219d3220384c21f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "entity": "Player",
  "modifiers": [
    {
      "type": "playerdata",
      "skin": "neurepo:mobs/lost_adventurer.png"
    },
    {
      "type": "equipment",
      "hand": "DIAMOND_SWORD",
      "helmet": "YOUNG_DRAGON_HELMET",
      "chestplate": "YOUNG_DRAGON_CHESTPLATE",
      "leggings": "YOUNG_DRAGON_LEGGINGS",
      "feet": "YOUNG_DRAGON_BOOTS"
    }
  ]
}