Update README for Modrinth exporting

This commit is contained in:
comp500 2021-12-28 23:20:41 +00:00
parent 20e57ac220
commit e233ac09c7

View File

@ -1,10 +1,10 @@
# packwiz # packwiz
packwiz is a command line tool for creating Minecraft modpacks. Instead of managing JAR files directly, packwiz creates TOML metadata files which can be easily version-controlled and shared with git (see an example pack [here](https://github.com/packwiz/packwiz-example-pack)). You can then [export it to a CurseForge modpack](https://packwiz.infra.link/tutorials/hosting/curseforge/), or [use packwiz-installer](https://packwiz.infra.link/tutorials/installing/packwiz-installer/) for an auto-updating MultiMC instance. packwiz is a command line tool for creating Minecraft modpacks. Instead of managing JAR files directly, packwiz creates TOML metadata files which can be easily version-controlled and shared with git (see an example pack [here](https://github.com/packwiz/packwiz-example-pack)). You can then [export it to a CurseForge or Modrinth modpack](https://packwiz.infra.link/tutorials/hosting/curseforge/), or [use packwiz-installer](https://packwiz.infra.link/tutorials/installing/packwiz-installer/) for an auto-updating MultiMC instance.
packwiz is great for... packwiz is great for...
- Distributing private modpacks for servers - Distributing private modpacks for servers
- Creating modpacks for CurseForge (and soon Modrinth) - Creating modpacks for CurseForge and Modrinth
packwiz is not so great for... packwiz is not so great for...
@ -18,7 +18,8 @@ Join my Discord server if you need help [here](https://discord.gg/Csh8zbbhCt)!
- MultiMC pack installer/updater, with support for optional mods and fast automatic updates - perfect for servers! - MultiMC pack installer/updater, with support for optional mods and fast automatic updates - perfect for servers!
- Pack distribution with HTTP servers, with a built in local server for testing - Pack distribution with HTTP servers, with a built in local server for testing
- Easy installation and updating of multiple mods at once from CurseForge and Modrinth - Easy installation and updating of multiple mods at once from CurseForge and Modrinth
- Exporting and importing to/from CurseForge packs - Exporting to CurseForge and Modrinth packs
- Importing from CurseForge packs
- Server-only and Client-only mod handling - Server-only and Client-only mod handling
- Creation of remote file metadata from JAR files for CurseForge mods - Creation of remote file metadata from JAR files for CurseForge mods