@ -14,13 +14,13 @@ It should be noted that packwiz will keep an `index.toml` file and update `pack.
git update-index --assume-unchanged pack.toml
```
To test changes tocally, you can run `packwiz serve` to deploy a simple webserver that just hosts the modpack files. Setting your instance's pre-launch command to the following command will allow it to update from local files when starting up.
To test changes locally, you can run `packwiz serve` to deploy a simple webserver that just hosts the modpack files. Setting your instance's pre-launch command to the following command will allow it to update from local files when starting up.
While the game is running, you can use `rsync` to synchronize the `kubejs/` folder after making changes. This allows you to make, for example, recipe changes and test them out in-game, without restarting, simply by running the `/reload` command.
While the game is running, you can for example use `rsync` to synchronize the `kubejs/` folder after making changes. This allows you to make recipe changes and more, and test them out in-game, without restarting, simply by running the `/reload` command.
```sh
# Just replace $PATH_TO_INSTANCE with your instance's location.