A Python utility to download mods from Modrinth.
Check this package out at PyPI.
In linux, it does not automatically install the module wget
.
To do this, do pip install wget
in the terminal.
To download this package:
pip install downrinth
To import ModrinthDown:
from downrinth import *
To download mod from Modrinth
downloadMod(modSlug, modloader, gameversion, minecraftdirectory)
from downrinth import downloadMod
downloadMod("sodium", "fabric", "1.17.1", "C:\users\username\appdata\roaming\.minecraft")
That downloads Sodium into the mods folder in the Minecraft directory.
Resource Pack downloads
Shader downloads
Proper mod manager with GUI