CurseForge · Minecraft mod
LLibrary
The lightweight Minecraft modding library
Quick answer
Which LLibrary release matches 1.12.2?
LLibrary 1.7.20 targets 1.12.2. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. No extra mods listed for this file.
Where it goes
Is LLibrary required on the client, server, or both?
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
The source does not explicitly classify this release as client-only or server-only.
What else does LLibrary 1.7.20 need?
LLibrary 1.7.20 on 1.12.2. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add LLibrary without breaking your instance.
Built for LLibrary 1.7.20 on 1.12.2. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use LLibrary 1.7.20. It targets 1.12.2; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside LLibrary 1.7.20. It opens that exact file at the source.
About this project
What does LLibrary add?
THIS MOD IS DISCONTINUED AND WILL NOT BE SUPPORTED.
Author/owner has vanished, these accounts are maintained by Minecraft Mod Development.
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!
LLibrary is very easy to integrate into your own mod. All you have to do is adding it as dependency in the build file.
Here's a snippet you can copy-paste:
repositories {
maven {
url "https://maven.mcmoddev.com/"
}
}
dependencies {
deobfCompile "net.ilexiconn:llibrary:1.7.19-1.12.2"
}
If LLibrary is not added to your project when you run your gradle script, make sure you have Java 8u102 or higher installed!
It's also recommended that you add LLibrary to the dependencies. This makes sure the user has LLibrary installed and that it's the correct version. You can do that like this:
@Mod(dependencies = "required-after:llibrary@[1.7.19,)")
Note that the actual in-game LLibrary version does NOT contain the Minecraft version.
All modpack authors have permission to add LLibrary to their pack. Please do NOT package LLibrary with your mod.
If you're a modder and interested in using LLibrary, you can go to the LLibrary Wiki for guides on how to use most of its features.
LLibrary comes with a few visual changes. First of all, it adds the mod name of the selected item to tooltips. In 1.7.10, it also adds the modid and registry name when advanced tooltips are enabled.
LLibrary also adds snackbars. This is a small notification on the bottom of your screen.
Patrons receive a player effect. Every user with LLibrary 1.2.0+ installed can see these.
Project description from CurseForge.
Pick your setup
LLibrary by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.12.1
1 loader build1.12
1 loader build1.11.2
1 loader build1.11
1 loader build1.10.2
1 loader build1.9.4
1 loader build1.8.9
1 loader build1.7.10
2 loader buildsCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
LLibrary versions and loaders
LLibrary 1.7.20
llibrary-1.7.20-1.12.2.jar
19 Nov 2020
LLibrary 1.7.19
llibrary-1.7.19-1.12.2.jar
27 Apr 2019
LLibrary 1.7.18
llibrary-1.7.18-1.12.2.jar
10 Mar 2019
LLibrary 1.7.17
llibrary-1.7.17-1.12.2.jar
6 Dec 2018
LLibrary 1.7.15
llibrary-1.7.15-1.12.2.jar
6 Aug 2018
LLibrary 1.7.14
llibrary-1.7.14-1.12.2.jar
15 Jun 2018
LLibrary 1.7.12
llibrary-1.7.12-1.12.2.jar
4 Jun 2018
LLibrary 1.7.12
llibrary-1.7.12-1.12.2.jar
27 May 2018
LLibrary 1.7.11
llibrary-1.7.11-1.12.2.jar
20 May 2018
LLibrary 1.7.10
llibrary-1.7.10-1.12.2.jar
17 May 2018
LLibrary 1.7.9
llibrary-1.7.9-1.12.2.jar
30 Nov 2017
LLibrary 1.7.8
llibrary-1.7.8-1.12.2.jar
4 Nov 2017
Looking for an older file? The official CurseForge project page is in Resources.