Résolu Problème jeu qui crash en moddé

Raphew

Massacreur de Mouton
10 Août 2018
46
0
21
20
Bonjour,
J'ai un petit problème avec mon minecraft qui crash. Voici tout les mods que j'ai et l'erreur que me dit minecraft:

MODS :

http://prntscr.com/kh7yns

ERREUR :

Code:
The game crashed whilst initializing game
The game crashed whilst initializing game
Error: java.lang.NoClassDefFoundError: com/mia/craftstudio/IPackReaderCallback

et voici les logs :

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
  ForgelinPlugin (Forgelin-1.7.4.jar)
  IELoadingPlugin (ImmersiveEngineering-0.12-84-core.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
Contact their authors BEFORE contacting forge

// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

Time: 8/10/18 11:49 PM
Description: Initializing game

java.lang.NoClassDefFoundError: com/mia/craftstudio/IPackReaderCallback
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:348)
   at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:529)
   at sun.reflect.GeneratedMethodAccessor9.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: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: com.mia.craftstudio.IPackReaderCallback
   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)
   ... 38 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 java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:348)
   at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:529)
   at sun.reflect.GeneratedMethodAccessor9.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: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: 228454600 bytes (217 MB) / 671088640 bytes (640 MB) up to 5368709120 bytes (5120 MB)
   JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
   IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
   FML: MCP 9.42 Powered by Forge 14.23.4.2749 150 mods loaded, 150 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.4.2749.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UC    | forge                             | 14.23.4.2749             | forge-1.12.2-14.23.4.2749.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UC    | micdoodlecore                     |                          | minecraft.jar                                       | None                                     |
   | UC    | openmodscore                      | 0.11.5                   | minecraft.jar                                       | None                                     |
   | UC    | ic2                               | 2.8.96-ex112             | industrialcraft-2-2.8.96-ex112.jar                  | de041f9f6187debbc77034a344134053277aa3b0 |
   | UC    | advanced_solar_panels             | 4.2.0                    | Advanced+Solar+Panels-4.2.0.jar                     | None                                     |
   | UC    | appliedenergistics2               | rv5-stable-11            | appliedenergistics2-rv5-stable-11.jar               | None                                     |
   | UC    | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                        | None                                     |
   | UC    | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                       | None                                     |
   | UC    | infinitylib                       | 1.12.2-1.12.0            | infinitylib-1.12.0.jar                              | None                                     |
   | UC    | agricraft                         | 2.12.0-1.12.0-a5         | agricraft-2.12.0-1.12.0-a5.jar                      | None                                     |
   | UC    | aroma1997core                     | 2.0.0.0                  | Aroma1997Core-1.12.2-2.0.0.0.jar                    | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | UC    | aroma1997sdimension               | 2.0.0.2.b77              | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b77.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | UC    | codechickenlib                    | 3.2.1.350                | CodeChickenLib-1.12.2-3.2.1.350-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UC    | avaritia                          | 3.2.0                    | Avaritia-1.12.2-3.2.0.25-universal.jar              | None                                     |
   | UC    | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                              | None                                     |
   | UC    | bibliocraft                       | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                   | None                                     |
   | UC    | biomesoplenty                     | 7.0.1.2399               | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar       | None                                     |
   | UC    | guideapi                          | 1.12-2.1.6-61            | Guide-API-1.12-2.1.6-61.jar                         | None                                     |
   | UC    | bloodmagic                        | 1.12.2-2.3.1-99          | BloodMagic-1.12.2-2.3.1-99.jar                      | None                                     |
   | UC    | thaumcraft                        | 6.1.BETA21               | Thaumcraft-1.12.2-6.1.BETA21.jar                    | None                                     |
   | UC    | botania                           | r1.10-354                | Botania+r1.10-354.jar                               | None                                     |
   | UC    | redstoneflux                      | 2.0.2                    | RedstoneFlux-1.12-2.0.2.3-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UC    | brandonscore                      | 2.4.4                    | BrandonsCore-1.12.2-2.4.4.173-universal.jar         | None                                     |
   | UC    | buildcraftlib                     | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | buildcraftcore                    | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | buildcraftbuilders                | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | buildcraftenergy                  | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | buildcraftfactory                 | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | buildcraftrobotics                | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | buildcrafttransport               | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | buildcraftsilicon                 | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | crafttweaker                      | 4.1.9                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
   | UC    | mtlib                             | 3.0.5                    | MTLib-3.0.5.jar                                     | None                                     |
   | UC    | modtweaker                        | 4.0.13                   | modtweaker-4.0.13.jar                               | None                                     |
   | UC    | jei                               | 4.11.0.206               | jei_1.12.2-4.11.0.206.jar                           | None                                     |
   | UC    | mantle                            | 1.12-1.3.2.24            | Mantle-1.12-1.3.2.24.jar                            | None                                     |
   | UC    | natura                            | 1.12.2-4.3.2.62          | natura-1.12.2-4.3.2.62.jar                          | None                                     |
   | UC    | forestry                          | 5.8.1.326                | forestry_1.12.2-5.8.1.326.jar                       | None                                     |
   | UC    | buildcraftcompat                  | 7.99.14                  | buildcraft-compat-7.99.14.jar                       | None                                     |
   | UC    | cd4017be_lib                      | 6.2.4                    | CD4017BE_lib-1.12.2-6.2.4.jar                       | None                                     |
   | UC    | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                            | None                                     |
   | UC    | chisel                            | MC1.12.2-0.2.0.31        | Chisel-MC1.12.2-0.2.0.31.jar                        | None                                     |
   | UC    | classiccombat                     | 1.0.0                    | ClassicCombat-1.12-1.0.0.jar                        | None                                     |
   | UC    | cofhcore                          | 4.5.3                    | CoFHCore-1.12.2-4.5.3.20-universal.jar              | None                                     |
   | UC    | cofhworld                         | 1.2.0                    | CoFHWorld-1.12.2-1.2.0.5-universal.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UC    | computercraft                     | 1.80pr1                  | ComputerCraft1.80pr1.jar                            | None                                     |
   | UC    | ctgui                             | 1.0.0                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
   | UC    | crafttweakerjei                   | 2.0.2                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
   | UC    | custommainmenu                    | 2.0.8                    | CustomMainMenu-MC1.12.2-2.0.8.jar                   | None                                     |
   | U     | props                             | 2.6.0                    | Decocraft-2.6.0_1.12.2.jar                          | None                                     |
   | U     | orespawn                          | 3.3.0                    | OreSpawn-1.12-3.3.0.136.jar                         | None                                     |
   | U     | densemetals                       | 1.2.0                    | DenseMetals-1.12-1.2.0.20.jar                       | None                                     |
   | U     | thermalfoundation                 | 2.5.0                    | ThermalFoundation-1.12.2-2.5.0.19-universal.jar     | None                                     |
   | U     | draconicevolution                 | 2.3.13                   | Draconic-Evolution-1.12.2-2.3.13.306-universal.jar  | None                                     |
   | U     | endercore                         | 1.12.2-0.5.37            | EnderCore-1.12.2-0.5.37.jar                         | None                                     |
   | U     | thermalexpansion                  | 5.5.0                    | ThermalExpansion-1.12.2-5.5.0.29-universal.jar      | None                                     |
   | U     | enderio                           | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | U     | enderiointegrationtic             | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | U     | enderiobase                       | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | U     | enderioconduits                   | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | U     | enderioconduitsappliedenergistics | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | U     | enderioconduitsopencomputers      | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | U     | enderioconduitsrefinedstorage     | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | U     | enderiointegrationforestry        | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | U     | tconstruct                        | 1.12.2-2.10.1.87         | TConstruct-1.12.2-2.10.1.87.jar                     | None                                     |
   | U     | enderiointegrationticlate         | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | U     | ichunutil                         | 7.1.4                    | iChunUtil-1.12.2-7.1.4.jar                          | None                                     |
   | U     | nei                               | 2.4.1                    | NotEnoughItems-1.12.2-2.4.1.238-universal.jar       | None                                     |
   | U     | ftblib                            | 5.2.0.30                 | FTBLib-5.2.0.30.jar                                 | None                                     |
   | U     | enderiomachines                   | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | U     | enderiopowertools                 | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | U     | enderstorage                      | 2.4.5.135                | EnderStorage-1.12.2-2.4.5.135-universal.jar         | None                                     |
   | U     | enderzoo                          | 1.12.1-1.4.0.49          | EnderZoo-1.12.1-1.4.0.49.jar                        | None                                     |
   | U     | reborncore                        | 3.9.3.324                | RebornCore-1.12.2-3.9.3.324-universal.jar           | None                                     |
   | U     | engineersworkshop                 | 1.0.8.37                 | EngineersWorkshopReborn-1.12.2-1.0.8.37.jar         | None                                     |
   | U     | exnihilocreatio                   | 1.12-0.2.4               | Ex-Nihilo-Creatio-Mod-1.12.2.jar                    | None                                     |
   | U     | extracells                        | 2.5.13                   | ExtraCells-1.12.2-2.5.13a60.jar                     | None                                     |
   | U     | extrautils2                       | 1.0                      | extrautils2-1.12-1.8.2.jar                          | None                                     |
   | U     | zerocore                          | 1.12-0.1.2.2             | zerocore-1.12-0.1.2.2.jar                           | None                                     |
   | U     | bigreactors                       | 1.12.2-0.4.5.49          | ExtremeReactors-1.12.2-0.4.5.49.jar                 | None                                     |
   | U     | fastleafdecay                     | v14                      | FastLeafDecay-v14.jar                               | None                                     |
   | U     | forgelin                          | 1.7.4                    | Forgelin-1.7.4.jar                                  | None                                     |
   | U     | forgemultipartcbe                 | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | None                                     |
   | U     | microblockcbe                     | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | None                                     |
   | U     | minecraftmultipartcbe             | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | None                                     |
   | U     | journeymap                        | 1.12.2-5.5.2             | journeymap-1.12.2-5.5.2.jar                         | None                                     |
   | U     | ftbutilities                      | 5.2.0.36                 | FTBUtilities-5.2.0.36.jar                           | None                                     |
   | U     | funkylocomotion                   | 1.0                      | funky-locomotion-1.12.2-1.1.2.jar                   | None                                     |
   | U     | galacticraftcore                  | 4.0.1.181                | GalacticraftCore-1.12.2-4.0.1.181.jar               | None                                     |
   | U     | galacticraftplanets               | 4.0.1.181                | Galacticraft-Planets-1.12.2-4.0.1.181.jar           | None                                     |
   | U     | gendustry                         | 1.6.5.8                  | gendustry-1.6.5.8-mc1.12.2.jar                      | None                                     |
   | U     | hats                              | 7.0.0                    | Hats-1.12.2-7.0.2.jar                               | None                                     |
   | U     | hatstand                          | 7.0.0                    | HatStand-1.12.2-7.0.1.jar                           | None                                     |
   | U     | headcrumbs                        | 2.0.4                    | Headcrumbs-1.12.2-2.0.4.14.jar                      | None                                     |
   | U     | hardcorequesting                  | 1.12                     | HQM-Beyond-1.12.x-5.2.0Alpha1.jar                   | None                                     |
   | U     | indlog                            | 1.2.3                    | InductiveLogistics-1.12.2-1.2.3.jar                 | None                                     |
   | U     | mekanism                          | 1.12.2-9.4.13.349        | Mekanism-1.12.2-9.4.13.349.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.10.7-204.jar           | None                                     |
   | U     | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                            | None                                     |
   | U     | ironchest                         | 1.12.2-7.0.46.831        | ironchest-1.12.2-7.0.46.831.jar                     | None                                     |
   | U     | jeresources                       | 0.8.9.48                 | JustEnoughResources-1.12.2-0.8.9.48.jar             | None                                     |
   | U     | lucky                             | 7.5.0                    | LuckyBlock_1-12_v7-5-0.zip                          | None                                     |
   | U     | magicbees                         | 1.0                      | MagicBees-1.12.2-3.1.10.jar                         | None                                     |
   | U     | mcjtylib_ng                       | 3.0.3                    | mcjtylib-1.12-3.0.3.jar                             | None                                     |
   | U     | minetogether                      | unspecified              | minetogether-1.10.2-1.8.7.jar                       | None                                     |
   | U     | minetogetherserver                | unspecified              | minetogether-1.10.2-1.8.7.jar                       | None                                     |
   | U     | moartinkers                       | 0.6.0                    | moartinkers-0.6.0.jar                               | None                                     |
   | U     | morpheus                          | 1.12-3.3.2               | Morpheus-1.12-3.3.2.jar                             | None                                     |
   | U     | mrtjpcore                         | 2.1.3.35                 | MrTJPCore-1.12.2-2.1.3.35-universal.jar             | None                                     |
   | U     | mystcraft                         | 0.13.6.00                | mystcraft-1.12.2-0.13.6.00.jar                      | None                                     |
   | U     | nethermetals                      | 1.2.0-beta3              | NetherMetals-1.12-1.2.0-beta3.52.jar                | None                                     |
   | U     | openmods                          | 0.11.5                   | OpenModsLib-1.12.2-0.11.5.jar                       | None                                     |
   | U     | openblocks                        | 1.7.6                    | OpenBlocks-1.12.2-1.7.6.jar                         | None                                     |
   | U     | harvestcraft                      | 1.12.2u                  | Pam's+HarvestCraft+1.12.2u.jar                      | None                                     |
   | U     | projectred-core                   | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-Base.jar                 | None                                     |
   | U     | projectred-exploration            | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-world.jar                | None                                     |
   | U     | twilightforest                    | 3.7.424                  | twilightforest-1.12.2-3.7.424-universal.jar         | None                                     |
   | U     | plustic                           | 6.5.2.0                  | plustic-6.5.2.0.jar                                 | None                                     |
   | U     | portalgun                         | 7.0.2                    | PortalGun-1.12.2-7.0.2.jar                          | None                                     |
   | U     | projectred-compat                 | 1.0                      | ProjectRed-1.12.2-4.9.1.92-compat.jar               | None                                     |
   | U     | projectred-integration            | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar          | None                                     |
   | U     | projectred-transmission           | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar          | None                                     |
   | U     | projectred-illumination           | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-lighting.jar             | None                                     |
   | U     | projectred-expansion              | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar           | None                                     |
   | U     | projectred-relocation             | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar           | None                                     |
   | U     | projectred-transportation         | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar           | None                                     |
   | U     | redstonearsenal                   | 2.5.1                    | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar       | None                                     |
   | U     | resourceloader                    | 1.5.3                    | ResourceLoader-MC1.12.1-1.5.3.jar                   | None                                     |
   | U     | rftools                           | 7.55                     | rftools-1.12-7.55.jar                               | None                                     |
   | U     | thermaldynamics                   | 2.5.1                    | ThermalDynamics-1.12.2-2.5.1.14-universal.jar       | None                                     |
   | U     | simplyjetpacks                    | 2.2.7.45                 | SimplyJetpacks2-1.12.2-2.2.7.45.jar                 | None                                     |
   | U     | solarflux                         | 4.10r                    | SolarFluxReborn_1.12.2-4.10r.jar                    | None                                     |
   | U     | stevescarts                       | 2.4.22.109               | StevesCarts-1.12.2-2.4.22.109.jar                   | None                                     |
   | U     | storagedrawers                    | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.7.jar                     | None                                     |
   | U     | storagedrawersextra               | @VERSION@                | StorageDrawersExtras-1.12-3.1.0.jar                 | None                                     |
   | U     | tcinventoryscan                   | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar          | None                                     |
   | U     | thaumicjei                        | 1.2.1                    | ThaumicJEI-1.12.2-1.5.2-19.jar                      | None                                     |
   | U     | thaumicterminal                   | 1.0.5                    | ThaumicTerminal-1.0.5.jar                           | None                                     |
   | U     | thaumictinkerer                   | 1.12.2-5.0-353c71c       | thaumictinkerer-1.12.2-5.0-353c71c.jar              | None                                     |
   | U     | translocators                     | 2.5.1.77                 | Translocators-1.12.2-2.5.1.77-universal.jar         | None                                     |
   | U     | wailaharvestability               | 1.1.12                   | WailaHarvestability-mc1.12-1.1.12.jar               | None                                     |
   | U     | wawla                             | 2.5.257                  | Wawla-1.12.2-2.5.257.jar                            | None                                     |
   | U     | woot                              | 1.12.2-1.4.1             | woot-1.12.2-1.4.1.jar                               | None                                     |
   | U     | wrcbe                             | 2.3.1                    | WR-CBE-1.12.2-2.3.1.29-universal.jar                | None                                     |
   | U     | immersiveengineering              | 0.12-84                  | ImmersiveEngineering-0.12-84.jar                    | None                                     |
   | U     | teslacorelib_registries           | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                    | None                                     |

   Loaded coremods (and transformers):
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
ForgelinPlugin (Forgelin-1.7.4.jar)
 
IELoadingPlugin (ImmersiveEngineering-0.12-84-core.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  openmods.core.OpenModsClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
 
   GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 1050 Ti/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 rv5-stable-11 for Forge 14.23.1.2554
   Pulsar/natura loaded Pulses:
       - NaturaCommons (Enabled/Forced)
       - NaturaOverworld (Enabled/Not Forced)
       - NaturaNether (Enabled/Not Forced)
       - NaturaDecorative (Enabled/Not Forced)
       - NaturaTools (Enabled/Not Forced)
       - NaturaEntities (Enabled/Not Forced)
       - NaturaOredict (Enabled/Forced)
       - NaturaWorld (Enabled/Not Forced)

   Launched Version: 1.12.2-forge1.12.2-14.23.4.2749
   LWJGL: 2.9.4
   OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, 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: Français (France)
   Profiler Position: N/A (disabled)
   CPU: 4x Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz


Meri de votre aide, cordialement, Raph.
 
Dernière édition par un modérateur:

Raphew

Massacreur de Mouton
10 Août 2018
46
0
21
20
Salut robin,
J'ai tester avec PTRlib et j'ai enfin passer le capte de la configuration (la ou il crashais).
C'est bizarre et nul qu'ils nous mettent pas une erreur pour dire qu'il le faut.
Malheuresement j'ai presque passé la parti d'initialisation et... ça a crash.
Je vous transmet le crash et les mods sont les mêmes juste avec PTRlib 1.0.2.jar.

ERREUR :

The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Nether Metals (nethermetals)

logs :


Code:
---- Minecraft Crash Report ----

WARNING: coremods are present:
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
  ForgelinPlugin (Forgelin-1.7.4.jar)
  IELoadingPlugin (ImmersiveEngineering-0.12-84-core.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
Contact their authors BEFORE contacting forge

// On the bright side, I bought you a teddy bear!

Time: 8/11/18 1:06 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Nether Metals (nethermetals)
Caused by: java.lang.NoClassDefFoundError: com/mcmoddev/nethermetals/util/Config
   at com.mcmoddev.nethermetals.proxy.CommonProxy.preInit(CommonProxy.java:47)
   at com.mcmoddev.nethermetals.NetherMetals.preInit(NetherMetals.java:60)
   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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:626)
   at sun.reflect.GeneratedMethodAccessor8.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: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.preinitializeMods(Loader.java:627)
   at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:245)
   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: com.mcmoddev.nethermetals.util.Config
   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)
   ... 42 more
Caused by: java.lang.NoClassDefFoundError: com/mcmoddev/lib/util/ConfigBase
   at java.lang.ClassLoader.defineClass1(Native Method)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
   at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
   at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
   ... 44 more
Caused by: java.lang.ClassNotFoundException: com.mcmoddev.lib.util.ConfigBase
   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)
   ... 48 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
   Minecraft Version: 1.12.2
   Operating System: Windows 10 (amd64) version 10.0
   Java Version: 1.8.0_51, Oracle Corporation
   Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
   Memory: 550596712 bytes (525 MB) / 2583691264 bytes (2464 MB) up to 5368709120 bytes (5120 MB)
   JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
   IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
   FML: MCP 9.42 Powered by Forge 14.23.4.2720 151 mods loaded, 151 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                                |
   |:----- |:--------------------------------- |:------------------------ |:--------------------------------------------------- |:---------------------------------------- |
   | UCH   | minecraft                         | 1.12.2                   | minecraft.jar                                       | None                                     |
   | UCH   | mcp                               | 9.42                     | minecraft.jar                                       | None                                     |
   | UCH   | FML                               | 8.0.99.99                | forge-1.12.2-14.23.4.2720-4627.jar                  | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCH   | forge                             | 14.23.4.2720             | forge-1.12.2-14.23.4.2720-4627.jar                  | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCH   | micdoodlecore                     |                          | minecraft.jar                                       | None                                     |
   | UCH   | openmodscore                      | 0.11.5                   | minecraft.jar                                       | None                                     |
   | UCH   | ic2                               | 2.8.96-ex112             | industrialcraft-2-2.8.96-ex112.jar                  | de041f9f6187debbc77034a344134053277aa3b0 |
   | UCH   | advanced_solar_panels             | 4.2.0                    | Advanced+Solar+Panels-4.2.0.jar                     | None                                     |
   | UCH   | appliedenergistics2               | rv5-stable-11            | appliedenergistics2-rv5-stable-11.jar               | None                                     |
   | UCH   | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                        | None                                     |
   | UCH   | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                       | None                                     |
   | UCH   | infinitylib                       | 1.12.2-1.12.0            | infinitylib-1.12.0.jar                              | None                                     |
   | UCH   | agricraft                         | 2.12.0-1.12.0-a5         | agricraft-2.12.0-1.12.0-a5.jar                      | None                                     |
   | UCH   | aroma1997core                     | 2.0.0.0                  | Aroma1997Core-1.12.2-2.0.0.0.jar                    | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | UCH   | aroma1997sdimension               | 2.0.0.2.b77              | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b77.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | UCH   | codechickenlib                    | 3.2.1.350                | CodeChickenLib-1.12.2-3.2.1.350-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCH   | avaritia                          | 3.2.0                    | Avaritia-1.12.2-3.2.0.25-universal.jar              | None                                     |
   | UCH   | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                              | None                                     |
   | UCH   | bibliocraft                       | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                   | None                                     |
   | UCH   | biomesoplenty                     | 7.0.1.2399               | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar       | None                                     |
   | UCH   | guideapi                          | 1.12-2.1.6-61            | Guide-API-1.12-2.1.6-61.jar                         | None                                     |
   | UCH   | bloodmagic                        | 1.12.2-2.3.1-99          | BloodMagic-1.12.2-2.3.1-99.jar                      | None                                     |
   | UCH   | thaumcraft                        | 6.1.BETA21               | Thaumcraft-1.12.2-6.1.BETA21.jar                    | None                                     |
   | UCH   | botania                           | r1.10-354                | Botania+r1.10-354.jar                               | None                                     |
   | UCH   | redstoneflux                      | 2.0.2                    | RedstoneFlux-1.12-2.0.2.3-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCH   | brandonscore                      | 2.4.4                    | BrandonsCore-1.12.2-2.4.4.173-universal.jar         | None                                     |
   | UCH   | buildcraftlib                     | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | buildcraftcore                    | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | buildcraftbuilders                | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | buildcraftenergy                  | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | buildcraftfactory                 | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | buildcraftrobotics                | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | buildcrafttransport               | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | buildcraftsilicon                 | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | crafttweaker                      | 4.1.9                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
   | UCH   | mtlib                             | 3.0.5                    | MTLib-3.0.5.jar                                     | None                                     |
   | UCH   | modtweaker                        | 4.0.13                   | modtweaker-4.0.13.jar                               | None                                     |
   | UCH   | jei                               | 4.11.0.206               | jei_1.12.2-4.11.0.206.jar                           | None                                     |
   | UCH   | mantle                            | 1.12-1.3.2.24            | Mantle-1.12-1.3.2.24.jar                            | None                                     |
   | UCH   | natura                            | 1.12.2-4.3.2.62          | natura-1.12.2-4.3.2.62.jar                          | None                                     |
   | UCH   | forestry                          | 5.8.1.326                | forestry_1.12.2-5.8.1.326.jar                       | None                                     |
   | UCH   | buildcraftcompat                  | 7.99.14                  | buildcraft-compat-7.99.14.jar                       | None                                     |
   | UCH   | cd4017be_lib                      | 6.2.4                    | CD4017BE_lib-1.12.2-6.2.4.jar                       | None                                     |
   | UCH   | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                            | None                                     |
   | UCH   | chisel                            | MC1.12.2-0.2.0.31        | Chisel-MC1.12.2-0.2.0.31.jar                        | None                                     |
   | UCH   | classiccombat                     | 1.0.0                    | ClassicCombat-1.12-1.0.0.jar                        | None                                     |
   | UCH   | cofhcore                          | 4.5.0                    | CoFHCore-1.12.2-4.5.0.16-universal.jar              | None                                     |
   | UCH   | cofhworld                         | 1.2.0                    | CoFHWorld-1.12.2-1.2.0.5-universal.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCH   | computercraft                     | 1.80pr1                  | ComputerCraft1.80pr1.jar                            | None                                     |
   | UCH   | ctgui                             | 1.0.0                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
   | UCH   | crafttweakerjei                   | 2.0.2                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
   | UCH   | custommainmenu                    | 2.0.8                    | CustomMainMenu-MC1.12.2-2.0.8.jar                   | None                                     |
   | UCH   | ptrmodellib                       | 1.0.2                    | PTRLib-1.0.2.jar                                    | None                                     |
   | UCH   | props                             | 2.6.0                    | Decocraft-2.6.0_1.12.2.jar                          | None                                     |
   | UCH   | orespawn                          | 3.3.0                    | OreSpawn-1.12-3.3.0.136.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCH   | densemetals                       | 1.2.0                    | DenseMetals-1.12-1.2.0.20.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCH   | thermalfoundation                 | 2.5.0                    | ThermalFoundation-1.12.2-2.5.0.19-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCH   | draconicevolution                 | 2.3.13                   | Draconic-Evolution-1.12.2-2.3.13.306-universal.jar  | None                                     |
   | UCH   | endercore                         | 1.12.2-0.5.37            | EnderCore-1.12.2-0.5.37.jar                         | None                                     |
   | UCH   | thermalexpansion                  | 5.5.0                    | ThermalExpansion-1.12.2-5.5.0.29-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCH   | enderio                           | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderiointegrationtic             | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderiobase                       | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderioconduits                   | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderioconduitsappliedenergistics | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderioconduitsopencomputers      | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderioconduitsrefinedstorage     | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderiointegrationforestry        | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | tconstruct                        | 1.12.2-2.10.1.87         | TConstruct-1.12.2-2.10.1.87.jar                     | None                                     |
   | UCH   | enderiointegrationticlate         | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | ichunutil                         | 7.1.4                    | iChunUtil-1.12.2-7.1.4.jar                          | None                                     |
   | UCH   | nei                               | 2.4.1                    | NotEnoughItems-1.12.2-2.4.1.238-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCH   | ftblib                            | 5.2.0.30                 | FTBLib-5.2.0.30.jar                                 | None                                     |
   | UCH   | enderiomachines                   | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderiopowertools                 | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderstorage                      | 2.4.5.135                | EnderStorage-1.12.2-2.4.5.135-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCH   | enderzoo                          | 1.12.1-1.4.0.49          | EnderZoo-1.12.1-1.4.0.49.jar                        | None                                     |
   | UCH   | reborncore                        | 3.9.3.324                | RebornCore-1.12.2-3.9.3.324-universal.jar           | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
   | UCH   | engineersworkshop                 | 1.0.8.37                 | EngineersWorkshopReborn-1.12.2-1.0.8.37.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
   | UCH   | exnihilocreatio                   | 1.12-0.2.4               | Ex-Nihilo-Creatio-Mod-1.12.2.jar                    | None                                     |
   | UCH   | extracells                        | 2.5.13                   | ExtraCells-1.12.2-2.5.13a60.jar                     | None                                     |
   | UCH   | extrautils2                       | 1.0                      | extrautils2-1.12-1.8.2.jar                          | None                                     |
   | UCH   | zerocore                          | 1.12-0.1.2.2             | zerocore-1.12-0.1.2.2.jar                           | None                                     |
   | UCH   | bigreactors                       | 1.12.2-0.4.5.49          | ExtremeReactors-1.12.2-0.4.5.49.jar                 | None                                     |
   | UCH   | fastleafdecay                     | v14                      | FastLeafDecay-v14.jar                               | None                                     |
   | UCH   | forgelin                          | 1.7.4                    | Forgelin-1.7.4.jar                                  | None                                     |
   | UCH   | forgemultipartcbe                 | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCH   | microblockcbe                     | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | None                                     |
   | UCH   | minecraftmultipartcbe             | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | None                                     |
   | UCH   | journeymap                        | 1.12.2-5.5.2             | journeymap-1.12.2-5.5.2.jar                         | None                                     |
   | UCH   | ftbutilities                      | 5.2.0.36                 | FTBUtilities-5.2.0.36.jar                           | None                                     |
   | UCH   | funkylocomotion                   | 1.0                      | funky-locomotion-1.12.2-1.1.2.jar                   | None                                     |
   | UCH   | galacticraftcore                  | 4.0.1.181                | GalacticraftCore-1.12.2-4.0.1.181.jar               | None                                     |
   | UCH   | galacticraftplanets               | 4.0.1.181                | Galacticraft-Planets-1.12.2-4.0.1.181.jar           | None                                     |
   | UCH   | gendustry                         | 1.6.5.8                  | gendustry-1.6.5.8-mc1.12.2.jar                      | None                                     |
   | UCH   | hats                              | 7.0.0                    | Hats-1.12.2-7.0.2.jar                               | None                                     |
   | UCH   | hatstand                          | 7.0.0                    | HatStand-1.12.2-7.0.1.jar                           | None                                     |
   | UCH   | headcrumbs                        | 2.0.4                    | Headcrumbs-1.12.2-2.0.4.14.jar                      | None                                     |
   | UCH   | hardcorequesting                  | 1.12                     | HQM-Beyond-1.12.x-5.2.0Alpha1.jar                   | None                                     |
   | UCH   | indlog                            | 1.2.3                    | InductiveLogistics-1.12.2-1.2.3.jar                 | None                                     |
   | UCH   | mekanism                          | 1.12.2-9.4.13.349        | Mekanism-1.12.2-9.4.13.349.jar                      | None                                     |
   | UCH   | teslacorelib                      | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCH   | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.10.7-204.jar           | None                                     |
   | UCH   | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                            | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
   | UCH   | ironchest                         | 1.12.2-7.0.46.831        | ironchest-1.12.2-7.0.46.831.jar                     | None                                     |
   | UCH   | jeresources                       | 0.8.9.48                 | JustEnoughResources-1.12.2-0.8.9.48.jar             | None                                     |
   | UCH   | lucky                             | 7.5.0                    | LuckyBlock_1-12_v7-5-0.zip                          | None                                     |
   | UCH   | magicbees                         | 1.0                      | MagicBees-1.12.2-3.1.10.jar                         | None                                     |
   | UCH   | mcjtylib_ng                       | 3.0.3                    | mcjtylib-1.12-3.0.3.jar                             | None                                     |
   | UCH   | minetogether                      | unspecified              | minetogether-1.10.2-1.8.7.jar                       | None                                     |
   | UCH   | minetogetherserver                | unspecified              | minetogether-1.10.2-1.8.7.jar                       | None                                     |
   | UCH   | moartinkers                       | 0.6.0                    | moartinkers-0.6.0.jar                               | None                                     |
   | UCH   | morpheus                          | 1.12-3.3.2               | Morpheus-1.12-3.3.2.jar                             | None                                     |
   | UCH   | mrtjpcore                         | 2.1.3.35                 | MrTJPCore-1.12.2-2.1.3.35-universal.jar             | None                                     |
   | UCH   | mystcraft                         | 0.13.6.00                | mystcraft-1.12.2-0.13.6.00.jar                      | None                                     |
   | UCEE  | nethermetals                      | 1.2.0-beta3              | NetherMetals-1.12-1.2.0-beta3.52.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UC    | openmods                          | 0.11.5                   | OpenModsLib-1.12.2-0.11.5.jar                       | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
   | UC    | openblocks                        | 1.7.6                    | OpenBlocks-1.12.2-1.7.6.jar                         | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
   | UC    | harvestcraft                      | 1.12.2u                  | Pam's+HarvestCraft+1.12.2u.jar                      | None                                     |
   | UC    | projectred-core                   | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-Base.jar                 | None                                     |
   | UC    | projectred-exploration            | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-world.jar                | None                                     |
   | UC    | twilightforest                    | 3.7.424                  | twilightforest-1.12.2-3.7.424-universal.jar         | None                                     |
   | UC    | plustic                           | 6.5.2.0                  | plustic-6.5.2.0.jar                                 | None                                     |
   | UC    | portalgun                         | 7.0.2                    | PortalGun-1.12.2-7.0.2.jar                          | None                                     |
   | UC    | projectred-compat                 | 1.0                      | ProjectRed-1.12.2-4.9.1.92-compat.jar               | None                                     |
   | UC    | projectred-integration            | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar          | None                                     |
   | UC    | projectred-transmission           | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar          | None                                     |
   | UC    | projectred-illumination           | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-lighting.jar             | None                                     |
   | UC    | projectred-expansion              | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar           | None                                     |
   | UC    | projectred-relocation             | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar           | None                                     |
   | UC    | projectred-transportation         | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar           | None                                     |
   | UC    | redstonearsenal                   | 2.5.1                    | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UC    | resourceloader                    | 1.5.3                    | ResourceLoader-MC1.12.1-1.5.3.jar                   | d72e0dd57935b3e9476212aea0c0df352dd76291 |
   | UC    | rftools                           | 7.55                     | rftools-1.12-7.55.jar                               | None                                     |
   | UC    | thermaldynamics                   | 2.5.1                    | ThermalDynamics-1.12.2-2.5.1.14-universal.jar       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UC    | simplyjetpacks                    | 2.2.7.45                 | SimplyJetpacks2-1.12.2-2.2.7.45.jar                 | None                                     |
   | UC    | solarflux                         | 4.10r                    | SolarFluxReborn_1.12.2-4.10r.jar                    | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
   | UC    | stevescarts                       | 2.4.22.109               | StevesCarts-1.12.2-2.4.22.109.jar                   | None                                     |
   | UC    | storagedrawers                    | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.7.jar                     | None                                     |
   | UC    | storagedrawersextra               | @VERSION@                | StorageDrawersExtras-1.12-3.1.0.jar                 | None                                     |
   | UC    | tcinventoryscan                   | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar          | None                                     |
   | UC    | thaumicjei                        | 1.2.1                    | ThaumicJEI-1.12.2-1.5.2-19.jar                      | None                                     |
   | UC    | thaumicterminal                   | 1.0.5                    | ThaumicTerminal-1.0.5.jar                           | None                                     |
   | UC    | thaumictinkerer                   | 1.12.2-5.0-353c71c       | thaumictinkerer-1.12.2-5.0-353c71c.jar              | None                                     |
   | UC    | translocators                     | 2.5.1.77                 | Translocators-1.12.2-2.5.1.77-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UC    | wailaharvestability               | 1.1.12                   | WailaHarvestability-mc1.12-1.1.12.jar               | None                                     |
   | UC    | wawla                             | 2.5.257                  | Wawla-1.12.2-2.5.257.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UC    | woot                              | 1.12.2-1.4.1             | woot-1.12.2-1.4.1.jar                               | None                                     |
   | UC    | wrcbe                             | 2.3.1                    | WR-CBE-1.12.2-2.3.1.29-universal.jar                | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UC    | immersiveengineering              | 0.12-84                  | ImmersiveEngineering-0.12-84.jar                    | 4cb49fcde3b43048c9889e0a3d083225da926334 |
   | UC    | teslacorelib_registries           | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                    | None                                     |

   Loaded coremods (and transformers):
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
ForgelinPlugin (Forgelin-1.7.4.jar)
 
