aboutsummaryrefslogtreecommitdiff
path: root/mobs/autonull.json
blob: ff5cc430c659c59c4332d219a269072664b30ff7 (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/autonull.png",
      "parts": true
    },
    {
      "type": "equipment",
      "hand": "DIAMOND_SWORD",
      "helmet": "CHAINMAIL_HELMET",
      "chestplate": "CHAINMAIL_CHESTPLATE",
      "leggings": "CHAINMAIL_LEGGINGS",
      "feet": "CHAINMAIL_BOOTS"
    }
  ]
}