42LoCo42 / getFTBpack

A downloader for FTB packs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A downloader for FTB packs

License:GNU General Public License v3.0


Languages

Language:Go 87.2%Language:Nix 12.8%