MC Mod Handler is an Electron app designed to make it easier and faster to handle and update your Minecraft mods without an ugly or slow launcher or app.
Download and extract the latest .zip download from the releases section.
Run mc-mod-handler.exe
Clone the repo with your preferred method, then download the necessary npm packages. Run with npm run dev
git clone https://github.com/slushie0/mc-mod-handler.git
cd mc-mod-handler
npm i
npm run devCurrently it only supports windows, I have no idea how or if it will function on other platforms
npm run package-winThis will create a release-builds folder containing the built app
The app is fairly intuitive, open an issue or DM me on discord if something isn't working.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.