The game crashed whilst initializing game Error: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/registry/IForgeRegistryEntry

Khemdyr

Aventurier
19 Janvier 2020
4
0
1
26
J'ai un problème. Quand je lance Minecraft ce message d'erreur s’affiche

Code:
;---- Minecraft Crash Report ----
// Would you like a cupcake?

Time: 1/19/20 10:33 AM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/registry/IForgeRegistryEntry
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.registry.IForgeRegistryEntry
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 39 more
Caused by: java.lang.NullPointerException


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

-- Head --
Thread: Client thread
Stacktrace:
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 483285664 bytes (460 MB) / 771751936 bytes (736 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2847 42 mods loaded, 42 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                  | Version          | Source                                          | Signature |
    |:----- |:------------------- |:---------------- |:----------------------------------------------- |:--------- |
    | LC    | minecraft           | 1.12.2           | minecraft.jar                                   | None      |
    | LC    | mcp                 | 9.42             | minecraft.jar                                   | None      |
    | LC    | FML                 | 8.0.99.99        | forge-1.12.2-14.23.5.2847.jar                   | None      |
    | LC    | forge               | 14.23.5.2847     | forge-1.12.2-14.23.5.2847.jar                   | None      |
    | LC    | imsm                | 1.12             | 1.12.InstantMassiveStructuresMod.jar            | None      |
    | LC    | akashictome         | 1.2-8            | AkashicTome-1.2-8.jar                           | None      |
    | LC    | appliedenergistics2 | rv5-alpha-7      | Applied-Energistics-2-Mod-1.12.1.jar            | None      |
    | LC    | autoreglib          | 1.3-32           | AutoRegLib-1.3-32.jar                           | None      |
    | LC    | baubles             | 1.5.2            | Baubles-1.12-1.5.2.jar                          | None      |
    | L     | betterbuilderswands | 0.11.1           | BetterBuildersWands-1.12-0.11.1.242+7e4f3aa.jar | None      |
    | L     | bibliocraft         | 2.4.2            | BiblioCraft[v2.4.2][MC1.12.0].jar               | None      |
    | L     | guideapi            | 1.12-2.1.8-63    | Guide-API-1.12-2.1.8-63.jar                     | None      |
    | L     | bloodmagic          | 1.12.2-2.4.1-103 | BloodMagic-1.12.2-2.4.1-103.jar                 | None      |
    | L     | bookshelf           | 2.3.585          | Bookshelf-1.12.2-2.3.585.jar                    | None      |
    | L     | jei                 | 4.15.0.293       | jei_1.12.2-4.15.0.293.jar                       | None      |
    | L     | thaumcraft          | 6.1.BETA26       | Thaumcraft-1.12.2-6.1.BETA26.jar                | None      |
    | L     | botania             | r1.10-360        | Botania+r1.10-360.jar                           | None      |
    | L     | codechickenlib      | 3.2.2.353        | CodeChickenLib-1.12.2-3.2.2.353-universal.jar   | None      |
    | L     | redstoneflux        | 2.1.0            | RedstoneFlux-1.12-2.1.0.6-universal.jar         | None      |
    | L     | brandonscore        | 2.4.17           | BrandonsCore-1.12.2-2.4.17.208-universal.jar    | None      |
    | L     | chameleon           | 1.12-4.1.3       | Chameleon-1.12-4.1.3.jar                        | None      |
    | L     | cofhcore            | 4.6.3            | CoFHCore-1.12.2-4.6.3.27-universal.jar          | None      |
    | L     | cofhworld           | 1.2.0            | CoFHWorld-1.12.2-1.2.0.5-deobf.jar              | None      |
    | L     | computercraft       | 1.80pr1          | ComputerCraft-Mod-1.12.2.jar                    | None      |
    | L     | craftingstation     | @VERSION@        | craftingstation-0.1.6.jar                       | None      |
    | L     | darkutils           | 1.6.167          | DarkUtils-1.12-1.6.167.jar                      | None      |
    | L     | draconicevolution   | 2.3.3            | Draconic-Evolution-1.12-2.3.3.261-universal.jar | None      |
    | L     | foodexpansion       | 1.3              | FoodExpansion1.3.3-1.12.2.jar                   | None      |
    | L     | ic2                 | 2.8.187-ex112    | industrialcraft-2-2.8.187-ex112.jar             | None      |
    | L     | ironchest           | 1.12-7.0.31.818  | Iron-Chests-Mod-1.12.jar                        | None      |
    | L     | lucky               | 7.5.0            | Lucky-Block-Mod-1.12.jar                        | None      |
    | L     | mantle              | 1.12-1.3.3.55    | Mantle-1.12-1.3.3.55.jar                        | None      |
    | L     | mcjtylib_ng         | 3.5.4            | mcjtylib-1.12-3.5.4.jar                         | None      |
    | L     | nei                 | ${mod_version}   | NotEnoughItems-1.12-2.4.0.231-universal.jar     | None      |
    | L     | oreexcavation       | 1.4.96           | OreExcavation-1.4.96.jar                        | None      |
    | L     | rftools             | 7.25             | rftools-1.12-7.25.jar                           | None      |
    | L     | simplyjetpacks      | 2.2.12.65        | SimplyJetpacks2-1.12.2-2.2.12.65.jar            | None      |
    | L     | storagedrawers      | 1.12-5.2.5       | StorageDrawers-1.12-5.2.8.jar                   | None      |
    | L     | twilightforest      | 3.9.984          | twilightforest-1.12.2-3.9.984-universal.jar     | None      |
    | L     | tconstruct          | 1.12.2-2.10.0.81 | TConstruct-1.12.2-2.10.0.81.jar                 | None      |
    | L     | thermalfoundation   | 2.6.3            | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | None      |
    | L     | xlfoodmod           | 1.12-1.2.0       | XL+Food+Mod-1.12-1.2.0.jar                      | None      |

    Loaded coremods (and transformers): 
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.4.0 NVIDIA 344.11' Renderer: 'GeForce GTX 560 Ti/PCIe/SSE2'
    AE2 Version: alpha rv5-alpha-7 for Forge 14.22.1.2478
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 560 Ti/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.11, 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: vanilla
    Current Language: Français (France)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz








Merci d'avance.
 
Maintenant, cela m'affiche ceci

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

Time: 1/19/20 11:01 AM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Brandon's Core (brandonscore)
Caused by: java.lang.NoClassDefFoundError: com/brandon3055/draconicevolution/client/gui/modwiki/GuiModWiki
	at com.brandon3055.draconicevolution.DEFeatures.<clinit>(DEFeatures.java:303)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at com.brandon3055.brandonscore.registry.ModFeatureParser.parseASMData(ModFeatureParser.java:76)
	at com.brandon3055.brandonscore.BrandonsCore.preInit(BrandonsCore.java:77)
	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:637)
	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:219)
	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
	at com.google.common.eventbus.EventBus.post(EventBus.java:217)
	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
	at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.brandon3055.draconicevolution.client.gui.modwiki.GuiModWiki
	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)
	... 45 more
