This is a simple downloader for Minecraft: Java Edition.
It is simple and lightweight and you can distribute this program to your friends. Run it and play Minecraft with your mods, shaderpacks and even options!
-
Make a simple
json. How? -
Build this application
-
run
main.exe
| key | values |
|---|---|
| mcversion | Version of Minecraft (latest is also ok) |
| modloader (if needed) | Version of Modloader (latest is also ok) |
| title | Title to show in Installer |
| description | Description to show in Installer |
| mods(shaderpacks resourcepacks) | [{"project_id": "R6NEzAwj", "version_id": "latest"}, {"url": "https://xxx.com/xxx/xxx.jar"}] |
-
Run
python3 main.py search-[mods; shaders; resourcepacks] KEYWORD(replace KEYWORD) to get a list of projects, you can find theproject_idhere. -
Run
python3 main.py list-versions PROJECT_ID(replace PROJECT_ID) to get the versions of the project, or simplylatest.
create an archive called override.zip in the directory of main, these files will be copied to the Minecraft instance folder
for example
- saves
-
- New World
-
- New World (1)
- options.txt
- ......
No need to include *.jar *-natives/ and such binaries. We can deal with them.