Incandescent Lib
The modification is a lightweight library that provides a convenient API for creating entity and player animations in Minecraft. The solution is built on the modern keyframe animation system introduced in version 1.19+, ensuring compatibility with other animation libraries.
API Capabilities
To integrate the library into your project, add the following lines to your build.gradle file:
repositories {
maven {
url "https://cursemaven.com"
content {
includeGroup "curse.maven"
}
}
}
dependancies {
implementation fg.deobf("curse.maven:incandescent_lib-971520:5085017")
}
The library provides sufficiently functional yet lightweight interface for working with both entity and player animations. For more detailed information on practical application and implementation, it's recommended to refer to the project's source code.
Implementation Features
Since this is a library mod, it doesn't add any specific functions or features for regular players. Its main purpose is to serve as a tool for developers of other modifications.