Search results
LLibrary is a small mod that contains shared code for other mods. Advanced animation api and other animation tools. Lightweight ASM utilities. Easy-to-use structure tools. Expandable command builder. More player render events, allowing for custom player animation. Powerful entity data handlers. Beautiful GUI framework. More!
CurseForge - a world of endless gaming possibilities for modders and gamers alike. Download the best mods and addons!
Bookshelf is a library mod that aims to improve the experience of creating and maintaining Minecraft content. Bookshelf contains a collection of code, frameworks, utilities, and other resources that I have put together over the years.
24 maj 2015 · LLibrary is a small mod that contains shared code for other mods. Advanced animation api and other animation tools. Lightweight update checker. Expandable command builder. Easy-to-use config handler. Powerful entity data handlers. More! LLibrary is very easy to integrate into your own mod.
LLibrary is a small mod that contains shared code for other mods. Advanced animation api and other animation tools. Lightweight update checker. Expandable command builder. Easy-to-use config handler. Powerful entity data handlers. More! LLibrary is very easy to integrate into your own mod.
LLibrary is a mod created by iLexiconn. It adds common methods and fields used across his (and others') mods. External links [] LLibrary on CurseForge; LLibrary on GitHub; LLibrary's official wiki
The lightweight Minecraft modding library. Quickstart. To use this library, all you have to do is adding it as dependency in the Gradle build script. repositories { maven { name = "ilexiconn" . url = "https://maven.mcmoddev.com" . } } dependencies { compile "net.ilexiconn:llibrary:1.7.9-1.12.2:dev" . } Compiling from source.