Skip to content
liach edited this page Jul 4, 2019 · 3 revisions

This is a fabric mod template! Feel free to import, but you'd better read the instructions.

Customize

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!

Environmental variables

GITHUB_OAUTH_TOKEN

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:

public_repo and repo:deployment

Make sure the token's owner has write access to your repository (in case you are using a bot account)

bintray_user

The username used for Bintray uploading.

bintray_key

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.

Clone this wiki locally