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
- Host: GitHub
- URL: https://github.com/mathieu2301/mod-assistant
- Owner: Mathieu2301
- Created: 2019-06-01T01:35:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T23:32:01.000Z (over 5 years ago)
- Last Synced: 2025-10-04T23:56:29.820Z (9 months ago)
- Topics: minecraft, minecraft-forge, minecraft-mod, mods
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.