Caused by: java.lang.NoClassDefFoundError: com/brandon3055/brandonscore/client/gui/modulargui/lib/IMGuiListener
	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)
	... 47 more
Caused by: java.lang.ClassNotFoundException: com.brandon3055.brandonscore.client.gui.modulargui.lib.IMGuiListener
	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)
	... 51 more
Caused by: java.lang.NullPointerException


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 7 (amd64) version 6.1
	Java Version: 1.8.0_51, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 327001616 bytes (311 MB) / 771751936 bytes (736 MB) up to 2147483648 bytes (2048 MB)
	JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.42 Powered by Forge 14.23.5.2847 42 mods loaded, 42 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

	| State | ID                  | Version          | Source                                            | Signature                                |
	|:----- |:------------------- |:---------------- |:------------------------------------------------- |:---------------------------------------- |
	| LCH   | minecraft           | 1.12.2           | minecraft.jar                                     | None                                     |
	| LCH   | mcp                 | 9.42             | minecraft.jar                                     | None                                     |
	| LCH   | FML                 | 8.0.99.99        | forge-1.12.2-14.23.5.2847.jar                     | None                                     |
	| LCH   | forge               | 14.23.5.2847     | forge-1.12.2-14.23.5.2847.jar                     | None                                     |
	| LCH   | imsm                | 1.12             | 1.12.InstantMassiveStructuresMod.jar              | None                                     |
	| LCH   | akashictome         | 1.2-8            | AkashicTome-1.2-8.jar                             | None                                     |
	| LCH   | appliedenergistics2 | rv5-alpha-7      | Applied-Energistics-2-Mod-1.12.1.jar              | None                                     |
	| LCH   | autoreglib          | 1.3-32           | AutoRegLib-1.3-32.jar                             | None                                     |
	| LCH   | baubles             | 1.5.2            | Baubles-1.12-1.5.2.jar                            | None                                     |
	| LCH   | betterbuilderswands | 0.13.2           | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None                                     |
	| LCH   | bibliocraft         | 2.4.2            | BiblioCraft[v2.4.2][MC1.12.0].jar                 | None                                     |
	| LCH   | guideapi            | 1.12-2.1.8-63    | Guide-API-1.12-2.1.8-63.jar                       | None                                     |
	| LCH   | bloodmagic          | 1.12.2-2.4.1-103 | BloodMagic-1.12.2-2.4.1-103.jar                   | None                                     |
	| LCH   | bookshelf           | 2.3.585          | Bookshelf-1.12.2-2.3.585.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCH   | jei                 | 4.15.0.293       | jei_1.12.2-4.15.0.293.jar                         | None                                     |
	| LCH   | thaumcraft          | 6.1.BETA26       | Thaumcraft-1.12.2-6.1.BETA26.jar                  | None                                     |
	| LCH   | botania             | r1.10-360        | Botania+r1.10-360.jar                             | None                                     |
	| LCH   | codechickenlib      | 3.2.2.353        | CodeChickenLib-1.12.2-3.2.2.353-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCH   | redstoneflux        | 2.1.0            | RedstoneFlux-1.12-2.1.0.6-universal.jar           | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCE   | brandonscore        | 2.4.17           | BrandonsCore-1.12.2-2.4.17.208-universal.jar      | None                                     |
	| LC    | chameleon           | 1.12-4.1.3       | Chameleon-1.12-4.1.3.jar                          | None                                     |
	| LC    | cofhcore            | 4.6.3            | CoFHCore-1.12.2-4.6.3.27-universal.jar            | None                                     |
	| LC    | cofhworld           | 1.2.0            | CoFHWorld-1.12.2-1.2.0.5-deobf.jar                | None                                     |
	| LC    | computercraft       | 1.80pr1          | ComputerCraft-Mod-1.12.2.jar                      | None                                     |
	| LC    | craftingstation     | @VERSION@        | craftingstation-0.1.6.jar                         | None                                     |
	| LC    | darkutils           | 1.6.167          | DarkUtils-1.12-1.6.167.jar                        | None                                     |
	| LC    | draconicevolution   | 2.3.3            | Draconic-Evolution-1.12-2.3.3.261-universal.jar   | None                                     |
	| LC    | foodexpansion       | 1.3              | FoodExpansion1.3.3-1.12.2.jar                     | None                                     |
	| LC    | ic2                 | 2.8.187-ex112    | industrialcraft-2-2.8.187-ex112.jar               | de041f9f6187debbc77034a344134053277aa3b0 |
	| LC    | ironchest           | 1.12-7.0.31.818  | Iron-Chests-Mod-1.12.jar                          | None                                     |
	| LC    | lucky               | 7.5.0            | Lucky-Block-Mod-1.12.jar                          | None                                     |
	| LC    | mantle              | 1.12-1.3.3.55    | Mantle-1.12-1.3.3.55.jar                          | None                                     |
	| LC    | mcjtylib_ng         | 3.5.4            | mcjtylib-1.12-3.5.4.jar                           | None                                     |
	| LC    | nei                 | ${mod_version}   | NotEnoughItems-1.12-2.4.0.231-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LC    | oreexcavation       | 1.4.96           | OreExcavation-1.4.96.jar                          | None                                     |
	| LC    | rftools             | 7.25             | rftools-1.12-7.25.jar                             | None                                     |
	| LC    | simplyjetpacks      | 2.2.12.65        | SimplyJetpacks2-1.12.2-2.2.12.65.jar              | None                                     |
	| LC    | storagedrawers      | 1.12-5.2.5       | StorageDrawers-1.12-5.2.8.jar                     | None                                     |
	| LC    | twilightforest      | 3.9.984          | twilightforest-1.12.2-3.9.984-universal.jar       | None                                     |
	| LC    | tconstruct          | 1.12.2-2.10.0.81 | TConstruct-1.12.2-2.10.0.81.jar                   | None                                     |
	| LC    | thermalfoundation   | 2.6.3            | ThermalFoundation-1.12.2-2.6.3.27-universal.jar   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LC    | xlfoodmod           | 1.12-1.2.0       | XL+Food+Mod-1.12-1.2.0.jar                        | None                                     |

	Loaded coremods (and transformers): 
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.4.0 NVIDIA 344.11' Renderer: 'GeForce GTX 560 Ti/PCIe/SSE2'
	AE2 Version: alpha rv5-alpha-7 for Forge 14.22.1.2478
	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)
 
Dernière édition par un modérateur: