A web-based tool to create custom capes for Minecraft Bedrock Edition. Generate .mcpack
files directly from your browser!
- 🖼️ Image Upload: Drag & drop or select PNG/JPG images
- 👀 Real-time Preview: 64x32 canvas preview
- 📦 Custom .mcpack Generation: Set your own pack name
- 🌓 Dark/Light Mode: Eye-friendly theme switching
- 📱 Mobile Friendly: Works on all device sizes
- ⚡ Instant Download: Get your cape pack in one click
- Visit the Live Demo
- Click "Choose Image" to upload your cape design
- (Optional) Enter a custom pack name
- Preview your design on the canvas
- Click "Generate .mcpack" to download
# Clone repository
git clone https://github.com/pepeongithub/Cape-Generator.git
cd Cape-Generator
# No build required - just open in browser!
open index.html
- Frontend: HTML5 Canvas, JavaScript
- Libraries: JSZip, FileSaver.js
- Styling: CSS Variables, Flexbox, Grid
- Icons: Font Awesome
Modify CSS variables in style.css
:
:root {
--accent: #7289DA; /* Brand color */
--bg: #ffffff; /* Background */
--text: #2c2f33; /* Primary text */
}
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Minecraft is a trademark of Mojang Studios
- Cape template based on Minecraft Bedrock Edition format
- JSZip team for excellent zip library
- FileSaver.js developers
Created with ❤️ by [Pepe]
🔗 Report Issue
💡 Suggest Feature