aboutsummaryrefslogtreecommitdiff
path: root/mobs/king_midas.json
blob: 03a134c7c4457933d9b1ed4c2234e79d2a6b4fe3 (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/king_midas.png",
      "parts": true
    },
    {
      "type": "equipment",
      "hand": "GOLD_SWORD",
      "helmet": "GOLD_HELMET",
      "chestplate": "GOLD_CHESTPLATE",
      "leggings": "GOLD_LEGGINGS",
      "feet": "GOLD_BOOTS"
    }
  ]
}