This quick reference is based on official Forge tutorial
- Open console with current directory set to mod directory (CzikenMod)
- Execute
gradlew setupDecompWorkspace
- You can now setup and import project to your IDE
- For Eclipse run
gradlew eclipse
and import generated project to a workspace. - For InteliJ there are steps described in official Forge tutorial (link above).
- For Eclipse run
If you encounter any difficulties in setting up the project, go to official tutorial site.
- Open console with current directory set to mod directory
- Execute
gradlew build
- Output files are located in CzikenMod/build/libs
- Spigot docs
- Select Creating a blank plugin for your IDE
- Import files
- Build using your tools