Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tympanicblock61/modrinth-downloader
https://github.com/tympanicblock61/modrinth-downloader
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tympanicblock61/modrinth-downloader
- Owner: tympanicblock61
- Created: 2022-11-12T22:08:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T23:48:10.000Z (over 1 year ago)
- Last Synced: 2024-08-02T11:18:43.630Z (5 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - tympanicblock61/modrinth-downloader - A small Python script to auto download Modrinth mods (Mod managers/updaters / CLI)
README
# 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]()](https://files.catbox.moe/zmv9nz.mp4)