Categorygithub.com/database64128/modpack-dl-go
repository
1.2.0
Repository: https://github.com/database64128/modpack-dl-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Minecraft Modpack Downloader

Test Release AUR version

⚒️⏬ Minecraft modpack downloader written in Go.

Usage

# Display help.
modpack-dl-go -h

# Retrieve and print information about a modpack and its latest version.
modpack-dl-go -modpackID 120

# Retrieve and print information about a modpack and the specified version.
modpack-dl-go -modpackID 120 -versionID 11334

# Download the latest modpack client to the specified directory.
modpack-dl-go -modpackID 120 -clientPath /tmp/modpack-dl-go/client

# Download the latest modpack server to the specified directory.
modpack-dl-go -modpackID 120 -serverPath /tmp/modpack-dl-go/server

# Download the latest modpack client and server to the specified directories.
modpack-dl-go -modpackID 120 -clientPath /tmp/modpack-dl-go/client -serverPath /tmp/modpack-dl-go/server

# Upgrade an existing modpack installation to the latest version.
modpack-dl-go -modpackID 120 -clientPath /tmp/modpack-dl-go/client -serverPath /tmp/modpack-dl-go/server -migrateFromPath /tmp/modpack-dl-go/old

# Same as above, but copy files instead of moving them.
modpack-dl-go -modpackID 120 -clientPath /tmp/modpack-dl-go/client -serverPath /tmp/modpack-dl-go/server -migrateFromPath /tmp/modpack-dl-go/old -preserveMigrationSource

License

GPLv3