aboutsummaryrefslogtreecommitdiff
path: root/mobs/rider_of_the_deep.json
blob: 7a6dbde1bba1ceb1ef935b2c63bc4376344e314b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "entity": "Chicken",
  "modifiers": [
    {
      "type": "riding",
      "entity": "Zombie",
      "modifiers": [
        {
          "type": "equipment",
          "hand": "DIAMOND_SWORD",
          "helmet": "CHAINMAIL_HELMET",
          "chestplate": "CHAINMAIL_CHESTPLATE",
          "leggings": "CHAINMAIL_LEGGINGS",
          "feet": "CHAINMAIL_BOOTS"
        },
        {
          "type": "age",
          "baby": "true"
        }
      ]
    }
  ]
}