aboutsummaryrefslogtreecommitdiff
path: root/mobs/superior_lost_adventurer.json
blob: 13ae4442bd76a2822efc79c4055cd799880dceba (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": "SUPERIOR_DRAGON_HELMET",
      "chestplate": "SUPERIOR_DRAGON_CHESTPLATE",
      "leggings": "SUPERIOR_DRAGON_LEGGINGS",
      "feet": "SUPERIOR_DRAGON_BOOTS"
    }
  ]
}