fadookie / geckolib

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geckkolib

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

Installation

curseforge Java CI with Gradle

We use jitpack for publishing as it provides easy access to releases and allows for javadocs in the jars (unlike curseforge).

For Forge 1.15.2:

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation fg.deobf('com.github.bernie-g:geckolib:1.15-2.0.0-beta')
}

For Forge 1.12.2:

minecraft {
    useDepAts = true
}

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.

Support

If you have questions or need help getting up and running with questions, feel free to join our discord! https://discord.gg/MNQcKxB

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.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%