aboutsummaryrefslogtreecommitdiff
path: root/mobs/frozen_adventurer.json
blob: 4617fae347d538abacb224aa9b1540585171f23b (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/frozen_adventurer.png"
    },
    {
      "type": "equipment",
      "hand": "STICK",
      "helmet": "FROZEN_BLAZE_HELMET",
      "chestplate": "FROZEN_BLAZE_CHESTPLATE",
      "leggings": "FROZEN_BLAZE_LEGGINGS",
      "feet": "FROZEN_BLAZE_BOOTS"
    }
  ]
}