aboutsummaryrefslogtreecommitdiff
path: root/mobs/holy_lost_adventurer.json
blob: 05ea1933683209bee72c04a91eca4e97ecae64cf (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": "HOLY_DRAGON_HELMET",
      "chestplate": "HOLY_DRAGON_CHESTPLATE",
      "leggings": "HOLY_DRAGON_LEGGINGS",
      "feet": "HOLY_DRAGON_BOOTS"
    }
  ]
}