Minecraft Modée

ZetTiozZ

Aventurier
18 Septembre 2018
9
0
2
25
Bonsoir à tous, j'aurais vraiment besoin de votre aide:
J'ai depuis hier un serveur minecraft sur "OMGSERV" que je connais très bien puisque c'est le 5ème abonnement que je prend. Je joue avec un pote sur le modpack "SevTech" sur Curse.
Le problème ne vient pas du serveur mais bien de mon launcher... je télécharge celui_ci sur Twitch, jusque la rien d'anormal mais la première fois que je le lance, tout marche et je vais sur mon serveur. Cependant lorsque je l'ouvre une deuxième fois après l'avoir fermé j'ai un message d'érreur venant de je sais pas ou...

"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 Minecraft Forge (forge)"

C'est la 15ème fois que je retélécharge le launcher plzz help... d'ou viens cette erreur, que doit-je faire ?

Merci pour votre future réponse

@robin4002 ?
 
Tiens @robin4002, je vois que le seul problème viens de forge mais je comprend pas.. c'est un modpack twitch..

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

WARNING: coremods are present:
  BNBGamingCore (BNBGamingCore-1.12.2-0.8.0.jar)
  AstralCore (astralsorcery-1.12.2-1.8.10.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.177.jar)
  CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
  LoadingPlugin (Quark-r1.4-123.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
  CorePlugin (SmoothFont-1.12.2-1.15.jar)
  CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
  FarseekCoreMod (Farseek-1.12-2.3.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  ForgelinPlugin (Forgelin-1.6.0.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
  BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
  TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
Contact their authors BEFORE contacting forge

// Don't do that.

Time: 9/18/18 10:23 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 Minecraft Forge (forge)
Caused by: java.lang.IndexOutOfBoundsException
    at java.nio.Buffer.checkIndex(Buffer.java:540)
    at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:253)
    at org.lwjgl.input.Keyboard.isKeyDown(Keyboard.java:407)
    at ru.poopycoders.improvedbackpacks.listeners.EventListener.onItemTooltip(EventListener.java:53)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2362_EventListener_onItemTooltip_ItemTooltipEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.event.ForgeEventFactory.onItemTooltip(ForgeEventFactory.java:325)
    at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:889)
    at net.minecraft.client.Minecraft.lambda$populateSearchTreeManager$1(Minecraft.java:575)
    at net.minecraft.client.Minecraft$$Lambda$3072/193988209.apply(Unknown Source)
    at net.minecraft.client.util.SearchTree.func_194042_b(SourceFile:49)
    at net.minecraft.client.util.SearchTree.func_194043_a(SourceFile:44)
    at net.minecraft.client.Minecraft$$Lambda$3094/1464404110.accept(Unknown Source)
    at java.lang.Iterable.forEach(Iterable.java:75)
    at net.minecraft.client.Minecraft.func_193986_ar(Minecraft.java:589)
    at net.minecraftforge.fml.client.FMLClientHandler.reloadSearchTrees(FMLClientHandler.java:1079)
    at net.minecraftforge.fml.common.FMLCommonHandler.reloadSearchTrees(FMLCommonHandler.java:772)
    at net.minecraftforge.common.ForgeModContainer.mappingChanged(ForgeModContainer.java:562)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
    at net.minecraftforge.fml.common.Loader.fireRemapEvent(Loader.java:924)
    at net.minecraftforge.registries.GameData.freezeData(GameData.java:237)
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:753)
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329)
    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:
---------------------------------------------------------------------------------------

