Site icon Minecraft11.com

LLibrary mod 1.12.2

llibrary-mod

LLibrary mod for mincraft 1.12.2 is a small mod that contains shared code for other mods.

LLibrary also adds support for multiple entity hitboxes, an essential feature for any mob mod. For example, if you make an entity that has a complex model, you don’t want players to be able to hit the air around it. With LLibrary you can make an hitbox for every part of your entity, creating boundaries of any shape.

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 {
    compile "net.ilexiconn:llibrary:1.7.9-1.12.2:dev"
}

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.9,)")

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.

How to install:

  1. Make sure you have already installed Minecraft Forge.
  2. Locate the minecraft application folder.
    • On windows open Run from the start menu, type %appdata% and click Run.
    • On mac open finder, hold down ALT and click Go then Library in the top menu bar. Open the folder Application Support and look for Minecraft.
  3. Place the mod you have just downloaded (.jar file) into the Mods folder.
  4. When you launch Minecraft and click the mods button you should now see the mod is installed.

Download Links for Llibrary mod 1.12.2:

Llibrary-1.7.20-1.12.2.jar (861.80 KB – Update last Released File on November 20, 2019)

Exit mobile version