A modern WPF application for downloading, installing, and managing Minecraft mods and servers
Made with love by The404Studios
EzCraft Mod Manager is a beautiful, modern Windows application that makes it easy to:
- Browse and download mods directly from CurseForge and Modrinth (no sketchy websites!)
- Install Forge for any Minecraft version automatically
- Create and manage servers with optimized settings
- Install curated mod packs for zombie survival, guns, horror, and more
- Handle dependencies automatically
- Dark theme with beautiful Material Design-inspired styling
- Smooth navigation between views
- Real-time download progress tracking
- Mod preview images and descriptions
- Downloads directly from CurseForge and Modrinth APIs
- No redirects through ad-filled download sites
- Automatic version compatibility checking
- Dependency resolution and download
- Supports all Minecraft versions (1.7.10 to 1.21.4+)
- Automatic Forge version detection
- Recommended and latest version options
- One-click server installation
- Create multiple server profiles
- Configure RAM, players, game mode, difficulty
- Optimized JVM flags for performance
- Automatic startup script generation
- Enable/disable mods without deleting
- Track installed mods per server
- Update detection (coming soon)
- Conflict detection (coming soon)
Survive waves of intelligent zombies with enhanced AI, new zombie types, and survival mechanics.
Included Mods:
- Zombie Awareness - Smarter zombies that track you by sound and light
- Epic Siege Mod - Zombies break blocks and siege your base
- Tough As Nails - Thirst, temperature, and survival mechanics
- First Aid - Realistic body part damage system
- And more...
Modern and futuristic weapons including guns, explosives, and tactical gear.
Included Mods:
- MrCrayfish's Gun Mod - High-quality 3D guns with attachments
- Timeless and Classics Guns - Classic firearms with realistic mechanics
- Tech Guns - Sci-fi weapons and power armor
- Better Combat - Enhanced melee combat
- And more...
Terrifying creatures, dark atmospheres, and jump scares for horror fans.
Included Mods:
- The Midnight - Dark dimension with terrifying creatures
- Weeping Angels - Don't blink! Doctor Who Weeping Angels
- Grue - Something lurks in the darkness
- Horror Elements - Jump scares and horror ambiance
- Stalker Creepers - Creepers that stalk and hunt you
- And more...
The complete post-apocalyptic experience combining zombies, guns, horror, and survival.
- Windows 10/11
- .NET 8.0 Runtime
- Java 17+ (for running Minecraft servers)
- Go to the Releases page
- Download the latest EzCraftModManager.exe
- Run the application (no installation required)
```bash
git clone https://github.com/The404Studios/EzCraftServer.git
cd EzCraftServer/EzCraftModManager
dotnet build -c Release
dotnet run ```
``` EzCraftModManager/ ├── Models/ # Data models (ModInfo, ServerProfile, etc.) ├── ViewModels/ # MVVM ViewModels ├── Views/ # XAML views and code-behind ├── Services/ # API services (CurseForge, Modrinth, Forge) ├── Converters/ # Value converters for XAML ├── Assets/ # Images and icons └── App.xaml # Application resources and styles ```
CurseForge API
- Uses official CurseForge API v1
- Searches mods filtered by game version and mod loader
- Retrieves mod files with dependency information
- Direct download URLs (bypasses web interface)
Modrinth API
- Uses Modrinth API v2
- Faceted search for mods
- Project versions with loader compatibility
- Direct file downloads
Forge Files
- Downloads from official Maven repository
- Parses version metadata for available versions
- Installer-based server setup
- Uses CommunityToolkit.Mvvm for INotifyPropertyChanged
- Clean separation of concerns
- Dependency injection ready
- Async/await throughout
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
This project is licensed under the MIT License.
- Minecraft - The amazing game
- MinecraftForge - The modding framework
- CurseForge - Mod hosting and API
- Modrinth - Open-source mod hosting
- The Minecraft Community - For endless creativity
Made with love by The404Studios
Support Discord: https://discord.gg/CrtPtMwcDA