Crash on startup - MC 1.12.2
Travis9x opened this issue ยท 0 comments
Minecraft 1.12.2
Ex Nihilo Omnia 0.0.2
It appears to be looking for a Kotlin class definition, which is not found. I tried installing the Kotlin library, but it still crashes with the same error.
---- Minecraft Crash Report ----
WARNING: coremods are present:
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
PatcherLoader (Thaumcraft6EnhancedPatcherServer-1.0.2.2.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.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.14-1.12.2.jar)
ThaumicWandsCore (thaumicwands-1.2.6.jar)
CorePlugin (ForgeEndertech-1.12.2-4.5.5.0-build.0561.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
HCASM (HammerLib-1.12.2-2.0.6.26.jar)
Contact their authors BEFORE contacting forge
// I'm sorry, Dave.
Time: 6/15/21 1:19 PM
Description: Initializing game
java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics
at com.jozufozu.exnihiloomnia.ExNihilo.(ExNihilo.kt:26)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
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:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: kotlin.jvm.internal.Intrinsics
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 39 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Client thread
Stacktrace:
at com.jozufozu.exnihiloomnia.ExNihilo.(ExNihilo.kt:26)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
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:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
-- 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: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: 1391425360 bytes (1326 MB) / 2178940928 bytes (2078 MB) up to 11453595648 bytes (10923 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12288m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2855 154 mods loaded, 154 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.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | thaumcraft6enhancedpatcher | 1.0.2 | minecraft.jar | None |
| LC | foamfixcore | 7.7.4 | minecraft.jar | None |
| LC | opencomputers|core | 1.7.5.192 | minecraft.jar | None |
| LC | forgeendertech | 1.12.2-4.5.5.0 | ForgeEndertech-1.12.2-4.5.5.0-build.0561.jar | None |
| LC | adlods | 1.12.2-1.0.8.0 | AdLods-1.12.2-1.0.8.0-build.0504.jar | None |
| LC | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
| LC | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
| LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LC | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
| LC | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
| LC | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
| LC | endercore | 1.12.2-0.5.76 | EnderCore-1.12.2-0.5.76.jar | None |
| LC | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
| LC | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
| LC | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |
| LC | brandonscore | 2.4.19 | BrandonsCore-1.12.2-2.4.19.214-universal.jar | None |
| LC | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None |
| LC | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None |
| LC | draconicevolution | 2.3.27 | Draconic-Evolution-1.12.2-2.3.27.353-universal.jar | None |
| LC | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None |
| LC | enderio | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LC | enderiointegrationtic | 5.3.70 | EnderIO-1.12.2-5.3.70.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.10 | conarm-1.12.2-1.2.5.10.jar | b33d2c8df492beff56d1bbbc92da49b8ab7345a1 |
| LC | biolib | 1.1.2 | biolib-1.1.2.jar | None |
| LC | biomesoplenty | 7.0.1.2441 | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None |
| LC | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| LC | darknesslib | 1.1.0 | DarknessLib-1.12.2-1.1.0.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LC | draconicadditions | 1.16.4 | Draconic-Additions-1.12.2-1.16.4.44-universal.jar | None |
| LC | maia_draconic_edition | 1.0.0 | DraconicEvolution_MAIA_1.0.0.jar | None |
| LC | enchantingwiththaumcraft | 1.3 | enchantingwiththaumcraft-1.3.jar | None |
| LC | enderiobase | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LC | enderioconduits | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LC | enderioconduitsappliedenergistics | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LC | opencomputers | 1.7.5.192 | OpenComputers-MC1.12.2-1.7.5.192.jar | None |
| LC | enderioconduitsopencomputers | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LC | refinedstorage | 1.6.16 | refinedstorage-1.6.16.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LC | enderioconduitsrefinedstorage | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LC | enderiointegrationforestry | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LC | enderiointegrationticlate | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LC | enderioinvpanel | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LC | enderiomachines | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LC | enderiopowertools | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LC | enderioendergy | 5.3.70 | EnderIO-endergy-1.12.2-5.3.70.jar | None |
| LC | enderzoo | 1.12.1-1.4.0.49 | EnderZoo-1.12.1-1.4.0.49.jar | None |
| LC | hammercore | 2.0.6.26 | HammerLib-1.12.2-2.0.6.26.jar | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
| LC | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None |
| LC | equivadditions | 12.2.9 | EquivalentAdditions-1.12.2-12.2.9.jar | None |
| LC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LC | mikesmodslib | 1.0.2 | MikesModsLib-1.0.2.jar | None |
| LC | projectex | 1.2.0.40 | ProjectEX-1.2.0.40.jar | None |
| LC | equivalentintegrations | 0.4.6 | EquivalentIntegrations-0.4.6.jar | None |
| LC | eqs | 1.0.3 | EquivalentStorage-1.0.3.jar | None |
| L | exnihiloomnia | 1.0 | exnihiloomnia_1.12.2-0.0.2.jar | None |
| L | excompressum | 3.0.32 | ExCompressum_1.12.2-3.0.32.jar | None |
| L | expequiv | 12.3.17 | ExpandedEquivalence-1.12.2-12.3.17.jar | None |
| L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
| L | zerocore | 1.12.2-0.1.2.9 | zerocore-1.12.2-0.1.2.9.jar | None |
| L | bigreactors | 1.12.2-0.4.5.68 | ExtremeReactors-1.12.2-0.4.5.68.jar | None |
| L | foamfix | 0.10.14-1.12.2 | foamfix-0.10.14-1.12.2.jar | None |
| L | grue | 1.8.0 | Grue-1.12.2-1.8.0.jar | None |
| L | harvest | 1.12-1.2.8-25 | Harvest-1.12-1.2.8-25.jar | None |
| L | igi|thaumcraft | 1.0a | IGI-Thaumcraft-1.0a.jar | None |
| L | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
| L | ingameinfoxml | 2.8.2.94 | InGameInfoXML-1.12.2-2.8.2.94-universal.jar | None |
| L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
| L | jeiintegration | 1.6.0 | jeiintegration_1.12.2-1.6.0.jar | None |
| L | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
| L | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None |
| L | kotlin3 | 1.1.0 | kotlin3_1.12.2-1.1.0.jar | None |
| L | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
| L | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None |
| L | mekanismfluxified | 1.0.0 | mekanismfluxified-1.12.2-1.0.0.jar | None |
| L | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None |
| L | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None |
| L | mekores | 2.0.13 | mekores-2.0.13.jar | None |
| L | moartinkers | 0.6.0 | moartinkers-0.6.0.jar | None |
| L | numina | 1.12.2-1.0.38 | Numina-1.12.2-1.0.38.jar | None |
| L | powersuits | 1.12.2-1.0.46 | ModularPowersuits-1.12.2-1.0.46.jar | None |
| L | netherendingores | 1.12.2-1.4.2 | Netherending-Ores-1.12.2-1.4.2.jar | None |
| L | nevokacore | 1.0.2 | nevoka-core-1.0.2.jar | None |
| L | omlib | 3.1.4-249 | omlib-1.12.2-3.1.4-249.jar | None |
| L | openmodularturrets | 3.1.12-378 | openmodularturrets-1.12.2-3.1.12-378.jar | None |
| L | oreexcavation | 1.4.150 | OreExcavation-1.4.150.jar | None |
| L | bonecraft | 1.12.2b | Pam's BoneCraft 1.12.2b.jar | None |
| L | brewcraft | 1.12.2-1.0.2 | Pam's BrewCraft 1.12.2-1.0.2.jar | None |
| L | getalltheseeds | 1.12a | Pam's Get all the Seeds! 1.12a.jar | None |
| L | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None |
| L | simplerecipes | 1.12.2c | Pam's Simple Recipes 1.12.2c.jar | None |
| L | simplystrawberries | 1.12.2-1.0.0 | Pam's Simply Strawberries 1.12.2 - 1.0.0.jar | None |
| L | pamscookables | 1.1 | pamscookables-1.1.jar | None |
| L | pamsimpleharvest | 2.0.0 | pamsimpleharvest-2.0.0.jar | None |
| L | thutcore | 5.21.2 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | pceditmod | 1.0.0 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | pokecube_aio | 1.18.2 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | pokecube | 6.44.6 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | thut_wearables | 3.2.6 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | thut_bling | 2.3.4 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | pokecube_adventures | 6.17.3 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | pokecube_compat | 1.0 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | pokecube_legends | 0.3.2 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | pokecube_mno | 4.19.4 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | pokecube_mobs | 4.19.4 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | pokecube_ml | 0.1.0 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | pokecube_moves | 4.19.4 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | pokecube_origin | 4.19.4 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | pokeplayer | 1.1.3 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | thutcore_compat | 1.0 | pokecube-aio-1.12.2-1.18.2.jar | None |
| L | powerchisels | 1.0.0-beta-3 | powerchisels-1.0.0-beta-3.jar | None |
| L | reborncore | 3.19.5 | RebornCore-1.12.2-3.19.5-universal.jar | None |
| L | projecteintegration | 1.12.2 | ProjectEIntegration-1.12.2-2.3.1.jar | None |
| L | projectintelligence | 1.0.9 | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar | None |
| L | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.4.1.jar | None |
| L | refinedexchange | 2.1.1 | refinedexchange-2.1.1.jar | None |
| L | refinedstorageaddons | 0.4.5 | refinedstorageaddons-0.4.5.jar | None |
| L | refinedstoragerequestify | ${version} | refinedstoragerequestify-1.12.2-1.0.2-3.jar | None |
| L | rftools | 7.73 | rftools-1.12-7.73.jar | None |
| L | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None |
| L | rftoolsdim | 5.71 | rftoolsdim-1.12-5.71.jar | None |
| L | rftoolspower | 1.2.0 | rftoolspower-1.12-1.2.0.jar | None |
| L | rftpwroc | 0.1 | rftpwr_oc-0.2.jar | None |
| L | rslargepatterns | 1.12.2-1.0.0.0 | RSLargePatterns-1.12.2-1.0.0.1.jar | None |
| L | solarflux | 12.4.11 | SolarFluxReborn-1.12.2-12.4.11.jar | None |
| L | tg | 0.1.6.0 | Thaumic_Gadgets_1.12.2_0.1.6_tb.26.jar | None |
| L | thaumicbrewing | 1.0.2 | thaumicbrewing-1.0.2.jar | None |
| L | thaumcomp | 0.5.1 | ThaumicComputers-MC1.12.2-0.5.1.jar | None |
| L | thaumicequivalence | 1.12.2-1.0.5 | ThaumicEquivalence-1.12.2-1.0.5.jar | None |
| L | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
| L | thaumicjei | 1.6.0 | ThaumicJEI-1.12.2-1.6.0-27.jar | None |
| L | thaumicwands | 1.2.6 | thaumicwands-1.2.6.jar | None |
| L | thaumicrestoration | 1.5.0 | ThaumicRestoration-1.5.0.jar | None |
| L | thaumictinkerer | 1.12.2-5.0-620a0c5 | thaumictinkerer-1.12.2-5.0-620a0c5.jar | None |
| L | thaumicwaila | 1.12.2-0.0.2 | ThaumicWaila-1.12.2-0.0.2.jar | None |
| L | beneath | 1.7.0 | The Beneath-1.12.2-1.7.0.jar | None |
| L | thermalcultivation | 0.3.6 | ThermalCultivation-1.12.2-0.3.6.1-universal.jar | None |
| L | thermaldynamics | 2.5.6 | ThermalDynamics-1.12.2-2.5.6.1-universal.jar | None |
| L | thermalinnovation | 0.3.6 | ThermalInnovation-1.12.2-0.3.6.1-universal.jar | None |
| L | thermaltinkering | 1.0 | ThermalTinkering-1.12.2-2.0.1.jar | None |
| L | thuttech | 6.1.6 | thuttech-1.12.2-6.1.6.jar | None |
| L | tinker_io | rw2.8.3 | tinker_io-1.12.2-rw2.8.3.jar | None |
| L | tinkersaddons | 1.0.10 | Tinkers' Addons-1.12.2-1.0.10.jar | None |
| L | tinkers_reforged | 1.5.4 | tinkers_reforged-1.5.4.jar | None |
| L | tcomplement | 1.12.2-0.4.3 | TinkersComplement-1.12.2-0.4.3.jar | None |
| L | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
| L | tinkersoc | 0.6 | tinkersoc-0.6.jar | None |
| L | tmechworks | 2.0 | TMechworks-1.12.2-1.0.0.jar | None |
| L | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
| L | densemetals | 2.0.0 | DenseMetals-1.12.2-2.0.0.30.jar | None |
| L | morerefinedstorage | 1.1.10 | morerefinedstorage-1.1.10.jar | None |
Loaded coremods (and transformers):
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
li.cil.oc.common.asm.ClassTransformer
PatcherLoader (Thaumcraft6EnhancedPatcherServer-1.0.2.2.jar)
com.sheenus.tc6enhancedpatcher.CasterManagerPatcher
com.sheenus.tc6enhancedpatcher.ItemFortressArmorPatcher
com.sheenus.tc6enhancedpatcher.ItemVoidRobeArmorPatcher
com.sheenus.tc6enhancedpatcher.ModConfigPatcher
com.sheenus.tc6enhancedpatcher.PlayerEventsPatcher
com.sheenus.tc6enhancedpatcher.ThaumcraftMaterialsPatcher
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
mekanism.coremod.KeybindingMigrationHelper
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.14-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
ThaumicWandsCore (thaumicwands-1.2.6.jar)
de.zpenguin.thaumicwands.asm.WandTransformer
CorePlugin (ForgeEndertech-1.12.2-4.5.5.0-build.0561.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
HCASM (HammerLib-1.12.2-2.0.6.26.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 466.77' Renderer: 'NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2'
Ender IO: No known problems detected.
Authlib is : /D:/Drath/Minecraft/Install/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar