Setup with Gradle
How to use JackFredLib in your projects
Adding the repository
JackFredLib is available on my Maven repository. In your buildscript:
Adding modules
JackFredLib depends on Fabric API for all of it's modules.
It's recommended to bundle JackFredLib in your mod via Gradle's include
directive.
JackFredLib can either be included as a whole (excluding Config):
Or, on a per-module basis:
You can find the latest versions for each modue on the GitHub release feed.
Make sure you include any module dependencies - for example, the Lying module requires both the Colour and Base modules.
Last updated