mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Minecraft Version support (#458)
* add support for other java/forge versions * fix fetching correct mod for specified version. * add support for other java/forge versions * fix fetching correct mod for specified version. * convert MinecraftClient.py to read forge versions from Randomizer Mod Repo. * add minecraft_versions.json to gitignore. * remove redundant json import * update host to release. add forge checking, fixed duplicated code due to merge. * clerify that beta channel will most likely make games no longer playable on release channel * convert commetns to docstrings.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -77,6 +77,7 @@ MANIFEST
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
installer.log
|
||||
|
||||
# Unit test / coverage reports
|
||||
htmlcov/
|
||||
@@ -154,6 +155,7 @@ cython_debug/
|
||||
#minecraft server stuff
|
||||
jdk*/
|
||||
minecraft*/
|
||||
minecraft_versions.json
|
||||
|
||||
#pyenv
|
||||
.python-version
|
||||
|
Reference in New Issue
Block a user