{
  "name": "fishingvoid",
  "type": "spawner",
  "enabled": true,
  "loadDefault": false,
  "mobCountMin": 1,
  "ignoreDimensions": true,
  "ignoreBiomes": true,
  "ignoreLightLevel": true,
  "ignoreForgeCanSpawnEvent": true,
  "conditions": [
    {
      "type": "world",
      "dimensionIds": [
        1
      ],
      "dimensionListType": "whitelist"
    }
  ],
  "triggers": [
    {
      "type": "fishing",
      "chance": 0.05
    }
  ],
  "locations": [
    {
      "type": "block",
      "rangeMin": [
        0,
        0,
        0
      ],
      "rangeMax": [
        2,
        2,
        2
      ],
	  "yMax": 20,
      "sorting": "near",
      "limit": 1,
      "blocks": [
        "minecraft:air"
      ],
      "listType": "whitelist",
      "solidGround": false
    }
  ],
  "mobSpawns": [
    {
      "mobId": "lycanitesmobs:grue",
      "weight": 16
    },
    {
      "mobId": "lycanitesmobs:argus",
      "weight": 4
    },
    {
      "mobId": "lycanitesmobs:spectre",
      "weight": 1
    }
  ]
}