{
  "name": "underground",
  "type": "spawner",
  "enabled": true,
  "loadDefault": false,
  "mobCountMin": 6,
  "ignoreBiomes": false,
  "ignoreLightLevel": false,
  "conditions": [
    {
      "type": "world",
      "dimensionIds": [
        4,
        3
      ],
      "dimensionListType": "blacklist"
    }
  ],
  "triggers": [
    {
      "type": "world",
      "chance": 0.2,
      "tickRate": 900
    }
  ],
  "locations": [
    {
      "type": "random",
      "rangeMin": [
        16,
        0,
        16
      ],
      "rangeMax": [
        32,
        32,
        32
      ],
      "yMax": 50,
      "sorting": "random",
      "limit": 24,
      "surface": false,
      "solidGround": true
    }
  ]
}