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

https://github.com/mathieu2301/mod-assistant

Light tool to manage minecraft mods from different versions
https://github.com/mathieu2301/mod-assistant

minecraft minecraft-forge minecraft-mod mods

Last synced: 2 months ago
JSON representation

Light tool to manage minecraft mods from different versions

Awesome Lists containing this project

README

          

# Mod-Assistant

Light tool to manage mods from differents versions and update them easily.

## Dev installation
1. `git clone https://github.com/Mathieu2301/Mod-Assistant.git`
2. `npm i`
If you want to build : `npm i pkg && pkg .`

## Normal installation
1. Download [the last realase](https://github.com/Mathieu2301/Mod-Assistant/releases/)
2. Rename the file `moda`
3. Place it in your `mods` folder (On Windows, you can copy the file to `C:\Windows\System32`)

## Commands

| Command | Alias | Description |
|- | - | - |
| moda search | - | Search a mod by name |
| moda update | moda u | Update installed mods |
| moda version | - | Change default version of mods |
| moda depend | - | Get all dependencies of a mod |
| moda install | moda i | Update installed mods |
| moda delete | moda remove | Remove a mod |

## Tricks

### Change the version of ALL your mods
If you want to change the version of ALL your installed mods, you have to use the command `moda version` and `moda update`
1. Open a shell in your `mods` folder
2. Type `moda version ` replacing by the version you want to upgrade to.
3. Type `moda update` and all the mods will be re-downloaded if they are available in the version.

### Share your modpack
All installed mods are stored in the `.mods` file. Just share it or save it to make your friends can easily install them.
If you can't rename the `.mods` file, ZIP it.

### Update all your mods
To update all your mods :
1. Open a shell in your `mods` folder
2. Type `moda update`

## TO-DO
- If you call `moda depend all`, it will check all mods dependencies.