Перейти к содержимому
Mineforgian

Lio's Player Animator API

A fork of Zigy's playerAnimator Api for server-sided player animations

Загрузки
14K
Подписчики
5
Обновлён
15 июля 2024 г.
Лицензия
MIT

Опубликован 12 апреля 2024 г.

Lio's Player Animation API

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.

Features

  • Optional LioLib Compatibility: This version has an optional dependency with LIoLib, a Geckolib 4 fork allowing Geckolib animations to be played on the player.
  • Multi-Loader API Built-in: Incorporates Zigy's multi-loader API features, enabling seamless integration with other mods.
  • Server-Side Animations: Enables triggerable server-side animations, adding a new dimension to gameplay and enhancing player immersion.

Gradle Dependency

To include Lio's Player Animator API in your project, add the following to your build.gradle:

Maven Repositories


repositories {
    maven { url "https://dl.cloudsmith.io/public/lio/liosplayeranimationapi/maven/" }
    maven { url "https://dl.cloudsmith.io/public/lio/multiloaderutils/maven/" }
}

Dependencies


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}")
}

Current Multiloader Versions:
1.19.2: 1.2.3
1.20.1: 1.2.3

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

Special thanks to ZigyTheBird for creating the original Player Animator API and for allowing us to backport it for use in AnimationJS.

Центр версий

11 версий
  • Релиз211 КБ
  • Релиз211 КБ
  • Релиз272 КБ
  • Релиз272 КБ
  • Релиз272 КБ
  • Релиз272 КБ
  • Релиз272 КБ
  • Релиз272 КБ
  • Релиз275 КБ
  • Релиз276 КБ
  • Релиз272 КБ

Ченджлог

0.0.8Релиз1.20.1 · 15 июля 2024 г.
  • Updated to Forge 47.2.20 for proper compatibility with NeoForge
0.0.7Релиз1.20.1 · 12 мая 2024 г.
  • We now use LioLib for 1.20.1+ to avoid conflicting issues with other mods use of GeckoLib's Animation Instance Cache
0.0.6Релиз1.20.1 · 29 апреля 2024 г.
  • Fixed bug where animations only play server sided for the first person to join a dedicated server
0.0.4Релиз1.19.2 · 29 апреля 2024 г.
  • Fixed bug where animations only play server sided for the first person to join a dedicated server
0.0.5Релиз1.20.1 · 26 апреля 2024 г.
  • Fixed versioning
0.0.4Релиз1.20.1 · 20 апреля 2024 г.
  • Fixed incompatibility with Emotecraft mixin
0.0.3Релиз1.19.2 · 20 апреля 2024 г.
  • Fixed incompatibility with Emotecraft mixin
0.0.3Релиз1.20.1 · 18 апреля 2024 г.
  • Changed to use liosmultiloaderutils 1.20.1 (fork of zigysmultiloaderutils)

Комментарии

Загружаем…