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 you please fix the patron link error. its not causing my client to crash. but its not letting me enter my world. (minecraft 1.12.2)
E
Did you change the github pull URL for your patron list? The URL in the mod doesn't exist and causes a massive implosion/crash whenever settings are changed. Citadel is only available for 1.14 and newer, so I can't simply switch it out.
I should note: In the error, it's attempting to read a URL located under user gegy1000 on Github. Whenever I go to Github, the same file it's trying to read is under gegy, rather than gegy1000.
In reply to grimscythegames:
Yeah, this was an unintentional side-effect. The error should not cause crashes though, it just prints an unfortunate crash-log-like report.
In reply to gegy1000:
Okay! I found out what was causing it, actually. Thank you!
In reply to grimscythegames:
Please help me. What was the issue I really cant fix it
mine dosent work pls help
In reply to dexter1134:
What happens? Is it crashing?
So many mods depend on this and are waiting for it to update! Please, for the sake of us all, update it.
In reply to pumpkinkidstreams:
I know right? The surprising thing is it was last updated in 2019 so come on. (and yes I know mods take a while but at least mention you are working on updates)
In reply to tzuohpc:
LLibrary isn't being updated. Mod authors are aware, hence the creation of Citadel :)
Can someone help I keep getting this message while trying to host a server
---- 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
// I let you down. Sorry :(
Time: 23.09.2020 15:46Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Unknown Source)Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Unknown Source) at java.lang.Class.privateGetPublicMethods(Unknown Source) at java.lang.Class.getMethods(Unknown Source) at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82) at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82) ... 32 moreCaused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 38 moreCaused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@5ec77191 from coremod FMLCorePlugin at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 40 moreCaused by: java.lang.RuntimeException: Attempted to load class bwy for invalid side SERVER at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- System Details --Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_261, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 432542336 bytes (412 MB) / 602406912 bytes (574 MB) up to 1894252544 bytes (1806 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2854 15 mods loaded, 15 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 | |:----- |:--------------- |:----------------------- |:--------------------------------------------- |:---------------------------------------- | | LC | minecraft | 1.12.2 | minecraft.jar | None | | LC | mcp | 9.42 | minecraft.jar | None | | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LC | forge | 14.23.5.2854 | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LC | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None | | LC | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | | LC | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None | | LC | conarm | 1.2.5.9 | conarm-1.12.2-1.2.5.9.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 | | LC | umm3185118519 | release 1.4 - MC 1.12.2 | Extended+ItemsOres+[1.12.2]+(release+1.4).jar | None | | LC | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec | | LC | fossil | 8.0.4 | fossilsarcheology-8.0.4.jar | None | | LC | new_ore | 1.0.0 | FossilsOreMod1.12.jar | None | | LC | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None | | LC | ironfurnaces | 1.3.5 | ironfurnaces-1.3.5.jar | None | | LE | pattysmorestuff | @VERSION@ | PattysMoreStuff-stable-1.1.8.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 Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced) - chiselIntegration (Enabled/Not Forced)
Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt)
Hi im here to help if you have technic launcher download the Jurassic pack and go mod pack options then open the mod pack mods grab the llibrary mod out of there and you will all be able to play the games your trying to play.
In reply to streakedwolf:
i have no problem with launching minecraft it doesn't work when i'm trying to open a server
I keep getting this crash message.
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: llibrary (llibrary-core-1.0.11-1.12.2.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) AppleCore (AppleCore-mc1.12.2-3.2.0.jar) SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar) iceandfire (iceandfire-1.9.1-1.12.2.jar)Contact their authors BEFORE contacting forge
// Uh... Did I do that?
Time: 8/9/20 2:41 PMDescription: Exception in server tick loop
java.lang.RuntimeException: Unknown character ' ' in 'C:/Users/kderr/AppData/Roaming/.minecraft/config/CustomSpawner/overworld/Environment.cfg:1' at drzhark.customspawner.configuration.CMSConfiguration.load(CMSConfiguration.java:444) at drzhark.customspawner.configuration.CMSConfiguration.<init>(CMSConfiguration.java:84) at drzhark.customspawner.environment.EnvironmentSettings.registerConfigs(EnvironmentSettings.java:115) at drzhark.customspawner.environment.EnvironmentSettings.<init>(EnvironmentSettings.java:100) at drzhark.customspawner.utils.CMSUtils.addWorldEnvironment(CMSUtils.java:109) at drzhark.customspawner.EventHooks.structureMapGen(EventHooks.java:188) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_285_EventHooks_structureMapGen_InitMapGenEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.event.terraingen.TerrainGen.getModdedMapGen(TerrainGen.java:48) at net.minecraft.world.gen.ChunkGeneratorOverworld.<init>(ChunkGeneratorOverworld.java:69) at net.minecraft.world.WorldType.getChunkGenerator(WorldType.java:140) at net.minecraft.world.WorldProvider.func_186060_c(WorldProvider.java:63) at net.minecraft.world.WorldServer.func_72970_h(WorldServer.java:848) at net.minecraft.world.WorldServer.<init>(WorldServer.java:118) at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:121) at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:156) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- 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: 1027424304 bytes (979 MB) / 2147483648 bytes (2048 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: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2852 50 mods loaded, 50 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.2852.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | forge | 14.23.5.2852 | forge-1.12.2-14.23.5.2852.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | damageindicatorsmod | 1.0 | [1.12.2]DamageIndicatorsMod-3.5.1.jar | None | | LCHIJA | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None | | LCHIJA | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None | | LCHIJA | jei | 4.15.0.297 | jei_1.12.2-4.15.0.297.jar | None | | LCHIJA | appleskin | 1.0.8 | AppleSkin-mc1.12-1.0.8.jar | None | | LCHIJA | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None | | LCHIJA | badmobs | 1.1.28 | BadMobs-1.12.2-1.1.28.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | | LCHIJA | buildcraftlib | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCHIJA | buildcraftcore | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCHIJA | buildcraftbuilders | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCHIJA | buildcrafttransport | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCHIJA | buildcraftsilicon | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCHIJA | buildcraftenergy | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCHIJA | toughasnails | 3.1.0.141 | ToughAsNails-1.12.2-3.1.0.141-universal.jar | None | | LCHIJA | forestry | 5.8.2.422 | forestry_1.12.2-5.8.2.422.jar | None | | LCHIJA | buildcraftcompat | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCHIJA | buildcraftfactory | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCHIJA | buildcraftrobotics | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCHIJA | carpentersblocks | 3.4.0-poc.6 | Carpenter's Blocks v3.4.0-poc.6 - MC 1.12.2.jar | None | | LCHIJA | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCHIJA | customspawner | 3.11.4 | CustomMobSpawner-3.11.4.jar | None | | LCHIJA | mocreatures | 12.0.5 | DrZharks MoCreatures Mod-12.0.5.jar | None | | LCHIJA | dynamictrees | 1.12.2-0.9.7 | DynamicTrees-1.12.2-0.9.7.jar | None | | LCHIJA | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCHIJA | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None | | LCHIJA | goodnightsleep | 0.2.1 | good-nights-sleep-1.12.2-v0.2.1.jar | None | | LCHIJA | hatchery | 2.2.2 | hatchery-1.12.2-2.2.2.jar | None | | LCHIJA | hungerinpeace | 1.0.0 | HungerInPeace-mc1.12-1.0.0.jar | None | | LCHIJA | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec | | LCHIJA | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None | | LCHIJA | inventorypets | 2.0.2 | inventorypets-1.12-2.0.2.jar | None | | LCHIJA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | | LCHIJA | mapwriter | 2.8.2 | MapWriter-1.12.2-2.8.2.jar | None | | LCHIJA | brewcraft | 1.12.2-1.0.1 | Pam's+BrewCraft+1.12.2-1.0.1.jar | None | | LCHIJA | desertcraft | 1.12.2a | Pam's+DesertCraft+1.12.2b.jar | None | | LCHIJA | harvestcraft | 1.12.2zb | Pam's+HarvestCraft+1.12.2zb.jar | None | | LCHIJA | redbudtree | 1.12.2a | Pam's+Redbud+Tree+1.12.2a.jar | None | | LCHIJA | spookytree | 1.12.2a | Pam's+Spooky+Tree+1.12.2a.jar | None | | LCHIJA | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None | | LCHIJA | sereneseasons | 1.2.16 | SereneSeasons-1.12.2-1.2.16-universal.jar | None | | LCHIJA | sit | v1.3 | sit-1.12.2-v1.3.jar | None | | LCHIJA | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None | | LCHIJA | of | 0.13.1 | Useful+Interior+-+0.13.1+[1.12.2].jar | None | | LCHIJA | variedcommodities | 1.12.2 | VariedCommodities_1.12.2(21nov19).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.LLibraryRuntimePatcherInventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformerAppleCore (AppleCore-mc1.12.2-3.2.0.jar) squeek.applecore.asm.TransformerModuleHandlerSSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar) sereneseasons.asm.transformer.EntityRendererTransformer sereneseasons.asm.transformer.WorldTransformericeandfire (iceandfire-1.9.1-1.12.2.jar) com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread. Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced)
Profiler Position: N/A (disabled) Player Count: 0 / 8; [] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge'
In reply to kavina2000:
yeah I get the same crash report for core mods
How to use this with my mod?
In reply to lg1somecoding:
Go into your build.gradle and scroll down to dependencies and then add to your dependencies:
dependencies = "required-after:llibrary@[1.7.19,)
Here's a tutorial, it is for 1.15.2, but it still generally works for any version:
I'm getting this message error when i try to get library working on my mod, i want to use it to animate some models.
Someone knows any solution?
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'moreutilities'.
> Could not resolve all dependencies for configuration ':deobfCompile'.
> Could not resolve net.ilexiconn:llibrary:1.7.19-1.12.2.
Required by:
project :
> Could not resolve net.ilexiconn:llibrary:1.7.19-1.12.2.
> Could not get resource 'https://files.minecraftforge.net/maven/net/ilexiconn/llibrary/1.7.19-1.12.2/llibrary-1.7.19-1.12.2.pom'.
> Could not GET 'https://files.minecraftforge.net/maven/net/ilexiconn/llibrary/1.7.19-1.12.2/llibrary-1.7.19-1.12.2.pom'.
> sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
> Could not resolve net.ilexiconn:llibrary:1.7.19-1.12.2.
> Could not get resource 'https://maven.mcmoddev.com/net/ilexiconn/llibrary/1.7.19-1.12.2/llibrary-1.7.19-1.12.2.pom'.
> Could not GET 'https://maven.mcmoddev.com/net/ilexiconn/llibrary/1.7.19-1.12.2/llibrary-1.7.19-1.12.2.pom'.
> sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 11s
Can this mod be updated into the version 1.15.2