-- 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: 1082889560 bytes (1032 MB) / 3128950784 bytes (2984 MB) up to 3128950784 bytes (2984 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:permSize=256m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.4.2707 263 mods loaded, 263 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                                |
    |:------- |:------------------------ |:---------------------------- |:------------------------------------------------- |:---------------------------------------- |
    | UCHIJA  | minecraft                | 1.12.2                       | minecraft.jar                                     | None                                     |
    | UCHIJA  | mcp                      | 9.42                         | minecraft.jar                                     | None                                     |
    | UCHIJA  | FML                      | 8.0.99.99                    | forge-1.12.2-14.23.4.2707.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAE | forge                    | 14.23.4.2707                 | forge-1.12.2-14.23.4.2707.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJA  | ivtoolkit                | 1.3.3-1.12                   | minecraft.jar                                     | None                                     |
    | UCHIJA  | micdoodlecore            |                              | minecraft.jar                                     | None                                     |
    | UCHIJA  | smoothfontcore           | 1.12.2-1.14                  | minecraft.jar                                     | None                                     |
    | UCHIJA  | bnbgamingcore            | 0.8.0                        | minecraft.jar                                     | None                                     |
    | UCHIJA  | foamfixcore              | 7.7.4                        | minecraft.jar                                     | None                                     |
    | UCHIJA  | smoothfont               | 1.12.2-1.15                  | SmoothFont-1.12.2-1.15.jar                        | None                                     |
    | UCHIJA  | movillages               | 1.5.4                        | [1.12]MoVillages-1.5.4.jar                        | None                                     |
    | UCHIJA  | gobblecore               | 1.12-0.1.6.35                | GobbleCore-1.12-0.1.6.35.jar                      | None                                     |
    | UCHIJA  | charcoalblock            | 1.1                          | A Block of Charcoal-1.1.jar                       | None                                     |
    | UCHIJA  | advancedmortars          | 1.12.2-1.6.21                | advancedmortars-1.12.2-1.6.21.jar                 | None                                     |
    | UCHIJA  | crafttweaker             | 4.1.8                        | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
    | UCHIJA  | mtlib                    | 3.0.4                        | MTLib-3.0.4.jar                                   | None                                     |
    | UCHIJA  | modtweaker               | 4.0.12                       | modtweaker-4.0.12.jar                             | None                                     |
    | UCHIJA  | jei                      | 4.9.2.196                    | jei_1.12.2-4.9.2.196.jar                          | None                                     |
    | UCHIJA  | abyssalcraft             | 1.9.4.9                      | AbyssalCraft-1.12.2-1.9.4.9.jar                   | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | UCHIJA  | ctm                      | MC1.12-0.3.0.15              | CTM-MC1.12-0.3.0.15.jar                           | None                                     |
    | UCHIJA  | chisel                   | MC1.12.2-0.2.0.31            | Chisel-MC1.12.2-0.2.0.31.jar                      | None                                     |
    | UCHIJA  | mantle                   | 1.12-1.3.2.24                | Mantle-1.12-1.3.2.24.jar                          | None                                     |
    | UCHIJA  | tconstruct               | 1.12.2-2.10.1.84             | TConstruct-1.12.2-2.10.1.84.jar                   | None                                     |
    | UCHIJA  | acintegration            | 1.6.2                        | AbyssalCraft Integration-1.12.2-1.6.2.jar         | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | UCHIJA  | fastbench                | 1.5.0                        | FastWorkbench-1.12.2-1.5.0.jar                    | None                                     |
    | UCHIJA  | actuallyadditions        | 1.12.2-r135                  | ActuallyAdditions-1.12.2-r135.jar                 | None                                     |
    | UCHIJA  | baubles                  | 1.5.2                        | Baubles-1.12-1.5.2.jar                            | None                                     |
    | UCHIJA  | actuallybaubles          | 1.1                          | ActuallyBaubles-1.12-1.1.jar                      | None                                     |
    | UCHIJA  | animalium                | 0.3.7                        | Animalium-0.3.7.jar                               | None                                     |
    | UCHIJA  | antiqueatlas             | 4.4.9                        | antiqueatlas-1.12.2-4.4.9.jar                     | None                                     |
    | UCHIJA  | antiqueatlasoverlay      | 1.2                          | antiqueatlas-1.12.2-4.4.9.jar                     | None                                     |
    | UCHIJA  | examplemod               | 1.0                          | antiqueatlas-1.12.2-4.4.9.jar                     | None                                     |
    | UCHIJA  | applecore                | 3.1.1                        | AppleCore-mc1.12.2-3.1.1.jar                      | None                                     |
    | UCHIJA  | immersiveengineering     | 0.12-82                      | ImmersiveEngineering-0.12-82.jar                  | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | UCHIJA  | geolosys                 | 1.9.3                        | Geolosys-1.12.2-1.9.3.jar                         | None                                     |
    | UCHIJA  | redstoneflux             | 2.0.2                        | RedstoneFlux-1.12-2.0.2.3-universal.jar           | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UCHIJA  | mekanism                 | 1.12.2-9.4.11.346            | Mekanism-1.12.2-9.4.11.346.jar                    | None                                     |
    | UCHIJA  | natura                   | 1.12.2-4.3.2.49              | natura-1.12.2-4.3.2.49.jar                        | None                                     |
    | UCHIJA  | betterwithmods           | ${version}                   | BetterWithMods-1.12-2.1.24.jar                    | None                                     |
    | UCHIJA  | appleskin                | 1.0.9                        | AppleSkin-mc1.12-1.0.9.jar                        | None                                     |
    | UCHIJA  | appliedenergistics2      | rv5-stable-11                | appliedenergistics2-rv5-stable-11.jar             | None                                     |
    | UCHIJA  | armoreablemobs           | 1.1.2                        | armoreablemobs-1.12-1.1.6-4.jar                   | None                                     |
    | UCHIJA  | aroma1997core            | 1.3.0.2                      | Aroma1997Core-1.12.2-1.3.0.2.jar                  | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | UCHIJA  | aromabackup              | 2.1.1.3                      | AromaBackup-1.12.2-2.1.1.3.jar                    | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | UCHIJA  | aromabackuprecovery      | 2.1.1.3                      | AromaBackup-1.12.2-2.1.1.3.jar                    | None                                     |
    | UCHIJA  | astikoor                 | 1.1.0                        | astikoor_horse-carts-1.1.0a.jar                   | None                                     |
    | UCHIJA  | astralsorcery            | 1.8.10                       | astralsorcery-1.12.2-1.8.10.jar                   | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
    | UCHIJA  | quark                    | r1.4-123                     | Quark-r1.4-123.jar                                | None                                     |
    | UCHIJA  | autoreglib               | 1.3-17                       | AutoRegLib-1.3-17.jar                             | None                                     |
    | UCHIJA  | base                     | 3.7.2                        | base-1.12.2-3.7.2.jar                             | None                                     |
    | UCHIJA  | bdlib                    | 1.14.3.12                    | bdlib-1.14.3.12-mc1.12.2.jar                      | None                                     |
    | UCHIJA  | bedrockbgone             | 5.0.8                        | BedrockBGone-1.12.2-5.0-b8.jar                    | None                                     |
    | UCHIJA  | betterwithaddons         | @VERSION@                    | Better With Addons-0.41.jar                       | None                                     |
    | UCHIJA  | betteradvancements       | 0.0.7.42                     | BetterAdvancements-1.12.2-0.0.7.42.jar            | None                                     |
    | UCHIJA  | betterbuilderswands      | 0.11.1                       | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar   | None                                     |
    | UCHIJA  | betterfoliage            | 2.1.10                       | BetterFoliage-MC1.12-2.1.10.jar                   | None                                     |
    | UCHIJA  | bibliocraft              | 2.4.4                        | BiblioCraft[v2.4.4][MC1.12.2].jar                 | None                                     |
    | UCHIJA  | cyclicmagic              | 1.15.8                       | Cyclic-1.12.2-1.15.8.jar                          | None                                     |
    | UCHIJA  | waila                    | 1.8.26                       | Hwyla-1.8.26-B41_1.12.2.jar                       | None                                     |
    | UCHIJA  | modularrouters           | 1.12.2-3.1.5                 | modular-routers-1.12.2-3.1.5.jar                  | None                                     |
    | UCHIJA  | guideapi                 | 1.12-2.1.5-60                | Guide-API-1.12-2.1.5-60.jar                       | None                                     |
    | UCHIJA  | bloodmagic               | 1.12.2-2.2.12-97             | BloodMagic-1.12.2-2.2.12-97.jar                   | None                                     |
    | UCHIJA  | bnbgaminglib             | 2.11.2                       | BNBGamingLib-1.12-2.11.2.jar                      | None                                     |
    | UCHIJA  | bonsaitrees              | 1.0.5                        | bonsaitrees-1.0.5-b77.jar                         | None                                     |
    | UCHIJA  | bookshelf                | 2.3.544                      | Bookshelf-1.12.2-2.3.544.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | buildcraftlib            | 7.99.17                      | buildcraft-core-7.99.17.jar                       | None                                     |
    | UCHIJA  | buildcraftcore           | 7.99.17                      | buildcraft-core-7.99.17.jar                       | None                                     |
    | UCHIJA  | buildcraftbuilders       | 7.99.17                      | buildcraft-builders-7.99.17.jar                   | None                                     |
    | UCHIJA  | buildcraftfactory        | 7.99.17                      | buildcraft-factory-7.99.17.jar                    | None                                     |
    | UCHIJA  | buildcraftrobotics       | 7.99.17                      | buildcraft-robotics-7.99.17.jar                   | None                                     |
    | UCHIJA  | buildcrafttransport      | 7.99.17                      | buildcraft-transport-7.99.17.jar                  | None                                     |
    | UCHIJA  | buildcraftsilicon        | 7.99.17                      | buildcraft-silicon-7.99.17.jar                    | None                                     |
    | UCHIJA  | caliper                  | 1.1.35                       | Caliper-1.12.2-1.1.35.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | car                      | 1.2.11                       | car-1.2.11.jar                                    | None                                     |
    | UCHIJA  | gamestages               | 1.0.86                       | GameStages-1.12.2-1.0.86.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | carryon                  | 1.9                          | CarryOn MC1.12.2 v1.9.jar                         | None                                     |
    | UCHIJA  | cd4017be_lib             | 6.2.4                        | CD4017BE_lib-1.12.2-6.2.4.jar                     | None                                     |
    | UCHIJA  | ceramics                 | 1.12-1.3.4                   | Ceramics-1.12-1.3.4.jar                           | None                                     |
    | UCHIJA  | chameleon                | 1.12-4.1.3                   | Chameleon-1.12-4.1.3.jar                          | None                                     |
    | UCHIJA  | chargers                 | 1.0.0                        | Chargers-1.12.2-1.0.0.1.jar                       | 58e787c8aafad8b327883f94d4fa544f936d7b01 |
    | UCHIJA  | chiselsandbits           | 14.17                        | chiselsandbits-14.17.jar                          | None                                     |
    | UCHIJA  | clienttweaks             | 3.1.8                        | ClientTweaks_1.12.2-3.1.8.jar                     | None                                     |
    | UCHIJA  | clumps                   | 2.0.0                        | Clumps-3.0.0.jar                                  | None                                     |
    | UCHIJA  | codechickenlib           | 3.1.8.341                    | CodeChickenLib-1.12.2-3.1.8.341-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJA  | colouredtooltips         | 1.0.4                        | ColouredTooltips-1.12.2-1.0.4.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | cyclopscore              | 0.11.6                       | CyclopsCore-1.12.2-0.11.6.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | UCHIJA  | commoncapabilities       | 1.4.0                        | CommonCapabilities-1.12-1.4.0.jar                 | None                                     |
    | UCHIJA  | storagedrawers           | 1.12-5.3.5                   | StorageDrawers-1.12.2-5.3.6.jar                   | None                                     |
    | UCHIJA  | refinedstorage           | 1.5.34                       | refinedstorage-1.5.34.jar                         | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
    | UCHIJA  | compactmachines3         | 3.0.12                       | compactmachines3-1.12.2-3.0.12-b215.jar           | None                                     |
    | UCHIJA  | conarm                   | 0.0.21-rc1                   | conarm-1.12.2-0.0.21-rc1.jar                      | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | UCHIJA  | contenttweaker           | 1.12.2-4.5.0                 | ContentTweaker-1.12.2-4.5.0.jar                   | None                                     |
    | UCHIJA  | controlling              | 3.0.6                        | Controlling-3.0.6.jar                             | None                                     |
    | UCHIJA  | cookingforblockheads     | 6.3.26                       | CookingForBlockheads_1.12.2-6.3.26.jar            | None                                     |
    | UCHIJA  | craftstudioapi           | 1.0.0                        | CraftStudio-1.0.0.93-mc1.12-alpha.jar             | None                                     |
    | UCHIJA  | ctgui                    | 1.0.0                        | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
    | UCHIJA  | crafttweakerjei          | 2.0.2                        | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
    | UCHIJA  | cucumber                 | 1.1.0                        | cucumber-1.12-1.1.0.jar                           | None                                     |
    | UCHIJA  | custommainmenu           | 2.0.8                        | CustomMainMenu-MC1.12.2-2.0.8.jar                 | None                                     |
    | UCHIJA  | darkutils                | 1.8.210                      | DarkUtils-1.12.2-1.8.210.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | death_compass            | 0.0.3                        | DeathCompass-0.0.3.jar                            | None                                     |
    | UCHIJA  | journeymap               | 1.12.2-5.5.2                 | journeymap-1.12.2-5.5.2.jar                       | None                                     |
    | UCHIJA  | defaultoptions           | 9.2.7                        | DefaultOptions_1.12.2-9.2.7.jar                   | None                                     |
    | UCHIJA  | despawningspawners       | 1.1                          | despawningspawners-1.1.jar                        | None                                     |
    | UCHIJA  | dimensionalcontrol       | 2.10.2                       | DimensionalControl-1.12.2-2.10.2.jar              | None                                     |
    | UCHIJA  | dimstages                | 1.0.18                       | DimensionStages-1.12.2-1.0.18.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | dungpipe                 | 1.0                          | Dung Pipe-1.2.jar                                 | None                                     |
    | UCHIJA  | elevatorid               | 1.3.6                        | ElevatorMod-1.12.2-1.3.6.jar                      | None                                     |
    | UCHIJA  | emberroot                | 1.3.7                        | EmberRootZoo-1.12-1.3.7.jar                       | None                                     |
    | UCHIJA  | enchdesc                 | 1.1.8                        | EnchantmentDescriptions-1.12.2-1.1.8.jar          | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | enderstorage             | 2.4.3.130                    | EnderStorage-1.12.2-2.4.3.130-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJA  | enderutilities           | 0.7.8                        | enderutilities-1.12.2-0.7.8.jar                   | 2b03e1423915a189b8094816baa18f239d576dff |
    | UCHIJA  | valkyrielib              | 1.12.2-2.0.11a               | valkyrielib-1.12.2-2.0.11a.jar                    | None                                     |
    | UCHIJA  | environmentaltech        | 1.12.2-2.0.11a               | environmentaltech-1.12.2-2.0.11a.jar              | None                                     |
    | UCHIJA  | extendedcrafting         | 1.3.7                        | extendedcrafting-1.12-1.3.7.jar                   | None                                     |
    | UCHIJA  | galacticraftcore         | 4.0.1.177                    | GalacticraftCore-1.12.2-4.0.1.177.jar             | None                                     |
    | UCHIJA  | galacticraftplanets      | 4.0.1.177                    | Galacticraft-Planets-1.12.2-4.0.1.177.jar         | None                                     |
    | UCHIJA  | mjrlegendslib            | 1.12.2-1.1.4                 | MJRLegendsLib-1.12.2-1.1.4.jar                    | b02331787272ec3515ebe63ecdeea0d746653468 |
    | UCHIJA  | extraplanets             | 1.12.2-0.3.8                 | ExtraPlanets-1.12.2-0.3.8.jar                     | b02331787272ec3515ebe63ecdeea0d746653468 |
    | UCHIJA  | fbp                      | 2.4.0                        | FancyBlockParticles-1.12.x-2.4.0.jar              | None                                     |
    | UCHIJA  | farmingforblockheads     | 3.1.17                       | FarmingForBlockheads_1.12.2-3.1.17.jar            | None                                     |
    | UCHIJA  | farseek                  | 2.3                          | Farseek-1.12-2.3.jar                              | None                                     |
    | UCHIJA  | fat_cat                  | 0.0.5                        | FatCat-0.0.5.jar                                  | None                                     |
    | UCHIJA  | ferdinandsflowers        | 1.10.1b                      | Ferdinand's Flowers-1.10.1b-1.12.jar              | None                                     |
    | UCHIJA  | findme                   | 1.0                          | findme-1.12.2-1.0.1-5.jar                         | None                                     |
    | UCHIJA  | foamfix                  | 0.9.9.1-1.12.2               | foamfix-0.9.9.1-1.12.2-anarchy.jar                | None                                     |
    | UCHIJA  | forgelin                 | 1.6.0                        | Forgelin-1.6.0.jar                                | None                                     |
    | UCHIJA  | forgemultipartcbe        | 2.4.2.58                     | ForgeMultipart-1.12.2-2.4.2.58-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJA  | microblockcbe            | 2.4.2.58                     | ForgeMultipart-1.12.2-2.4.2.58-universal.jar      | None                                     |
    | UCHIJA  | minecraftmultipartcbe    | 2.4.2.58                     | ForgeMultipart-1.12.2-2.4.2.58-universal.jar      | None                                     |
    | UCHIJA  | galacticrafttweaker      | 1.12.2-1.0.1                 | GalacticraftTweaker-1.12.2-1.0.1.jar              | b02331787272ec3515ebe63ecdeea0d746653468 |
    | UCHIJA  | advgenerators            | 0.9.20.12                    | generators-0.9.20.12-mc1.12.2.jar                 | None                                     |
    | UCHIJA  | harvest                  | 1.12-1.2.6-18                | Harvest-1.12-1.2.6-18.jar                         | None                                     |
    | UCHIJA  | horsepower               | 2.6.1                        | HorsePower-1.12.2-2.6.1.64.jar                    | cd7e958342770a8b17c919055da42c24dfefd879 |
    | UCHIJA  | huntingdim               | 1.0.24                       | HuntingDimension-1.12.2-1.0.24.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | mcjtylib_ng              | 2.6.7                        | mcjtylib-1.12-2.6.7.jar                           | None                                     |
    | UCHIJA  | immcraft                 | 1.4.1                        | immcraft-1.12-1.4.1.jar                           | None                                     |
    | UCHIJA  | immersivepetroleum       | 1.1.9                        | immersivepetroleum-1.12.2-1.1.9.jar               | None                                     |
    | UCHIJA  | immersivetech            | 1.3.10                       | immersivetech-1.12-1.3.10.jar                     | None                                     |
    | UCHIJA  | improvedbackpacks        | 1.12.2-1.2.0.3               | ImprovedBackpacks-1.12.2-1.2.0.3.jar              | None                                     |
    | UCHIJA  | incontrol                | 3.8.0                        | incontrol-1.12-3.8.0.jar                          | None                                     |
    | UCHIJA  | indlog                   | 1.2.3                        | InductiveLogistics-1.12.2-1.2.3.jar               | None                                     |
    | UCHIJA  | teslacorelib             | 1.0.14                       | tesla-core-lib-1.12.2-1.0.14.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | industrialforegoing      | 1.12.2-1.12.2                | industrialforegoing-1.12.2-1.10.0-173.jar         | None                                     |
    | UCHIJA  | infoaccessories          | 1.0.6                        | InfoAccessories-1.12.2-1.0.6.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | integrateddynamics       | 0.11.12                      | IntegratedDynamics-1.12.2-0.11.12.jar             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | UCHIJA  | integrateddynamicscompat | 1.0.0                        | IntegratedDynamics-1.12.2-0.11.12.jar             | None                                     |
    | UCHIJA  | inventorytweaks          | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar                      | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | UCHIJA  | ironbackpacks            | 1.12.2-3.0.8-12              | IronBackpacks-1.12.2-3.0.8-12.jar                 | None                                     |
    | UCHIJA  | ironchest                | 1.12.2-7.0.40.824            | ironchest-1.12.2-7.0.40.824.jar                   | None                                     |
    | UCHIJA  | ironjetpacks             | 1.0.5                        | ironjetpacks-1.12-1.0.5.jar                       | None                                     |
    | UCHIJA  | itemstages               | 1.0.33                       | ItemStages-1.12.2-1.0.33.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | jmapstages               | @VERSION@                    | JourneyMapStages-1.12.2-1.0.3.jar                 | None                                     |
    | UCHIJA  | jarm                     | 1.1.2                        | Just A Raft Mod-1.1.2.jar                         | None                                     |
    | UCHIJA  | jaff                     | 1.7_for_1.12                 | JustAFewFish-1.7_for_1.12.jar                     | None                                     |
    | UCHIJA  | justenoughpetroleum      | 0.1                          | JustEnoughPetroleum-0.1.jar                       | None                                     |
    | UCHIJA  | kleeslabs                | 5.4.10                       | KleeSlabs_1.12.2-5.4.10.jar                       | None                                     |
    | UCHIJA  | lttweaker                | 1.1.14                       | LootTableTweaker-1.12.2-1.1.14.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | magma_monsters           | 0.3.0                        | MagmaMonsters-0.3.0.jar                           | None                                     |
    | UCHIJA  | mercurius                | 1.0.6                        | Mercurius-1.12.2.jar                              | None                                     |
    | UCHIJA  | mobends                  | 0.24                         | mobends-0.24_for_MC-1.12.jar                      | None                                     |
    | UCHIJA  | mob_grinding_utils       | 0.3.6                        | MobGrindingUtils-0.3.6.jar                        | None                                     |
    | UCHIJA  | mobstages                | 1.0.7                        | MobStages-1.12.2-1.0.7.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | modularmachinery         | 1.9.4                        | modularmachinery-1.9.4.jar                        | None                                     |
    | UCHIJA  | morpheus                 | 1.12-3.3.2                   | Morpheus-1.12-3.3.2.jar                           | None                                     |
    | UCHIJA  | mousetweaks              | 2.8                          | MouseTweaks-2.8-mc1.12.1.jar                      | None                                     |
    | UCHIJA  | mputils                  | 1.5.6                        | MPUtils-1.12.2-1.5.6.jar                          | None                                     |
    | UCHIJA  | mpbasic                  | 1.4.7                        | mpbasic-1.12.2-1.4.8.jar                          | None                                     |
    | UCHIJA  | multiblockstages         | 1.0-SNAPSHOT                 | multiblockstages-1.0.1.jar                        | None                                     |
    | UCHIJA  | mundaneredstone          | 1.1.3                        | MundaneRedstone-1.1.3.jar                         | None                                     |
    | UCHIJA  | mysticalagriculture      | 1.6.10                       | mysticalagriculture-1.12-1.6.10.jar               | None                                     |
    | UCHIJA  | mysticalagradditions     | 1.2.8                        | mysticalagradditions-1.12-1.2.8.jar               | None                                     |
    | UCHIJA  | mystagradcompat          | 1.2                          | mystagradcompat-1.2.jar                           | None                                     |
    | UCHIJA  | naturescompass           | 1.5.1                        | NaturesCompass-1.12.2-1.5.1.jar                   | None                                     |
    | UCHIJA  | neat                     | 1.4-15                       | Neat 1.4-15.jar                                   | None                                     |
    | UCHIJA  | nex                      | 2.1.14.15                    | NetherEx-1.12-2.1.14.15.jar                       | None                                     |
    | UCHIJA  | norecipebook             | 1.2.1                        | noRecipeBook_v1.2.2formc1.12.2.jar                | None                                     |
    | UCHIJA  | nei                      | 2.4.1                        | NotEnoughItems-1.12.2-2.4.1.233-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJA  | noworldgen5you           | 1.0.6                        | NoWorldgen5You-1.12.2-1.0.6.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | nutrition                | 3.4.0                        | Nutrition-1.12.2-3.4.0.jar                        | None                                     |
    | UCHIJA  | samsocean                | 1.0.1                        | OceanFloor-1.12-1.0.1.jar                         | None                                     |
    | UCHIJA  | oreexcavation            | 1.4.118                      | OreExcavation-1.4.118.jar                         | None                                     |
    | UCHIJA  | oeintegration            | 2.3.3                        | oeintegration-2.3.3.jar                           | None                                     |
    | UCHIJA  | orestages                | 1.0.26                       | OreStages-1.12.2-1.0.26.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | overloaded               | 0.0.52                       | Overloaded-1.12.2-0.0.52.jar                      | 644f38521a349310a5dae0239577dc7beebefaec |
    | UCHIJA  | pickletweaks             | 2.0.16                       | pickletweaks-1.12-2.0.16.jar                      | None                                     |
    | UCHIJA  | placebo                  | 1.3.4                        | Placebo-1.12.2-1.3.4.jar                          | None                                     |
    | UCHIJA  | playerskins              | 1.0.4                        | playerskin-1.12.2-1.0.5.jar                       | None                                     |
    | UCHIJA  | pneumaticcraft           | 1.12.2-0.6.6-192             | pneumaticcraft-repressurized-1.12.2-0.6.6-192.jar | None                                     |
    | UCHIJA  | poweradapters            | 1.0.9                        | PowerAdapters-1.12.2-1.0.9.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | prestige                 | 1.0.15                       | Prestige-1.12.2-1.0.15.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | primalchests             | 1.0.3                        | PrimalChests-1.0.3.jar                            | None                                     |
    | UCHIJA  | rustic                   | 1.0.5                        | rustic-1.0.5.jar                                  | None                                     |
    | UCHIJA  | thebetweenlands          | 3.3.8                        | TheBetweenlands-3.3.8-universal.jar               | 38067d6878811efb38b6a045521cfd80b9b60b38 |
    | UCHIJA  | traverse                 | 1.5.3                        | Traverse-1.12.2-1.5.3-58.jar                      | None                                     |
    | UCHIJA  | primal                   | 0.6.56                       | PrimalCore-1.12.2-0.6.56.jar                      | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
    | UCHIJA  | progressiontweaks        | 1.12.2-0.3.40                | ProgressionTweaks-1.12.2-0.3.40.jar               | None                                     |
    | UCHIJA  | prospectors              | 1.0.1                        | prospectors-1.0.1.jar                             | None                                     |
    | UCHIJA  | reborncore               | 3.8.7.295                    | RebornCore-1.12.2-3.8.7.295-universal.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | UCHIJA  | quantumstorage           | 4.5.0                        | QuantumStorage-1.12-4.5.0.jar                     | None                                     |
    | UCHIJA  | quickleafdecay           | 1.2.4                        | QuickLeafDecay-MC1.12.1-1.2.4.jar                 | None                                     |
    | UCHIJA  | rangedpumps              | 0.5                          | rangedpumps-0.5.jar                               | None                                     |
    | UCHIJA  | realdrops                | 1.2.12                       | RealisticItemDrops-1.2.12.jar                     | None                                     |
    | UCHIJA  | rebornstorage            | 1.0.0                        | RebornStorage-1.12.2-3.1.0.50.jar                 | None                                     |
    | UCHIJA  | recipestages             | 1.0.8                        | RecipeStages-1.0.8.jar                            | None                                     |
    | UCHIJA  | reccomplex               | 1.4.7                        | RecurrentComplex-1.4.7.jar                        | None                                     |
    | UCHIJA  | refinedstorageaddons     | 0.3                          | refinedstorageaddons-0.3.jar                      | None                                     |
    | UCHIJA  | resourceloader           | 1.5.3                        | ResourceLoader-MC1.12.1-1.5.3.jar                 | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | UCHIJA  | rftools                  | 7.33                         | rftools-1.12-7.33.jar                             | None                                     |
    | UCHIJA  | rftoolscontrol           | 1.8.1                        | rftoolsctrl-1.12-1.8.1.jar                        | None                                     |
    | UCHIJA  | roadrunner               | 1.0.1                        | roadrunner-1.0.1.jar                              | None                                     |
    | UCHIJA  | scannable                | 1.6.3.19                     | Scannable-MC1.12-1.6.3.19.jar                     | None                                     |
    | UCHIJA  | sevtweaks                | 0.1.0-null                   | sevtweaks-0.1.0.jar                               | None                                     |
    | UCHIJA  | sev_tweaks_npc           | 0.0.4                        | SevTweaksNPC-0.0.4.jar                            | None                                     |
    | UCHIJA  | simpleautorun            | 1.12.1-1.2                   | simpleautorun-1.12.2-1.2.0.jar                    | None                                     |
    | UCHIJA  | simplegenerators         | 1.12.2-2.0.11a               | simplegenerators-1.12.2-2.0.11a.jar               | None                                     |
    | UCHIJA  | storagenetwork           | 1.12.2-1.2.4                 | SimpleStorageNetwork-1.12.2-1.2.4.jar             | None                                     |
    | UCHIJA  | simplyarrows             | 1.0.4                        | SimplyArrows-1.12.2-1.0.4.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | spartanshields           | 1.4.1                        | SpartanShields-1.12.2-1.4.1.jar                   | None                                     |
    | UCHIJA  | spatialservermod         | 1.3                          | spatialservermod-1.3.jar                          | None                                     |
    | UCHIJA  | stevescarts              | 2.4.20.99                    | StevesCarts-1.12.2-2.4.20.99.jar                  | None                                     |
    | UCHIJA  | stg                      | 1.12.2-1.2.3                 | stg-1.12.2-1.2.3.jar                              | None                                     |
    | UCHIJA  | streams                  | 0.4.4                        | Streams-1.12-0.4.4.jar                            | None                                     |
    | UCHIJA  | sasit                    | 1.1.14                       | StuffASockInIt-1.12.2-1.1.14.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | supersoundmuffler        | 1.0.2.9                      | supersoundmuffler-1.12.1-1.0.2.9.jar              | None                                     |
    | UCHIJA  | tallgates                | 1.0.0                        | TallGates-1.12.2-1.0.0.1.jar                      | None                                     |
    | UCHIJA  | beneath                  | 1.4.1                        | The Beneath-1.12.2-1.4.1.jar                      | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | UCHIJA  | thirstybottles           | 1.1.4                        | ThirstyBottles-1.12.2-1.1.4.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | tcomplement              | ${version}                   | TinkersComplement-1.12.2-0.2.3b.jar               | None                                     |
    | UCHIJA  | tinkerstages             | 1.0.14                       | TinkerStages-1.12.2-1.0.14.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | tinkertoolleveling       | 1.12.2-1.0.5.DEV.30c7957     | TinkerToolLeveling-1.12.2-1.0.5.jar               | None                                     |
    | UCHIJA  | tipthescales             | 1.0.1                        | TipTheScales-1.12.2-1.0.1.jar                     | None                                     |
    | UCHIJA  | toastcontrol             | 1.6.0                        | Toast Control-1.12.2-1.6.0.jar                    | None                                     |
    | UCHIJA  | togetherforever          | 1.0.2                        | togetherforever-1.12.2-1.0.7-13.jar               | None                                     |
    | UCHIJA  | tombmanygraves           | @VERSION@                    | TombManyGraves-1.12-4.0.3.jar                     | None                                     |
    | UCHIJA  | totemic                  | 1.12.2-0.11.1                | Totemic-1.12.2-0.11.1.jar                         | 21d11d7bf4d97b465382a1f95428029aac6daaea |
    | UCHIJA  | tothebatpoles            | 1.12-1.1.0.0                 | tothebatpoles-1.12-1.1.0.0.jar                    | None                                     |
    | UCHIJA  | translocators            | 2.5.0.70                     | Translocators-1.12.2-2.5.0.70-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJA  | triumph                  | 1.13.0                       | Triumph-1.12.2-1.13.0.jar                         | None                                     |
    | UCHIJA  | trumpetskeleton          | 1.12-1.0.2.1                 | trumpetskeleton-1.12-1.0.2.1.jar                  | None                                     |
    | UCHIJA  | tumbleweed               | 1.11-0.4.5                   | tumbleweed-1.11-0.4.5.jar                         | None                                     |
    | UCHIJA  | twilightforest           | 3.7.424                      | twilightforest-1.12.2-3.7.424-universal.jar       | None                                     |
    | UCHIJA  | uppers                   | 0.0.6                        | Uppers-0.0.6.jar                                  | None                                     |
    | UCHIJA  | universalmodifiers       | 1.12.2-1.0.9a                | valkyrielib-1.12.2-2.0.11a.jar                    | None                                     |
    | UCHIJA  | vc                       | 5.6.1                        | ViesCraft-1.12.2-5.6.1.jar                        | None                                     |
    | UCHIJA  | vtt                      | 0.6.4                        | VillagerTrades-1.12-0.6.4.jar                     | None                                     |
    | UCHIJA  | waddles                  | 0.6.0                        | Waddles-1.12.2-0.6.0.jar                          | None                                     |
    | UCHIJA  | wailastages              | 1.0.22                       | WailaStages-1.12.2-1.0.22.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | wanionlib                | 1.12.2-1.5                   | WanionLib-1.12.2-1.5.jar                          | None                                     |
    | UCHIJA  | watercontrolextreme      | 1.0.0                        | WaterControlExtreme-1.0.2.jar                     | None                                     |
    | UCHIJA  | waterstrainer            | 3.2.0                        | WaterStrainer-1.12-3.2.0.jar                      | None                                     |
    | UCHIJA  | wawla                    | 2.5.257                      | Wawla-1.12.2-2.5.257.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA  | weirdinggadget           | 1.0                          | weirdinggadget-1.12.2-2.0.5-universal.jar         | None                                     |
    | UCHIJA  | wildcrops                | 1.0.1                        | WildCrops-1.12-1.0.1.jar                          | None                                     |
    | UCHIJA  | witherskelefix           | 2.6.0                        | Wither Skeleton Tweaks-1.12.2-2.6.0.jar           | None                                     |
    | UCHIJA  | wopper                   | 1.12-r5                      | Wopper-1.12-r5.jar                                | None                                     |
    | UCHIJA  | xnet                     | 1.6.9                        | xnet-1.12-1.6.9.jar                               | None                                     |
    | UCHIJA  | ynot                     | 0.2.2                        | YNot-0.2.2.jar                                    | None                                     |
    | UCHIJA  | yoyos                    | 1.12.2-1.2.2.20              | yoyos_1.12.2-1.2.2.20.jar                         | None                                     |
    | UCHIJA  | reauth                   | 3.6.0                        | reauth-3.6.0.jar                                  | daba0ec4df71b6da841768c49fb873def208a1e3 |
    | UCHIJA  | justthetips              | 1.12-1.0.1.1                 | justthetips-1.12-1.0.1.1.jar                      | None                                     |
    | UCHIJA  | primal_tech              | 0.3.3                        | PrimalTech-0.3.3.jar                              | None                                     |
    | UCHIJA  | teslacorelib_registries  | 1.0.14                       | tesla-core-lib-1.12.2-1.0.14.jar                  | None                                     |

    Loaded coremods (and transformers):
BNBGamingCore (BNBGamingCore-1.12.2-0.8.0.jar)
  com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.10.jar)
 
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.177.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
  team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Quark-r1.4-123.jar)
  vazkii.quark.base.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
