A light-weight library providing API for entity & player animations with included utility
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:5629137")
}
Refer to comments in code until better documentation is provided