A modern, cross-platform desktop application for editing Minecraft modpack configuration files through an intuitive GUI.
- 🎯 Automatic Instance Detection - Works with Modrinth, CurseForge, MultiMC, Prism Launcher, and more
- 🔍 Smart Mod Recognition - Automatically extracts mod information from JAR files
- 📝 Multiple Config Formats - Supports TOML, JSON, JSON5, and YAML
- 🎨 Beautiful Interface - Modern dark-mode UI with smooth animations
- 🔎 Powerful Search - Find any setting quickly with natural language search
- 💬 Config Comments - Document your changes with timestamped notes
- 💾 Safe Editing - Automatic backups before making changes
- 🌐 Mod Metadata - Fetches descriptions and icons from Modrinth
Download the latest release for your platform:
- Windows:
.exeinstaller or portable version - Linux:
.AppImageor.debpackage - macOS:
.dmgor.zip
# Clone the repository
git clone https://github.com/MinecraftEvolve/MCED.git
cd MCED
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
npm run package- Open an Instance - Click "Open Instance" and select your Minecraft instance folder
- Browse Mods - Select any mod from the sidebar to view its configs
- Edit Settings - Use toggles, sliders, and inputs to modify config values
- Add Comments - Click the 💬 button to document why you changed a setting
- Save Changes - Click "Save" to apply your changes (automatic backup created)
- Electron - Cross-platform desktop framework
- React - Modern UI library
- TypeScript - Type-safe development
- Vite - Fast build tool
- TailwindCSS - Styling
- Zustand - State management
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Built for the Minecraft modding community with ❤️
- Minecraft modders and mod loader teams (Forge, Fabric, NeoForge, Quilt)
- Modrinth and CurseForge for their APIs
- All open source libraries and contributors
Current Version: 1.1.1 | Platform: Windows, Linux, macOS
