Incandescent Lib
作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: forge
标签: library

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.
请登录后举报
暂无评论,抢个沙发吧~