CraftPack
A utility for building and managing Minecraft modpacks.
// Synopsis
CraftPack is a utility designed to streamline the process of building and managing Minecraft modpacks in a more efficient and organized manner, optimizing the workflow for ease-of-use and maintainability. (Not currently in development, but will be in the future.)
// Features
- Version Control
Not using JAR files for modpacks allows for handling modpack development with version control systems like Git, enabling better collaboration and tracking of changes.
- Dependency Management
When downloading resources, CraftPack can automatically resolve and download dependencies for mods, ensuring that all required files are included in the modpack.
- Cross-Publisher Compatibility
Aims to support multiple mod publishing platforms, such as CurseForge and Modrinth, allowing users to easily publish their modpacks to different platforms without needing to manually adjust files for each one.
- Client-Server Separation
Capable of generating separate modpacks for client and server, allowing for optimized modpack distribution and ensuring that only the necessary files are included for each environment.