bvanseg / AzureLib

Based off Geckolib but now just for my own needs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

AzureLib represents a branch derived from Geckolib 4.x, serving as an animation engine tailored for Minecraft Mods. It boasts various features, including support for intricate 3D keyframe-driven animations, over 30 different easing functions, concurrent animation capabilities, sound and particle keyframes, event-based keyframes, and numerous other functionalities. Currently, I'll focus on maintaining and supporting AzureLib; no help will be given to Geckolib.


Are you a developer and want to use this library in your mod? Add the following to your build.gradle

repositories {
        // The Maven with the mods source
        maven {url 'https://libs.azuredoom.com:4443/mods'}
}

dependencies {
        //Fabric or Quilt
       modImplementation "mod.azure.azurelib:azurelib-fabric-MCVERSION:MODVERSION"

        //Forge
       implementation fg.deobf("mod.azure.azurelib:azurelib-forge-MCVERSION:MODVERSION")
		
        //NeoForge
       implementation fg.deobf("mod.azure.azurelib:azurelib-neo-MCVERSION:MODVERSION")
}

Wiki

You can find the AzureLib Wiki here: https://wiki.azuredoom.com/

License

logo

About

Based off Geckolib but now just for my own needs.

License:MIT License


Languages

Language:Java 99.7%Language:PHP 0.3%