Update Home
+6
@@ -12,6 +12,12 @@
|
||||
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.
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user