aboutsummaryrefslogtreecommitdiff
path: root/mobs/taurus.json
blob: b1bc5f1d6429f9d4aab76efec8e98698b8c3161f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "entity": "Pig",
  "modifiers": [
    {
      "type": "riding",
      "entity": "Player",
      "modifiers": [
        {
          "type": "playerdata",
          "skin": "neurepo:mobs/taurus.png",
          "parts": true
        },
        {
          "type": "equipment",
          "hand": "GOLDEN_SWORD"
        }
      ]
    }
  ]
}