requestProjectWithFiles

abstract suspend fun requestProjectWithFiles(mcVersions: List<String>, loaders: List<String>, input: String, fileId: String? = null, numberOfFiles: Int = 1, projectType: ProjectType? = null): <Error class: unknown class><Project, ActionError>

Requests project with files for specified combinations of Minecraft versions and mod loaders.

Return

A Project with requested project files, or null if no data is found.

Parameters

mcVersions

The list of Minecraft versions.

loaders

The list of mod loaders.

input

The input for the project files request.

numberOfFiles

The number of files to take. Defaults to 1.

projectType

The type of project.