Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update packwiz-installer.md #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/tutorials/installing/packwiz-installer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ To distribute the modpack as a MultiMC instance:
This is the same folder as options.txt - MultiMC will call it `.minecraft` or `minecraft` depending on your system.

3. Go to Edit Instance -> Settings -> Custom commands, then check the Custom Commands box and paste the following command into the pre-launch command field:
- `"$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://[your-server]/pack.toml`
(where `https://[your-server]/pack.toml` is the HTTP URL your `pack.toml` file is hosted at)
- `"$INST_JAVA" -jar packwiz-installer-bootstrap.jar http://[your-server]/pack.toml`
(where `http://[your-server]/pack.toml` is the HTTP URL your `pack.toml` file is hosted at)
4. Use the Export Instance function to export your pack as a `.zip` file (which can be distributed similarly to your pack via a web hosting service)

To install your pack, users just need to add it with Add instance -> Import from zip - then packwiz-installer does the rest, keeping it up to date every time the game is launched!
Expand Down