{
  "entries": [
    {
      "entity": "minecraft:breeze",
      "offspring_min": 1,
      "offspring_max": 1,
      "birth_entity": "minecraft:breeze",
      "pregnancy_chance_percent": 0,
      "birth_mode": "direct",
      "gender_spawn": {
        "male_chance": 100,
        "female_chance": 0,
        "both_chance": 0
      }
    },
    {
      "entity": "minecraft:vex",
      "offspring_min": 1,
      "offspring_max": 2,
      "birth_entity": "minecraft:vex",
      "birth_mode": "direct",
      "gender_spawn": {
        "male_chance": 100,
        "female_chance": 0,
        "both_chance": 0
      }
    },
    {
      "entity": "minecraft:creeper",
      "offspring_min": 1,
      "offspring_max": 2,
      "birth_entity": "minecraft:creeper",
      "birth_mode": "direct",
      "gender_spawn": {
        "male_chance": 50,
        "female_chance": 50,
        "both_chance": 0
      }
    },
    {
      "entity": "minecraft:allay",
      "offspring_min": 1,
      "offspring_max": 2,
      "birth_entity": "minecraft:allay",
      "birth_mode": "direct",
      "gender_spawn": {
        "male_chance": 100,
        "female_chance": 0,
        "both_chance": 0
      }
    },
    {
      "entity": "minecraft:evoker",
      "offspring_min": 1,
      "offspring_max": 2,
      "birth_entity": "minecraft:pillager",
      "birth_mode": "direct",
      "gender_spawn": {
        "male_chance": 100,
        "female_chance": 0,
        "both_chance": 0
      }
    },
    {
      "entity": "minecraft:pillager",
      "offspring_min": 1,
      "offspring_max": 2,
      "birth_entity": "minecraft:pillager",
      "birth_mode": "direct",
      "gender_spawn": {
        "male_chance": 100,
        "female_chance": 0,
        "both_chance": 0
      }
    },
    {
      "entity": "minecraft:vindicator",
      "offspring_min": 1,
      "offspring_max": 2,
      "birth_entity": "minecraft:pillager",
      "birth_mode": "direct",
      "gender_spawn": {
        "male_chance": 100,
        "female_chance": 0,
        "both_chance": 0
      }
    }
  ]
}
