Mon jeu Forge plante dit ça
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: codechicken/lib/packet/PacketCustom
J'ai déjà eu se problème auparavant mais j'ai bau désinstaller et réinstaller le mod soi je l’enlève et les mod qui en on besoin disent Qu'il lui faut pour continuer soi je ne l’enlève pas et il crash je dois faire quoi
voici le rapport de bug :
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: codechicken/lib/packet/PacketCustom
J'ai déjà eu se problème auparavant mais j'ai bau désinstaller et réinstaller le mod soi je l’enlève et les mod qui en on besoin disent Qu'il lui faut pour continuer soi je ne l’enlève pas et il crash je dois faire quoi
voici le rapport de bug :
Code:
---- Minecraft Crash Report ----
WARNING: coremods are present:
EnderCorePlugin (EnderCore-1.12.2-0.5.53-core.jar)
CorePlugin (SmoothFont-mc1.12.2-2.0-alpha-9.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.7.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
StructureUtilsASM (StructureUtils-1.1.0.4.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
BNBGamingCore (BNBGamingCore-1.12.2-0.10.0.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
LoadingPlugin (LoadingTips-1.12.2-1.1.0.jar)
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
Contact their authors BEFORE contacting forge
// Quite honestly, I wouldn't worry myself about that.
Time: 7/7/19 10:20 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: codechicken/lib/packet/PacketCustom
at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)
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:593)
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.NoClassDefFoundError: codechicken/lib/packet/PacketCustom
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.privateGetPublicMethods(Class.java:2902)
at java.lang.Class.getMethods(Class.java:1615)
at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82)
at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)
... 37 more
Caused by: java.lang.ClassNotFoundException: codechicken.lib.packet.PacketCustom
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.SecurityException: class "codechicken.lib.packet.PacketCustom"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:895)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:665)
at java.lang.ClassLoader.defineClass(ClassLoader.java:758)
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 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: 473368280 bytes (451 MB) / 805306368 bytes (768 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.2838 197 mods loaded, 197 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.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | smoothfontcore | mc1.12.2-2.0-alpha-7 | minecraft.jar | None |
| LC | openmodscore | 0.12.1 | minecraft.jar | None |
| LC | bnbgamingcore | 0.10.0 | minecraft.jar | None |
| LC | foamfixcore | 7.7.4 | minecraft.jar | None |
| LC | concheckrmd | 1.8.0 | Modpack Configuration Checker-1.12.2-v1.8.jar | None |
| LC | smoothfont | mc1.12.2-2.0-alpha-9 | SmoothFont-mc1.12.2-2.0-alpha-9.jar | None |
| LC | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
| LC | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LC | endercore | 1.12.2-0.5.53 | EnderCore-1.12.2-0.5.53.jar | None |
| LC | charset | 0.5.5.7 | Charset-Lib-0.5.5.7.jar | None |
| LC | crafttweaker | 4.1.17 | CraftTweaker2-1.12-4.1.17.jar | None |
| LC | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
| LC | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
| LC | jei | 4.15.0.275 | jei_1.12.2-4.15.0.275.jar | None |
| LE | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| L | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | None |
| L | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
| L | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | None |
| L | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal.jar | None |
| L | thermalexpansion | 5.5.3 | ThermalExpansion-1.12.2-5.5.3.41-universal.jar | None |
| L | enderio | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | projecte | 1.12.2-PE1.4.0 | ProjectE-1.12.2-PE1.4.0.jar | None |
| L | p455w0rdslib | 2.0.36 | p455w0rdslib-1.12.2-2.0.36.jar | None |
| L | ae2wtlib | 1.0.6 | AE2WTLib-1.12.2-1.0.6.jar | None |
| L | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None |
| L | autoreglib | 1.3-26 | AutoRegLib-1.3-26.jar | None |
| L | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| L | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
| L | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.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.0-102 | BloodMagic-1.12.2-2.4.0-102.jar | None |
| L | bnbgaminglib | 2.17.5 | BNBGamingLib-1.12.2-2.17.5.jar | None |
| L | boneappetit | 1.0.0.4 | BoneAppetit-1.0.0.4.jar | None |
| L | bonsaitrees | 1.1.2 | bonsaitrees-1.1.2-b144.jar | None |
| L | bookshelf | 2.3.577 | Bookshelf-1.12.2-2.3.577.jar | None |
| L | brandonscore | 2.4.9 | BrandonsCore-1.12.2-2.4.9.195-universal.jar | None |
| L | buildinggadgets | 2.6.8 | BuildingGadgets-2.6.8.jar | None |
| L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| L | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| L | chickens | 6.1.0 | chickens-6.1.0.jar | None |
| L | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
| L | chiselsandbits | 14.31 | chiselsandbits-14.31.jar | None |
| L | clienttweaks | 3.1.11 | ClientTweaks_1.12.2-3.1.11.jar | None |
| L | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
| L | clipboard | @VERSION@ | Clipboard-1.12-1.3.0.jar | None |
| L | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| L | compacter | 1.3.0.3 | compacter-1.3.0.3-mc1.12.2.jar | None |
| L | ic2 | 2.8.111-ex112 | industrialcraft-2-2.8.111-ex112.jar | None |
| L | compactsolars | 1.12.2-5.0.18.341 | CompactSolars-1.12.2-5.0.18.341-universal.jar | None |
| L | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
| L | cookingforblockheads | 6.4.70 | CookingForBlockheads_1.12.2-6.4.70.jar | None |
| L | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
| L | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.17.jar | None |
| L | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.17.jar | None |
| L | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
| L | darkutils | 1.8.226 | DarkUtils-1.12.2-1.8.226.jar | None |
| L | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
| L | diethopper | 1.1 | diethopper-1.1.jar | None |
| L | dirt2path | 1.7.1 | dirt2path-1.8.0.jar | None |
| L | eleccore | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
| L | enablecheats | @MODVERSION@ | EnableCheats-1.12.2-1.0.0.jar | None |
| L | enderiointegrationtic | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderiobase | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderioconduits | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderioconduitsappliedenergistics | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderioconduitsopencomputers | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | refinedstorage | 1.6.14 | refinedstorage-1.6.14.jar | None |
| L | enderioconduitsrefinedstorage | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderiointegrationforestry | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderiointegrationticlate | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | ftblib | 5.4.1.94 | FTBLib-5.4.1.94.jar | None |
| L | enderiomachines | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderiopowertools | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | None |
| L | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
| L | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None |
| L | ieclochecompat | 2.1.7-dev.454 | ieclochecompat-2.1.7-dev.454.jar | None |
| L | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
| L | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | None |
| L | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | None |
| L | extrabitmanipulation | 1.12.2-3.4.1 | ExtraBitManipulation-1.12.2-3.4.1.jar | None |
| L | extracells | 2.6.2 | ExtraCells-1.12.2-2.6.2a.jar | None |
| L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
| L | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
| L | bigreactors | 1.12.2-0.4.5.65 | ExtremeReactors-1.12.2-0.4.5.65.jar | None |
| L | fastfurnace | 1.2.2 | FastFurnace-1.12.2-1.2.2.jar | None |
| L | fastbench | 1.6.1 | FastWorkbench-1.12.2-1.6.1.jar | None |
| L | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
| L | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None |
| L | fluxnetworks | 3.0.19 | fluxnetworks-1.12.2-3.0.19-21.jar | None |
| L | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
| L | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
| L | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
| L | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
| L | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
| L | framland | 1.12.2-1.0.10 | framland-1.12.2-1.0.10.jar | None |
| L | reborncore | 3.13.11.444 | RebornCore-1.12.2-3.13.11.444-universal.jar | None |
| L | ftb_beast_coin_miner | 1.0.0 | FTB-Beast-Coin-Miner-1.12.2-1.0.0.18.jar | None |
| L | ftb_odyssey | 1.0.0 | FTB-OdysseyWorld-1.12.2-1.1.0.11.jar | None |
| L | ftbguides | 2.0.0.34 | FTBGuides-2.0.0.34.jar | None |
| L | ftbutilities | 5.4.0.91 | FTBUtilities-5.4.0.91.jar | None |
| L | itemfilters | 1.0.3.11 | ItemFilters-1.0.3.11.jar | None |
| L | ftbquests | 1.5.1.143 | FTBQuests-1.5.1.143.jar | None |
| L | ftbmoney | 1.1.0.28 | FTBMoney-1.1.0.28.jar | None |
| L | ftbbackups | 0.0.0.ftbbackups | FTBUtilitiesBackups-1.0.0.3.jar | None |
| L | hardcoremapreset | 4.2.3.39 | HardCoreMapReset-4.2.3.39.jar | None |
| L | harvest | 1.12-1.2.7-20 | Harvest-1.12-1.2.7-20.jar | None |
| L | hatchery | 2.2.1 | hatchery-1.12.2-2.2.1.jar | None |
| L | hopperducts | 1.5 | hopperducts-mc1.12-1.5.jar | None |
| L | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
| L | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.11-235.jar | None |
| L | industrialrenewal | 0.8.1 | IndustrialRenewal_1.12.2-0.8.1.jar | None |
| L | mysticalagriculture | 1.7.3 | MysticalAgriculture-1.12.2-1.7.3.jar | None |
| L | mysticalagradditions | 1.3.1 | MysticalAgradditions-1.12.2-1.3.1.jar | None |
| L | mcjtylib_ng | 3.1.1 | mcjtylib-1.12-3.1.1.jar | None |
| L | rftools | 7.61 | rftools-1.12-7.61.jar | None |
| L | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | None |
| L | inventorypets | 1.5.3.1 | inventorypets-1.12-1.5.3.1.jar | None |
| L | inventorysorter | 1.13.3+57 | inventorysorter-1.12.2-1.13.3+57.jar | None |
| L | ironchest | 1.12.2-7.0.59.842 | ironchest-1.12.2-7.0.59.842.jar | None |
| L | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
| L | justenoughreactors | 1.1.3.61 | JustEnoughReactors-1.12.2-1.1.3.61.jar | None |
| L | loottweaker | 0.0.9 | LootTweaker-1.12.2-0.0.9.jar | None |
| L | jeresources | 0.9.0.53 | JustEnoughResources-1.12.2-0.9.0.53.jar | None |
| L | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
| L | letsencryptcraft | @VERSION@ | letsencryptcraft-1.10.2-1.2.0.jar | None |
| L | longfallboots | 1.2.1a | longfallboots-1.2.1b.jar | None |
| L | marblecraftingtable | 0.0.0.marblecraftingtable | MarbleCraftingTable-1.0.2.jar | None |
| L | minetogether | unspecified | minetogether-1.10.2-2.1.3.jar | None |
| L | minetogetherserver | unspecified | minetogether-1.10.2-2.1.3.jar | None |
| L | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None |
| L | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
| L | modularmachinery | 1.10.0 | modularmachinery-1.12.2-1.10.0-v38.jar | None |
| L | modulardiversity | 1.1 | Modular Diversity-1.1.jar | None |
| L | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
| L | mystagradcompat | 1.2 | mystagradcompat-1.2.jar | None |
| L | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
| L | neat | 1.4-17 | Neat 1.4-17.jar | None |
| L | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
| L | no_matter | 1.0 | NoMatter-1.12.2-1.0.0.5.jar | None |
| L | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
| L | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
| L | notenoughwands | 1.7.3 | notenoughwands-1.12-1.7.3.jar | None |
| L | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | None |
| L | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | None |
| L | oreexcavation | 1.4.137 | OreExcavation-1.4.137.jar | None |
| L | patchouli | 1.0-18 | Patchouli-1.0-18.jar | None |
| L | petslow | 0.1.3 | petslow-0.1.3.jar | None |
| L | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
| L | projectex | 1.1.0.28 | ProjectEX-1.1.0.28.jar | None |
| L | quantumstorage | 4.6.8 | QuantumStorage-1.12-4.6.8.jar | None |
| L | randomthings | 4.2.7 | RandomThings-MC1.12.2-4.2.7.jar | None |
| L | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.2.79.jar | None |
| L | redstonearsenal | 2.6.2 | RedstoneArsenal-1.12.2-2.6.2.17-universal.jar | None |
| L | refinedstorageaddons | 0.4.4 | refinedstorageaddons-0.4.4.jar | None |
| L | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | None |
| L | resourcereloader | 1.0.2.5 | ResourceReloader-1.0.2.5.jar | None |
| L | rftoolscontrol | 1.9.3 | rftoolsctrl-1.12-1.9.3.jar | None |
| L | rftoolspower | 1.1.2 | rftoolspower-1.12-1.1.2.jar | None |
| L | roost | 1.3.0 | roost-1.12-1.3.0.jar | None |
| L | thermaldynamics | 2.5.4 | ThermalDynamics-1.12.2-2.5.4.18-universal.jar | None |
| L | simplyjetpacks | 2.2.11.64 | SimplyJetpacks2-1.12.2-2.2.11.64.jar | None |
| L | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
| L | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
| L | sutils | 1.0 | StructureUtils-1.1.0.4.jar | None |
| L | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | None |
| L | teamislands | 1.1.0.24 | TeamIslands-1.1.0.24.jar | None |
| L | techreborn | 2.22.1.979 | TechReborn-1.12.2-2.22.1.979-universal.jar | None |
| L | tesslocator | 1.0.0.5 | Tesslocator-1.0.0.5.jar | None |
| L | thermalcultivation | 0.3.2 | ThermalCultivation-1.12.2-0.3.2.11-universal.jar | None |
| L | thermalinnovation | 0.3.2 | ThermalInnovation-1.12.2-0.3.2.11-universal.jar | None |
| L | tipthescales | 1.0.4 | TipTheScales-1.12.2-1.0.4.jar | None |
| L | toastcontrol | 1.8.0 | Toast Control-1.12.2-1.8.0.jar | None |
| L | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None |
| L | topaddons | 1.12.2-1.10.1 | topaddons-1.12.2-1.10.1.jar | None |
| L | torchmaster | 1.7.1.74 | torchmaster_1.12.2-1.7.1.74.jar | None |
| L | tramplestopper | 1.2.0.4 | tramplestopper-1.12.2-1.2.0.5-universal.jar | None |
| L | translocators | 2.5.1.77 | Translocators-1.12.2-2.5.1.77-universal.jar | None |
| L | triumph | 3.16.0 | Triumph-1.12.2-3.16.0.jar | None |
| L | ts2k16 | 1.2.10 | TS2K16-1.2.10.jar | None |
| L | uppers | 0.0.6 | Uppers-0.0.6.jar | None |
| L | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
| L | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
| L | wct | 3.11.88 | WirelessCraftingTerminal-1.12.2-3.11.88.jar | None |
| L | woot | 1.12.2-1.4.10 | woot-1.12.2-1.4.10.jar | None |
| L | wrcbe | 2.3.1 | WR-CBE-1.12.2-2.3.1.30-universal.jar | None |
| L | xnet | 1.7.6 | xnet-1.12-1.7.6.jar | None |
| L | yabba | 1.1.2.46 | YABBA-1.1.2.46.jar | None |
| L | reauth | 3.6.0 | reauth-3.6.0.jar | None |
| L | techreborn_compat | 1.0.0 | TechReborn-ModCompatibility-1.12.2-1.1.0.38.jar | None |
| L | eleccoreloader | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
| L | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
| L | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
Loaded coremods (and transformers):
EnderCorePlugin (EnderCore-1.12.2-0.5.53-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
CorePlugin (SmoothFont-mc1.12.2-2.0-alpha-9.jar)
bre.smoothfont.asm.Transformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.2.7.jar)
lumien.randomthings.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.2.jar)
StructureUtilsASM (StructureUtils-1.1.0.4.jar)
me.modmuss50.structureutils.StructureTransformer
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
team.chisel.ctm.client.asm.CTMTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
BNBGamingCore (BNBGamingCore-1.12.2-0.10.0.jar)
com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
LoadingPlugin (LoadingTips-1.12.2-1.1.0.jar)
me.modmuss50.loadingtips.core.ClassTransformer
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
openmods.core.OpenModsClassTransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13417 Compatibility Profile Context 15.301.1901.0' Renderer: 'AMD Radeon HD 5450'
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
Dernière édition par un modérateur: