{
  "name": "fire",
  "type": "spawner",
  "enabled": true,
  "loadDefault": false,
  "mobCountMin": 2,
  "mobCountMax": 5,
  "ignoreDimensions": true,
  "ignoreBiomes": true,
  "ignoreLightLevel": true,
  "dropsRequirePlayerDamage": true,
  "conditions": [
    {
      "type": "world",
      "dimensionIds": [
        -1,
        3
      ],
      "dimensionListType": "blacklist"
    }
  ],
  "triggers": [
    {
      "type": "world",
      "chance": 0.25,
      "tickRate": 600
    }
  ],
  "locations": [
    {
      "type": "block",
      "rangeMin": [
        16,
        0,
        16
      ],
      "rangeMax": [
        32,
        32,
        32
      ],
      "sorting": "random",
      "blocks": [
        "minecraft:fire"
      ],
      "blockCost": 12,
      "listType": "whitelist"
    }
  ],
  "mobSpawns": [
    {
      "mobId": "lycanitesmobs:cinder",
      "weight": 8
    }
  ]
}