aboutsummaryrefslogtreecommitdiff
path: root/mobs/pyroclastic_worm.json
blob: 417b486a603d32d4bc737bf302387e2cb6f914ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "entity": "MagmaCube",
  "modifiers": [
    {
      "type": "riding",
      "entity": "MagmaCube",
      "modifiers": [
        {
          "type": "riding",
          "entity": "MagmaCube"
        }
      ]
    }
  ]
}