Skip to content

42LoCo42/getCFpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getCFpack

This tool is a simple downloader for CurseForge modpacks, created after MultiMC stopped supporting the new modpack format.

To use it, obtain an API Key and put it into the file key. To download a modpack, get its project ID (for example, Nomifactory has the ID 563950) and execute go run . <ID> (e.g. go run . 563950).

Possible TODOs

  • create a MultiMC instance
  • support for multiple pack versions (currently, only the first result is chosen)
  • file integrity checks
  • in-place updates