https://github.com/provismet/modrinth-modpack-installer
I just don't really like using 3rd party launchers.
https://github.com/provismet/modrinth-modpack-installer
modrinth modrinth-api
Last synced: over 1 year ago
JSON representation
I just don't really like using 3rd party launchers.
- Host: GitHub
- URL: https://github.com/provismet/modrinth-modpack-installer
- Owner: Provismet
- License: apache-2.0
- Created: 2023-08-05T00:54:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T12:05:31.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T06:42:56.952Z (over 1 year ago)
- Topics: modrinth, modrinth-api
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vanilla Launcher Modrinth Modpack Installer
Modrinth doesn't currently support downloading modpacks directly from the website, but it is possible to do so via 3rd party launchers or the API. This tool is for anyone who simply doesn't want to use a 3rd party launcher to download modpacks.
## Instructions
### Setup
If you *understandably* don't want to download a sketchy .exe from the internet, then follow these steps to run the Python script yourself. Otherwise just skip to the next section.
1. Install [Python 3](https://www.python.org/downloads/).
2. Make sure you have pip (the Python package installer) as part of your installation.
3. In a commandline run `pip install requests`.
4. Run the Modrinth Modpack Installer with Python.
### Using The Tool
1. Download the modpack file from Modrinth.
- The filetype is `.mrpack`.
2. Create an empty new folder to place the Minecraft profile in.
- The folder does not need to be already initialised as a Minecraft profile, any empty folder will do.
3. Launch the modpack installer.
4. Use the buttons to browse to your newly created folder and the modpack `.mrpack` file.
5. Press download.
## Notes
- The installer will create a temporary folder in the same directory that it is placed in (`./modrinthInstallerTemp`), this folder *should* be automatically deleted when execution finishes.
- If the installer fails to remove the temporary folder for whatever reason then a message will be logged asking you to do so manually.
- The installer may fail if the modpack file, the destination folder, and itself are not all placed within the same drive. Move your files around as appropriate.