{
  "type": "forge:add_spawns", // Required
  "biomes": "#skylandscore:is_ogstrato", // Accepts a biome id, [list of biome ids], or #namespace:biome_tag
  "spawners":
  {
    "type": "skylandscore:stone_orb", // Type of mob to spawn
    "weight": 100, // int, spawn weighting
    "minCount": 1, // int, minimum pack size
    "maxCount": 4 // int, maximum pack size
  }
}