Update README.md

This commit is contained in:
comp500 2020-07-12 23:06:36 +01:00 committed by GitHub
parent d789066039
commit 09c55ce43c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,3 +19,15 @@ In future I will have a lot more installation options, but for now the easiest w
- Run `packwiz serve` to start a local HTTP server running the pack - which packwiz-installer can install from
- Use the `--help` flag for more information about any command
- Use [packwiz-installer](https://github.com/comp500/packwiz-installer) as a MultiMC prelaunch task for auto updating, optional mods and side-only mods!
### Resources
- See https://suspicious-joliot-f51f5c.netlify.app/index.html for some documentation
- I am in the process of rewriting the format, so there may be information there that is outdated
- See https://github.com/Fibercraft/Temporary-Modpack for an example of an existing modpack using packwiz
- This repository can be published to a service like Github Pages or Netlify and installed using packwiz-installer
- This repository also shows the use of `.gitattributes` and `.packwizignore` to disable line ending modification (so that the hashes are correct) and ignore git-specific files
### Things that are broken
- The CurseForge API is currently broken, so for 1.16/1.16.1 mods
- You need to specify the URL directly when installing e.g. `packwiz cf install https://www.curseforge.com/minecraft/mc-mods/motiono/files/2983176`
- The update command may not find a new version properly