aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 3cb9ccdc3b8d1f6e66dd7d6995da611465cdfcfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Git-Based Modpack Manager
---

Script to update modpacks automatically

#### To Use

Simply put the location of your `mods` folder in `pack-location.txt` and run `python update.py install`

Requires the `requests` module.

#### Maintenance:

To check `downloads.txt` modlist for updates against `latest-urls.txt` modlist, run `python update.py check_updates`
To automatically populate `downloads.txt` with the most recent versions of mods listed in `latest-urls.txt` run `python update.py apply_updates`