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

LioLib

Fork of GeckoLib for use in my mods

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

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

liolib-banner

 

Welcome to LioLib, a fork and backport of GeckoLib 4 to 1.19.2. Initially created for personal use in EntityJS as its animation engine on 1.19.2.

Features

  • Backported Animation Engine: Full functionality of GeckoLib's 1.19.3 animation engine in the unsupported Minecraft 1.19.2.
  • GeckoLib 4.4.4 Capabilities in 1.20.1+ (for 1.20.1 please use Geckolib as it has all these changes built-in and is maintained, 1.20.1 liolib is for my own personal use in other mods)
  • Built-in Oculus Compat Fix from newer GeckoLib versions in 1.19.2

 

Gradle Setup

To use LioLib in your project, add the following repositories and dependencies to your build.gradle:

repositories {
maven { url 'https://dl.cloudsmith.io/public/lio/liolib/maven/' }
}
dependencies {
implementation fg.deobf('net.liopyu.liolib:liolib-<loader>-<minecraft_version>:<modversion>')
//Example: implementation fg.deobf('net.liopyu.liolib:liolib-forge-1.19.2:0.0.1')
}

Issues and Contributions

If you encounter any issues or have suggestions for improvements, please open an issue on this mod's GitHub repository, not GeckoLib's. Contributions are welcome through pull requests on the Github.


 

License/Acknowledgments

This project is licensed under the MIT License.

Special thanks to the creators and maintainers of GeckoLib for their excellent work on the original library.

Ченджлог

1.19.2-0.0.2Релиз1.19.2 · 25 ноября 2024 г.
  • Fixed a JsonArray crash with certain mods
1.20.1-0.0.2Релиз1.20.1 · 15 июля 2024 г.
  • Updated to Forge 47.2.20 for proper compatibility with NeoForge
0.0.1Релиз1.19.2 · 26 мая 2024 г.
  • Ported to fabric and fixed oculus/iris in-compat
1.20.1-0.0.1Релиз1.20.1 · 12 мая 2024 г.

Updated to 1.20.1

1.19.2-0.0.1Релиз1.19.2 · 24 февраля 2024 г.
  • Ported Geckolib 4 to 1.19.2 for use in EntityJS

Комментарии

Загружаем…