aboutsummaryrefslogtreecommitdiff
path: root/mobs/ice_walker.json
blob: 870ea7cf7e04e3b132ca301d8b24b3cf3ab9e217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "entity": "Player",
  "modifiers": [
    {
      "type": "playerdata",
      "skin": "neurepo:mobs/ice_walker.png",
      "parts": true
    },
    {
      "type": "equipment",
      "hand": "IRON_SWORD",
      "helmet": "PACKED_ICE",
      "chestplate": "GLACITE_CHESTPLATE",
      "leggings": "GLACITE_LEGGINGS",
      "feet": "GLACITE_BOOTS"
    }
  ]
}