- Run the executable with the following command:
./cfmd <path_to_modpack_zip> <path_to_output_folder>
Example:
./cfmd ~/Downloads/RLCraft.zip ~/Downloads/RLCraft
- The modpack will be extracted to the output folder. Then you need to copy the contents of the output folder to your Minecraft instance folder.
- Install the requirements:
pip install -r requirements.txt
- Run the build script:
./build.sh
- The executable will be in the
dist
folder.