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.
Heeeelppp :'(
---- Minecraft Crash Report ----
WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
Contact their authors BEFORE contacting forge
// I bet Cylons wouldn't have this problem.
Time: 1/15/23 5:18 PM
Description: Initializing game
com.google.common.util.concurrent.ExecutionError: java.lang.OutOfMemoryError: GC overhead limit exceeded
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2215)
at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:419)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:180)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
at net.minecraftforge.client.model.pipeline.UnpackedBakedQuad$Builder.build(UnpackedBakedQuad.java:235)
at net.minecraftforge.client.model.ItemLayerModel.buildQuad(ItemLayerModel.java:411)
at net.minecraftforge.client.model.ItemLayerModel.buildSideQuad(ItemLayerModel.java:375)
at net.minecraftforge.client.model.ItemLayerModel.getQuadsForSprite(ItemLayerModel.java:277)
at net.minecraftforge.client.model.ItemLayerModel.bake(ItemLayerModel.java:117)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bakeImpl(ModelLoader.java:446)
at net.minecraftforge.client.model.ModelLoader$VanillaLoader$1.load(ModelLoader.java:822)
at net.minecraftforge.client.model.ModelLoader$VanillaLoader$1.load(ModelLoader.java:818)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
... 17 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2215)
at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:419)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:180)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (aarch64) version Android-12
Java Version: 1.8.0-internal, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 36242296 bytes (34 MB) / 286261248 bytes (273 MB) up to 286261248 bytes (273 MB)
JVM Flags: 3 total; -Xms290M -Xmx290M -Xbootclasspath/p:/storage/emulated/0/games/PojavLauncher/caciocavallo/ResConfHack.jar:/storage/emulated/0/games/PojavLauncher/caciocavallo/cacio-androidnw-1.10-SNAPSHOT.jar:/storage/emulated/0/games/PojavLauncher/caciocavallo/cacio-shared-1.10-SNAPSHOT.jar
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 13 mods loaded, 13 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 |
|:----- |:----------------- |:-------------- |:------------------------------------------- |:---------------------------------------- |
| LCH | minecraft | 1.12.2 | minecraft.jar | None |
| LCH | mcp | 9.42 | minecraft.jar | None |
| LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | bookworm | 1.12.2-2.5.2.1 | bookworm-1.12.2-2.5.2.1.jar | None |
| LCH | carryon | 1.12.3 | carryon-1.12.2-1.12.4.16.jar | fd21553434f4905f2f73ea7838147ac4ea07bd88 |
| LCH | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCH | fossil | 8.0.5 | fossilsarcheology-8.0.6.jar | None |
| LCH | mobends | 1.2.1 | MoBends_1.12.2-1.2.1-19.12.21.jar | None |
| LCH | rustic | 1.1.7 | rustic-1.1.7.jar | None |
| LCH | toughasnails | 3.1.0.139 | ToughAsNails-1.12.2-3.1.0.139-universal.jar | None |
| LCH | wearablebackpacks | 3.1.4 | WearableBackpacks-1.12.2-3.1.4.jar | None |
| LCH | zawa | 1.12.2-2.1.3 | zawa-1.12.2-2.1.3.jar | 3ee471ded1bba54aa82f4f5ca5ca82dd67b8ef42 |
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
Launched Version: 1.12.2
LWJGL: 3.2.3 SNAPSHOT
OpenGL: GL4ES wrapper GL version 2.1 gl4es wrapper 1.1.4, ptitSeb
GL Caps: VboRegions not supported, missing: OpenGL 1.3, ARB_copy_buffer
Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: Español (Venezuela)
Profiler Position: N/A (disabled)
CPU: 9x null
OptiFine Version: OptiFine_1.12.2_HD_U_G5
OptiFine Build: 20210124-142939
Render Distance Chunks: 2
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 2.1 gl4es wrapper 1.1.4
OpenGlRenderer: GL4ES wrapper
OpenGlVendor: ptitSeb
CpuCount: 8
Put your spoiler here.
nice mod
I I a modding. Where I put this
Is there a way to hide the update button on the main menu?
So, uh, I was sent here after my game crashed from a mod that I'm not sure about. I added this mod and it's still crashing so I'm rather confused.
[20:48:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker[20:48:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker[20:48:57] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker[20:48:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker[20:48:57] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading[20:48:57] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at G:\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy[20:48:58] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed![20:48:58] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed![20:48:58] [main/INFO] [FML]: Searching G:\.minecraft\mods for mods[20:48:58] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in albedo-1.12.2-1.1.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[20:48:58] [main/WARN] [FML]: The coremod FMLPlugin (elucent.albedo.asm.FMLPlugin) is not signed![20:48:58] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Apotheosis-1.12.2-1.12.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[20:48:58] [main/WARN] [FML]: The coremod ApotheosisCore (shadows.ApotheosisCore) is not signed![20:48:58] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in astralsorcery-1.12.2-1.10.27.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[20:48:58] [main/WARN] [FML]: The coremod hellfirepvp.astralsorcery.core.AstralCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft[20:48:58] [main/INFO] [Astral Core]: [AstralCore] Initialized.[20:48:58] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-1.0.2.31.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[20:48:58] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft[20:48:58] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed![20:48:58] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.6-179.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[20:48:58] [main/WARN] [FML]: The coremod Quark Plugin (vazkii.quark.base.asm.LoadingPlugin) is not signed![20:48:58] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in rats-3.2.14-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[20:48:58] [main/WARN] [FML]: The coremod ratscore (com.github.alexthe666.rats.server.asm.RatsPlugin) is not signed![20:48:58] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from SpartanWeaponry-1.12.2-1.4.1.jar[20:48:58] [main/WARN] [FML]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft[20:48:58] [main/WARN] [FML]: The coremod IELoadingPlugin (blusunrize.immersiveengineering.common.asm.IELoadingPlugin) is not signed![20:48:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker[20:48:58] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker[20:48:58] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/G:/.minecraft/mods/SpartanWeaponry-1.12.2-1.4.1.jar Service=LaunchWrapper Env=CLIENT[20:48:58] [main/WARN] [FML]: The coremod SpartanWeaponry-MixinLoader (com.oblivioussp.spartanweaponry.mixin.MixinLoader) is not signed![20:48:58] [main/INFO] [mixin]: Compatibility level set to JAVA_8[20:48:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker[20:48:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker[20:48:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker[20:48:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[20:48:59] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc[20:48:59] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing[20:48:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[20:48:59] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker[20:48:59] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@58a63629[20:48:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker[20:48:59] [main/INFO] [Astral Core]: [AstralTransformer] Loading patches...[20:48:59] [main/INFO] [Astral Core]: [AstralTransformer] Initialized! Loaded 14 class patches![20:48:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[20:48:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[20:48:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[20:48:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[20:48:59] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NoClassDefFoundError: com/github/alexthe666/rats/server/misc/RatsRuntimePatcher[20:48:59] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.github.alexthe666.rats.server.asm.RatsPlugin.getASMTransformerClass(RatsPlugin.java:18)[20:48:59] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:129)[20:48:59] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)[20:48:59] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)[20:48:59] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.ClassNotFoundException: com.github.alexthe666.rats.server.misc.RatsRuntimePatcher[20:48:59] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)[20:48:59] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)[20:48:59] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)[20:48:59] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 4 more[20:48:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.lang.NoClassDefFoundError: net/ilexiconn/llibrary/server/asm/RuntimePatcher[20:48:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at java.lang.ClassLoader.defineClass1(Native Method)[20:48:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)[20:48:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)[20:48:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)[20:48:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: ... 6 more[20:48:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:667]: Caused by: java.lang.ClassNotFoundException: net.ilexiconn.llibrary.server.asm.RuntimePatcher[20:48:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:667]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)[20:48:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:667]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)[20:48:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:667]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)[20:48:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:667]: ... 10 more
i cant ply minecraft becuse you fucking mod i cant deletit or anyithing idk if u get a new mod of tis il report you
In reply to tlkom1234:
Go and learn some English then come comment
In reply to fares_mc3008:
lol angry guy
Lo pueden hacer por favor a la version 1.16.5
eu estou tendo um problema de compatibilidade com o LLibrary versão 1.7.20 ao entrar no jogo junto com o
Immersive Vehicles..a crash report diz o seguinte..
---- Minecraft Crash Report -------- Minecraft Crash Report ----
AVISO: coremods estão presentes: llibrary (llibrary-core-1.0.11-1.12.2.jar)Entre em contato com seus autores ANTES de entrar em contato com forge
// Quem montou a TNT para nós?
Hora: 09/04/22 13:59 Descrição: Inicializando o jogo
java.lang.IncompatibleClassChangeError em net.ilexiconn.llibrary.client.lang.LanguageHandler.addRemoteLocalizations(LanguageHandler.java:91) em net.ilexiconn.llibrary.LLibrary$CoreAPIHandler.addRemoteLocalizations(LLibrary.java:111) em net.ilexiconn. llibrary.server.core.patcher.LLibraryHooks.addRemoteLocalizations(LLibraryHooks.java:31) em net.minecraft.client.resources.Locale.func_135022_a(Locale.java:32) em net.minecraft.client.resources.LanguageManager.func_110549_a( SourceFile:67) em net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132) em net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:112) em net.minecraft.client.Minecraft .func_110436_a(Minecraft.java:808) em net.minecraftforge.fml.client.FMLClientHandler.refreshResources(FMLClientHandler.java:1128) em net.minecraftforge.fml.client.FMLClientHandler.refreshResources(FMLClientHandler.java:1121) em minecrafttransportsimulator.mcinterface.InterfaceEventsModelLoader.registerModels(InterfaceEventsModelLoader.java:184) em net.minecraftforge.fml.common .eventhandler.ASMEventHandler_50_InterfaceEventsModelLoader_registerModels_ModelRegistryEvent.invoke(.dynamic) em net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) em net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java) :144) em net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) em net.minecraftforge.fml.client.FMLClientHandler.fireSidedRegistryEvents(FMLClientHandler.java:1062) em net.minecraftforge.fml. common.FMLCommonHandler.fireSidedRegistryEvents(FMLCommonHandler.java:764) em net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:631) em net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) em net.minecraft.client.Minecraft.func_71384_a (Minecraft.java:467) em net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) em net.minecraft.client.main.Main.main(SourceFile:123) em sun.reflect.NativeMethodAccessorImpl.invoke0( Native Method) em sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) em sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) em java.lang.reflect.Method.invoke(Method.java:497) em net.minecraft.launchwrapper.Launch.launch(Launch.java:135) em net.minecraft.launchwrapper.Launch.main(Launch.java:28)minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) em net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) em net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) em net.minecraft.client.main.Main.main(SourceFile:123) em sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) em sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) em sun.reflect.DelegatingMethodAccessorImpl .invoke(DelegatingMethodAccessorImpl.java:43) em java.lang.reflect.Method.invoke(Method.java:497) em net.minecraft.launchwrapper.Launch.launch(Launch.java:135) em net.minecraft.launchwrapper. Launch.main(Launch.java:28)minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) em net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) em net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) em net.minecraft.client.main.Main.main(SourceFile:123) em sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) em sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) em sun.reflect.DelegatingMethodAccessorImpl .invoke(DelegatingMethodAccessorImpl.java:43) em java.lang.reflect.Method.invoke(Method.java:497) em net.minecraft.launchwrapper.Launch.launch(Launch.java:135) em net.minecraft.launchwrapper. Launch.main(Launch.java:28)minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) em net.minecraft.client.main.Main.main(SourceFile:123) em sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) em sun.reflect.NativeMethodAccessorImpl. invocar(NativeMethodAccessorImpl.java:62) em sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) em java.lang.reflect.Method.invoke(Method.java:497) em net.minecraft.launchwrapper.Launch.launch (Launch.java:135) em net.minecraft.launchwrapper.Launch.main(Launch.java:28)minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) em net.minecraft.client.main.Main.main(SourceFile:123) em sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) em sun.reflect.NativeMethodAccessorImpl. invocar(NativeMethodAccessorImpl.java:62) em sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) em java.lang.reflect.Method.invoke(Method.java:497) em net.minecraft.launchwrapper.Launch.launch (Launch.java:135) em net.minecraft.launchwrapper.Launch.main(Launch.java:28)43) em java.lang.reflect.Method.invoke(Method.java:497) em net.minecraft.launchwrapper.Launch.launch(Launch.java:135) em net.minecraft.launchwrapper.Launch.main(Launch.java :28)43) em java.lang.reflect.Method.invoke(Method.java:497) em net.minecraft.launchwrapper.Launch.launch(Launch.java:135) em net.minecraft.launchwrapper.Launch.main(Launch.java :28)
Um passo a passo detalhado do erro, seu caminho de código e todos os detalhes conhecidos é o seguinte:-------------------------------- -------------------------------------------------- -----
-- Head --Thread: Client threadStacktrace: em net.ilexiconn.llibrary.client.lang.LanguageHandler.addRemoteLocalizations(LanguageHandler.java:91) em net.ilexiconn.llibrary.LLibrary$CoreAPIHandler.addRemoteLocalizations(LLibrary.java:111) em net.ilexinn.llibrary.server.core.patcher.LLibraryHooks.addRemoteLocalizations(LLibraryHooks.java:31) em net.minecraft.client.resources.Locale.func_135022_a(Locale.java:32) em net.minecraft.client.resources .LanguageManager.func_110549_a(SourceFile:67) em net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132) em net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:112) em net. minecraft.client.Minecraft.func_110436_a(Minecraft.java:808) em net.minecraftforge.fml.client.FMLClientHandler.refreshResources(FMLClientHandler.java:1128) em net.minecraftforge.fml.client.FMLClientHandler.refreshResources(FMLClientHandler.java:1121) em minecrafttransportsimulator.mcinterface.InterfaceEventsModelLoader.registerModels(InterfaceEventsModelLoader.java:184) em net.minecraftforge.fml.common .eventhandler.ASMEventHandler_50_InterfaceEventsModelLoader_registerModels_ModelRegistryEvent.invoke(.dynamic) em net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) em net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java) :144) em net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) em net.minecraftforge.fml.client.FMLClientHandler.fireSidedRegistryEvents(FMLClientHandler.java:1062) em net.minecraftforge.fml. common.FMLCommonHandler.fireSidedRegistryEvents(FMLCommonHandler.java:764) em net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:631) em net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) em net.minecraft.client.Minecraft.func_71384_a (Minecraft.java:467)
-- Inicialização --Detalhes:Stacktrace: em net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) em net.minecraft.client.main.Main.main(SourceFile:123) em sun.reflect.NativeMethodAccessorImpl. invoke0(Native Method) em sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) em sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) em java.lang.reflect.Method.invoke(Method.java: 497) em net.minecraft.launchwrapper.Launch.launch(Launch.java:135) em net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- Detalhes do sistema -- Detalhes: Minecraft Versão: 1.12.2 Sistema operacional: Windows 10 (amd64) versão 10.0 Java Versão: 1.8.0_51, Oracle Corporation Java VM Versão: Java HotSpot(TM) 64-Bit Server VM (modo misto ), Oracle Corporation Memória: 1933435168 bytes (1843 MB) / 2986344448 bytes (2848 MB) até 3154116608 bytes (3008 MB) JVM Flags: 8 no total; -Xmn128M -Xmx3000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, alocado: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 26 mods carregados, 26 mods ativos Estados: 'U' = Descarregado 'L' = Carregado 'C' = Construído 'H' = Pré- inicializado 'I' = inicializado 'J' = pós-inicializado 'A'
| Estado | ID | Versão | Fonte | Assinatura | |:----- |:------------------ |:--------------------- ------------- |:----------------------------------- ---------- |:-------------------------------------- -- | | LCH | minecraft | 1.12.2 | minecraft.jar | Nenhum | | LCH | mcp | 9,42 | minecraft.jar | Nenhum | | LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCH | forjar | 14.23.5. 2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCH | embarcações de segurança | v1.8.20.1 | 1.12.2SecurityCraftv1.8.20.1.jar | Nenhum | | LCH | sons ambientais | 3.0 | AmbientSounds_v3.0.9_mc1.12.2.jar | Nenhum | | LCH | biomesplenitude | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | Nenhum | | LCH | cfm | 6.3.0 | cfm-6.3.0-mc1.12.2.jar | Nenhum | | LCH | renderizador estendido | v1.0 | coroutil-1.12.1-1.2.37. jarra | Nenhum | | LCH | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | Nenhum | | LCH | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | Nenhum | | LCH | árvores dinâmicas | 1.12.2-0.9.22 | DynamicTrees-1.12.2-0.9.22.jar | Nenhum | | LCH | flansmod | 5.5.2 | Flans_Mod-1.12.2-5.5.2.jar | Nenhum | | LCH | flansmodapocalipse | 1,0 | Flans_Mod-1.12.2-5.5.2. jarra | Nenhum | | LCH | mts | 21.1.0 | Imersivo+Veículos-1.12.2-21.1.0.jar | Nenhum | | LCH | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301_1.jar | Nenhum | | LCH | mapa de viagem | 1.12.2-5.7.1 | travelmap-1.12.2-5.7.1_1.jar | Nenhum | | LCH | minejurássica | 1.2.1 - O Segredo da Atualização InGen | MineJurassic-1.2.1-1.12.2.jar | Nenhum | | LCH | mobends | 1.0.0-beta-20.06.20 | MoBends_1.12.2-1.0.0-beta-20.06.20. jarra | Nenhum | | LCH | elevadores móveis | 1.2.31a | movendoelevadores-1.2.31a-mc1.12.jar | Nenhum | | LCH | paraquedas | 1.7.4 | parachutemod-1.12.2-1.7.4-446.jar | Nenhum | | LCH | filtros de som | 0.12_for_1.12 | SoundFilters-0.12_for_1.12.jar | Nenhum | | LCH | mochila de viagem | 1.0.34 | ViajantesMochila-1.12.2-1.0.34.jar | Nenhum | | LCH | zeiyocraft | 0.8.4 | ZeiyoCraft-Mod-1.12.2. jarra | Nenhum | | LCH | biblioteca | 1.7.20 | biblioteca-1.7.20-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec | | LCH | jurassicraft | 2.2.18 | JurassiCraft-1.12.2-2.2.18.jar | Nenhum |
Coremods carregados (e transformadores): llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexinn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher GL info: ' Fornecedor: 'NVIDIA Corporation' Versão: '4.6.0 NVIDIA 512.15' Renderizador: 'NVIDIA GeForce GTX 1650/PCIe/SSE2' Versão lançada: ForgeOptiFine 1.12.2 LWJGL: 2.9.4 OpenGL: NVIDIA GeForce GTX 1650/PCIe /SSE2 GL versão 4.6.0 NVIDIA 512.15, NVIDIA Corporation GL Caps: Usando multitexturização GL 1.3. Usando combinadores de textura GL 1.3. Usando objetos framebuffer porque OpenGL 3.0 é suportado e mesclagem separada é suportada.Shaders estão disponíveis porque OpenGL 2.1 é suportado.VBOs estão disponíveis porque o OpenGL 1.5 é suportado.
Usando VBOs: Sim É Modded: Definitivamente; Marca do cliente alterada para 'fml,forge' Tipo: Cliente (map_client.txt) Pacotes de recursos: Idioma atual: Inglês (EUA) Posição do perfilador: N/A (desativado) CPU: 8x AMD Ryzen 5 3400G com Radeon Vega Graphics OptiFine Versão: OptiFine_1.12.2_HD_U_G5 OptiFine Build: 20210124-142939 Render Distance Chunks: 12 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: Sildurs_Enhanced_Default_redone_v1.0.zip OpenGlVersion: 4.6.0/NVIDIA 512.15 OpenGl /SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 8
OBS: SE EU REMOVER O IMERSIVE VEHICLES E SEUS PACKS DA PASTA "MODS" NA ".MINECRAFT" ISSO NÃO ACONTECE
Hello please help me with my problem with my mods and theese are jurassic Word reborn and llibrary here is the crash report
[11:54:56] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: kotlin/TypeCastException
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_292]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_292]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539) ~[forge.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) ~[Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) ~[FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_292]
Caused by: java.lang.ClassNotFoundException: kotlin.TypeCastException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_292]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_292]
... 34 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_292]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_292]
... 34 more
[11:54:56] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: /server/./crash-reports/crash-2022-01-19_11.54.56-server.txt
Please help me with this!
For everyone posting crash reports here, please post it in the issues page of the mod.
WARNING: coremods are present:WARNING: coremods are present: llibrary (llibrary-core-1.0.11-1.12.2.jar)Contact their authors BEFORE contacting forge
// Why did you do that?
Time: 12/21/21 9:58 PMDescription: Loading NBT data
java.io.EOFException: Unexpected end of ZLIB input stream at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240) at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158) at java.io.BufferedInputStream.read1(BufferedInputStream.java:284) at java.io.BufferedInputStream.read(BufferedInputStream.java:345) at java.io.DataInputStream.readFully(DataInputStream.java:195) at java.io.DataInputStream.readUTF(DataInputStream.java:609) at java.io.DataInputStream.readUTF(DataInputStream.java:564) at net.minecraft.nbt.NBTTagCompound.func_152448_b(NBTTagCompound.java:487) at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:56) at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:497) at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:58) at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:497) at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:58) at net.minecraft.nbt.NBTTagList.func_152446_a(NBTTagList.java:63) at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:497) at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:58) at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:497) at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:58) at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:133) at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:88) at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:83) at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:89) at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70) at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92) at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) at net.minecraft.server.management.PlayerChunkMapEntry.<init>(PlayerChunkMapEntry.java:49) at net.minecraft.server.management.PlayerChunkMap.func_187302_c(PlayerChunkMap.java:298) at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:156) at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) 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)
Em resposta a xdevilryx :
tem discord
[20:50:56] [Client thread/ERROR] [modinfo]: Unable to configure ModInfo
java.lang.IncompatibleClassChangeError: null
at net.ilexiconn.llibrary.client.lang.LanguageHandler.addRemoteLocalizations(LanguageHandler.java:91) ~[LanguageHandler.class:?]
at net.ilexiconn.llibrary.LLibrary$CoreAPIHandler.addRemoteLocalizations(LLibrary.java:111) ~[LLibrary$CoreAPIHandler.class:?]
at net.ilexiconn.llibrary.server.core.patcher.LLibraryHooks.addRemoteLocalizations(LLibraryHooks.java:31) ~[LLibraryHooks.class:?]
at net.minecraft.client.resources.Locale.loadLocaleDataFiles(Locale.java:32) ~[cfb.class:?]
at modinfo.ModInfo.getLocale(ModInfo.java:271) ~[ModInfo.class:1.12.2-5.7.1]
at modinfo.ModInfo.<init>(ModInfo.java:53) [ModInfo.class:1.12.2-5.7.1]
at journeymap.client.JourneymapClient.startMapping(JourneymapClient.java:531) [JourneymapClient.class:1.12.2-5.7.1]
at journeymap.client.task.main.MappingMonitorTask.perform(MappingMonitorTask.java:72) [MappingMonitorTask.class:1.12.2-5.7.1]
at journeymap.client.task.main.MainTaskController.performTasks(MainTaskController.java:84) [MainTaskController.class:1.12.2-5.7.1]
at journeymap.client.JourneymapClient.performMainThreadTasks(JourneymapClient.java:639) [JourneymapClient.class:1.12.2-5.7.1]
at journeymap.client.forge.event.StateTickHandler.onClientTick(StateTickHandler.java:73) [StateTickHandler.class:1.12.2-5.7.1]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5258_StateTickHandler_onClientTick_ClientTickEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:344) [FMLCommonHandler.class:?]
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1708) [bib.class:?]
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1098) [bib.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:3942) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_301]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_301]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_301]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_301]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
1.16.5 plz
[20:50:56] [Client thread/ERROR] [modinfo]: Unable to configure ModInfo
java.lang.IncompatibleClassChangeError: null
at net.ilexiconn.llibrary.client.lang.LanguageHandler.addRemoteLocalizations(LanguageHandler.java:91) ~[LanguageHandler.class:?]
at net.ilexiconn.llibrary.LLibrary$CoreAPIHandler.addRemoteLocalizations(LLibrary.java:111) ~[LLibrary$CoreAPIHandler.class:?]
at net.ilexiconn.llibrary.server.core.patcher.LLibraryHooks.addRemoteLocalizations(LLibraryHooks.java:31) ~[LLibraryHooks.class:?]
at net.minecraft.client.resources.Locale.loadLocaleDataFiles(Locale.java:32) ~[cfb.class:?]
at modinfo.ModInfo.getLocale(ModInfo.java:271) ~[ModInfo.class:1.12.2-5.7.1]
at modinfo.ModInfo.<init>(ModInfo.java:53) [ModInfo.class:1.12.2-5.7.1]
at journeymap.client.JourneymapClient.startMapping(JourneymapClient.java:531) [JourneymapClient.class:1.12.2-5.7.1]
at journeymap.client.task.main.MappingMonitorTask.perform(MappingMonitorTask.java:72) [MappingMonitorTask.class:1.12.2-5.7.1]
at journeymap.client.task.main.MainTaskController.performTasks(MainTaskController.java:84) [MainTaskController.class:1.12.2-5.7.1]
at journeymap.client.JourneymapClient.performMainThreadTasks(JourneymapClient.java:639) [JourneymapClient.class:1.12.2-5.7.1]
at journeymap.client.forge.event.StateTickHandler.onClientTick(StateTickHandler.java:73) [StateTickHandler.class:1.12.2-5.7.1]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5258_StateTickHandler_onClientTick_ClientTickEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:344) [FMLCommonHandler.class:?]
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1708) [bib.class:?]
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1098) [bib.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:3942) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_301]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_301]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_301]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_301]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
1.16.5 please.