CorePlugin (SmoothFont-1.12.2-1.15.jar)
  bre.smoothfont.asm.Transformer
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
 
FarseekCoreMod (Farseek-1.12-2.3.jar)
  farseek.core.FarseekClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  invtweaks.forge.asm.ContainerTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)
 
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  squeek.applecore.asm.TransformerModuleHandler
IvToolkit (IvToolkit-1.3.3-1.12.jar)
 
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
  mods.betterfoliage.loader.BetterFoliageTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
  thebetweenlands.core.TheBetweenlandsClassTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 399.24' Renderer: 'GeForce GTX 1060 3GB/PCIe/SSE2'
    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)
        - chiselsandbitsIntegration (Enabled/Not Forced)
        - wailaIntegration (Enabled/Not Forced)

    Pulsar/natura loaded Pulses:
        - NaturaCommons (Enabled/Forced)
        - NaturaOverworld (Enabled/Not Forced)
        - NaturaNether (Enabled/Not Forced)
        - NaturaDecorative (Enabled/Not Forced)
        - NaturaEntities (Enabled/Not Forced)
        - NaturaOredict (Enabled/Forced)
        - NaturaWorld (Enabled/Not Forced)

    AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
    Pulsar/tcomplement loaded Pulses:
        - ModuleCommons (Enabled/Forced)
        - ModuleFeature (Enabled/Not Forced)
        - CeramicsPlugin (Enabled/Not Forced)
        - ChiselPlugin (Enabled/Not Forced)

    List of loaded APIs:
        * AbyssalCraftAPI (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Biome (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Block (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Caps (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Condition (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Disruption (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Energy (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Entity (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Event (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Integration (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Internal (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Item (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Necronomicon (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Recipe (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Ritual (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Spell (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r135.jar
        * antiqueatlasapi (5.1) from antiqueatlas-1.12.2-4.4.9.jar
        * AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.1.jar
        * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
        * AromaBackupAPI (1.0) from AromaBackup-1.12.2-2.1.1.3.jar
        * Base|API (1.0.0) from base-1.12.2-3.7.2.jar
        * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
        * betteradvancements|API (0.0.7.42) from BetterAdvancements-1.12.2-0.0.7.42.jar
        * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
        * BetweenlandsAPI (1.10.0) from TheBetweenlands-3.3.8-universal.jar
        * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.2.12-97.jar
        * BuildCraftAPI|blocks (1.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|boards (2.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|core (2.2) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|crops (1.1) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|enums (1.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|events (2.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|facades (1.1) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|filler (5.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|fuels (2.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|gates (4.1) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|items (1.1) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|library (2.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|lists (1.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|power (1.3) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|recipes (3.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|robotics (3.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|statements (1.1) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|tiles (1.2) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|tools (1.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|transport (5.0) from buildcraft-core-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
        * ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.17.jar
        * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
        * ctm-api (0.1.0) from CTM-MC1.12-0.3.0.15.jar
        * ctm-api-events (0.1.0) from CTM-MC1.12-0.3.0.15.jar
        * ctm-api-models (0.1.0) from CTM-MC1.12-0.3.0.15.jar
        * ctm-api-textures (0.1.0) from CTM-MC1.12-0.3.0.15.jar
        * ctm-api-utils (0.1.0) from CTM-MC1.12-0.3.0.15.jar
        * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.17.jar
        * Galacticraft API (1.0) from GalacticraftCore-1.12.2-4.0.1.177.jar
        * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.5-60.jar
        * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-82.jar
        * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-82.jar
        * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.10.0-173.jar
        * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.12.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.9.2.196.jar
        * MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.11.346.jar
        * MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.11.346.jar
        * MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.11.346.jar
        * MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.11.346.jar
        * MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.11.346.jar
        * MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.11.346.jar
        * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.11.346.jar
        * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
        * PneumaticCraftApi (1.0) from pneumaticcraft-repressurized-1.12.2-0.6.6-192.jar
        * QuarkAPI (2) from Quark-r1.4-123.jar
        * reborncoreAPI (3.8.7.295) from RebornCore-1.12.2-3.8.7.295-universal.jar
        * reborncoreAPI|Power (3.8.7.295) from RebornCore-1.12.2-3.8.7.295-universal.jar
        * reborncoreAPI|Recipe (3.8.7.295) from RebornCore-1.12.2-3.8.7.295-universal.jar
        * reborncoreAPI|Tile (3.8.7.295) from RebornCore-1.12.2-3.8.7.295-universal.jar
        * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.20.99.jar
        * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.20.99.jar
        * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
        * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
        * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
        * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
        * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
        * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
        * togetherforeverapi (1) from togetherforever-1.12.2-1.0.7-13.jar
        * totemic|API (1.12.2-6.3.0) from Totemic-1.12.2-0.11.1.jar
        * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.11a.jar
        * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
    RebornCore:
        Plugin Engine: 0
        RebornCore Version: 3.8.7.295
        Runtime Debofucsation 1
        RenderEngine: 0
    AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
 
Dernière édition par un modérateur:
Réinitialises tes touches.
Tu as attribués a un mod une touche non supporté par Minecraft (c'est en général le cas des touches / boutons supplémentaires présents sur les claviers et souris de jeu, il faut les éviter de les utiliser dans Minecraft, du moins sur les versions actuelles (la 1.13 règle le soucis il me semble, mais forge n'est pas encore sortie pour cette version)).
 
Bonjour Robin,
Premièrement je tenais à te remercier pour ta réponse.
Effectivement j'ai allouer le bouton 4 de ma souris au "crouch", penses tu que cela vienne de la ?
Merci beaucoup pour ton aide
 
J'avais également un problème pour me connecter au serveur. Il me parlais encore une fois sur problème de forge. Cela me deconnectais seulement du serveur. Penses tu que c'est le même problème ou às tu une autre solution ?
 
Salut @robin4002,
peut-tu me dire ou est le problème ?

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

WARNING: coremods are present:
  BNBGamingCore (BNBGamingCore-1.12.2-0.8.0.jar)
  AstralCore (astralsorcery-1.12.2-1.8.10.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.177.jar)
  CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
  LoadingPlugin (Quark-r1.4-123.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
  CorePlugin (SmoothFont-1.12.2-1.15.jar)
  CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
  FarseekCoreMod (Farseek-1.12-2.3.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  ForgelinPlugin (Forgelin-1.6.0.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
  BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
  TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
Contact their authors BEFORE contacting forge

// Why is it breaking :(

Time: 9/22/18 12:07 PM
Description: Unexpected error

java.lang.VerifyError: Bad type on operand stack
Exception Details:
  Location:
    net/minecraft/client/renderer/chunk/RenderChunk.func_178581_b(FFFLnet/minecraft/client/renderer/chunk/ChunkCompileTaskGenerator;)V @549: invokestatic
  Reason:
    Type 'java/util/Iterator' (current frame, stack[4]) is not assignable to 'net/minecraft/block/Block'
  Current Frame:
    bci: @549
    flags: { }
    locals: { 'net/minecraft/client/renderer/chunk/RenderChunk', float, float, float, 'net/minecraft/client/renderer/chunk/ChunkCompileTaskGenerator', 'net/minecraft/client/renderer/chunk/CompiledChunk', integer, 'net/minecraft/util/math/BlockPos', 'net/minecraft/util/math/BlockPos', 'net/minecraft/client/renderer/chunk/VisGraph', 'java/util/HashSet', 'net/optifine/override/ChunkCacheOF', '[Z', 'net/minecraft/client/renderer/BlockRendererDispatcher', integer, integer, 'java/util/Iterator', 'net/optifine/BlockPosM', 'net/minecraft/block/state/IBlockState', 'net/minecraft/block/Block', '[Lnet/minecraft/util/BlockRenderLayer;', integer, 'net/minecraft/util/BlockRenderLayer', integer, 'net/minecraft/client/renderer/BufferBuilder', 'net/optifine/render/RenderEnv' }
    stack: { '[Z', integer, integer, integer, 'java/util/Iterator' }
  Bytecode:
    0x0000000: bb00 5759 b701 3f3a 0504 3606 bb00 0959
    0x0000010: 2ab4 0086 b701 423a 0719 0710 0f10 0f10
    0x0000020: 0fb6 0146 3a08 1904 b601 4ab6 014d 1904
    0x0000030: b601 51b2 0155 a500 0c19 04b6 014a b601
    0x0000040: 58b1 1904 1905 b601 5c19 04b6 014a b601
    0x0000050: 58a7 0010 3a09 1904 b601 4ab6 0158 1909
    0x0000060: bfbb 0160 59b7 0161 3a09 b800 693a 0a2a
    0x0000070: 1907 b701 659a 027f b201 6704 60b3 0167
    0x0000080: 2a19 07b7 016b 3a0b 190b b601 70b2 0172
    0x0000090: bebc 043a 0cb8 0178 b601 7c3a 0db2 0180
    0x00000a0: b601 8336 0eb2 0186 b601 8336 0f19 0719
    0x00000b0: 08b8 018c b901 9201 003a 1019 10b9 019d
    0x00000c0: 0100 9901 9f19 10b9 01a1 0100 c001 883a
    0x00000d0: 1119 0b19 11b6 01a5 3a12 1912 b901 ab01
    0x00000e0: 003a 1319 12b9 01ae 0100 9900 0a19 0919
    0x00000f0: 11b6 01b2 1912 b801 ba99 003f 190b 1911
    0x0000100: b201 beb6 01c2 3a14 1914 c600 2eb2 01c8
    0x0000110: 1914 b601 cc3a 1519 15c6 001f 1915 1914
    0x0000120: b601 d299 000e 190a 1914 b601 d657 a700
    0x0000130: 0a19 0519 14b6 01dc 150e 9900 0bb2 0172
    0x0000140: 3a14 a700 122a b400 8a3a 1419 1403 1913
    0x0000150: b601 e053 0336 1515 1519 14be a200 ef19
    0x0000160: 1415 1532 3a16 150e 9900 2e19 13b2 0180
    0x0000170: 05bd 0004 5903 1912 5359 0419 1653 b801
    0x0000180: e536 1719 1319 1219 16b8 01eb 3617 1517
    0x0000190: 9a00 06a7 00b2 150f 9900 12b2 0186 04bd
    0x00001a0: 0004 5903 1916 53b8 01ef 2a19 1219 16b7
    0x00001b0: 01f2 3a16 1916 b601 f336 1719 13b6 01f7
    0x00001c0: b901 fb01 00b2 0201 a500 7d19 04b6 0126
    0x00001d0: 1517 b602 053a 1819 1819 16b6 0209 1918
    0x00001e0: 190b 1912 1911 b602 0d3a 1919 1919 04b6
    0x00001f0: 0126 b602 1319 0519 16b6 0216 9a00 1219
    0x0000200: 0519 16b6 0219 2a19 1819 07b7 0130 190c
    0x0000210: 1517 5c33 190d 1912 1911 190b 1918 1916
    0x0000220: b802 1d19 10b8 0223 8054 1919 b602 2699
    0x0000230: 0016 2a19 04b6 0126 1905 190c b702 2a19
    0x0000240: 1903 b602 2e84 1501 a7ff 0f15 0f99 0011
    0x0000250: b201 8604 bd00 0459 0301 53b8 01ef a7fe
    0x0000260: 5db2 0172 3a11 1911 be36 1203 3613 1513
    0x0000270: 1512 a200 7d19 1115 1332 3a14 190c 1914
    0x0000280: b601 f333 9900 0a19 0519 14b6 0231 1905
    0x0000290: 1914 b602 1699 004c b802 3499 0010 1904
    0x00002a0: b601 2619 14b6 012c b802 3a19 04b6 0126
    0x00002b0: 1914 b601 2c3a 152a 1914 2324 2519 1519
    0x00002c0: 05b7 0138 1915 b402 3ec6 0015 1905 1914
    0x00002d0: 1915 b402 3eb6 0243 c002 40b6 0247 a700
    0x00002e0: 0b19 0519 1401 b602 4784 1301 a7ff 8219
    0x00002f0: 0bb6 024a 1905 1909 b602 4eb6 0252 2ab4
    0x0000300: 0061 b601 4d19 0ab8 0255 3a0b 2ab4 006b
    0x0000310: b802 553a 0c19 0b2a b400 6bb9 025b 0200
    0x0000320: 5719 0c19 0ab9 025b 0200 572a b400 6bb9
    0x0000330: 025e 0100 2ab4 006b 190a b902 6102 0057
    0x0000340: 2ab4 00bc 190c 190b b602 652a b400 61b6
    0x0000350: 0158 a700 0f3a 1a2a b400 61b6 0158 191a
    0x0000360: bfb1                                  
  Exception Handler Table:
    bci [46, 57] => handler: 84
    bci [66, 73] => handler: 84
    bci [84, 86] => handler: 84
    bci [773, 843] => handler: 853
    bci [853, 855] => handler: 853
  Stackmap Table:
    full_frame(@66,{Object[#2],Float,Float,Float,Object[#22],Object[#87],Integer,Object[#9],Object[#9]},{})
    same_locals_1_stack_item_frame(@84,Object[#350])
    same_frame(@97)
    full_frame(@187,{Object[#2],Float,Float,Float,Object[#22],Object[#87],Integer,Object[#9],Object[#9],Object[#352],Object[#404],Object[#365],Object[#406],Object[#408],Integer,Integer,Object[#410]},{})
    append_frame(@244,Object[#392],Object[#423],Object[#436])
    append_frame(@305,Object[#472],Object[#462])
    chop_frame(@312,2)
    same_frame(@325)
    append_frame(@340,Object[#481])
    append_frame(@343,Integer)
    append_frame(@406,Object[#117])
    same_frame(@426)
    append_frame(@526,Integer,Object[#18],Object[#527])
    full_frame(@581,{Object[#2],Float,Float,Float,Object[#22],Object[#87],Integer,Object[#9],Object[#9],Object[#352],Object[#404],Object[#365],Object[#406],Object[#408],Integer,Integer,Object[#410],Object[#392],Object[#423],Object[#436],Object[#481],Integer},{})
    chop_frame(@587,1)
    full_frame(@606,{Object[#2],Float,Float,Float,Object[#22],Object[#87],Integer,Object[#9],Object[#9],Object[#352],Object[#404],Object[#365],Object[#406],Object[#408],Integer,Integer,Object[#410]},{})
    same_frame(@609)
    append_frame(@622,Object[#481],Integer,Integer)
    append_frame(@654,Object[#117])
    same_frame(@683)
    same_frame(@734)
    same_frame(@737)
    chop_frame(@745,1)
    chop_frame(@751,3)
    full_frame(@756,{Object[#2],Float,Float,Float,Object[#22],Object[#87],Integer,Object[#9],Object[#9],Object[#352],Object[#404]},{})
    same_locals_1_stack_item_extended(@853,Object[#350])
    same_frame(@865)

    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1178)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
    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:
---------------------------------------------------------------------------------------

-- 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: 345610952 bytes (329 MB) / 4843372544 bytes (4619 MB) up to 6681526272 bytes (6372 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7g -Xms256m -XX:permSize=256m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.4.2707 Optifine OptiFine_1.12.2_HD_U_E2 263 mods loaded, 263 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                                |
    |:------ |:------------------------ |:---------------------------- |:------------------------------------------------- |:---------------------------------------- |
    | UCHIJA | minecraft                | 1.12.2                       | minecraft.jar                                     | None                                     |
    | UCHIJA | mcp                      | 9.42                         | minecraft.jar                                     | None                                     |
    | UCHIJA | FML                      | 8.0.99.99                    | forge-1.12.2-14.23.4.2707.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJA | forge                    | 14.23.4.2707                 | forge-1.12.2-14.23.4.2707.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJA | ivtoolkit                | 1.3.3-1.12                   | minecraft.jar                                     | None                                     |
    | UCHIJA | micdoodlecore            |                              | minecraft.jar                                     | None                                     |
    | UCHIJA | smoothfontcore           | 1.12.2-1.14                  | minecraft.jar                                     | None                                     |
    | UCHIJA | bnbgamingcore            | 0.8.0                        | minecraft.jar                                     | None                                     |
    | UCHIJA | foamfixcore              | 7.7.4                        | minecraft.jar                                     | None                                     |
    | UCHIJA | smoothfont               | 1.12.2-1.15                  | SmoothFont-1.12.2-1.15.jar                        | None                                     |
    | UCHIJA | movillages               | 1.5.4                        | [1.12]MoVillages-1.5.4.jar                        | None                                     |
    | UCHIJA | gobblecore               | 1.12-0.1.6.35                | GobbleCore-1.12-0.1.6.35.jar                      | None                                     |
    | UCHIJA | charcoalblock            | 1.1                          | A Block of Charcoal-1.1.jar                       | None                                     |
    | UCHIJA | advancedmortars          | 1.12.2-1.6.21                | advancedmortars-1.12.2-1.6.21.jar                 | None                                     |
    | UCHIJA | crafttweaker             | 4.1.8                        | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
    | UCHIJA | mtlib                    | 3.0.4                        | MTLib-3.0.4.jar                                   | None                                     |
    | UCHIJA | modtweaker               | 4.0.12                       | modtweaker-4.0.12.jar                             | None                                     |
    | UCHIJA | jei                      | 4.9.2.196                    | jei_1.12.2-4.9.2.196.jar                          | None                                     |
    | UCHIJA | abyssalcraft             | 1.9.4.9                      | AbyssalCraft-1.12.2-1.9.4.9.jar                   | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | UCHIJA | ctm                      | MC1.12-0.3.0.15              | CTM-MC1.12-0.3.0.15.jar                           | None                                     |
    | UCHIJA | chisel                   | MC1.12.2-0.2.0.31            | Chisel-MC1.12.2-0.2.0.31.jar                      | None                                     |
    | UCHIJA | mantle                   | 1.12-1.3.2.24                | Mantle-1.12-1.3.2.24.jar                          | None                                     |
    | UCHIJA | tconstruct               | 1.12.2-2.10.1.84             | TConstruct-1.12.2-2.10.1.84.jar                   | None                                     |
    | UCHIJA | acintegration            | 1.6.2                        | AbyssalCraft Integration-1.12.2-1.6.2.jar         | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | UCHIJA | fastbench                | 1.5.0                        | FastWorkbench-1.12.2-1.5.0.jar                    | None                                     |
    | UCHIJA | actuallyadditions        | 1.12.2-r135                  | ActuallyAdditions-1.12.2-r135.jar                 | None                                     |
    | UCHIJA | baubles                  | 1.5.2                        | Baubles-1.12-1.5.2.jar                            | None                                     |
    | UCHIJA | actuallybaubles          | 1.1                          | ActuallyBaubles-1.12-1.1.jar                      | None                                     |
    | UCHIJA | animalium                | 0.3.7                        | Animalium-0.3.7.jar                               | None                                     |
    | UCHIJA | antiqueatlas             | 4.4.9                        | antiqueatlas-1.12.2-4.4.9.jar                     | None                                     |
    | UCHIJA | antiqueatlasoverlay      | 1.2                          | antiqueatlas-1.12.2-4.4.9.jar                     | None                                     |
    | UCHIJA | examplemod               | 1.0                          | antiqueatlas-1.12.2-4.4.9.jar                     | None                                     |
    | UCHIJA | applecore                | 3.1.1                        | AppleCore-mc1.12.2-3.1.1.jar                      | None                                     |
    | UCHIJA | immersiveengineering     | 0.12-82                      | ImmersiveEngineering-0.12-82.jar                  | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | UCHIJA | geolosys                 | 1.9.3                        | Geolosys-1.12.2-1.9.3.jar                         | None                                     |
    | UCHIJA | redstoneflux             | 2.0.2                        | RedstoneFlux-1.12-2.0.2.3-universal.jar           | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UCHIJA | mekanism                 | 1.12.2-9.4.11.346            | Mekanism-1.12.2-9.4.11.346.jar                    | None                                     |
    | UCHIJA | natura                   | 1.12.2-4.3.2.49              | natura-1.12.2-4.3.2.49.jar                        | None                                     |
    | UCHIJA | betterwithmods           | ${version}                   | BetterWithMods-1.12-2.1.24.jar                    | None                                     |
    | UCHIJA | appleskin                | 1.0.9                        | AppleSkin-mc1.12-1.0.9.jar                        | None                                     |
    | UCHIJA | appliedenergistics2      | rv5-stable-11                | appliedenergistics2-rv5-stable-11.jar             | None                                     |
    | UCHIJA | armoreablemobs           | 1.1.2                        | armoreablemobs-1.12-1.1.6-4.jar                   | None                                     |
    | UCHIJA | aroma1997core            | 1.3.0.2                      | Aroma1997Core-1.12.2-1.3.0.2.jar                  | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | UCHIJA | aromabackup              | 2.1.1.3                      | AromaBackup-1.12.2-2.1.1.3.jar                    | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | UCHIJA | aromabackuprecovery      | 2.1.1.3                      | AromaBackup-1.12.2-2.1.1.3.jar                    | None                                     |
    | UCHIJA | astikoor                 | 1.1.0                        | astikoor_horse-carts-1.1.0a.jar                   | None                                     |
    | UCHIJA | astralsorcery            | 1.8.10                       | astralsorcery-1.12.2-1.8.10.jar                   | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
    | UCHIJA | quark                    | r1.4-123                     | Quark-r1.4-123.jar                                | None                                     |
    | UCHIJA | autoreglib               | 1.3-17                       | AutoRegLib-1.3-17.jar                             | None                                     |
    | UCHIJA | base                     | 3.7.2                        | base-1.12.2-3.7.2.jar                             | None                                     |
    | UCHIJA | bdlib                    | 1.14.3.12                    | bdlib-1.14.3.12-mc1.12.2.jar                      | None                                     |
    | UCHIJA | bedrockbgone             | 5.0.8                        | BedrockBGone-1.12.2-5.0-b8.jar                    | None                                     |
    | UCHIJA | betterwithaddons         | @VERSION@                    | Better With Addons-0.41.jar                       | None                                     |
    | UCHIJA | betteradvancements       | 0.0.7.42                     | BetterAdvancements-1.12.2-0.0.7.42.jar            | None                                     |
    | UCHIJA | betterbuilderswands      | 0.11.1                       | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar   | None                                     |
    | UCHIJA | betterfoliage            | 2.1.10                       | BetterFoliage-MC1.12-2.1.10.jar                   | None                                     |
    | UCHIJA | bibliocraft              | 2.4.4                        | BiblioCraft[v2.4.4][MC1.12.2].jar                 | None                                     |
    | UCHIJA | cyclicmagic              | 1.15.8                       | Cyclic-1.12.2-1.15.8.jar                          | None                                     |
    | UCHIJA | waila                    | 1.8.26                       | Hwyla-1.8.26-B41_1.12.2.jar                       | None                                     |
    | UCHIJA | modularrouters           | 1.12.2-3.1.5                 | modular-routers-1.12.2-3.1.5.jar                  | None                                     |
    | UCHIJA | guideapi                 | 1.12-2.1.5-60                | Guide-API-1.12-2.1.5-60.jar                       | None                                     |
    | UCHIJA | bloodmagic               | 1.12.2-2.2.12-97             | BloodMagic-1.12.2-2.2.12-97.jar                   | None                                     |
    | UCHIJA | bnbgaminglib             | 2.11.2                       | BNBGamingLib-1.12-2.11.2.jar                      | None                                     |
    | UCHIJA | bonsaitrees              | 1.0.5                        | bonsaitrees-1.0.5-b77.jar                         | None                                     |
    | UCHIJA | bookshelf                | 2.3.544                      | Bookshelf-1.12.2-2.3.544.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | buildcraftlib            | 7.99.17                      | buildcraft-core-7.99.17.jar                       | None                                     |
    | UCHIJA | buildcraftcore           | 7.99.17                      | buildcraft-core-7.99.17.jar                       | None                                     |
    | UCHIJA | buildcraftbuilders       | 7.99.17                      | buildcraft-builders-7.99.17.jar                   | None                                     |
    | UCHIJA | buildcraftfactory        | 7.99.17                      | buildcraft-factory-7.99.17.jar                    | None                                     |
    | UCHIJA | buildcraftrobotics       | 7.99.17                      | buildcraft-robotics-7.99.17.jar                   | None                                     |
    | UCHIJA | buildcrafttransport      | 7.99.17                      | buildcraft-transport-7.99.17.jar                  | None                                     |
    | UCHIJA | buildcraftsilicon        | 7.99.17                      | buildcraft-silicon-7.99.17.jar                    | None                                     |
    | UCHIJA | caliper                  | 1.1.35                       | Caliper-1.12.2-1.1.35.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | car                      | 1.2.11                       | car-1.2.11.jar                                    | None                                     |
    | UCHIJA | gamestages               | 1.0.86                       | GameStages-1.12.2-1.0.86.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | carryon                  | 1.9                          | CarryOn MC1.12.2 v1.9.jar                         | None                                     |
    | UCHIJA | cd4017be_lib             | 6.2.4                        | CD4017BE_lib-1.12.2-6.2.4.jar                     | None                                     |
    | UCHIJA | ceramics                 | 1.12-1.3.4                   | Ceramics-1.12-1.3.4.jar                           | None                                     |
    | UCHIJA | chameleon                | 1.12-4.1.3                   | Chameleon-1.12-4.1.3.jar                          | None                                     |
    | UCHIJA | chargers                 | 1.0.0                        | Chargers-1.12.2-1.0.0.1.jar                       | 58e787c8aafad8b327883f94d4fa544f936d7b01 |
    | UCHIJA | chiselsandbits           | 14.17                        | chiselsandbits-14.17.jar                          | None                                     |
    | UCHIJA | clienttweaks             | 3.1.8                        | ClientTweaks_1.12.2-3.1.8.jar                     | None                                     |
    | UCHIJA | clumps                   | 2.0.0                        | Clumps-3.0.0.jar                                  | None                                     |
    | UCHIJA | codechickenlib           | 3.1.8.341                    | CodeChickenLib-1.12.2-3.1.8.341-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJA | colouredtooltips         | 1.0.4                        | ColouredTooltips-1.12.2-1.0.4.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | cyclopscore              | 0.11.6                       | CyclopsCore-1.12.2-0.11.6.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | UCHIJA | commoncapabilities       | 1.4.0                        | CommonCapabilities-1.12-1.4.0.jar                 | None                                     |
    | UCHIJA | storagedrawers           | 1.12-5.3.5                   | StorageDrawers-1.12.2-5.3.6.jar                   | None                                     |
    | UCHIJA | refinedstorage           | 1.5.34                       | refinedstorage-1.5.34.jar                         | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
    | UCHIJA | compactmachines3         | 3.0.12                       | compactmachines3-1.12.2-3.0.12-b215.jar           | None                                     |
    | UCHIJA | conarm                   | 0.0.21-rc1                   | conarm-1.12.2-0.0.21-rc1.jar                      | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | UCHIJA | contenttweaker           | 1.12.2-4.5.0                 | ContentTweaker-1.12.2-4.5.0.jar                   | None                                     |
    | UCHIJA | controlling              | 3.0.6                        | Controlling-3.0.6.jar                             | None                                     |
    | UCHIJA | cookingforblockheads     | 6.3.26                       | CookingForBlockheads_1.12.2-6.3.26.jar            | None                                     |
    | UCHIJA | craftstudioapi           | 1.0.0                        | CraftStudio-1.0.0.93-mc1.12-alpha.jar             | None                                     |
    | UCHIJA | ctgui                    | 1.0.0                        | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
    | UCHIJA | crafttweakerjei          | 2.0.2                        | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
    | UCHIJA | cucumber                 | 1.1.0                        | cucumber-1.12-1.1.0.jar                           | None                                     |
    | UCHIJA | custommainmenu           | 2.0.8                        | CustomMainMenu-MC1.12.2-2.0.8.jar                 | None                                     |
    | UCHIJA | darkutils                | 1.8.210                      | DarkUtils-1.12.2-1.8.210.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | death_compass            | 0.0.3                        | DeathCompass-0.0.3.jar                            | None                                     |
    | UCHIJA | journeymap               | 1.12.2-5.5.2                 | journeymap-1.12.2-5.5.2.jar                       | None                                     |
    | UCHIJA | defaultoptions           | 9.2.7                        | DefaultOptions_1.12.2-9.2.7.jar                   | None                                     |
    | UCHIJA | despawningspawners       | 1.1                          | despawningspawners-1.1.jar                        | None                                     |
    | UCHIJA | dimensionalcontrol       | 2.10.2                       | DimensionalControl-1.12.2-2.10.2.jar              | None                                     |
    | UCHIJA | dimstages                | 1.0.18                       | DimensionStages-1.12.2-1.0.18.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | dungpipe                 | 1.0                          | Dung Pipe-1.2.jar                                 | None                                     |
    | UCHIJA | elevatorid               | 1.3.6                        | ElevatorMod-1.12.2-1.3.6.jar                      | None                                     |
    | UCHIJA | emberroot                | 1.3.7                        | EmberRootZoo-1.12-1.3.7.jar                       | None                                     |
    | UCHIJA | enchdesc                 | 1.1.8                        | EnchantmentDescriptions-1.12.2-1.1.8.jar          | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | enderstorage             | 2.4.3.130                    | EnderStorage-1.12.2-2.4.3.130-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJA | enderutilities           | 0.7.8                        | enderutilities-1.12.2-0.7.8.jar                   | 2b03e1423915a189b8094816baa18f239d576dff |
    | UCHIJA | valkyrielib              | 1.12.2-2.0.11a               | valkyrielib-1.12.2-2.0.11a.jar                    | None                                     |
    | UCHIJA | environmentaltech        | 1.12.2-2.0.11a               | environmentaltech-1.12.2-2.0.11a.jar              | None                                     |
    | UCHIJA | extendedcrafting         | 1.3.7                        | extendedcrafting-1.12-1.3.7.jar                   | None                                     |
    | UCHIJA | galacticraftcore         | 4.0.1.177                    | GalacticraftCore-1.12.2-4.0.1.177.jar             | None                                     |
    | UCHIJA | galacticraftplanets      | 4.0.1.177                    | Galacticraft-Planets-1.12.2-4.0.1.177.jar         | None                                     |
    | UCHIJA | mjrlegendslib            | 1.12.2-1.1.4                 | MJRLegendsLib-1.12.2-1.1.4.jar                    | b02331787272ec3515ebe63ecdeea0d746653468 |
    | UCHIJA | extraplanets             | 1.12.2-0.3.8                 | ExtraPlanets-1.12.2-0.3.8.jar                     | b02331787272ec3515ebe63ecdeea0d746653468 |
    | UCHIJA | fbp                      | 2.4.0                        | FancyBlockParticles-1.12.x-2.4.0.jar              | None                                     |
    | UCHIJA | farmingforblockheads     | 3.1.17                       | FarmingForBlockheads_1.12.2-3.1.17.jar            | None                                     |
    | UCHIJA | farseek                  | 2.3                          | Farseek-1.12-2.3.jar                              | None                                     |
    | UCHIJA | fat_cat                  | 0.0.5                        | FatCat-0.0.5.jar                                  | None                                     |
    | UCHIJA | ferdinandsflowers        | 1.10.1b                      | Ferdinand's Flowers-1.10.1b-1.12.jar              | None                                     |
    | UCHIJA | findme                   | 1.0                          | findme-1.12.2-1.0.1-5.jar                         | None                                     |
    | UCHIJA | foamfix                  | 0.9.9.1-1.12.2               | foamfix-0.9.9.1-1.12.2-anarchy.jar                | None                                     |
    | UCHIJA | forgelin                 | 1.6.0                        | Forgelin-1.6.0.jar                                | None                                     |
    | UCHIJA | forgemultipartcbe        | 2.4.2.58                     | ForgeMultipart-1.12.2-2.4.2.58-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJA | microblockcbe            | 2.4.2.58                     | ForgeMultipart-1.12.2-2.4.2.58-universal.jar      | None                                     |
    | UCHIJA | minecraftmultipartcbe    | 2.4.2.58                     | ForgeMultipart-1.12.2-2.4.2.58-universal.jar      | None                                     |
    | UCHIJA | galacticrafttweaker      | 1.12.2-1.0.1                 | GalacticraftTweaker-1.12.2-1.0.1.jar              | b02331787272ec3515ebe63ecdeea0d746653468 |
    | UCHIJA | advgenerators            | 0.9.20.12                    | generators-0.9.20.12-mc1.12.2.jar                 | None                                     |
    | UCHIJA | harvest                  | 1.12-1.2.6-18                | Harvest-1.12-1.2.6-18.jar                         | None                                     |
    | UCHIJA | horsepower               | 2.6.1                        | HorsePower-1.12.2-2.6.1.64.jar                    | cd7e958342770a8b17c919055da42c24dfefd879 |
    | UCHIJA | huntingdim               | 1.0.24                       | HuntingDimension-1.12.2-1.0.24.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | mcjtylib_ng              | 2.6.7                        | mcjtylib-1.12-2.6.7.jar                           | None                                     |
    | UCHIJA | immcraft                 | 1.4.1                        | immcraft-1.12-1.4.1.jar                           | None                                     |
    | UCHIJA | immersivepetroleum       | 1.1.9                        | immersivepetroleum-1.12.2-1.1.9.jar               | None                                     |
    | UCHIJA | immersivetech            | 1.3.10                       | immersivetech-1.12-1.3.10.jar                     | None                                     |
    | UCHIJA | improvedbackpacks        | 1.12.2-1.2.0.3               | ImprovedBackpacks-1.12.2-1.2.0.3.jar              | None                                     |
    | UCHIJA | incontrol                | 3.8.0                        | incontrol-1.12-3.8.0.jar                          | None                                     |
    | UCHIJA | indlog                   | 1.2.3                        | InductiveLogistics-1.12.2-1.2.3.jar               | None                                     |
    | UCHIJA | teslacorelib             | 1.0.14                       | tesla-core-lib-1.12.2-1.0.14.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | industrialforegoing      | 1.12.2-1.12.2                | industrialforegoing-1.12.2-1.10.0-173.jar         | None                                     |
    | UCHIJA | infoaccessories          | 1.0.6                        | InfoAccessories-1.12.2-1.0.6.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | integrateddynamics       | 0.11.12                      | IntegratedDynamics-1.12.2-0.11.12.jar             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | UCHIJA | integrateddynamicscompat | 1.0.0                        | IntegratedDynamics-1.12.2-0.11.12.jar             | None                                     |
    | UCHIJA | inventorytweaks          | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar                      | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | UCHIJA | ironbackpacks            | 1.12.2-3.0.8-12              | IronBackpacks-1.12.2-3.0.8-12.jar                 | None                                     |
    | UCHIJA | ironchest                | 1.12.2-7.0.40.824            | ironchest-1.12.2-7.0.40.824.jar                   | None                                     |
    | UCHIJA | ironjetpacks             | 1.0.5                        | ironjetpacks-1.12-1.0.5.jar                       | None                                     |
    | UCHIJA | itemstages               | 1.0.33                       | ItemStages-1.12.2-1.0.33.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | jmapstages               | @VERSION@                    | JourneyMapStages-1.12.2-1.0.3.jar                 | None                                     |
    | UCHIJA | jarm                     | 1.1.2                        | Just A Raft Mod-1.1.2.jar                         | None                                     |
    | UCHIJA | jaff                     | 1.7_for_1.12                 | JustAFewFish-1.7_for_1.12.jar                     | None                                     |
    | UCHIJA | justenoughpetroleum      | 0.1                          | JustEnoughPetroleum-0.1.jar                       | None                                     |
    | UCHIJA | kleeslabs                | 5.4.10                       | KleeSlabs_1.12.2-5.4.10.jar                       | None                                     |
    | UCHIJA | lttweaker                | 1.1.14                       | LootTableTweaker-1.12.2-1.1.14.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | magma_monsters           | 0.3.0                        | MagmaMonsters-0.3.0.jar                           | None                                     |
    | UCHIJA | mercurius                | 1.0.6                        | Mercurius-1.12.2.jar                              | None                                     |
    | UCHIJA | mobends                  | 0.24                         | mobends-0.24_for_MC-1.12.jar                      | None                                     |
    | UCHIJA | mob_grinding_utils       | 0.3.6                        | MobGrindingUtils-0.3.6.jar                        | None                                     |
    | UCHIJA | mobstages                | 1.0.7                        | MobStages-1.12.2-1.0.7.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | modularmachinery         | 1.9.4                        | modularmachinery-1.9.4.jar                        | None                                     |
    | UCHIJA | morpheus                 | 1.12-3.3.2                   | Morpheus-1.12-3.3.2.jar                           | None                                     |
    | UCHIJA | mousetweaks              | 2.8                          | MouseTweaks-2.8-mc1.12.1.jar                      | None                                     |
    | UCHIJA | mputils                  | 1.5.6                        | MPUtils-1.12.2-1.5.6.jar                          | None                                     |
    | UCHIJA | mpbasic                  | 1.4.7                        | mpbasic-1.12.2-1.4.8.jar                          | None                                     |
    | UCHIJA | multiblockstages         | 1.0-SNAPSHOT                 | multiblockstages-1.0.1.jar                        | None                                     |
    | UCHIJA | mundaneredstone          | 1.1.3                        | MundaneRedstone-1.1.3.jar                         | None                                     |
    | UCHIJA | mysticalagriculture      | 1.6.10                       | mysticalagriculture-1.12-1.6.10.jar               | None                                     |
    | UCHIJA | mysticalagradditions     | 1.2.8                        | mysticalagradditions-1.12-1.2.8.jar               | None                                     |
    | UCHIJA | mystagradcompat          | 1.2                          | mystagradcompat-1.2.jar                           | None                                     |
    | UCHIJA | naturescompass           | 1.5.1                        | NaturesCompass-1.12.2-1.5.1.jar                   | None                                     |
    | UCHIJA | neat                     | 1.4-15                       | Neat 1.4-15.jar                                   | None                                     |
    | UCHIJA | nex                      | 2.1.14.15                    | NetherEx-1.12-2.1.14.15.jar                       | None                                     |
    | UCHIJA | norecipebook             | 1.2.1                        | noRecipeBook_v1.2.2formc1.12.2.jar                | None                                     |
    | UCHIJA | nei                      | 2.4.1                        | NotEnoughItems-1.12.2-2.4.1.233-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJA | noworldgen5you           | 1.0.6                        | NoWorldgen5You-1.12.2-1.0.6.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | nutrition                | 3.4.0                        | Nutrition-1.12.2-3.4.0.jar                        | None                                     |
    | UCHIJA | samsocean                | 1.0.1                        | OceanFloor-1.12-1.0.1.jar                         | None                                     |
    | UCHIJA | oreexcavation            | 1.4.118                      | OreExcavation-1.4.118.jar                         | None                                     |
    | UCHIJA | oeintegration            | 2.3.3                        | oeintegration-2.3.3.jar                           | None                                     |
    | UCHIJA | orestages                | 1.0.26                       | OreStages-1.12.2-1.0.26.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | overloaded               | 0.0.52                       | Overloaded-1.12.2-0.0.52.jar                      | 644f38521a349310a5dae0239577dc7beebefaec |
    | UCHIJA | pickletweaks             | 2.0.16                       | pickletweaks-1.12-2.0.16.jar                      | None                                     |
    | UCHIJA | placebo                  | 1.3.4                        | Placebo-1.12.2-1.3.4.jar                          | None                                     |
    | UCHIJA | playerskins              | 1.0.4                        | playerskin-1.12.2-1.0.5.jar                       | None                                     |
    | UCHIJA | pneumaticcraft           | 1.12.2-0.6.6-192             | pneumaticcraft-repressurized-1.12.2-0.6.6-192.jar | None                                     |
    | UCHIJA | poweradapters            | 1.0.9                        | PowerAdapters-1.12.2-1.0.9.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | prestige                 | 1.0.15                       | Prestige-1.12.2-1.0.15.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | primalchests             | 1.0.3                        | PrimalChests-1.0.3.jar                            | None                                     |
    | UCHIJA | rustic                   | 1.0.5                        | rustic-1.0.5.jar                                  | None                                     |
    | UCHIJA | thebetweenlands          | 3.3.8                        | TheBetweenlands-3.3.8-universal.jar               | 38067d6878811efb38b6a045521cfd80b9b60b38 |
    | UCHIJA | traverse                 | 1.5.3                        | Traverse-1.12.2-1.5.3-58.jar                      | None                                     |
    | UCHIJA | primal                   | 0.6.56                       | PrimalCore-1.12.2-0.6.56.jar                      | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
    | UCHIJA | progressiontweaks        | 1.12.2-0.3.40                | ProgressionTweaks-1.12.2-0.3.40.jar               | None                                     |
    | UCHIJA | prospectors              | 1.0.1                        | prospectors-1.0.1.jar                             | None                                     |
    | UCHIJA | reborncore               | 3.8.7.295                    | RebornCore-1.12.2-3.8.7.295-universal.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | UCHIJA | quantumstorage           | 4.5.0                        | QuantumStorage-1.12-4.5.0.jar                     | None                                     |
    | UCHIJA | quickleafdecay           | 1.2.4                        | QuickLeafDecay-MC1.12.1-1.2.4.jar                 | None                                     |
    | UCHIJA | rangedpumps              | 0.5                          | rangedpumps-0.5.jar                               | None                                     |
    | UCHIJA | realdrops                | 1.2.12                       | RealisticItemDrops-1.2.12.jar                     | None                                     |
    | UCHIJA | rebornstorage            | 1.0.0                        | RebornStorage-1.12.2-3.1.0.50.jar                 | None                                     |
    | UCHIJA | recipestages             | 1.0.8                        | RecipeStages-1.0.8.jar                            | None                                     |
    | UCHIJA | reccomplex               | 1.4.7                        | RecurrentComplex-1.4.7.jar                        | None                                     |
    | UCHIJA | refinedstorageaddons     | 0.3                          | refinedstorageaddons-0.3.jar                      | None                                     |
    | UCHIJA | resourceloader           | 1.5.3                        | ResourceLoader-MC1.12.1-1.5.3.jar                 | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | UCHIJA | rftools                  | 7.33                         | rftools-1.12-7.33.jar                             | None                                     |
    | UCHIJA | rftoolscontrol           | 1.8.1                        | rftoolsctrl-1.12-1.8.1.jar                        | None                                     |
    | UCHIJA | roadrunner               | 1.0.1                        | roadrunner-1.0.1.jar                              | None                                     |
    | UCHIJA | scannable                | 1.6.3.19                     | Scannable-MC1.12-1.6.3.19.jar                     | None                                     |
    | UCHIJA | sevtweaks                | 0.1.0-null                   | sevtweaks-0.1.0.jar                               | None                                     |
    | UCHIJA | sev_tweaks_npc           | 0.0.4                        | SevTweaksNPC-0.0.4.jar                            | None                                     |
    | UCHIJA | simpleautorun            | 1.12.1-1.2                   | simpleautorun-1.12.2-1.2.0.jar                    | None                                     |
    | UCHIJA | simplegenerators         | 1.12.2-2.0.11a               | simplegenerators-1.12.2-2.0.11a.jar               | None                                     |
    | UCHIJA | storagenetwork           | 1.12.2-1.2.4                 | SimpleStorageNetwork-1.12.2-1.2.4.jar             | None                                     |
    | UCHIJA | simplyarrows             | 1.0.4                        | SimplyArrows-1.12.2-1.0.4.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | spartanshields           | 1.4.1                        | SpartanShields-1.12.2-1.4.1.jar                   | None                                     |
    | UCHIJA | spatialservermod         | 1.3                          | spatialservermod-1.3.jar                          | None                                     |
    | UCHIJA | stevescarts              | 2.4.20.99                    | StevesCarts-1.12.2-2.4.20.99.jar                  | None                                     |
    | UCHIJA | stg                      | 1.12.2-1.2.3                 | stg-1.12.2-1.2.3.jar                              | None                                     |
    | UCHIJA | streams                  | 0.4.4                        | Streams-1.12-0.4.4.jar                            | None                                     |
    | UCHIJA | sasit                    | 1.1.14                       | StuffASockInIt-1.12.2-1.1.14.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | supersoundmuffler        | 1.0.2.9                      | supersoundmuffler-1.12.1-1.0.2.9.jar              | None                                     |
    | UCHIJA | tallgates                | 1.0.0                        | TallGates-1.12.2-1.0.0.1.jar                      | None                                     |
    | UCHIJA | beneath                  | 1.4.1                        | The Beneath-1.12.2-1.4.1.jar                      | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | UCHIJA | thirstybottles           | 1.1.4                        | ThirstyBottles-1.12.2-1.1.4.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | tcomplement              | ${version}                   | TinkersComplement-1.12.2-0.2.3b.jar               | None                                     |
    | UCHIJA | tinkerstages             | 1.0.14                       | TinkerStages-1.12.2-1.0.14.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | tinkertoolleveling       | 1.12.2-1.0.5.DEV.30c7957     | TinkerToolLeveling-1.12.2-1.0.5.jar               | None                                     |
    | UCHIJA | tipthescales             | 1.0.1                        | TipTheScales-1.12.2-1.0.1.jar                     | None                                     |
    | UCHIJA | toastcontrol             | 1.6.0                        | Toast Control-1.12.2-1.6.0.jar                    | None                                     |
    | UCHIJA | togetherforever          | 1.0.2                        | togetherforever-1.12.2-1.0.7-13.jar               | None                                     |
    | UCHIJA | tombmanygraves           | @VERSION@                    | TombManyGraves-1.12-4.0.3.jar                     | None                                     |
    | UCHIJA | totemic                  | 1.12.2-0.11.1                | Totemic-1.12.2-0.11.1.jar                         | 21d11d7bf4d97b465382a1f95428029aac6daaea |
    | UCHIJA | tothebatpoles            | 1.12-1.1.0.0                 | tothebatpoles-1.12-1.1.0.0.jar                    | None                                     |
    | UCHIJA | translocators            | 2.5.0.70                     | Translocators-1.12.2-2.5.0.70-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJA | triumph                  | 1.13.0                       | Triumph-1.12.2-1.13.0.jar                         | None                                     |
    | UCHIJA | trumpetskeleton          | 1.12-1.0.2.1                 | trumpetskeleton-1.12-1.0.2.1.jar                  | None                                     |
    | UCHIJA | tumbleweed               | 1.11-0.4.5                   | tumbleweed-1.11-0.4.5.jar                         | None                                     |
    | UCHIJA | twilightforest           | 3.7.424                      | twilightforest-1.12.2-3.7.424-universal.jar       | None                                     |
    | UCHIJA | uppers                   | 0.0.6                        | Uppers-0.0.6.jar                                  | None                                     |
    | UCHIJA | universalmodifiers       | 1.12.2-1.0.9a                | valkyrielib-1.12.2-2.0.11a.jar                    | None                                     |
    | UCHIJA | vc                       | 5.6.1                        | ViesCraft-1.12.2-5.6.1.jar                        | None                                     |
    | UCHIJA | vtt                      | 0.6.4                        | VillagerTrades-1.12-0.6.4.jar                     | None                                     |
    | UCHIJA | waddles                  | 0.6.0                        | Waddles-1.12.2-0.6.0.jar                          | None                                     |
    | UCHIJA | wailastages              | 1.0.22                       | WailaStages-1.12.2-1.0.22.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | wanionlib                | 1.12.2-1.5                   | WanionLib-1.12.2-1.5.jar                          | None                                     |
    | UCHIJA | watercontrolextreme      | 1.0.0                        | WaterControlExtreme-1.0.2.jar                     | None                                     |
    | UCHIJA | waterstrainer            | 3.2.0                        | WaterStrainer-1.12-3.2.0.jar                      | None                                     |
    | UCHIJA | wawla                    | 2.5.257                      | Wawla-1.12.2-2.5.257.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJA | weirdinggadget           | 1.0                          | weirdinggadget-1.12.2-2.0.5-universal.jar         | None                                     |
    | UCHIJA | wildcrops                | 1.0.1                        | WildCrops-1.12-1.0.1.jar                          | None                                     |
    | UCHIJA | witherskelefix           | 2.6.0                        | Wither Skeleton Tweaks-1.12.2-2.6.0.jar           | None                                     |
    | UCHIJA | wopper                   | 1.12-r5                      | Wopper-1.12-r5.jar                                | None                                     |
    | UCHIJA | xnet                     | 1.6.9                        | xnet-1.12-1.6.9.jar                               | None                                     |
    | UCHIJA | ynot                     | 0.2.2                        | YNot-0.2.2.jar                                    | None                                     |
    | UCHIJA | yoyos                    | 1.12.2-1.2.2.20              | yoyos_1.12.2-1.2.2.20.jar                         | None                                     |
    | UCHIJA | reauth                   | 3.6.0                        | reauth-3.6.0.jar                                  | daba0ec4df71b6da841768c49fb873def208a1e3 |
    | UCHIJA | justthetips              | 1.12-1.0.1.1                 | justthetips-1.12-1.0.1.1.jar                      | None                                     |
    | UCHIJA | primal_tech              | 0.3.3                        | PrimalTech-0.3.3.jar                              | None                                     |
    | UCHIJA | teslacorelib_registries  | 1.0.14                       | tesla-core-lib-1.12.2-1.0.14.jar                  | None                                     |

    Loaded coremods (and transformers):
BNBGamingCore (BNBGamingCore-1.12.2-0.8.0.jar)
  com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.10.jar)
 
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.177.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
  team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Quark-r1.4-123.jar)
  vazkii.quark.base.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
CorePlugin (SmoothFont-1.12.2-1.15.jar)
  bre.smoothfont.asm.Transformer
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
 
FarseekCoreMod (Farseek-1.12-2.3.jar)
  farseek.core.FarseekClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  invtweaks.forge.asm.ContainerTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)
 
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  squeek.applecore.asm.TransformerModuleHandler
IvToolkit (IvToolkit-1.3.3-1.12.jar)
 
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
  mods.betterfoliage.loader.BetterFoliageTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
  thebetweenlands.core.TheBetweenlandsClassTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 411.63' Renderer: 'GeForce GTX 1060 3GB/PCIe/SSE2'
    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)
        - chiselsandbitsIntegration (Enabled/Not Forced)
        - wailaIntegration (Enabled/Not Forced)

    Pulsar/natura loaded Pulses:
        - NaturaCommons (Enabled/Forced)
        - NaturaOverworld (Enabled/Not Forced)
        - NaturaNether (Enabled/Not Forced)
        - NaturaDecorative (Enabled/Not Forced)
        - NaturaEntities (Enabled/Not Forced)
        - NaturaOredict (Enabled/Forced)
        - NaturaWorld (Enabled/Not Forced)

    AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
    Pulsar/tcomplement loaded Pulses:
        - ModuleCommons (Enabled/Forced)
        - ModuleFeature (Enabled/Not Forced)
        - CeramicsPlugin (Enabled/Not Forced)
        - ChiselPlugin (Enabled/Not Forced)

    List of loaded APIs:
        * AbyssalCraftAPI (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Biome (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Block (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Caps (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Condition (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Disruption (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Energy (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Entity (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Event (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Integration (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Internal (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Item (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Necronomicon (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Recipe (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Ritual (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * AbyssalCraftAPI|Spell (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
        * actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r135.jar
        * antiqueatlasapi (5.1) from antiqueatlas-1.12.2-4.4.9.jar
        * AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.1.jar
        * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
        * AromaBackupAPI (1.0) from AromaBackup-1.12.2-2.1.1.3.jar
        * Base|API (1.0.0) from base-1.12.2-3.7.2.jar
        * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
        * betteradvancements|API (0.0.7.42) from BetterAdvancements-1.12.2-0.0.7.42.jar
        * BetterWithModsAPI (Beta 0.6) from Quark-r1.4-123.jar
        * BetweenlandsAPI (1.10.0) from TheBetweenlands-3.3.8-universal.jar
        * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.2.12-97.jar
        * BuildCraftAPI|blocks (1.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|boards (2.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|core (2.2) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|crops (1.1) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|enums (1.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|events (2.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|facades (1.1) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|filler (5.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|fuels (2.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|gates (4.1) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|items (1.1) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|library (2.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|lists (1.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|power (1.3) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|recipes (3.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|robotics (3.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|statements (1.1) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|tiles (1.2) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|tools (1.0) from buildcraft-core-7.99.17.jar
        * BuildCraftAPI|transport (5.0) from buildcraft-core-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
        * ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.17.jar
        * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
        * ctm-api (0.1.0) from CTM-MC1.12-0.3.0.15.jar
        * ctm-api-events (0.1.0) from CTM-MC1.12-0.3.0.15.jar
        * ctm-api-models (0.1.0) from CTM-MC1.12-0.3.0.15.jar
        * ctm-api-textures (0.1.0) from CTM-MC1.12-0.3.0.15.jar
        * ctm-api-utils (0.1.0) from CTM-MC1.12-0.3.0.15.jar
        * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.17.jar
        * Galacticraft API (1.1) from GalacticraftCore-1.12.2-4.0.1.177.jar
        * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.5-60.jar
        * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-82.jar
        * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-82.jar
        * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.10.0-173.jar
        * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.12.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.9.2.196.jar
        * MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.11.346.jar
        * MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.11.346.jar
        * MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.11.346.jar
        * MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.11.346.jar
        * MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.11.346.jar
        * MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.11.346.jar
        * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.11.346.jar
        * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
        * PneumaticCraftApi (1.0) from pneumaticcraft-repressurized-1.12.2-0.6.6-192.jar
        * QuarkAPI (2) from Quark-r1.4-123.jar
        * reborncoreAPI (3.8.7.295) from RebornCore-1.12.2-3.8.7.295-universal.jar
        * reborncoreAPI|Power (3.8.7.295) from RebornCore-1.12.2-3.8.7.295-universal.jar
        * reborncoreAPI|Recipe (3.8.7.295) from RebornCore-1.12.2-3.8.7.295-universal.jar
        * reborncoreAPI|Tile (3.8.7.295) from RebornCore-1.12.2-3.8.7.295-universal.jar
        * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.20.99.jar
        * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.20.99.jar
        * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
        * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
        * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
        * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
        * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
        * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
        * togetherforeverapi (1) from togetherforever-1.12.2-1.0.7-13.jar
        * totemic|API (1.12.2-6.3.0) from Totemic-1.12.2-0.11.1.jar
        * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.11a.jar
        * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
    RebornCore:
        Plugin Engine: 0
        RebornCore Version: 3.8.7.295
        Runtime Debofucsation 1
        RenderEngine: 1
    AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
    Launched Version: forge-14.23.4.2707
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 1060 3GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 411.63, 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: No
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: Faithful+1.12.2-rv4.zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x AMD FX(tm)-8300 Eight-Core Processor
    OptiFine Version: OptiFine_1.12.2_HD_U_E2
    OptiFine Build: 20180728-185429
    Render Distance Chunks: 12
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 NVIDIA 411.63
    OpenGlRenderer: GeForce GTX 1060 3GB/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 8
 
Dernière édition par un modérateur: