mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 13:06:30 +02:00
Add more information to README.md
This commit is contained in:
parent
00e647fb4b
commit
2d9913cb81
14
README.md
14
README.md
@ -1,5 +1,17 @@
|
|||||||
# packwiz
|
# packwiz
|
||||||
A command-line tool for creating Minecraft modpacks. Join my Discord server if you need help [here](https://discord.gg/Csh8zbbhCt)!
|
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](tutorials/hosting/curseforge.md), or [use packwiz-installer](tutorials/installing/packwiz-installer.md) for an auto-updating MultiMC instance.
|
||||||
|
|
||||||
|
packwiz is great for...
|
||||||
|
|
||||||
|
- Distributing private modpacks for servers
|
||||||
|
- Creating modpacks for CurseForge (and soon Modrinth)
|
||||||
|
|
||||||
|
packwiz is not so great for...
|
||||||
|
|
||||||
|
- Managing downloaded mod files (use [Curse/GDLauncher or another CLI](https://gist.github.com/comp500/13ae6f058221196077fb19953ac608c7))
|
||||||
|
- People who want a GUI (though there are some [third-party efforts](https://github.com/ExoPlant/packwiz-gui))
|
||||||
|
|
||||||
|
Join my Discord server if you need help [here](https://discord.gg/Csh8zbbhCt)!
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Git-friendly TOML-based metadata format
|
- Git-friendly TOML-based metadata format
|
||||||
|
Loading…
x
Reference in New Issue
Block a user