Minecraft Modpack Manager is a user-friendly desktop application built with Electron. It allows players to manage and update Minecraft modpacks easily by integrating with a Git repository. The app is designed to simplify the process of loading and updating mods and resource packs, making it accessible even for users without coding or Git experience.
- Mod Folder Management: Select your Minecraft folder and manage modpacks effortlessly.
- Branch-based Modpacks: Switch between different modpacks stored as branches in a Git repository.
- Automatic Updates: Pull the latest updates for the selected modpack with a single click.
- File Tracking: Displays the count of .jar files in the mods folder and .zip files in the resourcepacks folder.
- Dark Mode UI: Enjoy a sleek, modern interface designed for dark mode.
- Custom Title Bar: Includes custom minimize, maximize, and close buttons.
Either download the .exe File from the Release Tab or
- Clone this repository:
git clone https://github.com/xSentry/mc-modpack-manager- Navigate to the project directory:
cd mc-modpack-manager- Install dependencies:
npm install- Start the application:
npm start- Select Minecraft Folder:
- Use the "Select Minecraft Folder" button to choose your .minecraft directory.
- Choose a Modpack:
- Select a branch (modpack) from the dropdown menu.
- Initialize or Update Modpack:
- Click the Initialize Manager button to clone the repository if it hasn’t been cloned.
- Click the Update Modpack button to pull the latest changes for the selected modpack.
- Track Mod and Resource Pack Counts:
- The app displays the number of .jar files in the mods folder and .zip files in the resourcepacks folder.
Screenshots
- Fork the repository.
- Create a new branch:
git checkout -b feature-name- Make your changes and commit:
git commit -m "Add feature-name"- Push your branch:
git push origin feature-name- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.