An open API service indexing awesome lists of open source software.

https://github.com/xurdejl/mrpack-to-zip

Convert Modrinth modpacks into ZIP containing JAR files
https://github.com/xurdejl/mrpack-to-zip

modrinth mrpack

Last synced: 4 months ago
JSON representation

Convert Modrinth modpacks into ZIP containing JAR files

Awesome Lists containing this project

README

          

# ✨ mrpack to zip

Convert Modrinth `.mrpack` modpacks to standard ZIP files containing all the JARs and config files. All processing is done on your local machine.

## 🚀 Development

```bash
# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build
```

## ❤️ Credits

This is a full rewrite of [Fabulously-Optimized/mrpack-to-zip](https://github.com/Fabulously-Optimized/mrpack-to-zip), developed using Vue and Tailwind.

## 📄 License

Licensed under the [GNU General Public License v2.0](./LICENSE).