Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Incandescent Lib
A light-weight library providing API for entity & player animations with included utility
API
To use Incandescent Lib for your project, include the following line in your build.gradle:
repositories {
maven {
url "https://cursemaven.com"
content {
includeGroup "curse.maven"
}
}
}
dependancies {
implementation fg.deobf("curse.maven:incandescent_lib-971520:5085017")
}
Incandescent Lib provides a sufficient yet light-weight API for both entity and player animations while using Minecraft's 1.19+ keyframe animation system making it compatible with other animation libs. Please refer to source code for futher info related to usage and implementation.
Provided functionality
Due to this mod being library, it doesn't add any solid features on its own.