assuming you have a .kt
file and .lock.hjson
ready to use from
Building
Disclaimer: this functionality is not supported by the MultiMC devs, so do not annoy them with bugreports about voodoo.. come to me (NikkyAI) instead
on windows it is required that multimc is available on the path and multimc is closed prior to running the command
those restrictions do not apply on linux (and i have no mac to test)
now with all that out of the way.. lets run the pack locally
./gradlew awesomepack --args "test mmc"
to force a clean install of the pack you can use
./gradlew awesomepack --args "test mmc --clean"
this assumes prior knowledge of skcraft creator tools
you can package the modpack for skcraft
./gradlew awesomepack --args "pack sk"
this will create a workspace
folder
you can now open the workspace with the skcraft creator tools as usual
this is all fow now
TODO: add package.md and deploy.md