作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: forge neoforge
标签: library
This mod is a fork of Zigy'sPlayerAnimatorAPI, modified for use in the AnimationJS mod to provide server-side animations in Minecraft via commands or Java implementation.
More information on Zigy's wiki page.
To include Lio's Player Animator API in your project, add the following to your build.gradle:
repositories {
maven { url "https://dl.cloudsmith.io/public/lio/liosplayeranimationapi/maven/" }
maven { url "https://dl.cloudsmith.io/public/lio/multiloaderutils/maven/" }
}
dependencies {
implementation fg.deobf('lio.liosmultiloaderutils:liosmultiloaderutils-forge-${minecraft_version}-${multiloader_version}:${multiloader_version}')
implementation fg.deobf("lio.playeranimatorapi:liosplayeranimatorapi-forge-${minecraft_version}-${liosAPI_version}:${liosAPI_version}")
}
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to ZigyTheBird for creating the original Player Animator API and for allowing us to backport it for use in AnimationJS.
请登录后举报
暂无评论,抢个沙发吧~