mirror of
https://github.com/packwiz/packwiz.git
synced 2025-11-18 17:14:32 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user