-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
This is a fabric mod template! Feel free to import, but you'd better read the instructions.
You first need to change gradle.properties so that they refer to the right classes, etc.
To change the license used, change the LICENSE and HEADER.txt to the license and the header you want.
In order to make Travis CI build correctly, you need to change these lines to refer to the correct repositories.
You can consider adding more dependencies, such as uncommenting the fabric api dependency.
Don't forget to update your readme as well!
You need to add these environmental variables to the Travis CI settings of your repository.
The GitHub OAuth token, required for publishing to GitHub releases and deploying Javadocs to GitHub pages. You need to use an OAuth token (or create a new one) with these permissions:
Make sure the token's owner has write access to your repository (in case you are using a bot account)
The username used for Bintray uploading.
The API key for the user account that does the bintray upload. You can go to Bintray user settings and go to the "API Key" section in the bottom to retrieve it.