From 481c16f9661445b068ccc2889664f013c49b967d Mon Sep 17 00:00:00 2001 From: copygirl Date: Wed, 17 Aug 2022 08:55:50 +0200 Subject: [PATCH] Update 'Development' --- Development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Development.md b/Development.md index 9605129..123a0cb 100644 --- a/Development.md +++ b/Development.md @@ -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. ```sh "$INST_JAVA" -jar packwiz-installer-bootstrap.jar http//localhost:8080/pack.toml ``` -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.