Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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
```