{
  "name": "water",
  "type": "spawner",
  "enabled": true,
  "loadDefault": false,
  "mobCountMin": 8,
  "ignoreBiomes": false,
  "ignoreLightLevel": false,
  "conditions": [],
  "triggers": [
    {
      "type": "world",
      "chance": 0.25,
      "tickRate": 600
    }
  ],
  "locations": [
    {
      "type": "random",
      "rangeMin": [
        42,
        0,
        42
      ],
      "rangeMax": [
        48,
        48,
        48
      ],
      "sorting": "random",
      "limit": 32,
      "blocks": [
        "minecraft:water"
      ],
      "listType": "whitelist",
      "solidGround": false
    }
  ]
}