Skip to content

Geckolib is an entity animation loader for Java Edition, which lets you export bedrock animations and play them automatically.

License

Notifications You must be signed in to change notification settings

RavageZombies/geckolib

 
 

Repository files navigation

geckkolib

Geckolib is an entity animation loader for Java Edition, which lets you export bedrock animations and play them automatically.

Installation

curseforge

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'
}

Documentation

GeckoLib provides detailed documentation in the form of a wiki and javadocs. GeckoLib is currently available for 1.12 and 1.15.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL 3.0

About

Geckolib is an entity animation loader for Java Edition, which lets you export bedrock animations and play them automatically.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%