IELoadingPlugin (ImmersiveEngineering-0.12-84-core.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  openmods.core.OpenModsClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
 
   GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
   OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
   AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
   Pulsar/natura loaded Pulses:
       - NaturaCommons (Enabled/Forced)
       - NaturaOverworld (Enabled/Not Forced)
       - NaturaNether (Enabled/Not Forced)
       - NaturaDecorative (Enabled/Not Forced)
       - NaturaTools (Enabled/Not Forced)
       - NaturaEntities (Enabled/Not Forced)
       - NaturaOredict (Enabled/Forced)
       - NaturaWorld (Enabled/Not Forced)

   Pulsar/tconstruct loaded Pulses:
       - TinkerCommons (Enabled/Forced)
       - TinkerWorld (Enabled/Not Forced)
       - TinkerTools (Enabled/Not Forced)
       - TinkerHarvestTools (Enabled/Forced)
       - TinkerMeleeWeapons (Enabled/Forced)
       - TinkerRangedWeapons (Enabled/Forced)
       - TinkerModifiers (Enabled/Forced)
       - TinkerSmeltery (Enabled/Not Forced)
       - TinkerGadgets (Enabled/Not Forced)
       - TinkerOredict (Enabled/Forced)
       - TinkerIntegration (Enabled/Forced)
       - TinkerFluids (Enabled/Forced)
       - TinkerMaterials (Enabled/Forced)
       - TinkerModelRegister (Enabled/Forced)
       - chiselIntegration (Enabled/Not Forced)

   List of loaded APIs:
       * AgriCraftAPI (1.0) from agricraft-2.12.0-1.12.0-a5.jar
       * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
       * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
       * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.49.jar
       * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.3.1-99.jar
       * BotaniaAPI (89) from Botania+r1.10-354.jar
       * BuildCraftAPI|blocks (1.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|boards (2.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|core (2.2) from buildcraft-7.99.17.jar
       * BuildCraftAPI|crops (1.1) from buildcraft-7.99.17.jar
       * BuildCraftAPI|enums (1.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|events (2.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|facades (1.1) from buildcraft-7.99.17.jar
       * BuildCraftAPI|filler (5.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|fuels (2.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|gates (4.1) from buildcraft-7.99.17.jar
       * BuildCraftAPI|items (1.1) from buildcraft-7.99.17.jar
       * BuildCraftAPI|library (2.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|lists (1.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|power (1.3) from buildcraft-7.99.17.jar
       * BuildCraftAPI|recipes (3.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|robotics (3.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|statements (1.1) from buildcraft-7.99.17.jar
       * BuildCraftAPI|tiles (1.2) from buildcraft-7.99.17.jar
       * BuildCraftAPI|tools (1.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|transport (5.0) from buildcraft-7.99.17.jar
       * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
       * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
       * cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.0.16-universal.jar
       * ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar
       * CSLib|API (1.0.1) from PTRLib-1.0.2.jar
       * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.13.306-universal.jar
       * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.1.326.jar
       * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
       * Galacticraft API (1.0) from GalacticraftCore-1.12.2-4.0.1.181.jar
       * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
       * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.6-61.jar
       * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
       * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-84.jar
       * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-84.jar
       * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.10.7-204.jar
       * jeresources|API (0.8.9.48) from JustEnoughResources-1.12.2-0.8.9.48.jar
       * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
       * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
       * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
       * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
       * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
       * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.11.0.206.jar
       * MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
       * MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
       * MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
       * MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
       * MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
       * MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
       * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
       * modtogether|api (1.0) from minetogether-1.10.2-1.8.7.jar
       * Mystcraft|API (0.2) from mystcraft-1.12.2-0.13.6.00.jar
       * openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
       * projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar
       * reborncoreAPI (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
       * reborncoreAPI|Power (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
       * reborncoreAPI|Recipe (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
       * reborncoreAPI|Tile (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
       * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.22.109.jar
       * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.22.109.jar
       * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
       * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
       * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
       * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
       * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
       * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
       * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA21.jar
       * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
       * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
       * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
       * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
   RebornCore:
       Plugin Engine: 0
       RebornCore Version: 3.9.3.324
       Runtime Debofucsation 1
       RenderEngine: 0

J'ai vu que nethermetals a des erreurs mais je n'en sais rien en quoi.
Merci à vous, cordialement, Raph.
 
Dernière édition par un modérateur:

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 857
157
3 002
347
26
Alsace
www.minecraftforgefrance.fr
Toujours et encore des dépendances manquantes, cette fois pour nether metal.
https://minecraft.curseforge.com/projects/nether-metals/relations/dependencies

Penses à consulter la page "dependancies" sur curseforge, les dépendances y sont précisés.
Il arrive souvent malheureusement que les moddeurs ne précisent pas la dépendance dans le mod, donc forge ne peut pas l'indiquer :/
 

Raphew

Massacreur de Mouton
10 Août 2018
46
0
21
20
Ok encore une, merci beaucoup à toi, mais dans l'erreur c'est thermal foundation :
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Thermal Foundation (thermalfoundation)

nether metal est associé à thermal ?
 

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 857
157
3 002
347
26
Alsace
www.minecraftforgefrance.fr
Ça c'est une nouvelle erreur, car dans la précédente tu avais ça :
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Nether Metals (nethermetals)
Caused by: java.lang.NoClassDefFoundError: com/mcmoddev/nethermetals/util/Config

Il me faudrait le rapport de crash complet.
 

Raphew

Massacreur de Mouton
10 Août 2018
46
0
21
20
Ah ok j'ai cru que c'était la même, alors :
ERREUR :
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Thermal Foundation (thermalfoundation)

LOGS :
Code:
---- Minecraft Crash Report ----

WARNING: coremods are present:
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
  ForgelinPlugin (Forgelin-1.7.4.jar)
  IELoadingPlugin (ImmersiveEngineering-0.12-84-core.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
Contact their authors BEFORE contacting forge

// This doesn't make any sense!

Time: 8/11/18 1:16 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Thermal Foundation (thermalfoundation)
Caused by: java.lang.NoClassDefFoundError: cofh/core/fluid/BlockFluidCore
   at cofh.thermalfoundation.block.BlockOreFluid.<clinit>(BlockOreFluid.java:429)
   at cofh.thermalfoundation.init.TFBlocks.preInit(TFBlocks.java:23)
   at cofh.thermalfoundation.ThermalFoundation.preInit(ThermalFoundation.java:83)
   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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627)
   at sun.reflect.GeneratedMethodAccessor8.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: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.preinitializeMods(Loader.java:627)
   at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
   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: cofh.core.fluid.BlockFluidCore
   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)
   ... 43 more
Caused by: java.lang.VerifyError: class cofh.core.fluid.BlockFluidCore overrides final method getDensity.()I
   at java.lang.ClassLoader.defineClass1(Native Method)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
   at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
   at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
   ... 45 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
   Minecraft Version: 1.12.2
   Operating System: Windows 10 (amd64) version 10.0
   Java Version: 1.8.0_51, Oracle Corporation
   Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
   Memory: 534030464 bytes (509 MB) / 1476395008 bytes (1408 MB) up to 5368709120 bytes (5120 MB)
   JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
   IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
   FML: MCP 9.42 Powered by Forge 14.23.4.2749 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                                |
   |:----- |:--------------------------------- |:------------------------ |:--------------------------------------------------- |:---------------------------------------- |
   | UCH   | minecraft                         | 1.12.2                   | minecraft.jar                                       | None                                     |
   | UCH   | mcp                               | 9.42                     | minecraft.jar                                       | None                                     |
   | UCH   | FML                               | 8.0.99.99                | forge-1.12.2-14.23.4.2749.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCH   | forge                             | 14.23.4.2749             | forge-1.12.2-14.23.4.2749.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCH   | micdoodlecore                     |                          | minecraft.jar                                       | None                                     |
   | UCH   | openmodscore                      | 0.11.5                   | minecraft.jar                                       | None                                     |
   | UCH   | ic2                               | 2.8.96-ex112             | industrialcraft-2-2.8.96-ex112.jar                  | de041f9f6187debbc77034a344134053277aa3b0 |
   | UCH   | advanced_solar_panels             | 4.2.0                    | Advanced+Solar+Panels-4.2.0.jar                     | None                                     |
   | UCH   | chisel                            | MC1.12.2-0.2.0.31        | Chisel-MC1.12.2-0.2.0.31.jar                        | None                                     |
   | UCH   | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                              | None                                     |
   | UCH   | endercore                         | 1.12.2-0.5.37            | EnderCore-1.12.2-0.5.37.jar                         | None                                     |
   | UCH   | crafttweaker                      | 4.1.9                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
   | UCH   | mtlib                             | 3.0.5                    | MTLib-3.0.5.jar                                     | None                                     |
   | UCH   | modtweaker                        | 4.0.13                   | modtweaker-4.0.13.jar                               | None                                     |
   | UCH   | jei                               | 4.11.0.206               | jei_1.12.2-4.11.0.206.jar                           | None                                     |
   | UCH   | thaumcraft                        | 6.1.BETA21               | Thaumcraft-1.12.2-6.1.BETA21.jar                    | None                                     |
   | UCH   | codechickenlib                    | 3.2.1.350                | CodeChickenLib-1.12.2-3.2.1.350-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCH   | redstoneflux                      | 2.0.2                    | RedstoneFlux-1.12-2.0.2.3-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCH   | cofhcore                          | 4.5.0                    | CoFHCore-1.12.2-4.5.0.16-universal.jar              | None                                     |
   | UCH   | brandonscore                      | 2.4.4                    | BrandonsCore-1.12.2-2.4.4.173-universal.jar         | None                                     |
   | UCH   | cofhworld                         | 1.2.0                    | CoFHWorld-1.12.2-1.2.0.5-universal.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCEE  | thermalfoundation                 | 2.5.0                    | ThermalFoundation-1.12.2-2.5.0.19-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UC    | draconicevolution                 | 2.3.13                   | Draconic-Evolution-1.12.2-2.3.13.306-universal.jar  | None                                     |
   | UC    | thermalexpansion                  | 5.5.0                    | ThermalExpansion-1.12.2-5.5.0.29-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UC    | enderio                           | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UC    | enderiointegrationtic             | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UC    | mantle                            | 1.12-1.3.2.24            | Mantle-1.12-1.3.2.24.jar                            | None                                     |
   | UC    | tconstruct                        | 1.12.2-2.10.1.87         | TConstruct-1.12.2-2.10.1.87.jar                     | None                                     |
   | UC    | basemetals                        | 2.5.0-beta5              | BaseMetals-1.12-2.5.0-beta5.214.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UC    | baseminerals                      | 2.5.0-beta5              | BaseMinerals-1.12-2.5.0-beta5.43.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UC    | appliedenergistics2               | rv5-stable-11            | appliedenergistics2-rv5-stable-11.jar               | None                                     |
   | UC    | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                        | None                                     |
   | UC    | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                       | None                                     |
   | UC    | infinitylib                       | 1.12.2-1.12.0            | infinitylib-1.12.0.jar                              | None                                     |
   | UC    | agricraft                         | 2.12.0-1.12.0-a5         | agricraft-2.12.0-1.12.0-a5.jar                      | None                                     |
   | UC    | aroma1997core                     | 2.0.0.0                  | Aroma1997Core-1.12.2-2.0.0.0.jar                    | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | UC    | aroma1997sdimension               | 2.0.0.2.b77              | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b77.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | UC    | avaritia                          | 3.2.0                    | Avaritia-1.12.2-3.2.0.25-universal.jar              | None                                     |
   | UC    | bibliocraft                       | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                   | None                                     |
   | UC    | biomesoplenty                     | 7.0.1.2399               | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar       | None                                     |
   | UC    | guideapi                          | 1.12-2.1.6-61            | Guide-API-1.12-2.1.6-61.jar                         | None                                     |
   | UC    | bloodmagic                        | 1.12.2-2.3.1-99          | BloodMagic-1.12.2-2.3.1-99.jar                      | None                                     |
   | UC    | botania                           | r1.10-354                | Botania+r1.10-354.jar                               | None                                     |
   | UC    | buildcraftlib                     | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | buildcraftcore                    | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | buildcraftbuilders                | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | buildcraftenergy                  | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | buildcraftfactory                 | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | buildcraftrobotics                | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | buildcrafttransport               | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | buildcraftsilicon                 | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UC    | natura                            | 1.12.2-4.3.2.62          | natura-1.12.2-4.3.2.62.jar                          | None                                     |
   | UC    | forestry                          | 5.8.1.326                | forestry_1.12.2-5.8.1.326.jar                       | None                                     |
   | UC    | buildcraftcompat                  | 7.99.14                  | buildcraft-compat-7.99.14.jar                       | None                                     |
   | UC    | cd4017be_lib                      | 6.2.4                    | CD4017BE_lib-1.12.2-6.2.4.jar                       | None                                     |
   | UC    | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                            | None                                     |
   | UC    | classiccombat                     | 1.0.0                    | ClassicCombat-1.12-1.0.0.jar                        | None                                     |
   | UC    | computercraft                     | 1.80pr1                  | ComputerCraft1.80pr1.jar                            | None                                     |
   | UC    | ctgui                             | 1.0.0                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
   | UC    | crafttweakerjei                   | 2.0.2                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
   | UC    | custommainmenu                    | 2.0.8                    | CustomMainMenu-MC1.12.2-2.0.8.jar                   | None                                     |
   | UC    | ptrmodellib                       | 1.0.2                    | PTRLib-1.0.2.jar                                    | None                                     |
   | UC    | props                             | 2.6.0                    | Decocraft-2.6.0_1.12.2.jar                          | None                                     |
   | UC    | orespawn                          | 3.3.0                    | OreSpawn-1.12-3.3.0.136.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UC    | densemetals                       | 1.2.0                    | DenseMetals-1.12-1.2.0.20.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UC    | enderiobase                       | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UC    | enderioconduits                   | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UC    | enderioconduitsappliedenergistics | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UC    | enderioconduitsopencomputers      | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UC    | enderioconduitsrefinedstorage     | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UC    | enderiointegrationforestry        | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UC    | enderiointegrationticlate         | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UC    | ichunutil                         | 7.1.4                    | iChunUtil-1.12.2-7.1.4.jar                          | None                                     |
   | UC    | nei                               | 2.4.1                    | NotEnoughItems-1.12.2-2.4.1.238-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UC    | ftblib                            | 5.2.0.30                 | FTBLib-5.2.0.30.jar                                 | None                                     |
   | UC    | enderiomachines                   | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UC    | enderiopowertools                 | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UC    | enderstorage                      | 2.4.5.135                | EnderStorage-1.12.2-2.4.5.135-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UC    | enderzoo                          | 1.12.1-1.4.0.49          | EnderZoo-1.12.1-1.4.0.49.jar                        | None                                     |
   | UC    | reborncore                        | 3.9.3.324                | RebornCore-1.12.2-3.9.3.324-universal.jar           | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
   | UC    | engineersworkshop                 | 1.0.8.37                 | EngineersWorkshopReborn-1.12.2-1.0.8.37.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
   | UC    | exnihilocreatio                   | 1.12-0.2.4               | Ex-Nihilo-Creatio-Mod-1.12.2.jar                    | None                                     |
   | UC    | extracells                        | 2.5.13                   | ExtraCells-1.12.2-2.5.13a60.jar                     | None                                     |
   | UC    | extrautils2                       | 1.0                      | extrautils2-1.12-1.8.2.jar                          | None                                     |
   | UC    | zerocore                          | 1.12-0.1.2.2             | zerocore-1.12-0.1.2.2.jar                           | None                                     |
   | UC    | bigreactors                       | 1.12.2-0.4.5.49          | ExtremeReactors-1.12.2-0.4.5.49.jar                 | None                                     |
   | UC    | fastleafdecay                     | v14                      | FastLeafDecay-v14.jar                               | None                                     |
   | UC    | forgelin                          | 1.7.4                    | Forgelin-1.7.4.jar                                  | None                                     |
   | UC    | forgemultipartcbe                 | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UC    | microblockcbe                     | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | None                                     |
   | UC    | minecraftmultipartcbe             | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | None                                     |
   | UC    | journeymap                        | 1.12.2-5.5.2             | journeymap-1.12.2-5.5.2.jar                         | None                                     |
   | UC    | ftbutilities                      | 5.2.0.36                 | FTBUtilities-5.2.0.36.jar                           | None                                     |
   | UC    | funkylocomotion                   | 1.0                      | funky-locomotion-1.12.2-1.1.2.jar                   | None                                     |
   | UC    | galacticraftcore                  | 4.0.1.181                | GalacticraftCore-1.12.2-4.0.1.181.jar               | None                                     |
   | UC    | galacticraftplanets               | 4.0.1.181                | Galacticraft-Planets-1.12.2-4.0.1.181.jar           | None                                     |
   | UC    | gendustry                         | 1.6.5.8                  | gendustry-1.6.5.8-mc1.12.2.jar                      | None                                     |
   | UC    | hats                              | 7.0.0                    | Hats-1.12.2-7.0.2.jar                               | None                                     |
   | UC    | hatstand                          | 7.0.0                    | HatStand-1.12.2-7.0.1.jar                           | None                                     |
   | UC    | headcrumbs                        | 2.0.4                    | Headcrumbs-1.12.2-2.0.4.14.jar                      | None                                     |
   | UC    | hardcorequesting                  | 1.12                     | HQM-Beyond-1.12.x-5.2.0Alpha1.jar                   | None                                     |
   | UC    | indlog                            | 1.2.3                    | InductiveLogistics-1.12.2-1.2.3.jar                 | None                                     |
   | UC    | mekanism                          | 1.12.2-9.4.13.349        | Mekanism-1.12.2-9.4.13.349.jar                      | None                                     |
   | UC    | teslacorelib                      | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UC    | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.10.7-204.jar           | None                                     |
   | UC    | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                            | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
   | UC    | ironchest                         | 1.12.2-7.0.46.831        | ironchest-1.12.2-7.0.46.831.jar                     | None                                     |
   | UC    | jeresources                       | 0.8.9.48                 | JustEnoughResources-1.12.2-0.8.9.48.jar             | None                                     |
   | UC    | lucky                             | 7.5.0                    | LuckyBlock_1-12_v7-5-0.zip                          | None                                     |
   | UC    | magicbees                         | 1.0                      | MagicBees-1.12.2-3.1.10.jar                         | None                                     |
   | UC    | mcjtylib_ng                       | 3.0.3                    | mcjtylib-1.12-3.0.3.jar                             | None                                     |
   | UC    | minetogether                      | unspecified              | minetogether-1.10.2-1.8.7.jar                       | None                                     |
   | UC    | minetogetherserver                | unspecified              | minetogether-1.10.2-1.8.7.jar                       | None                                     |
   | UC    | moartinkers                       | 0.6.0                    | moartinkers-0.6.0.jar                               | None                                     |
   | UC    | modernmetals                      | 2.5.0-beta5              | ModernMetals-1.12-2.5.0-beta5.120.jar               | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UC    | morpheus                          | 1.12-3.3.2               | Morpheus-1.12-3.3.2.jar                             | None                                     |
   | UC    | mrtjpcore                         | 2.1.3.35                 | MrTJPCore-1.12.2-2.1.3.35-universal.jar             | None                                     |
   | UC    | mystcraft                         | 0.13.6.00                | mystcraft-1.12.2-0.13.6.00.jar                      | None                                     |
   | UC    | nethermetals                      | 1.2.0-beta3              | NetherMetals-1.12-1.2.0-beta3.52.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UC    | openmods                          | 0.11.5                   | OpenModsLib-1.12.2-0.11.5.jar                       | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
   | UC    | openblocks                        | 1.7.6                    | OpenBlocks-1.12.2-1.7.6.jar                         | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
   | UC    | harvestcraft                      | 1.12.2u                  | Pam's+HarvestCraft+1.12.2u.jar                      | None                                     |
   | UC    | projectred-core                   | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-Base.jar                 | None                                     |
   | UC    | projectred-exploration            | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-world.jar                | None                                     |
   | UC    | twilightforest                    | 3.7.424                  | twilightforest-1.12.2-3.7.424-universal.jar         | None                                     |
   | UC    | plustic                           | 6.5.2.0                  | plustic-6.5.2.0.jar                                 | None                                     |
   | UC    | portalgun                         | 7.0.2                    | PortalGun-1.12.2-7.0.2.jar                          | None                                     |
   | UC    | projectred-compat                 | 1.0                      | ProjectRed-1.12.2-4.9.1.92-compat.jar               | None                                     |
   | UC    | projectred-integration            | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar          | None                                     |
   | UC    | projectred-transmission           | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar          | None                                     |
   | UC    | projectred-illumination           | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-lighting.jar             | None                                     |
   | UC    | projectred-expansion              | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar           | None                                     |
   | UC    | projectred-relocation             | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar           | None                                     |
   | UC    | projectred-transportation         | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar           | None                                     |
   | UC    | redstonearsenal                   | 2.5.1                    | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UC    | resourceloader                    | 1.5.3                    | ResourceLoader-MC1.12.1-1.5.3.jar                   | d72e0dd57935b3e9476212aea0c0df352dd76291 |
   | UC    | rftools                           | 7.55                     | rftools-1.12-7.55.jar                               | None                                     |
   | UC    | thermaldynamics                   | 2.5.1                    | ThermalDynamics-1.12.2-2.5.1.14-universal.jar       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UC    | simplyjetpacks                    | 2.2.7.45                 | SimplyJetpacks2-1.12.2-2.2.7.45.jar                 | None                                     |
   | UC    | solarflux                         | 4.10r                    | SolarFluxReborn_1.12.2-4.10r.jar                    | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
   | UC    | stevescarts                       | 2.4.22.109               | StevesCarts-1.12.2-2.4.22.109.jar                   | None                                     |
   | UC    | storagedrawers                    | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.7.jar                     | None                                     |
   | UC    | storagedrawersextra               | @VERSION@                | StorageDrawersExtras-1.12-3.1.0.jar                 | None                                     |
   | UC    | tcinventoryscan                   | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar          | None                                     |
   | UC    | thaumicjei                        | 1.2.1                    | ThaumicJEI-1.12.2-1.5.2-19.jar                      | None                                     |
   | UC    | thaumicterminal                   | 1.0.5                    | ThaumicTerminal-1.0.5.jar                           | None                                     |
   | UC    | thaumictinkerer                   | 1.12.2-5.0-353c71c       | thaumictinkerer-1.12.2-5.0-353c71c.jar              | None                                     |
   | UC    | translocators                     | 2.5.1.77                 | Translocators-1.12.2-2.5.1.77-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UC    | wailaharvestability               | 1.1.12                   | WailaHarvestability-mc1.12-1.1.12.jar               | None                                     |
   | UC    | wawla                             | 2.5.257                  | Wawla-1.12.2-2.5.257.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UC    | woot                              | 1.12.2-1.4.1             | woot-1.12.2-1.4.1.jar                               | None                                     |
   | UC    | wrcbe                             | 2.3.1                    | WR-CBE-1.12.2-2.3.1.29-universal.jar                | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UC    | immersiveengineering              | 0.12-84                  | ImmersiveEngineering-0.12-84.jar                    | 4cb49fcde3b43048c9889e0a3d083225da926334 |
   | UC    | teslacorelib_registries           | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                    | None                                     |

   Loaded coremods (and transformers):
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
ForgelinPlugin (Forgelin-1.7.4.jar)
 
IELoadingPlugin (ImmersiveEngineering-0.12-84-core.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  openmods.core.OpenModsClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
 
   GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
   OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
   Pulsar/tconstruct loaded Pulses:
       - TinkerCommons (Enabled/Forced)
       - TinkerWorld (Enabled/Not Forced)
       - TinkerTools (Enabled/Not Forced)
       - TinkerHarvestTools (Enabled/Forced)
       - TinkerMeleeWeapons (Enabled/Forced)
       - TinkerRangedWeapons (Enabled/Forced)
       - TinkerModifiers (Enabled/Forced)
       - TinkerSmeltery (Enabled/Not Forced)
       - TinkerGadgets (Enabled/Not Forced)
       - TinkerOredict (Enabled/Forced)
       - TinkerIntegration (Enabled/Forced)
       - TinkerFluids (Enabled/Forced)
       - TinkerMaterials (Enabled/Forced)
       - TinkerModelRegister (Enabled/Forced)
       - chiselIntegration (Enabled/Not Forced)

   AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
   Pulsar/natura loaded Pulses:
       - NaturaCommons (Enabled/Forced)
       - NaturaOverworld (Enabled/Not Forced)
       - NaturaNether (Enabled/Not Forced)
       - NaturaDecorative (Enabled/Not Forced)
       - NaturaTools (Enabled/Not Forced)
       - NaturaEntities (Enabled/Not Forced)
       - NaturaOredict (Enabled/Forced)
       - NaturaWorld (Enabled/Not Forced)

J'ai regardé dans les dépendances de thermal et il y a COFH core et COFH world mais je les ai déjà.
Une version plus récente doit être appliqué ?
 
Dernière édition par un modérateur:

Raphew

Massacreur de Mouton
10 Août 2018
46
0
21
20
J'ai résolu l'erreur, j'ai téléchargé une version plus récente. J'ai encore une fois une autre erreur, donc :

ERREUR :
The game crashed whilst initializing game
The game crashed whilst initializing game
Error: java.lang.NoSuchMethodError: cofh.api.util.ThermalExpansionHelper.addCompactorStorageRecipe(ILnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack; )V

LOGS :

Code:
---- Minecraft Crash Report ----

WARNING: coremods are present:
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
  ForgelinPlugin (Forgelin-1.7.4.jar)
  IELoadingPlugin (ImmersiveEngineering-0.12-84-core.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
Contact their authors BEFORE contacting forge

// Why did you do that?

Time: 8/11/18 1:59 PM
Description: Initializing game

java.lang.NoSuchMethodError: cofh.api.util.ThermalExpansionHelper.addCompactorStorageRecipe(ILnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack; )V
   at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addCompactorStorageRecipe(ThermalExpansionBase.java:54)
   at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:209)
   at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:193)
   at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.lambda$regShit$1(ThermalExpansion.java:51)
   at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion$$Lambda$2356/1212106511.accept(Unknown Source)
   at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
   at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
   at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
   at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
   at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
   at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
   at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
   at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
   at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
   at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
   at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.regShit(ThermalExpansion.java:47)
   at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_897_ThermalExpansion_regShit_Register.invoke(.dynamic)
   at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
   at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
   at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
   at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:762)
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:623)
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
   at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
   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)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
   at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addCompactorStorageRecipe(ThermalExpansionBase.java:54)
   at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:209)
   at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:193)
   at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.lambda$regShit$1(ThermalExpansion.java:51)
   at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion$$Lambda$2356/1212106511.accept(Unknown Source)
   at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
   at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
   at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
   at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
   at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
   at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
   at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
   at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
   at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
   at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
   at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.regShit(ThermalExpansion.java:47)
   at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_897_ThermalExpansion_regShit_Register.invoke(.dynamic)
   at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
   at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
   at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
   at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:762)
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:623)
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
   at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)

-- 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: 1132488000 bytes (1080 MB) / 5368709120 bytes (5120 MB) up to 5368709120 bytes (5120 MB)
   JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
   IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
   FML: MCP 9.42 Powered by Forge 14.23.4.2749 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                                |
   |:----- |:--------------------------------- |:------------------------ |:--------------------------------------------------- |:---------------------------------------- |
   | UCH   | minecraft                         | 1.12.2                   | minecraft.jar                                       | None                                     |
   | UCH   | mcp                               | 9.42                     | minecraft.jar                                       | None                                     |
   | UCH   | FML                               | 8.0.99.99                | forge-1.12.2-14.23.4.2749.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCH   | forge                             | 14.23.4.2749             | forge-1.12.2-14.23.4.2749.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCH   | micdoodlecore                     |                          | minecraft.jar                                       | None                                     |
   | UCH   | openmodscore                      | 0.11.5                   | minecraft.jar                                       | None                                     |
   | UCH   | ic2                               | 2.8.96-ex112             | industrialcraft-2-2.8.96-ex112.jar                  | de041f9f6187debbc77034a344134053277aa3b0 |
   | UCH   | advanced_solar_panels             | 4.2.0                    | Advanced+Solar+Panels-4.2.0.jar                     | None                                     |
   | UCH   | chisel                            | MC1.12.2-0.2.0.31        | Chisel-MC1.12.2-0.2.0.31.jar                        | None                                     |
   | UCH   | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                              | None                                     |
   | UCH   | endercore                         | 1.12.2-0.5.37            | EnderCore-1.12.2-0.5.37.jar                         | None                                     |
   | UCH   | crafttweaker                      | 4.1.9                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
   | UCH   | mtlib                             | 3.0.5                    | MTLib-3.0.5.jar                                     | None                                     |
   | UCH   | modtweaker                        | 4.0.13                   | modtweaker-4.0.13.jar                               | None                                     |
   | UCH   | jei                               | 4.11.0.206               | jei_1.12.2-4.11.0.206.jar                           | None                                     |
   | UCH   | thaumcraft                        | 6.1.BETA21               | Thaumcraft-1.12.2-6.1.BETA21.jar                    | None                                     |
   | UCH   | codechickenlib                    | 3.2.1.350                | CodeChickenLib-1.12.2-3.2.1.350-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCH   | redstoneflux                      | 2.0.2                    | RedstoneFlux-1.12-2.0.2.3-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCH   | cofhcore                          | 4.5.3                    | CoFHCore-1.12.2-4.5.3.20-universal.jar              | None                                     |
   | UCH   | brandonscore                      | 2.4.4                    | BrandonsCore-1.12.2-2.4.4.173-universal.jar         | None                                     |
   | UCH   | cofhworld                         | 1.2.0                    | CoFHWorld-1.12.2-1.2.0.5-universal.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCH   | thermalfoundation                 | 2.5.0                    | ThermalFoundation-1.12.2-2.5.0.19-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCH   | draconicevolution                 | 2.3.13                   | Draconic-Evolution-1.12.2-2.3.13.306-universal.jar  | None                                     |
   | UCH   | thermalexpansion                  | 5.5.0                    | ThermalExpansion-1.12.2-5.5.0.29-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCH   | enderio                           | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderiointegrationtic             | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | mantle                            | 1.12-1.3.2.24            | Mantle-1.12-1.3.2.24.jar                            | None                                     |
   | UCH   | tconstruct                        | 1.12.2-2.10.1.87         | TConstruct-1.12.2-2.10.1.87.jar                     | None                                     |
   | UCH   | basemetals                        | 2.5.0-beta5              | BaseMetals-1.12-2.5.0-beta5.214.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCH   | baseminerals                      | 2.5.0-beta5              | BaseMinerals-1.12-2.5.0-beta5.43.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCH   | appliedenergistics2               | rv5-stable-11            | appliedenergistics2-rv5-stable-11.jar               | None                                     |
   | UCH   | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                        | None                                     |
   | UCH   | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                       | None                                     |
   | UCH   | infinitylib                       | 1.12.2-1.12.0            | infinitylib-1.12.0.jar                              | None                                     |
   | UCH   | agricraft                         | 2.12.0-1.12.0-a5         | agricraft-2.12.0-1.12.0-a5.jar                      | None                                     |
   | UCH   | aroma1997core                     | 2.0.0.0                  | Aroma1997Core-1.12.2-2.0.0.0.jar                    | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | UCH   | aroma1997sdimension               | 2.0.0.2.b77              | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b77.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | UCH   | avaritia                          | 3.2.0                    | Avaritia-1.12.2-3.2.0.25-universal.jar              | None                                     |
   | UCH   | bibliocraft                       | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                   | None                                     |
   | UCH   | biomesoplenty                     | 7.0.1.2399               | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar       | None                                     |
   | UCH   | guideapi                          | 1.12-2.1.6-61            | Guide-API-1.12-2.1.6-61.jar                         | None                                     |
   | UCH   | bloodmagic                        | 1.12.2-2.3.1-99          | BloodMagic-1.12.2-2.3.1-99.jar                      | None                                     |
   | UCH   | botania                           | r1.10-354                | Botania+r1.10-354.jar                               | None                                     |
   | UCH   | buildcraftlib                     | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | buildcraftcore                    | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | buildcraftbuilders                | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | buildcraftenergy                  | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | buildcraftfactory                 | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | buildcraftrobotics                | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | buildcrafttransport               | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | buildcraftsilicon                 | 7.99.17                  | buildcraft-7.99.17.jar                              | None                                     |
   | UCH   | natura                            | 1.12.2-4.3.2.62          | natura-1.12.2-4.3.2.62.jar                          | None                                     |
   | UCH   | forestry                          | 5.8.1.326                | forestry_1.12.2-5.8.1.326.jar                       | None                                     |
   | UCH   | buildcraftcompat                  | 7.99.14                  | buildcraft-compat-7.99.14.jar                       | None                                     |
   | UCH   | cd4017be_lib                      | 6.2.4                    | CD4017BE_lib-1.12.2-6.2.4.jar                       | None                                     |
   | UCH   | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                            | None                                     |
   | UCH   | classiccombat                     | 1.0.0                    | ClassicCombat-1.12-1.0.0.jar                        | None                                     |
   | UCH   | computercraft                     | 1.80pr1                  | ComputerCraft1.80pr1.jar                            | None                                     |
   | UCH   | ctgui                             | 1.0.0                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
   | UCH   | crafttweakerjei                   | 2.0.2                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
   | UCH   | custommainmenu                    | 2.0.8                    | CustomMainMenu-MC1.12.2-2.0.8.jar                   | None                                     |
   | UCH   | ptrmodellib                       | 1.0.2                    | PTRLib-1.0.2.jar                                    | None                                     |
   | UCH   | props                             | 2.6.0                    | Decocraft-2.6.0_1.12.2.jar                          | None                                     |
   | UCH   | orespawn                          | 3.3.0                    | OreSpawn-1.12-3.3.0.136.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCH   | densemetals                       | 1.2.0                    | DenseMetals-1.12-1.2.0.20.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCH   | enderiobase                       | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderioconduits                   | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderioconduitsappliedenergistics | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderioconduitsopencomputers      | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderioconduitsrefinedstorage     | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderiointegrationforestry        | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderiointegrationticlate         | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | ichunutil                         | 7.1.4                    | iChunUtil-1.12.2-7.1.4.jar                          | None                                     |
   | UCH   | nei                               | 2.4.1                    | NotEnoughItems-1.12.2-2.4.1.238-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCH   | ftblib                            | 5.2.0.30                 | FTBLib-5.2.0.30.jar                                 | None                                     |
   | UCH   | enderiomachines                   | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderiopowertools                 | 5.0.31                   | EnderIO-1.12.2-5.0.31.jar                           | None                                     |
   | UCH   | enderstorage                      | 2.4.5.135                | EnderStorage-1.12.2-2.4.5.135-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCH   | enderzoo                          | 1.12.1-1.4.0.49          | EnderZoo-1.12.1-1.4.0.49.jar                        | None                                     |
   | UCH   | reborncore                        | 3.9.3.324                | RebornCore-1.12.2-3.9.3.324-universal.jar           | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
   | UCH   | engineersworkshop                 | 1.0.8.37                 | EngineersWorkshopReborn-1.12.2-1.0.8.37.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
   | UCH   | exnihilocreatio                   | 1.12-0.2.4               | Ex-Nihilo-Creatio-Mod-1.12.2.jar                    | None                                     |
   | UCH   | extracells                        | 2.5.13                   | ExtraCells-1.12.2-2.5.13a60.jar                     | None                                     |
   | UCH   | extrautils2                       | 1.0                      | extrautils2-1.12-1.8.2.jar                          | None                                     |
   | UCH   | zerocore                          | 1.12-0.1.2.2             | zerocore-1.12-0.1.2.2.jar                           | None                                     |
   | UCH   | bigreactors                       | 1.12.2-0.4.5.49          | ExtremeReactors-1.12.2-0.4.5.49.jar                 | None                                     |
   | UCH   | fastleafdecay                     | v14                      | FastLeafDecay-v14.jar                               | None                                     |
   | UCH   | forgelin                          | 1.7.4                    | Forgelin-1.7.4.jar                                  | None                                     |
   | UCH   | forgemultipartcbe                 | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCH   | microblockcbe                     | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | None                                     |
   | UCH   | minecraftmultipartcbe             | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | None                                     |
   | UCH   | journeymap                        | 1.12.2-5.5.2             | journeymap-1.12.2-5.5.2.jar                         | None                                     |
   | UCH   | ftbutilities                      | 5.2.0.36                 | FTBUtilities-5.2.0.36.jar                           | None                                     |
   | UCH   | funkylocomotion                   | 1.0                      | funky-locomotion-1.12.2-1.1.2.jar                   | None                                     |
   | UCH   | galacticraftcore                  | 4.0.1.181                | GalacticraftCore-1.12.2-4.0.1.181.jar               | None                                     |
   | UCH   | galacticraftplanets               | 4.0.1.181                | Galacticraft-Planets-1.12.2-4.0.1.181.jar           | None                                     |
   | UCH   | gendustry                         | 1.6.5.8                  | gendustry-1.6.5.8-mc1.12.2.jar                      | None                                     |
   | UCH   | hats                              | 7.0.0                    | Hats-1.12.2-7.0.2.jar                               | None                                     |
   | UCH   | hatstand                          | 7.0.0                    | HatStand-1.12.2-7.0.1.jar                           | None                                     |
   | UCH   | headcrumbs                        | 2.0.4                    | Headcrumbs-1.12.2-2.0.4.14.jar                      | None                                     |
   | UCH   | hardcorequesting                  | 1.12                     | HQM-Beyond-1.12.x-5.2.0Alpha1.jar                   | None                                     |
   | UCH   | indlog                            | 1.2.3                    | InductiveLogistics-1.12.2-1.2.3.jar                 | None                                     |
   | UCH   | mekanism                          | 1.12.2-9.4.13.349        | Mekanism-1.12.2-9.4.13.349.jar                      | None                                     |
   | UCH   | teslacorelib                      | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCH   | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.10.7-204.jar           | None                                     |
   | UCH   | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                            | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
   | UCH   | ironchest                         | 1.12.2-7.0.46.831        | ironchest-1.12.2-7.0.46.831.jar                     | None                                     |
   | UCH   | jeresources                       | 0.8.9.48                 | JustEnoughResources-1.12.2-0.8.9.48.jar             | None                                     |
   | UCH   | lucky                             | 7.5.0                    | LuckyBlock_1-12_v7-5-0.zip                          | None                                     |
   | UCH   | magicbees                         | 1.0                      | MagicBees-1.12.2-3.1.10.jar                         | None                                     |
   | UCH   | mcjtylib_ng                       | 3.0.3                    | mcjtylib-1.12-3.0.3.jar                             | None                                     |
   | UCH   | minetogether                      | unspecified              | minetogether-1.10.2-1.8.7.jar                       | None                                     |
   | UCH   | minetogetherserver                | unspecified              | minetogether-1.10.2-1.8.7.jar                       | None                                     |
   | UCH   | moartinkers                       | 0.6.0                    | moartinkers-0.6.0.jar                               | None                                     |
   | UCH   | modernmetals                      | 2.5.0-beta5              | ModernMetals-1.12-2.5.0-beta5.120.jar               | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCH   | morpheus                          | 1.12-3.3.2               | Morpheus-1.12-3.3.2.jar                             | None                                     |
   | UCH   | mrtjpcore                         | 2.1.3.35                 | MrTJPCore-1.12.2-2.1.3.35-universal.jar             | None                                     |
   | UCH   | mystcraft                         | 0.13.6.00                | mystcraft-1.12.2-0.13.6.00.jar                      | None                                     |
   | UCH   | nethermetals                      | 1.2.0-beta3              | NetherMetals-1.12-1.2.0-beta3.52.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCH   | openmods                          | 0.11.5                   | OpenModsLib-1.12.2-0.11.5.jar                       | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
   | UCH   | openblocks                        | 1.7.6                    | OpenBlocks-1.12.2-1.7.6.jar                         | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
   | UCH   | harvestcraft                      | 1.12.2u                  | Pam's+HarvestCraft+1.12.2u.jar                      | None                                     |
   | UCH   | projectred-core                   | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-Base.jar                 | None                                     |
   | UCH   | projectred-exploration            | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-world.jar                | None                                     |
   | UCH   | twilightforest                    | 3.7.424                  | twilightforest-1.12.2-3.7.424-universal.jar         | None                                     |
   | UCH   | plustic                           | 6.5.2.0                  | plustic-6.5.2.0.jar                                 | None                                     |
   | UCH   | portalgun                         | 7.0.2                    | PortalGun-1.12.2-7.0.2.jar                          | None                                     |
   | UCH   | projectred-compat                 | 1.0                      | ProjectRed-1.12.2-4.9.1.92-compat.jar               | None                                     |
   | UCH   | projectred-integration            | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar          | None                                     |
   | UCH   | projectred-transmission           | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar          | None                                     |
   | UCH   | projectred-illumination           | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-lighting.jar             | None                                     |
   | UCH   | projectred-expansion              | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar           | None                                     |
   | UCH   | projectred-relocation             | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar           | None                                     |
   | UCH   | projectred-transportation         | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar           | None                                     |
   | UCH   | redstonearsenal                   | 2.5.1                    | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCH   | resourceloader                    | 1.5.3                    | ResourceLoader-MC1.12.1-1.5.3.jar                   | d72e0dd57935b3e9476212aea0c0df352dd76291 |
   | UCH   | rftools                           | 7.55                     | rftools-1.12-7.55.jar                               | None                                     |
   | UCH   | thermaldynamics                   | 2.5.1                    | ThermalDynamics-1.12.2-2.5.1.14-universal.jar       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCH   | simplyjetpacks                    | 2.2.7.45                 | SimplyJetpacks2-1.12.2-2.2.7.45.jar                 | None                                     |
   | UCH   | solarflux                         | 4.10r                    | SolarFluxReborn_1.12.2-4.10r.jar                    | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
   | UCH   | stevescarts                       | 2.4.22.109               | StevesCarts-1.12.2-2.4.22.109.jar                   | None                                     |
   | UCH   | storagedrawers                    | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.7.jar                     | None                                     |
   | UCH   | storagedrawersextra               | @VERSION@                | StorageDrawersExtras-1.12-3.1.0.jar                 | None                                     |
   | UCH   | tcinventoryscan                   | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar          | None                                     |
   | UCH   | thaumicjei                        | 1.2.1                    | ThaumicJEI-1.12.2-1.5.2-19.jar                      | None                                     |
   | UCH   | thaumicterminal                   | 1.0.5                    | ThaumicTerminal-1.0.5.jar                           | None                                     |
   | UCH   | thaumictinkerer                   | 1.12.2-5.0-353c71c       | thaumictinkerer-1.12.2-5.0-353c71c.jar              | None                                     |
   | UCH   | translocators                     | 2.5.1.77                 | Translocators-1.12.2-2.5.1.77-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCH   | wailaharvestability               | 1.1.12                   | WailaHarvestability-mc1.12-1.1.12.jar               | None                                     |
   | UCH   | wawla                             | 2.5.257                  | Wawla-1.12.2-2.5.257.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCH   | woot                              | 1.12.2-1.4.1             | woot-1.12.2-1.4.1.jar                               | None                                     |
   | UCH   | wrcbe                             | 2.3.1                    | WR-CBE-1.12.2-2.3.1.29-universal.jar                | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCH   | immersiveengineering              | 0.12-84                  | ImmersiveEngineering-0.12-84.jar                    | 4cb49fcde3b43048c9889e0a3d083225da926334 |
   | UCH   | teslacorelib_registries           | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                    | None                                     |

   Loaded coremods (and transformers):
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
ForgelinPlugin (Forgelin-1.7.4.jar)
 
IELoadingPlugin (ImmersiveEngineering-0.12-84-core.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  openmods.core.OpenModsClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
 
   GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
   OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
   Pulsar/tconstruct loaded Pulses:
       - TinkerCommons (Enabled/Forced)
       - TinkerWorld (Enabled/Not Forced)
       - TinkerTools (Enabled/Not Forced)
       - TinkerHarvestTools (Enabled/Forced)
       - TinkerMeleeWeapons (Enabled/Forced)
       - TinkerRangedWeapons (Enabled/Forced)
       - TinkerModifiers (Enabled/Forced)
       - TinkerSmeltery (Enabled/Not Forced)
       - TinkerGadgets (Enabled/Not Forced)
       - TinkerOredict (Enabled/Forced)
       - TinkerIntegration (Enabled/Forced)
       - TinkerFluids (Enabled/Forced)
       - TinkerMaterials (Enabled/Forced)
       - TinkerModelRegister (Enabled/Forced)
       - chiselIntegration (Enabled/Not Forced)

   AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
   Pulsar/natura loaded Pulses:
       - NaturaCommons (Enabled/Forced)
       - NaturaOverworld (Enabled/Not Forced)
       - NaturaNether (Enabled/Not Forced)
       - NaturaDecorative (Enabled/Not Forced)
       - NaturaTools (Enabled/Not Forced)
       - NaturaEntities (Enabled/Not Forced)
       - NaturaOredict (Enabled/Forced)
       - NaturaWorld (Enabled/Not Forced)

   List of loaded APIs:
       * AgriCraftAPI (1.0) from agricraft-2.12.0-1.12.0-a5.jar
       * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
       * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
       * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.49.jar
       * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.3.1-99.jar
       * BotaniaAPI (89) from Botania+r1.10-354.jar
       * BuildCraftAPI|blocks (1.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|boards (2.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|core (2.2) from buildcraft-7.99.17.jar
       * BuildCraftAPI|crops (1.1) from buildcraft-7.99.17.jar
       * BuildCraftAPI|enums (1.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|events (2.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|facades (1.1) from buildcraft-7.99.17.jar
       * BuildCraftAPI|filler (5.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|fuels (2.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|gates (4.1) from buildcraft-7.99.17.jar
       * BuildCraftAPI|items (1.1) from buildcraft-7.99.17.jar
       * BuildCraftAPI|library (2.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|lists (1.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|power (1.3) from buildcraft-7.99.17.jar
       * BuildCraftAPI|recipes (3.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|robotics (3.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|statements (1.1) from buildcraft-7.99.17.jar
       * BuildCraftAPI|tiles (1.2) from buildcraft-7.99.17.jar
       * BuildCraftAPI|tools (1.0) from buildcraft-7.99.17.jar
       * BuildCraftAPI|transport (5.0) from buildcraft-7.99.17.jar
       * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
       * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
       * cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.3.20-universal.jar
       * ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar
       * ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar
       * CSLib|API (1.0.1) from PTRLib-1.0.2.jar
       * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.13.306-universal.jar
       * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.31.jar
       * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.1.326.jar
       * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.1.326.jar
       * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
       * Galacticraft API (1.0) from GalacticraftCore-1.12.2-4.0.1.181.jar
       * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
       * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.6-61.jar
       * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
       * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-84.jar
       * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-84.jar
       * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.10.7-204.jar
       * jeresources|API (0.8.9.48) from JustEnoughResources-1.12.2-0.8.9.48.jar
       * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
       * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
       * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
       * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
       * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
       * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.11.0.206.jar
       * MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
       * MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
       * MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
       * MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
       * MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
       * MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
       * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
       * modtogether|api (1.0) from minetogether-1.10.2-1.8.7.jar
       * Mystcraft|API (0.2) from mystcraft-1.12.2-0.13.6.00.jar
       * openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
       * projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar
       * reborncoreAPI (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
       * reborncoreAPI|Power (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
       * reborncoreAPI|Recipe (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
       * reborncoreAPI|Tile (3.9.3.324) from RebornCore-1.12.2-3.9.3.324-universal.jar
       * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.22.109.jar
       * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.22.109.jar
       * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
       * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
       * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
       * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
       * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
       * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
       * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA21.jar
       * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
       * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
       * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
       * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
   RebornCore:
       Plugin Engine: 0
       RebornCore Version: 3.9.3.324
       Runtime Debofucsation 1
       RenderEngine: 0
   Ender IO: No known problems detected.

   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !!!You are looking at the diagnostics information, not at the crash.       !!!
   !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

   Launched Version: 1.12.2-forge1.12.2-14.23.4.2749
   LWJGL: 2.9.4
   OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, 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: Français (France)
   Profiler Position: N/A (disabled)
   CPU: 4x Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz

Cette fois-ci je ne trouve rien...
Cordialement, Raph.
 
Dernière édition: