{
  "name": "mineshaft",
  "type": "spawner",
  "enabled": true,
  "loadDefault": false,
  "mobCountMin": 2,
  "ignoreDimensions": true,
  "ignoreBiomes": true,
  "ignoreLightLevel": false,
  "conditions": [],
  "triggers": [
    {
      "type": "world",
      "chance": 0.20,
      "tickRate": 1200
    }
  ],
  "locations": [
    {
      "type": "block",
      "rangeMin": [
        16,
        0,
        16
      ],
      "rangeMax": [
        32,
        32,
        32
      ],
      "sorting": "random",
      "blocks": [
        "minecraft:planks",
        "minecraft:rail",
        "minecraft:web"
      ],
      "blockCost": 8,
      "listType": "whitelist",
      "requiredBlockTypes": 4
    }
  ],
  "mobSpawns": [
    {
      "mobId": "lycanitesmobs:banshee",
      "weight": 8
    }
  ]
}