Update Home

2026-07-19 17:48:03 +00:00
parent b82ebdc210
commit c982390944
+6
@@ -12,6 +12,12 @@
6. In Prism right click the IMR6 instance > Edit > Settings > Custom Commands > Tick "Override Global Settings". 6. In Prism right click the IMR6 instance > Edit > Settings > Custom Commands > Tick "Override Global Settings".
7. Now append the command below to the start of the "Pre-launch Command" section. 7. Now append the command below to the start of the "Pre-launch Command" section.
WIndows:
```
JAVA -jar "$INST_DIR\packwiz-installer-bootstrap.jar" https://git.zombiebytes.net/mad-sqwad/imr6-patches/raw/branch/main/pack.toml
```
Linux:
``` ```
$INST_JAVA -jar $INST_DIR/packwiz-installer-bootstrap.jar https://git.zombiebytes.net/mad-sqwad/imr6-patches/raw/branch/main/pack.toml $INST_JAVA -jar $INST_DIR/packwiz-installer-bootstrap.jar https://git.zombiebytes.net/mad-sqwad/imr6-patches/raw/branch/main/pack.toml
``` ```