90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
logo

discord
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 {

        //Common 1.20.1+ Latest Only
       compileOnly "mod.azure.azurelib:azurelib-common-MCVERSION:MODVERSION"
	   
        //Fabric or Quilt
       modImplementation "mod.azure.azurelib:azurelib-fabric-MCVERSION:MODVERSION"
		
        //NeoForge
       implementation "mod.azure.azurelib:azurelib-neo-MCVERSION:MODVERSION"
}


Need a server to play with friends? Don't know how to setup one? Just rent an already configured server from BisectHosting! logo

Click on the picture above, select plan(at least 4GB), and use my code azuredoom to get 25% off your first month and enjoy playing with your friends!


Project members

AzureDoom

Owner

DerToaster98

Contributor

Details

Licensed MIT
Published 2 years ago
Updated 3 days ago