proatgram / ModDown

A simple linux program that downloads mods in a curseforge modpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModDown

A simple linux program that downloads mods in a curseforge modpack

This is a simple program that downloads all the mods in a modpack that you download from curseforge if you don't want to install the curseforge app.

This program currently only supports Minecraft ModPacks, but others may be added.

Building

Linux


Prerequisites

  • libzip (Avaliable in apt repositories or on Github.)
  • json (Avaliable on Github)
  • indicators (Avaliable on Github)

Building & installing

mkdir build && cd build
cmake ..
make && make install

About

A simple linux program that downloads mods in a curseforge modpack

License:GNU General Public License v3.0


Languages

Language:C++ 93.9%Language:CMake 6.1%