Skip to content

TheRoboticHydra/ModPackDownloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a small python script to download you favourite minecraft modpacks, and play it without any troubles of other downloader.

NOTE: This tutorial is assuming that you already have installed python and forge version of the modpack you want

Instructions:

A) Downloading the modpack

  1. Clone this repo or download the zip and extract the content into a folder.

  2. Download the zip file of the modpack you want and then place it into the folder you created in step 1.

  3. Open cmd or powershell in adminstrator mode and change the directory to the working folder ie, the folder in step 1.

  4. To download the modpack run the following command: Python downloader.py <name of zip file of the modpack>.

B) To add the modpack to the launcher

  1. Open the launcher and go to installations.

  2. create a new profile.

  3. Name the installation something youll understand.

  4. Select the version as the forge version you installed.

  5. In the Game Directory field place the directory of the folder the script makes after you run the script.

  6. select more options and in jvm arguments in -Xmx, replace the number as the amount of ram indicated by the modpack maker for example if the modpack recomends 6gb of ram replace it as -Xmx6G

  7. click create and enjoy.

About

A modpack downloader for minecraft, using python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%