McPackGenerator is a Java application that allows users to compress a selected directory into a .mcpack file. It uses JavaFX for the GUI and Java's built-in zip functionality for compression.
- JavaFX 17 or higher(Zulu JDK with JavaFX is recommended)
- Clone the repository:
git clone https://github.com/andre-carbajal/McPackGenerator.git
- Navigate to the project directory:
cd McPackGenerator
- Build the project
- Go to the releases page of the repository.
- Download the latest release.
- Ensure you have a JDK that includes JavaFX 17 or higher, or add the necessary JavaFX modules to your JDK.
- Run the application:
java -jar McPackGenerator.jar
- Use the GUI to select a directory and generate a .mcpack file.
- Select a directory to compress into a .mcpack file.
- The application ignores certain folders like
.git
and.gitignore
during compression. - The application provides a GUI for easy usage.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.