Skip to content

XDjackieXD/PackUpdate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PackUpdate

Now maintained again by Kilobyte22

WTF?

A simple program that downloads and updates modpacks automatically. It was written to work directly as a pre-launch command for MultiMC and features

  • Delta updates (only download mods that changed).
  • Easy creation of modpacks (just a text file with names, versions, download links and checksums)
  • No need for a huge amount of webspace or traffic!

How?

For a detailed explanation on how to set up PackUpdate see the Wiki

How to build?

Install Scala and SBT, then run sbt assembly. This will produce a standalone jar. For development you can use IntelliJ Idea with the scala plugin, which has native support for sbt