Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Releases: Nincraft/ModPackDownloader

0.2.1

29 Jun 05:21
Compare
Choose a tag to compare

Fix issue with modpack not unzipping mods after Forge check

v0.2 - Curse ModPack Downloading/Updating with MultiMC

23 Jun 15:31
Compare
Choose a tag to compare

Major Features

Update Curse ModPacks with MultiMC (or really any launcher)

As described by @Watchful1 in #28, adding a modpackid file in your MultiMC minecraft folder with the modpack slug in it, this jar, and adding the prelaunch command on your instance to run this jar with the -updateCurseModPack option will automatically download and unpack the latest version of that modpack. You'll have to setup the correct Forge version yourself, but the downloader will stop you if you have the incorrect version.

Batch add Curse mods via URLs

Adding a "batchAddCurse" JSON array of Curse URLs to your manifest and running an update will automatically add the latest version of those mods for your Minecraft version to the manifest.

Minor Features

  • Fixed some bugs
  • Mod directory will be backed up during modpack updating
  • Other stuff I probably forgot about

v0.1.1

02 Jun 00:11
Compare
Choose a tag to compare

Fixed a crash when running with no arguments

v0.1 release

13 May 03:19
Compare
Choose a tag to compare

First actual release