Skip to main content

Module cfpack

Module cfpack 

Source
Expand description

CurseForge modpacks (a zip holding manifest.json and overrides/).

The manifest only lists project/file IDs, so download URLs are resolved through the CurseForge API (API key required). Files whose authors disallow third-party downloads have no downloadUrl and are returned as ManualDownloads.

Structs§

CfManifest
CfManifestFile
CfManifestLoader
CfManifestMinecraft

Constants§

MANIFEST_FILE

Functions§

install_cfpack
Install a CurseForge modpack into instance/{instance_name}. Only required files are downloaded.
install_cfpack_files
Extract overrides and download required files without installing Minecraft or its loader. No Java is required and instance_config.json is not created. Use the returned ModpackInfo to install Minecraft and the loader before the first launch.
read_cf_manifest
Read a CurseForge modpack’s manifest without installing it.