readme. don't reference the project i stole code from.

This commit is contained in:
iou1name 2019-06-02 15:39:09 -04:00
parent 155518b787
commit 82638d56d1

View File

@ -1,12 +1,17 @@
# Mine
# Overwrought
It manages Minecraft modpacks.
## Requirements
Python 3.6+
#### Master
Python packages: `requests bs4`
#### Server
Python packages: `flask`
#### Slave
Python packages: ` `
## Usage
`$ python3 mine.py action [options] [target]`
`$ python3 overwrought_master.py action [options] [target]`
__actions__
* `add` Add a new mod to the modpack. `target` must be a url to a curseforge mod project page. By default, it will prioritize release phases as Release, Beta and then Alpha. `--phase` can alter this. Will always grab the latest version of whichever phase it targets.
* `add_all` Add a list of mods to the modpack. `target` must be a file containing a newline-delineated list of curseforge mod project page urls. Will prioritize release phases similar to `add`, however `--phase` will not affect it.