This is a plugin to provide Curse (chat) support to Thump.
This mod uses Forge's Gradle wrapper for pretty easy setup and building. There are better guides around the internet for using it, and I don't do anything particularly special.
The general idea:
- Setup:
./gradlew clean [setupDevWorkspace/setupDecompWorkspace] [idea/eclipse]
- Building:
./gradlew clean build
If you run in to odd Gradle issues, doing ./gradlew clean
usually fixes it.
The source code of this project is licensed under the terms of the ISC license, listed in the LICENSE file. A concise summary of the ISC license is available at choosealicense.org.