For setup instructions please see the Allium documentation page that relates to the IDE that you are using.
Generally:
- Run the
gradle runGenLuaSourcestask. This is for lua defintions of game sources. - Set the script ID, version, and name in the
gradle.properties. - Navigate to the script's directory at
src/main/resources/scripts - Rename the
script_iddirectory to the ID that was set ingradle.propertiesin step 2
To test, launch the Minecraft Client IDEA task (or representative task in your respective IDE).
To build, launch the gradle build task. A distributable zip archive is created in the build/script directory.
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.