From 09c55ce43c463fe1dfbd913953b20406b8f8518c Mon Sep 17 00:00:00 2001 From: comp500 Date: Sun, 12 Jul 2020 23:06:36 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2d1ed1..ff6f8ba 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,16 @@ In future I will have a lot more installation options, but for now the easiest w - Run `packwiz curseforge export` to export the modpack in the format supported by the Twitch Launcher - 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! \ No newline at end of file +- 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