Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Aetopia/modpkg
A Simple Mod Manager for Modrinth.
https://github.com/Aetopia/modpkg
Last synced: 6 days ago
JSON representation
A Simple Mod Manager for Modrinth.
- Host: GitHub
- URL: https://github.com/Aetopia/modpkg
- Owner: Aetopia
- License: mit
- Created: 2022-03-24T11:04:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T11:25:22.000Z (over 2 years ago)
- Last Synced: 2024-08-02T11:16:38.310Z (3 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - Aetopia/modpkg - A simple mod manager for Modrinth (Mod managers/updaters / CLI)
README
# modpkg
A Simple Mod Manager for Modrinth.## Aim
This is project aims to implement a simple mod manager for Modrinth API.
Allows the user to update and install mods of their choice.## Usage
#### Begin by creating a profile for a MC installation.
```
modpkg.py -p MyProfile 1.18.2 C:\Users\User\AppData\Roaming\.minecraft\game\1.18.2
```
The same command can be used to update/overwrite an existing profile.#### Install some mods.
```
modpkg.py -i MyProfile sodium lithium modmenu
```#### Update all mods installed for a specific profile.
```
modpkg.py -u MyProfile
```## Requirements
#### Python 3.8 +
#### Modules
```
requests
```