#!/usr/bin/env python3 """ Configuration settings for overwrought_master.py. `mc_ver` is used literally when searching for an appropriate verison of a mod to download. Should not include the minor version. `modpack_name` is used for vanity purposes when naming the modpack. `password` is the password used for uploading to the remote server. `remote_addr` is the address of the remote Overwrought server. """ mc_ver = "1.12" modpack_name = "motherlode1" password = r"""PASSWORD""" remote_addr = "https://stream.steelbea.me/overwrought"