A template for your modpack repository.
- Develop modpack under HMCL launcher with exported modpack's files.
- Ability to pack your modpack in curseforge format (modrinth format will be produced in the future).
- Auto upload your modpack to Actions.
- Click the button
Use this template
, then clone the repository to local. - Put the files of your modpack(like
modlist.html
) into the foldermodpack
. - Put the launcher into the folder
modpack
or add a new directory then set the instance directory in the launcher. (don't enable theIsolated
, use theDefault
) - Launch your modpack and develop it!
- Besides, if you need to manage some files, open the file
.gitignore
then operate them.