Remove pack-root, fix serve command (fixes #39)

index.toml is now the pack root - if you want to replicate
what the pack-root option would have provided, just move
your index.toml (and update the path in pack.toml)
This commit is contained in:
comp500
2021-06-13 19:15:33 +01:00
parent 8cbe7d4c61
commit 76460c5414
3 changed files with 22 additions and 17 deletions

View File

@@ -79,5 +79,4 @@ For use on servers, add the `-g` flag to disable the GUI and `-s server` to down
- `mods-folder` The folder to save mod metadata files into, for the install commands (relative to the pack root)
- `acceptable-game-versions` A list of additional Minecraft versions to accept when installing or updating mods
- `no-internal-hashes` If this is set to true, packwiz will not generate hashes of local files, to prevent merge conflicts and inconsistent hashes when using git/etc.
- `packwiz refresh --build` can be used in this mode to generate internal hashes for distributing the pack with packwiz-installer
- `pack-root` A custom directory, containing the modpack files and optional .packwizignore file (defaults to the index file location)
- `packwiz refresh --build` can be used in this mode to generate internal hashes for distributing the pack with packwiz-installer