Back to mods
LLibrary project artwork

CurseForge · Minecraft mod

LLibrary

The lightweight Minecraft modding library

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which LLibrary release matches 1.10.2?

Updated 1 year ago
Best match for your filters LLibrary 1.7.7
Game version 1.10.2
Loader forge

LLibrary 1.7.7 targets 1.10.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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release No loader listed
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does LLibrary 1.7.7 need?

LLibrary 1.7.7 on 1.10.2. Every mod below is checked against that same setup.

No extra mods listed for this file

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.7 on 1.10.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use LLibrary 1.7.7. It targets 1.10.2; another release may have different loader, side or dependency requirements.

  2. 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.

  3. 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.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside LLibrary 1.7.7. 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.

10 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

LLibrary versions and loaders

11 of 50 releases match
Clear filters

Looking for an older file? The official CurseForge project page is in Resources.