Skip to content

Instantly share code, notes, and snippets.

@JavaRoxxD
Last active November 3, 2018 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JavaRoxxD/025d0c85722843771cf6ee1dfbfaf72f to your computer and use it in GitHub Desktop.
Save JavaRoxxD/025d0c85722843771cf6ee1dfbfaf72f to your computer and use it in GitHub Desktop.
Crash-log
---- Minecraft Crash Report ----
WARNING: coremods are present:
BedPatch (bedpatch-2.2-1.12.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.0-core.jar)
HCASM (HammerCore-1.12.2-2.0.3.3.jar)
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.5.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
ForgelinPlugin (Forgelin-1.8.0.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.2.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.2-1.12.2.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
EECore (ExpandedEquivalence-1.12.2-11b.jar)
llibrary (llibrary-core-1.0.8-1.12.2.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
Contact their authors BEFORE contacting forge
// Sorry :(
Time: 11/2/18 10:34 PM
Description: Initializing game
java.lang.NoClassDefFoundError: scala/collection/Seq
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethods(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: scala.collection.Seq
at java.net.URLClassLoader.findClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 40 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethods(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_191, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2775257368 bytes (2646 MB) / 3164078080 bytes (3017 MB) up to 5246550016 bytes (5003 MB)
JVM Flags: 8 total; -Xmn350m -Xms3G -Xmx5G -XX:MaxGCPauseMillis=500 -XX:+UseParallelGC -XX:ParallelGCThreads=4 -XX:+AggressiveOpts -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2772 Optifine OptiFine_1.12.2_HD_U_E2 135 mods loaded, 135 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----- |:------------------------ |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
| UC | minecraft | 1.12.2 | minecraft.jar | None |
| UC | mcp | 9.42 | minecraft.jar | None |
| UC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2772.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | forge | 14.23.5.2772 | forge-1.12.2-14.23.5.2772.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| UC | foamfixcore | 7.7.4 | minecraft.jar | None |
| UC | crafttweaker | 4.1.11 | CraftTweaker2-1.12-4.1.11.jar | None |
| UC | mtlib | 3.0.5 | MTLib-3.0.5.jar | None |
| UC | modtweaker | 4.0.15 | modtweaker-4.0.15.jar | None |
| UC | jei | 4.13.1.220 | jei_1.12.2-4.13.1.220.jar | None |
| UC | abyssalcraft | 1.9.4.13 | AbyssalCraft-1.12.2-1.9.4.13.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| UC | ic2 | 2.8.101-ex112 | industrialcraft-2-2.8.101-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| UC | advanced_solar_panels | 4.2.0 | Advanced+Solar+Panels-4.2.0.jar | None |
| UC | aether_legacy | 1.12.2-v3.2 | aether_legacy-1.12.2-v3.2.jar | None |
| UC | aether_legacy_addon | 1.12.2-v1.0 | aether_legacy_addon_1.12.2-v1.0.jar | None |
| UC | ageofweapons | 0.13.5 | Age+of+Weapons+1.12.2++(v.0.13.5).jar | None |
| UC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| UC | appliedenergistics2 | rv6-stable-3 | appliedenergistics2-rv6-stable-3.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UC | forestry | 5.8.2.358 | forestry_1.12.2-5.8.2.358.jar | None |
| UC | binniecore | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UC | binniedesign | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UC | genetics | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UC | botany | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UC | extrabees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UC | extratrees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UC | biomesoplenty | 7.0.1.2402 | BiomesOPlenty-1.12.2-7.0.1.2402-universal.jar | None |
| UC | bookshelf | 2.3.567 | Bookshelf-1.12.2-2.3.567.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| UC | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | chickenchunks | 2.4.1.73 | ChickenChunks-1.12.2-2.4.1.73-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | ctm | MC1.12.2-0.3.2.20 | CTM-MC1.12.2-0.3.2.20.jar | None |
| UC | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
| UC | clumps | 3.1.1 | Clumps-3.1.1.jar | None |
| UC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None |
| UC | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | cyclopscore | 0.11.10 | CyclopsCore-1.12.2-0.11.10.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UC | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
| UC | craftablemobs | 1.0.0 | craftablemobs-1.0.0.jar | None |
| UC | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
| UC | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.11.jar | None |
| UC | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.11.jar | None |
| UC | cucumber | 1.1.1 | Cucumber-1.12.2-1.1.1.jar | None |
| UC | dailyreward | 1 | CustomDailyReward-r1.0-1.jar | None |
| UC | dummycore | 2.4.112.5. | DummyCoreUnofficial-2.4.112.5.jar | None |
| UC | embers | 1.9hotfix4 | EmbersRekindled-1.9hotfix4.jar | None |
| UC | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
| UC | emt | B_EMT3.4 | EMT-B_EMT4.5.jar | None |
| UC | eplus | 5.0.174 | EnchantingPlus-1.12.2-5.0.174.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC | enchdesc | 1.1.12 | EnchantmentDescriptions-1.12.2-1.1.12.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC | hammercore | 2.0.3.3 | HammerCore-1.12.2-2.0.3.3.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UC | projecte | 1.12-PE1.3.1B | ProjectE-1.12-PE1.3.1B.jar | None |
| UC | expequiv | 11b | ExpandedEquivalence-1.12.2-11b.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UC | moa_dlc | 1.12.2-v1.1 | extra_moas-1.1.jar | None |
| UC | familiarfauna | 1.0.10 | FamiliarFauna-1.12.2-1.0.10.jar | None |
| UC | foamfix | 0.10.2-1.12.2 | foamfix-0.10.2-1.12.2.jar | None |
| UC | forgelin | 1.8.0 | Forgelin-1.8.0.jar | None |
| UC | grassburner | 0.1.0 | grassburner-0.1.0.jar | None |
| UC | hud | 1.4-beta | hud-1.4-beta-1.12.2.jar | None |
| UC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| UC | thaumadditions | 10r | ThaumicAdditions-1.12.2-10r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UC | llibrary | 1.7.15 | llibrary-1.7.15-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| UC | iceandfire | 1.5.2 | iceandfire-1.5.2.jar | None |
| UC | integrateddynamics | 0.11.17 | IntegratedDynamics-1.12.2-0.11.17.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UC | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.17.jar | None |
| UC | intwheel | 1.2.7 | intwheel-1.12-1.2.7.jar | None |
| UC | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UC | ironchest | 1.12.2-7.0.52.837 | ironchest-1.12.2-7.0.52.837.jar | None |
| U | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
| U | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
| U | jeivillagers | 1.0 | jeivillagers-1.12-1.0.2.jar | None |
| U | jeresources | 0.8.9.48 | JustEnoughResources-1.12.2-0.8.9.48.jar | None |
| U | jeroreintegration | 1.1.0 | JEROreIntegration-1.12.2-1.1.0.jar | None |
| U | jjskill | 1.0.1 | JJ+Skill+1.12-1.12.2-v1.0.1.jar | None |
| U | justenoughbuttons | 1.12-1.2 | justenoughbuttons-1.12.2-1.2.2-5.jar | None |
| U | levelup2 | ${version} | Level+Up!+2-1.1.22-1.12.jar | None |
| U | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None |
| U | lucky | 7.5.0 | LuckyBlock_1-12_v7-5-0.zip | None |
| U | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
| U | mantle | 1.12-1.3.3.39 | Mantle-1.12-1.3.3.39.jar | None |
| U | mcjtylib_ng | 3.0.6 | mcjtylib-1.12-3.0.6.jar | None |
| U | megaloot | 0.2.30 | megaloot-1.12.2-0.2.30.jar | None |
| U | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
| U | mekanismgenerators | 9.4.11 | MekanismGenerators-1.12.2-9.4.13.349.jar | None |
| U | mekanismtools | 9.4.11 | MekanismTools-1.12.2-9.4.13.349.jar | None |
| U | mekatweaker | 1.1.2 | mekatweaker-1.12-1.1.2.jar | None |
| U | mobfarm | 2.2.1 | Mob+Farm-1.12-2.2.2.jar | None |
| U | mousetweaks | 2.9 | MouseTweaks-2.9-mc1.12.2.jar | None |
| U | mowziesmobs | 1.4.2 | mowziesmobs-1.4.2.jar | None |
| U | zaraklib | 0.0.3 | ZarakLIB.jar | None |
| U | multibags | 0.0.1 | MultiBags.jar | None |
| U | mysticalagriculture | 1.6.13 | MysticalAgriculture-1.12-1.6.13.jar | None |
| U | nex | 2.0.8 | NetherEx-1.12.2-2.0.8.jar | None |
| U | parry | 1.0 | parry-1.0-hotfix.jar | None |
| U | toolprogression | 1.12.2-1.5.6 | toolprogression-1.12.2-1.5.6.jar | None |
| U | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
| U | tconstruct | 1.12.2-2.11.0.106 | TConstruct-1.12.2-2.11.0.106.jar | None |
| U | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | None |
| U | thermalfoundation | 2.6.1 | ThermalFoundation-1.12.2-2.6.1.22-universal.jar | None |
| U | plustic | 6.5.3.0 | plustic-6.5.3.0.jar | None |
| U | primitivemobs | 1.1.6 | primitivemobs-1.1.6_beta.jar | None |
| U | randomthings | 4.2.2 | RandomThings-MC1.12.2-4.2.2.jar | None |
| U | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
| U | refinedstorage | 1.6.9 | refinedstorage-1.6.9.jar | None |
| U | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | None |
| U | rftools | 7.56 | rftools-1.12-7.56.jar | None |
| U | rftoolscontrol | 1.9.1 | rftoolsctrl-1.12-1.9.1.jar | None |
| U | storagenetwork | 1.5.4 | SimpleStorageNetwork-1.12.2-1.5.4.jar | None |
| U | somanyenchantments | 0.3.0 | SoManyEnchantments+V0.3.1+(1.12.2).jar | None |
| U | tc6aspects4jei | 0.0.2a | tc6aspects4jei-0.0.2a.jar | None |
| U | thaumicbases | 3.2.270.4r | thaumicbases-3.2.270.4r.jar | None |
| U | thaumicequivalence | 1.12.2-1.0.5 | ThaumicEquivalence-1.12.2-1.0.5.jar | None |
| U | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
| U | thaumicjei | 1.2.1 | ThaumicJEI-1.12.2-1.5.4-22.jar | None |
| U | thaumictinkerer | 1.12.2-5.0-353c71c | thaumictinkerer-1.12.2-5.0-353c71c.jar | None |
| U | theoneprobe | 1.4.25 | theoneprobe-1.12-1.4.25.jar | None |
| U | thermalexpansion | 5.5.2 | ThermalExpansion-1.12.2-5.5.2.39-universal.jar | None |
| U | thermalcultivation | 0.3.1 | ThermalCultivation-1.12.2-0.3.1.8-universal.jar | None |
| U | thermaldynamics | 2.5.3 | ThermalDynamics-1.12.2-2.5.3.16-universal.jar | None |
| U | thermalinnovation | 0.3.1 | ThermalInnovation-1.12.2-0.3.1.8-universal.jar | None |
| U | tinkersaether | 1.2.0 | tinkersaether-1.2.0.jar | None |
| U | tcomplement | ${version} | TinkersComplement-1.12.2-0.2.3b.jar | None |
| U | tinkerscompendium | 1.4.2.20 | tinkersdefense-1.4.2.20.jar | None |
| U | tinkersjei | 1.0 | tinkersjei-1.0.jar | None |
| U | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
| U | veinminer | 0.38.2 | VeinMiner-1.12-0.38.2.647+b31535a.jar | None |
| U | veinminermodsupport | 0.38.2 | VeinMiner-1.12-0.38.2.647+b31535a.jar | None |
| U | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
| U | wawla | 2.5.264 | Wawla-1.12.2-2.5.264.jar | None |
| U | waystones | 4.0.67 | Waystones_1.12.2-4.0.67.jar | None |
| U | xaerominimap | 1.15.9 | Xaeros_Minimap_1.15.9_Forge_1.12.jar | None |
| U | xaeroworldmap | 1.3.2 | XaerosWorldMap_1.3.2_Forge_1.12.jar | None |
| U | immersiveengineering | 0.12-86 | ImmersiveEngineering-0.12-86.jar | None |
| U | thebetweenlands | 3.4.0 | TheBetweenlands-3.4.0-universal.jar | None |
Loaded coremods (and transformers):
BedPatch (bedpatch-2.2-1.12.2.jar)
com.mordenkainen.bedpatch.BedPatchASM
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.0-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
HCASM (HammerCore-1.12.2-2.0.3.3.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.5.jar)
DummyCore.ASM.DCASMManager
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
ForgelinPlugin (Forgelin-1.8.0.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.2.2.jar)
lumien.randomthings.asm.ClassTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.2-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
EECore (ExpandedEquivalence-1.12.2-11b.jar)
com.zeitheron.expequiv.core.EETransformer
llibrary (llibrary-core-1.0.8-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
team.chisel.ctm.client.asm.CTMTransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13541 Compatibility Profile Context 25.20.14007.1000' Renderer: 'AMD Radeon HD 7700 Series'
AE2 Version: stable rv6-stable-3 for Forge 14.23.5.2768
Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 138 names; 176 stacks.
Pastebin Connection: Okay.
Dependent Mods:
-Expanded Equivalence (expequiv) @11b
-Thaumic Additions: Reconstructed (thaumadditions) @10r
Launched Version: 1.12.2-forge1.12.2-14.23.5.2772
LWJGL: 2.9.4
OpenGL: AMD Radeon HD 7700 Series GL version 4.5.13541 Compatibility Profile Context 25.20.14007.1000, ATI Technologies Inc.
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:
Current Language: Português (Brasil)
Profiler Position: N/A (disabled)
CPU: 8x AMD FX(tm)-8320 Eight-Core Processor
OptiFine Version: OptiFine_1.12.2_HD_U_E2
OptiFine Build: 20180728-185429
Render Distance Chunks: 8
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.13541 Compatibility Profile Context 25.20.14007.1000
OpenGlRenderer: AMD Radeon HD 7700 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment