2021-08-29 21:03:21 +01:00
## Update Pack Template
This is a template modpack makers can use to easily release their modpack onto multiple platforms.
currently this template only supports
- Windows
- Technic
- MultiMC
### How to use this?
- Modpack Makers
2022-02-25 19:07:26 +00:00
- Well first your going to need to install `busybox` , `git` , `go` `7zip` , and `make` on your computer, I personally reccomend getting all of these through [Scoop ](https://scoop.sh/ )
2021-08-29 21:03:21 +01:00
- After installing scoop, just run
2022-02-25 19:07:26 +00:00
- `scoop install busybox git go make 7zip`
- after you run the previous command, run
- `go install github.com/packwiz/packwiz@latest`
2021-08-29 21:03:21 +01:00
- and everything should be there,
- I reccomend using VSCode to manage your modpack as you have a full visual editor and git manager built in.
2022-02-25 19:07:26 +00:00
- to add mods, run `packwiz <curseforge or modrinth> install <modid>`
2022-02-26 19:01:18 +00:00
- for sodium from curseforge, `packwiz cf install sodium`
2022-02-25 19:07:26 +00:00
- to make a release, run `make multimc` or `make technic`
2021-08-29 21:03:21 +01:00
- Dont forget to make a git repo for your modpack, I reccomend using [GitLab ](https://gitlab.com ) due to its free Large File Support.
2022-02-26 19:01:18 +00:00
- or a place to host the packwiz-data folder!
2021-08-29 21:03:21 +01:00
- Modpack Users
2022-02-26 19:01:18 +00:00
- MultiMC
- Use Java 17, MC 1.16.5 runs just fine on forge AND fabric on java 17