Minecraft Mods

[1.10.2] LLibrary - The lightweight Minecraft modding library [1.6.0]

  • 107,220 views, 6 today
  • 34,373 downloads, 0 today
  • 40
  • 26
  • 49
iLexiconn's Avatar iLexiconn
Level 61 : High Grandmaster Programmer
101

LLibrary


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. 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 "http://maven.ilexiconn.net/"
}
}

dependencies {
compile "net.ilexiconn:llibrary:1.0.0-mcversion:dev"
}

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

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.

[1.10.2] LLibrary - The lightweight Minecraft modding library [1.6.0] Minecraft Mod

LLibrary also adds snackbars. This is a small notification on the bottom of your screen.

[1.10.2] LLibrary - The lightweight Minecraft modding library [1.6.0] Minecraft Mod
Creditgegy1000, pau101, BobMowzie, FiskFille, TheCyberBrick
Progress100% complete
Game VersionMinecraft 1.10
Tags

36 Update Logs

1.6.0 : by iLexiconn 09/10/2016 5:06:46 amSep 10th, 2016

+ Added custom config properties
+ Added StateButtonElement
+ Added JSON techne model loader
* Fixed casting errors
* Fixed config gui crash
* Fixed elements returning void
LOAD MORE LOGS

Create an account or sign in to comment.

1
01/20/2017 10:05 pm
Level 44 : Master Birb
LatitudeNorth
LatitudeNorth's Avatar
@Exspand Just letting you know I took the comment down so I wouldn't be "offending your eyes" and "ruining the comments section" anymore, but you have no place calling out some kid who had a problem and let the other ones run free.
1
05/27/2016 12:03 pm
Level 80 : Elite Modder
JavaBuckets
JavaBuckets's Avatar
The examples on the wiki doesn't direct you to an existing link, I am playing around with the command builder, can't seem to find to get an instance of the ICommandExecutor interface. And as I just mentioned, the "command test" directs to 404 page not found error on github.
1
05/28/2016 8:41 am
Level 61 : High Grandmaster Programmer
iLexiconn
iLexiconn's Avatar
Yeah, we removed the tests because they were causing errors. (if you need any help just message me on skype ;))
1
05/27/2016 12:16 pm
Level 80 : Elite Modder
JavaBuckets
JavaBuckets's Avatar
Okay fixed the instance problem, just needed to make a class which implemented the interface and then that would suffice.
1
04/04/2016 12:05 pm
Level 6 : Apprentice Miner
anonpmc1837376
anonpmc1837376's Avatar
[deleted]
1
04/04/2016 3:10 pm
Level 61 : High Grandmaster Programmer
iLexiconn
iLexiconn's Avatar
Exactly. =)
1
11/19/2015 8:21 pm
Level 10 : Journeyman Dragon
Nickbot_
Nickbot_'s Avatar
Looks cool!
1
10/06/2015 7:49 pm
Level 2 : Apprentice Explorer
Bwheat
Bwheat's Avatar
Looks, like a dang cool mod, can't wait to try it!
1
10/01/2015 9:14 am
Level 1 : New Miner
Epic_Destroyer77
Epic_Destroyer77's Avatar
help! I have a macbook air. using OS Yosemite

---- Minecraft Crash Report ----
// My bad.

Time: 10/1/15 10:07 PM
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: net.ilexiconn.llibrary.LLibrary
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:502)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:212)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.ilexiconn.llibrary.LLibrary
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
... 10 more
Caused by: java.lang.UnsupportedClassVersionError: net/ilexiconn/llibrary/LLibrary : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 38 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.10.2
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 109408184 bytes (104 MB) / 269897728 bytes (257 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.107.1365 Minecraft Forge 10.13.3.1365 6 mods loaded, 6 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.10.107.1365} [Forge Mod Loader] (forge-1.7.10-10.13.3.1365-1.7.10.jar) Unloaded->Constructed
Forge{10.13.3.1365} [Minecraft Forge] (forge-1.7.10-10.13.3.1365-1.7.10.jar) Unloaded->Constructed
llibrary{0.3.3} [LLibrary] (LLibrary-0.3.3-1.7.10.jar) Unloaded->Errored
mowziesmobs{1.2.5-undefined} [Mowzie's Mobs] (123.Mowzie's Mobs-1.2.5.jar) Unloaded->Errored
AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) Unloaded->Constructed
1
10/01/2015 9:50 am
Level 61 : High Grandmaster Programmer
iLexiconn
iLexiconn's Avatar
LLibrary 0.4.0 fixed the issue :)
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome