aboutsummaryrefslogtreecommitdiff
path: root/mobs/grunt.json
blob: 091cc4744eca7ba6fa68e79538a6c0cf1a837af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "entity": "Player",
  "modifiers": [
    {
      "type": "playerdata",
      "skin": "neurepo:mobs/grunt.png",
      "parts": true
    },
    {
      "type": "equipment",
      "hand": "IRON_PICKAXE"
    }
  ]
}