mmod
v1.1.7
Published
Minecraft mods loader/unloader
Downloads
5
Readme
MMOD Minecraft Mod Loader unloader
This node module is for loading and unloading minecraft mods base on the version of the mod in question
Installing
Pretty easy to install juste type in : npm install mmod -g
How to use
- 1- create mods folder with version :
mmod mk [minecraft mod version] e.g. mmod mk 1.11.2
- 2- to unload all mods that hasn't been splitted up :
mmod unload
- 3- after that every mods will be in
%appdata%\.mmod\NoVersion\
- 4- after you have created the folders and unload the others you can put every mods you have in
%appdata%\.mmod\[version]\
- 5- Now you can load every version whit a simple command :
mmod load [version] e.g. mmod load 1.11.2
Acknowledgments
D'ont forget that it's better to close minecraft before using thoses commands never be too carrefull ;)