{
  "name": "end",
  "type": "spawner",
  "enabled": true,
  "loadDefault": true,
  "mobCountMin": 4,
  "ignoreBiomes": true,
  "ignoreLightLevel": true,
  "conditions": [
    {
      "type": "world",
      "dimensionIds": [
        1
      ],
      "dimensionListType": "whitelist"
    }
  ],
  "triggers": [
    {
      "type": "world",
      "chance": 0.25,
      "tickRate": 800
    }
  ],
  "locations": [
    {
      "type": "random",
      "rangeMin": [
        16,
        0,
        16
      ],
      "rangeMax": [
        32,
        32,
        32
      ],
      "sorting": "random",
      "limit": 32,
      "solidGround": true
    }
  ]
}