The example mod for Puzzle Loader
For testing in the dev env, you can use the gradle runLoader task
For building, the usual gradle buildBundleJar task can be used. The output will be in the build/libs/ folder
- Most project properties can be changed in the
gradle.properties - To change author, description and stuff that is not there, edit
src/main/resources/puzzle.mod.json - The project name is defined in
settings.gradle - To add Puzzle mods in the build, make sure to use
internalormodrather thanimplementation - To bundle your dependencies use
bundleand run taskgradle buildBundleJarorgradle buildSlimJarfor a more cut down version.