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.
can u pls make a version 1.15.2 pls
Deleted
wait you add this to the library folder, right?
In reply to kategray1:
no, you add it to the AppData\Roaming\(INSERT INSTALLATION HERE: DEFAULTS TO .minecraft)\mods
Is there a way to make this function with a mod but NOT have to be dependent on it?
I can't use MCA with LLibrary, and I'm not the creator of any of the mods. Wings mod is dependent on LLibrary though and I don't know if I can do anything to make this work.
Will this mod be ported to 1.14.4 and beyond?
um im confused is says Requires Minecraft Forge 14.23.5.2772 or above (you have 14.23.4.2705) what does this mean pls help
In reply to puppypi3:
This means you have a Forge version older than what this requires. Try downloading Forge 14.23.5.2772 and installing it, then running Minecraft with that version and see if it fixes the issue.
okay here´s my problem, I try to make a server in aternos but the mods I use are for version forge 1.12 and for the server to work I use llbrary version 1.7.15 but that version crashes my minecraft launcher and the new version crashes aternos server, any suggestion? PS: I'm new to all of this
In reply to el_sinskin:
Not to worry, we were all new to this at some point... Are you sure it is LLib that is crashing aternos? If nothing else, try updating forge on both client and server(Aternos).
Please help me
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: llibrary (llibrary-core-1.0.11-1.12.2.jar)Contact their authors BEFORE contacting forge
// My bad.
Time: 3/2/20 9:10 PMDescription: Ticking entity
java.lang.NullPointerException: Ticking entity at net.minecraft.pathfinding.WalkNodeProcessor.func_186332_a(WalkNodeProcessor.java:193) at net.minecraft.pathfinding.WalkNodeProcessor.func_186320_a(WalkNodeProcessor.java:156) at net.minecraft.pathfinding.PathFinder.func_186335_a(SourceFile:82) at net.minecraft.pathfinding.PathFinder.func_186334_a(SourceFile:40) at net.minecraft.pathfinding.PathFinder.func_186336_a(SourceFile:30) at net.minecraft.pathfinding.PathNavigate.func_179680_a(SourceFile:114) at net.minecraft.pathfinding.PathNavigateGround.func_179680_a(SourceFile:65) at net.minecraft.pathfinding.PathNavigate.func_75488_a(SourceFile:93) at net.minecraft.entity.ai.EntityAIAvoidEntity.func_75250_a(SourceFile:68) at com.github.alexthe666.iceandfire.entity.ai.VillagerAIFearUntamed.func_75250_a(VillagerAIFearUntamed.java:20) at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94) at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:888) at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2359) at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678) at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178) at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43) at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179) at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377) at net.minecraft.world.World.func_72866_a(World.java:1996) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) at net.minecraft.world.World.func_72870_g(World.java:1958) at net.minecraft.world.World.func_72939_s(World.java:1762) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Thread: Server threadStacktrace: at net.minecraft.pathfinding.WalkNodeProcessor.func_186332_a(WalkNodeProcessor.java:193) at net.minecraft.pathfinding.WalkNodeProcessor.func_186320_a(WalkNodeProcessor.java:156) at net.minecraft.pathfinding.PathFinder.func_186335_a(SourceFile:82) at net.minecraft.pathfinding.PathFinder.func_186334_a(SourceFile:40) at net.minecraft.pathfinding.PathFinder.func_186336_a(SourceFile:30) at net.minecraft.pathfinding.PathNavigate.func_179680_a(SourceFile:114) at net.minecraft.pathfinding.PathNavigateGround.func_179680_a(SourceFile:65) at net.minecraft.pathfinding.PathNavigate.func_75488_a(SourceFile:93) at net.minecraft.entity.ai.EntityAIAvoidEntity.func_75250_a(SourceFile:68) at com.github.alexthe666.iceandfire.entity.ai.VillagerAIFearUntamed.func_75250_a(VillagerAIFearUntamed.java:20) at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94) at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:888) at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2359) at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678) at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178) at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43) at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179) at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377) at net.minecraft.world.World.func_72866_a(World.java:1996) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) at net.minecraft.world.World.func_72870_g(World.java:1958)
-- Entity being ticked --Details: Entity Type: minecraft:cow (net.minecraft.entity.passive.EntityCow) Entity ID: 286 Entity Name: 牛 Entity's Exact location: 264.50, 71.00, 138.50 Entity's Block location: World: (264,71,138), Chunk: (at 8,4,10 in 16,8; contains blocks 256,0,128 to 271,255,143), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Entity's Momentum: 0.00, -0.08, 0.00 Entity's Passengers: [] Entity's Vehicle: ~~ERROR~~ NullPointerException: nullStacktrace: at net.minecraft.world.World.func_72939_s(World.java:1762) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
-- Affected level --Details: Level name: 新的世界 All players: 1 total; [EntityPlayerMP['onion_0630'/1298, l='新的世界', x=149.99, y=66.00, z=205.55]] Chunk stats: ServerChunkCache: 967 Drop: 0 Level seed: -4446929977811040449 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (128,64,224), Chunk: (at 0,4,0 in 8,14; contains blocks 128,0,224 to 143,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 473 game time, 473 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 56268 (now: false), thunder time: 52198 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: trueStacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:745)
-- System Details --Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1002835216 bytes (956 MB) / 1744830464 bytes (1664 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_F5 20 mods loaded, 20 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature | |:------ |:------------------- |:----------------- |:------------------------------ |:---------------------------------------- | | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None | | LCHIJA | mcp | 9.42 | minecraft.jar | None | | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847.jar | None | | LCHIJA | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None | | LCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | Iron包.jar | None | | LCHIJA | ironchest | 1.12.2-7.0.67.844 | iron箱-1.12.2-7.0.72.847-tw.jar | None | | LCHIJA | jei | 4.15.0.291 | jei.jar | None | | LCHIJA | llibrary | 1.7.18 | llibrary-1.7.18-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec | | LCHIJA | iceandfire | 1.5.2 | 冰與火.jar | None | | LCHIJA | wailaharvestability | 1.1.12 | 可採姓.jar | None | | LCHIJA | journeymap | 1.12.2-5.5.3 | 地圖.jar | None | | LCHIJA | baubles | 1.5.2 | 小玩意.jar | None | | LCHIJA | enhancedarmaments | 1.3.17 | 提升武裝.jar | None | | LCHIJA | torchmaster | 1.8.1.81 | 火把大師.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 | | LCHIJA | waila | 1.8.26 | 物品提示.jar | None | | LCHIJA | movinglightsource | 1.0.12 | 移動光源.jar | None | | LCHIJA | stg | 1.12.2-1.2.3 | 穿草.jar | None | | LCHIJA | glaretorch | 8.10 | 超亮火把.jar | None | | LCHIJA | veinminer | 0.38.1 | 連鎖挖礦.jar | None | | LCHIJA | veinminermodsupport | 0.38.1 | 連鎖挖礦.jar | None |
Loaded coremods (and transformers): llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread. Profiler Position: N/A (disabled) Player Count: 1 / 8; [EntityPlayerMP['onion_0630'/1298, l='新的世界', x=149.99, y=66.00, z=205.55]] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge' OptiFine Version: OptiFine_1.12.2_HD_U_F5 OptiFine Build: 20191204-141934 Render Distance Chunks: 12 Mipmaps: 1 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.6.13560 Compatibility Profile Context 26.20.11030.2003 OpenGlRenderer: AMD Radeon(TM) RX Vega 10 Graphics OpenGlVendor: ATI Technologies Inc. CpuCount: 8
In reply to onion_0630:
oof that would take years for the developer to read all of those
In reply to redbluegaming_:
It won't, thats all one crash report, he just forgot to put it on PasteBin, that has better formatting!
World Crashing plz help I have 150+: The game crashed whilst exception in server tick loop
Hi, please help me out, I am desperate, recently after I place Fluid Mixers from MrCrayfish's vehicle mod, my game started acting buggy, the Fluid Mixer's disappeared so I tried reloading the world to see if it was just a visual glitch, but the my game crashed with this crash report: Crash Report, my OS and mods that I have loaded are all in the crash report. On an off chance a copy the world loaded but most of my modded stuff within the chunk where I was got removed. Now whenever I try to load to the world the game will return to the title screen for one second, and the game crash, but this time I get no crash report or anything it just closes. Please someone help me I'm feeling really demotivated.
1.14.1
In reply to adil2011:
?
Patrons receive a player effect. Every user with LLibrary 1.2.0+ installed can see these.
Your site doesn't work. Do you have a new domen or something? I can't install it via gradle cause url is wrong!
Im download the lasted version of LLibrary to play Ice and Fire mod. But, every time that i enter in game, after a few minutes playing, the minecraft crash and show me that LLibrary has crash the game. What should i do?
hey so i'm trying to install this so that i can see those mod names when i mouse over items, and it doesn't seem to be showing up, and it doesn't seem to have an option in the configs. was that feature removed, or did i do something wrong?