tympanicblock61 / modrinth-downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modrinth-downloader

credits

crosby: Crosby#9153 - helped with alot of stuff

config file syntax; it can contain either mod id or name and it works to get the mod from both
location is the location the mods will be downloaded to or if its set to none then the downloader will use the name of the config file
if delete is set to true and the location is set then if that location has any mod files they will be deleted

{
  "loader": "fabric",
  "version": "1.19.2,
  "location": "test",
  "delete": true,
  "modrinth": [
     "LQ3K71Q1",
     "dynamic-fps"
  ]
}

tutorial on ids and name
Watch the video

About


Languages

Language:Python 100.0%