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