Ive been trying to use the twitch app to play a few FTB modpacks and they always crash with the same crash report.
---- Minecraft Crash Report ----
WARNING: coremods are present:
ComfortsCoreLoadingPlugin (comforts-1.12.2-1.3.1.jar)
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.4.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b162.jar)
llibrary (llibrary-core-1.0.10-1.12.2.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
JEIDLoadingPlugin (JustEnoughIDs-1.0.1-16.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
Contact their authors BEFORE contacting forge
// Who set us up the TNT?
Time: 1/26/19 2:29 PM
Description: Initializing game
java.lang.NoClassDefFoundError: scala/collection/Seq
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.getDeclaredMethods(Class.java:1975)
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
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:497)
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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:497)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: scala.collection.Seq
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 41 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.getDeclaredMethods(Class.java:1975)
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
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:497)
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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:497)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
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:497)
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: 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: 884819040 bytes (843 MB) / 1454899200 bytes (1387 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2772 244 mods loaded, 244 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
llibrary (llibrary-core-1.0.10-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
JEIDLoadingPlugin (JustEnoughIDs-1.0.1-16.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
openmods.core.OpenModsClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 417.35' Renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2'
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
Launched Version: forge-14.23.5.2772
LWJGL: 2.9.4
OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 417.35, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 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: English (US)
Profiler Position: N/A (disabled)
CPU: 12x AMD Ryzen 5 1600 Six-Core Processor
This is caused by a corrupted or failed download of a Minecraft / Forge library.
Rollback Post to RevisionRollBack
Say something silly, Laugh 'til it hurts, Take a risk, Sing out loud, Rock the boat, Shake things up, Flirt with disaster, Buy something frivolous, Color outside the lines, Cause a scene, Order dessert, Make waves, Get carried away, Have a great day!
Ive been trying to use the twitch app to play a few FTB modpacks and they always crash with the same crash report.
---- Minecraft Crash Report ----
WARNING: coremods are present:
ComfortsCoreLoadingPlugin (comforts-1.12.2-1.3.1.jar)
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.4.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b162.jar)
llibrary (llibrary-core-1.0.10-1.12.2.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
JEIDLoadingPlugin (JustEnoughIDs-1.0.1-16.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
Contact their authors BEFORE contacting forge
// Who set us up the TNT?
Time: 1/26/19 2:29 PM
Description: Initializing game
java.lang.NoClassDefFoundError: scala/collection/Seq
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.getDeclaredMethods(Class.java:1975)
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
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:497)
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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:497)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: scala.collection.Seq
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 41 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.getDeclaredMethods(Class.java:1975)
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
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:497)
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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:497)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
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:497)
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: 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: 884819040 bytes (843 MB) / 1454899200 bytes (1387 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2772 244 mods loaded, 244 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 |
|:----- |:--------------------------------- |:------------------------ |:--------------------------------------------------- |:---------------------------------------- |
| UC | minecraft | 1.12.2 | minecraft.jar | None |
| UC | mcp | 9.42 | minecraft.jar | None |
| UC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2772.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | forge | 14.23.5.2772 | forge-1.12.2-14.23.5.2772.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | openmodscore | 0.12.1 | minecraft.jar | None |
| UC | foamfixcore | 7.7.4 | minecraft.jar | None |
| UC | actuallyadditions | 1.12.2-r144 | ActuallyAdditions-1.12.2-r144.jar | None |
| UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| UC | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
| UC | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| U | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| U | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| U | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
| U | endercore | 1.12.2-0.5.43 | EnderCore-1.12.2-0.5.43.jar | None |
| U | crafttweaker | 4.1.13 | CraftTweaker2-1.12-4.1.13.jar | None |
| U | mtlib | 3.0.5 | MTLib-3.0.5.jar | None |
| U | modtweaker | 4.0.15 | modtweaker-4.0.15.jar | None |
| U | jei | 4.14.3.242 | jei_1.12.2-4.14.3.242.jar | None |
| U | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | None |
| U | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | None |
| U | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None |
| U | brandonscore | 2.4.9 | BrandonsCore-1.12.2-2.4.9.195-universal.jar | None |
| U | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | None |
| U | thermalfoundation | 2.6.1 | ThermalFoundation-1.12.2-2.6.1.22-universal.jar | None |
| U | draconicevolution | 2.3.18 | Draconic-Evolution-1.12.2-2.3.18.329-universal.jar | None |
| U | thermalexpansion | 5.5.2 | ThermalExpansion-1.12.2-5.5.2.39-universal.jar | None |
| U | enderio | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| U | enderiointegrationtic | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| U | mantle | 1.12-1.3.3.39 | Mantle-1.12-1.3.3.39.jar | None |
| U | tconstruct | 1.12.2-2.11.0.106 | TConstruct-1.12.2-2.11.0.106.jar | None |
| U | extrautils2 | 1.0 | extrautils2-1.12-1.9.8.jar | None |
| U | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
| U | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| U | aroma1997core | 2.0.0.0.b162 | Aroma1997Core-1.12.2-2.0.0.0.b162.jar | None |
| U | aroma1997sdimension | 2.0.0.2.b87 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b87.jar | None |
| U | attributefix | 1.0.4 | AttributeFix-1.12.2-1.0.4.jar | None |
| U | morphtool | 1.2-18 | Morph-o-Tool-1.2-18.jar | None |
| U | psi | r1.1-63 | Psi-r1.1-63.jar | None |
| U | autoreglib | 1.3-24 | AutoRegLib-1.3-24.jar | None |
| U | avaritia | 3.2.0 | Avaritia-1.12.2-3.2.0.25-universal.jar | None |
| U | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
| U | base | 3.11.0 | base-1.12.2-3.11.0.jar | None |
| U | betterbuilderswands | 0.12.0 | BetterBuildersWands-1.12-0.12.0.251+d6c4d93.jar | None |
| U | betterquesting | 3.5.281 | BetterQuesting-3.5.281.jar | None |
| U | bqt | 1.0 | BetterQuestingTriggerer-1.0.jar | None |
| U | betterthanbunnies | 1.12.1-1.1.0 | BetterThanBunnies-1.12.1-1.1.0.jar | None |
| U | betterthanllamas | 1.12.1-1.0.0 | BetterThanLlamas-1.12.1-1.0.0.jar | None |
| U | bonsaitrees | 1.1.2 | bonsaitrees-1.1.2-b144.jar | None |
| U | bookshelf | 2.3.569 | Bookshelf-1.12.2-2.3.569.jar | None |
| U | botania | r1.10-358 | Botania r1.10-358.jar | None |
| U | buildcraftlib | 7.99.19 | buildcraft-7.99.19.jar | None |
| U | buildcraftcore | 7.99.19 | buildcraft-7.99.19.jar | None |
| U | buildcraftbuilders | 7.99.19 | buildcraft-7.99.19.jar | None |
| U | buildcraftenergy | 7.99.19 | buildcraft-7.99.19.jar | None |
| U | buildcraftfactory | 7.99.19 | buildcraft-7.99.19.jar | None |
| U | buildcraftrobotics | 7.99.19 | buildcraft-7.99.19.jar | None |
| U | buildcrafttransport | 7.99.19 | buildcraft-7.99.19.jar | None |
| U | buildcraftsilicon | 7.99.19 | buildcraft-7.99.19.jar | None |
| U | buildinggadgets | 2.5.0 | BuildingGadgets-2.5.0.jar | None |
| U | ceramics | 1.12-1.3.4 | Ceramics-1.12-1.3.4.jar | None |
| U | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| U | chancecubes | 1.12.2-3.2.3.242 | ChanceCubes-1.12.2-3.2.3.242.jar | None |
| U | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| U | chickens | 6.1.0 | chickens-6.1.0.jar | None |
| U | chiselsandbits | 14.29 | chiselsandbits-14.29.jar | None |
| U | clienttweaks | 3.1.11 | ClientTweaks_1.12.2-3.1.11.jar | None |
| U | clumps | 3.1.1 | Clumps-3.1.1.jar | None |
| U | cyclopscore | 0.11.11 | CyclopsCore-1.12.2-0.11.11.jar | None |
| U | colossalchests | 1.6.11 | ColossalChests-1.12.2-1.6.11.jar | None |
| U | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
| U | comforts | 1.3.1 | comforts-1.12.2-1.3.1.jar | None |
| U | ic2 | 2.8.105-ex112 | industrialcraft-2-2.8.105-ex112.jar | None |
| U | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
| U | compacter | 1.3.0.3 | compacter-1.3.0.3-mc1.12.2.jar | None |
| U | refinedstorage | 1.6.12 | refinedstorage-1.6.12.jar | None |
| U | compactmachines3 | 3.0.13 | compactmachines3-1.12.2-3.0.13-b236.jar | None |
| U | compactsolars | 1.12.2-5.0.18.341 | CompactSolars-1.12.2-5.0.18.341-universal.jar | None |
| U | computercraft | 1.80pr1 | ComputerCraft1.80pr1.jar | None |
| U | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
| U | cookingforblockheads | 6.4.65 | CookingForBlockheads_1.12.2-6.4.65.jar | None |
| U | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
| U | craftpresence | v1.4.9.8 | CraftPresence-1.12.2-1.4.9.8.jar | None |
| U | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.13.jar | None |
| U | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.13.jar | None |
| U | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
| U | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
| U | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None |
| U | cyclicmagic | 1.17.9 | Cyclic-1.12.2-1.17.9.jar | None |
| U | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| U | projecte | 1.12-PE1.3.2h | ProjectE-1.12-PE1.3.2h.jar | None |
| U | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | None |
| U | p455w0rdslib | 2.0.36 | p455w0rdslib-1.12.2-2.0.36.jar | None |
| U | danknull | 1.4.43 | DankNull-1.12-1.4.43.jar | None |
| U | darkutils | 1.8.219 | DarkUtils-1.12.2-1.8.219.jar | None |
| U | journeymap | 1.12.2-5.5.3 | journeymap-1.12.2-5.5.3.jar | None |
| U | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
| U | duckymod | 0.0.1 | ducky-mod-1.12.2-0.1.1.jar | None |
| U | enderiobase | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| U | enderioconduits | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| U | enderioconduitsappliedenergistics | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| U | enderioconduitsopencomputers | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| U | enderioconduitsrefinedstorage | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| U | natura | 1.12.2-4.3.2.65 | natura-1.12.2-4.3.2.65.jar | None |
| U | forestry | 5.8.2.380 | forestry_1.12.2-5.8.2.380.jar | None |
| U | enderiointegrationforestry | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| U | enderiointegrationticlate | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| U | ftblib | 5.4.0.73 | FTBLib-5.4.0.73.jar | None |
| U | enderiomachines | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| U | enderiopowertools | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| U | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | None |
| U | ironchest | 1.12.2-7.0.55.839 | ironchest-1.12.2-7.0.55.839.jar | None |
| U | endermanevo | 1.0.13 | EndermanEvolution-1.12.2-1.0.13.jar | None |
| U | energeticsheep | 1.1.3 | EnergeticSheep-1.12.2-1.1.3.jar | None |
| U | valkyrielib | 1.12.2-2.0.18.3 | valkyrielib-1.12.2-2.0.18.3.jar | None |
| U | environmentaltech | 1.12.2-2.0.18.2 | environmentaltech-1.12.2-2.0.18.2.jar | None |
| U | etlunar | 1.12.2-2.0.18.1 | etlunar-1.12.2-2.0.18.1.jar | None |
| U | evilcraft | 0.10.64 | EvilCraft-1.12.2-0.10.64.jar | None |
| U | evilcraftcompat | 1.0.0 | EvilCraft-1.12.2-0.10.64.jar | None |
| U | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
| U | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
| U | immersiveengineering | 0.12-88 | ImmersiveEngineering-0.12-88.jar | None |
| U | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | None |
| U | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
| U | exnihilocreatio | 1.12-0.3.2 | exnihilocreatio-1.12-0.3.2.jar | None |
| U | excompressum | 3.0.26 | ExCompressum_1.12.2-3.0.26.jar | None |
| U | extracells | 2.6.2 | ExtraCells-1.12.2-2.6.2a.jar | None |
| U | zerocore | 1.12-0.1.2.3 | zerocore-1.12-0.1.2.3.jar | None |
| U | bigreactors | 1.12.2-0.4.5.50 | ExtremeReactors-1.12.2-0.4.5.50.jar | None |
| U | farmingforblockheads | 3.1.26 | FarmingForBlockheads_1.12.2-3.1.26.jar | None |
| U | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| U | featuredservers | 1.12-1.0.6 | FeaturedServers-1.12-1.0.6.jar | None |
| U | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
| U | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None |
| U | fluxnetworks | 3.0.19 | fluxnetworks-1.12.2-3.0.19-21.jar | None |
| U | foamfix | 0.10.3-1.12.2 | foamfix-0.10.3-1.12.2.jar | None |
| U | forgemultipartcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | None |
| U | microblockcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | None |
| U | minecraftmultipartcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | None |
| U | ftbutilities | 5.3.0.68 | FTBUtilities-5.3.0.68.jar | None |
| U | fw | 1.6.0 | FullscreenWindowed-1.12-1.6.0.jar | None |
| U | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
| U | googlyeyes | 7.0.2 | GooglyEyes-1.12.2-7.0.2.jar | None |
| U | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
| U | harvest | 1.12-1.2.7-20 | Harvest-1.12-1.2.7-20.jar | None |
| U | hatchery | 2.1.4 | hatchery-1.12.2-2.1.4.jar | None |
| U | hats | 7.0.0 | Hats-1.12.2-7.0.2.jar | None |
| U | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
| U | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.3-227.jar | None |
| U | industrialmeat | 1.12-1.0.2 | industrialmeat-1.12-1.0.2.jar | None |
| U | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
| U | ingameinfoxml | 2.8.2.94 | InGameInfoXML-1.12.2-2.8.2.94-universal.jar | None |
| U | integrateddynamics | 0.11.18 | IntegratedDynamics-1.12.2-0.11.18.jar | None |
| U | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.18.jar | None |
| U | integratedtunnels | 1.5.6 | IntegratedTunnels-1.12.2-1.5.6.jar | None |
| U | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.5.6.jar | None |
| U | mysticalagriculture | 1.7.0 | MysticalAgriculture-1.12.2-1.7.0.jar | None |
| U | mysticalagradditions | 1.2.10 | MysticalAgradditions-1.12.2-1.2.10.jar | None |
| U | oreberries | 0.5.0 | oreberries-1.12.x-0.5.0.jar | None |
| U | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zb.jar | None |
| U | mcjtylib_ng | 3.0.7 | mcjtylib-1.12-3.0.7.jar | None |
| U | rftools | 7.59 | rftools-1.12-7.59.jar | None |
| U | simplecorn | 2.4.1 | SimpleCorn1.12-1.12-2.4.1.jar | None |
| U | integrationforegoing | 1.12.2-1.8.2 | IntegrationForegoing-1.12.2-1.8.2.jar | None |
| U | inventorysorter | 1.13.3+57 | inventorysorter-1.12.2-1.13.3+57.jar | None |
| U | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
| U | jehc | 1.12.2 | JEHC-1.12.2-1.6.2.0.jar | None |
| U | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
| U | jeid | 1.0.1-16 | JustEnoughIDs-1.0.1-16.jar | None |
| U | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
| U | longfallboots | 1.2.1a | longfallboots-1.2.1b.jar | None |
| U | lootbags | 2.5.7 | LootBags-1.12.2-2.5.7.jar | None |
| U | mekanismgenerators | 9.4.11 | MekanismGenerators-1.12.2-9.4.13.349.jar | None |
| U | mekanismtools | 9.4.11 | MekanismTools-1.12.2-9.4.13.349.jar | None |
| U | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None |
| U | missing_pieces | 4.3.0 | missing_pieces-1.12.2-4.3.0.jar | None |
| U | mob_grinding_utils | 0.3.12 | MobGrindingUtils-0.3.12.jar | None |
| U | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
| U | concheckrmd | 1.6 | Modpack Configuration Checker-1.12.2-v1.6.jar | None |
| U | morechickens | 3.1.0 | morechickens-1.12.2-3.1.0.jar | None |
| U | morefurnaces | 1.10.5 | MoreFurnaces-1.12.2-1.10.6.jar | None |
| U | moreoverlays | 1.14 | moreoverlays-1.14-mc1.12.2.jar | None |
| U | shear | 1.1.2 | MoreShearables1.3.1-1.12.2.jar | None |
| U | mousetweaks | 2.9 | MouseTweaks-2.9-mc1.12.2.jar | None |
| U | neat | 1.4-17 | Neat 1.4-17.jar | None |
| U | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
| U | nice | 0.3.1 | nice-1.12-0.3.1.jar | None |
| U | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
| U | notenoughwands | 1.7.1 | notenoughwands-1.12-1.7.1.jar | None |
| U | oldjava | 1.0.6 | OldJavaWarning-1.12.2-1.0.6.jar | None |
| U | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | None |
| U | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | None |
| U | oreexcavation | 1.4.133 | OreExcavation-1.4.133.jar | None |
| U | orespawn | 3.2.2 | OreSpawn-1.12-3.2.2.113.jar | None |
| U | simplerecipes | 1.12.2c | Pam's Simple Recipes 1.12.2c.jar | None |
| U | placebo | 1.5.0 | Placebo-1.12.2-1.5.0.jar | None |
| U | plustic | 7.0.0.0 | plustic-7.0.0.0.jar | None |
| U | reborncore | 3.12.1.385 | RebornCore-1.12.2-3.12.1.385-universal.jar | None |
| U | quantumstorage | 4.6.4 | QuantumStorage-1.12-4.6.4.jar | None |
| U | randomthings | 4.2.4 | RandomThings-MC1.12.2-4.2.4.jar | None |
| U | randomtweaks | 1.12.2-2.4.0.2 | randomtweaks-1.12.2-2.4.0.2.jar | None |
| U | realdrops | 1.2.14 | RealisticItemDrops-1.2.14.jar | None |
| U | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.2.79.jar | None |
| U | redstonearsenal | 2.6.1 | RedstoneArsenal-1.12.2-2.6.1.15-universal.jar | None |
| U | refinedstorageaddons | 0.4.3 | refinedstorageaddons-0.4.3.jar | None |
| U | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | None |
| U | rflux | 0.3.0 | rflux-1.12-0.3.0.jar | None |
| U | rftoolscontrol | 1.9.2 | rftoolsctrl-1.12-1.9.2.jar | None |
| U | rftoolsdim | 5.63 | rftoolsdim-1.12-5.63.jar | None |
| U | roost | 1.2.0 | roost-1.12-1.2.0.jar | None |
| U | shearmadness | 1.12.2 | shearmadness-1.12.2-1.7.2.4.jar | None |
| U | signals | 1.4.1-30 | Signals-1.12.2-1.4.1-30-universal.jar | None |
| U | thermaldynamics | 2.5.3 | ThermalDynamics-1.12.2-2.5.3.16-universal.jar | None |
| U | simplyjetpacks | 2.2.10.63 | SimplyJetpacks2-1.12.2-2.2.10.63.jar | None |
| U | slimyboyos | 1.0.0 | SlimyBoyos-1.0.0.jar | None |
| U | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
| U | solarflux | 4.14r | SolarFluxReborn_1.12.2-4.14r.jar | None |
| U | bq_standard | 3.4.146 | StandardExpansion-3.4.146.jar | None |
| U | stevescarts | 2.4.28.130 | StevesCarts-1.12.2-2.4.28.130.jar | None |
| U | stoneblockutilities | 2.1.1 | StoneBlockUtilities-2.1.1.jar | None |
| U | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
| U | thermalcultivation | 0.3.1 | ThermalCultivation-1.12.2-0.3.1.8-universal.jar | None |
| U | thermalinnovation | 0.3.1 | ThermalInnovation-1.12.2-0.3.1.8-universal.jar | None |
| U | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
| U | tp | 3.2.31 | tinyprogressions-1.12.2-3.3.31-Release.jar | None |
| U | toastcontrol | 1.7.1 | Toast Control-1.12.2-1.7.1.jar | None |
| U | torchmaster | 1.7.0.72 | torchmaster_1.12.2-1.7.0.72.jar | None |
| U | translocators | 2.5.1.77 | Translocators-1.12.2-2.5.1.77-universal.jar | None |
| U | ts2k16 | 1.2.9 | TS2K16-1.2.9.jar | None |
| U | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.18.3.jar | None |
| U | voidislandcontrol | 1.5.1 | voidislandcontrol-1.5.1.jar | None |
| U | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
| U | wawla | 2.5.265 | Wawla-1.12.2-2.5.265.jar | None |
| U | whoosh | 0.1.10 | Whoosh-1.12.2-0.1.12.1-universal.jar | None |
| U | wct | 3.10.82 | WirelessCraftingTerminal-1.12.2-3.10.82.jar | None |
| U | witherskelefix | 2.6.2 | Wither Skeleton Tweaks-1.12.2-2.6.2.jar | None |
| U | woot | 1.12.2-1.4.8 | woot-1.12.2-1.4.8.jar | None |
| U | worldprimer | 0.5.0 | worldprimer-1.12.2-0.5.0.jar | None |
| U | xnet | 1.7.5 | xnet-1.12-1.7.5.jar | None |
| U | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
| U | llibrary | 1.7.17 | llibrary-1.7.17-1.12.2.jar | None |
| U | reauth | 3.6.0 | reauth-3.6.0.jar | None |
| U | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
| U | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
Loaded coremods (and transformers):
ComfortsCoreLoadingPlugin (comforts-1.12.2-1.3.1.jar)
c4.comforts.asm.SleepTransformer
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
cubex2.cxlibrary.CoreModTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.2.4.jar)
lumien.randomthings.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.2.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
team.chisel.ctm.client.asm.CTMTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b162.jar)
llibrary (llibrary-core-1.0.10-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
JEIDLoadingPlugin (JustEnoughIDs-1.0.1-16.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
openmods.core.OpenModsClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 417.35' Renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2'
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
Launched Version: forge-14.23.5.2772
LWJGL: 2.9.4
OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 417.35, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 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: English (US)
Profiler Position: N/A (disabled)
CPU: 12x AMD Ryzen 5 1600 Six-Core Processor
This is caused by a corrupted or failed download of a Minecraft / Forge library.
Do you have any possible solutions for this?