/getFTBpack

A downloader for FTB packs

Primary LanguageGoGNU General Public License v3.0GPL-3.0

getFTBpack - a FTB modpack downloader

How to run

If you have Nix installed and Flakes enabled, just do

nix run github:42LoCo42/getFTBpack <pack ID> <version ID>

Else, install Go and clone & run with these commands:

git clone https://github.com/42LoCo42/getFTBpack
cd getFTBpack
go run . <pack ID> <version ID>

Where to get the IDs from?

On the FTB website of a pack (example), go to the versions tab and find the ID of the version you want.

img/versionID.png

To find the pack ID, scroll down a bit until you see the section labelled “Developer / Server Admin”. Here the pack ID and latest release ID are located.

img/packID.png