LioLib
Fork of GeckoLib for use in my mods
LioLib
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="https://i.ibb.co/dM3r3L1/liolib-banner.png" alt="liolib-banner" border="0"></p>
<h1>Introduction</h1>
<p>Welcome to LioLib, a fork of Geckolib that brings the power of GeckoLib's 4.0 animation engine to Minecraft version 1.19.2. Initially created for personal use in EntityJS Mod as its animation engine, this backport is now available for broader use, providing support akin to Gecko's 4.0+ versions.</p>
<h2>Features</h2>
<ul>
<li><strong>Backported Animation Engine</strong>: Enjoy the full functionality of GeckoLib's 1.19.3 animation engine in the unsupported Minecraft 1.19.2.</li>
<li>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)</li>
<li>Built-in Oculus Compat Fix from newer GeckoLib versions in 1.19.2 version </li>
</ul>
<h2>Usage</h2>
<p>Refer to the <a href="https://github.com/bernie-g/geckolib/wiki" target="_blank" rel="noopener noreferrer">official GeckoLib documentation</a> for comprehensive guidance on utilizing the animation engine in your Minecraft mods.</p>
<p> </p>
<h3><strong>Gradle Setup</strong></h3>
<p>To integrate LioLib into your project, add the following repositories and dependencies to your <code>build.gradle</code>:</p>
<pre><code>repositories {<br>
maven { url 'https://dl.cloudsmith.io/public/lio/liolib/maven/' }<br>
}<br>
dependencies {<br>
implementation fg.deobf('net.liopyu.liolib:liolib-forge-minecraft_version:modversion')<br>
}
</code></pre>
<h2>Issues and Contributions</h2>
<p>If you encounter any issues or have suggestions for improvements, please open an issue on this mod's GitHub repository instead of GeckoLib. Contributions are welcome through pull requests.<a href="https://discord.com/invite/pGkUmgGcsY"><br><br><img src="https://i.ibb.co/qDNhg49/636e0a6a49cf127bf92de1e2-icon-clyde-blurple-RGB.png" width="128" height="97"><br></a></p>
<p> </p>
<h2>License</h2>
<p>This project is licensed under the <a href="https://github.com/liopyu/liolib/blob/master/LICENSE" target="_blank" rel="noopener noreferrer">MIT License</a>.</p>
<h2>Acknowledgments</h2>
<p>Special thanks to the creators and maintainers of GeckoLib for their excellent work on the original library.</p>