|
|
@ -6,10 +6,13 @@ Grab the latest [packwiz bootstrapper](https://github.com/packwiz/packwiz-instal |
|
|
|
wget https://github.com/packwiz/packwiz-installer-bootstrap/releases/download/v0.0.3/packwiz-installer-bootstrap.jar |
|
|
|
wget https://github.com/packwiz/packwiz-installer-bootstrap/releases/download/v0.0.3/packwiz-installer-bootstrap.jar |
|
|
|
wget https://maven.minecraftforge.net/net/minecraftforge/forge/1.18.2-40.1.68/forge-1.18.2-40.1.68-installer.jar |
|
|
|
wget https://maven.minecraftforge.net/net/minecraftforge/forge/1.18.2-40.1.68/forge-1.18.2-40.1.68-installer.jar |
|
|
|
|
|
|
|
|
|
|
|
# Download modpack files. Also run this to update. |
|
|
|
# Download modpack files. Run this same command to update the pack as well. |
|
|
|
java -jar packwiz-installer-bootstrap.jar -g -s server https://meowface.org/copygirl/heck/pack.toml |
|
|
|
# Replace $BRANCH with a release version such as `v2.0.0`, or a branch like `main` or `dev`. |
|
|
|
|
|
|
|
java -jar packwiz-installer-bootstrap.jar -g -s server https://meowface.org/copygirl/heck/$BRANCH/pack.toml |
|
|
|
|
|
|
|
|
|
|
|
# Changes made to files in `defaultconfigs` during updates are not applied to existing worlds. |
|
|
|
# Changes made to files in `defaultconfigs` during updates are not applied to existing worlds. |
|
|
|
# Therefore it is advised to copy them over by running the following command. |
|
|
|
# Therefore it is advised to copy them over by running the following command. |
|
|
|
|
|
|
|
# Replace $WORLD_LOCATION with the location of the world folder, `world` by default. |
|
|
|
cp defaultconfigs/* $WORLD_LOCATION/serverconfig/ |
|
|
|
cp defaultconfigs/* $WORLD_LOCATION/serverconfig/ |
|
|
|
|
|
|
|
|
|
|
|
# Download Minecraft and Forge files. |
|
|
|
# Download Minecraft and Forge files. |
|
|
|