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