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§
Constants§
Functions§
- install_
cfpack - Install a CurseForge modpack into
instance/{instance_name}. Onlyrequiredfiles are downloaded. - install_
cfpack_ files - Extract overrides and download required files without installing Minecraft or its loader.
No Java is required and
instance_config.jsonis not created. Use the returnedModpackInfoto install Minecraft and the loader before the first launch. - read_
cf_ manifest - Read a CurseForge modpack’s manifest without installing it.