Geckolib is an entity animation loader for Java Edition, which lets you export bedrock animations and play them automatically.
We use jitpack for publishing as it provides easy access to releases and allows for javadocs in the jars (unlike curseforge).
For 1.15.2:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.bernie-g:geckolib:1.15-1.0.2'
}
For 1.12.2:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.bernie-g:geckolib:1.0.0-1.12'
}
GeckoLib provides detailed documentation in the form of a wiki and javadocs. GeckoLib is currently available for 1.12 and 1.15.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.