{
  "name": "wateranimalchunk",
  "sharedName": "wateranimal",
  "type": "spawner",
  "enabled": true,
  "loadDefault": true,
  "mobCountMin": 4,
  "ignoreBiomes": false,
  "ignoreLightLevel": true,
  "groupLimitRange": 32,
  "conditions": [
    {
      "type": "world",
      "dimensionIds": [
        -1,
        1
      ],
      "dimensionListType": "blacklist"
    }
  ],
  "triggers": [
    {
      "type": "chunk",
      "chance": 0.05
    }
  ],
  "locations": [
    {
      "type": "random",
      "rangeMin": [
        0,
        0,
        0
      ],
      "rangeMax": [
        7,
        128,
        7
      ],
      "sorting": "random",
      "limit": 32,
      "blocks": [
        "minecraft:water"
      ],
      "listType": "whitelist",
      "solidGround": false
    }
  ]
}