Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Panda78901/7ad00d1ff3d18e2f22eea7e905ca963b to your computer and use it in GitHub Desktop.
Save Panda78901/7ad00d1ff3d18e2f22eea7e905ca963b to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
KsyxisLegacyForge (Ksyxis-1.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.15-1.12.2.jar)
MicdoodlePlugin (Galacticraft-1.12.2-4.0.6.jar)
SteveKunGLibPlugin (stevekung's-lib-mc1.12.2-v1.3.1.jar)
ObfuscatePlugin (obfuscate-0.4.2-mc1.12.2.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.77-core.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
Fusion Plugin (fusion-1.1.1-forge-mc1.12.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
CreativePatchingLoader (CreativeCore_v1.10.71_mc1.12.2.jar)
MixinLoader (Highlighter-1.12.2-forge-1.1.7.jar)
HCASM (HammerLib-1.12.2-2.0.6.28.jar)
Techguns Core (techguns-1.12.2-2.0.2.0_pre3.2.jar)
SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.4.1.jar)
MixinBooter (!mixinbooter-8.8.jar)
SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17-forge-mc1.12.jar)
Contact their authors BEFORE contacting forge
// I bet Cylons wouldn't have this problem.
Time: 5/1/24 9:37 PM
Description: Initializing game
java.lang.NoClassDefFoundError: mezz/jei/gui/textures/JeiTextureMap
at mezz.jei.startup.ProxyCommonClient.<init>(ProxyCommonClient.java:51)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at java.lang.Class.newInstance(Class.java:442)
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: mezz.jei.gui.textures.JeiTextureMap
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 44 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/TextureMap
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 46 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.texture.TextureMap
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 50 more
(MixinBooter) Mixins in Stacktrace:
net/minecraftforge/fml/common/LoadController:
zone.rong.mixinbooter.mixin.LoadControllerMixin (mixin.mixinbooter.init.json) [unknown-location]
net/minecraftforge/fml/client/FMLClientHandler:
com.supermartijn642.fusion.mixin.FMLClientHandlerMixin (fusion.mixins.json) [unknown-location]
net/minecraftforge/fml/common/LoadController:
zone.rong.mixinbooter.mixin.LoadControllerMixin (mixin.mixinbooter.init.json) [unknown-location]
net/minecraftforge/fml/client/FMLClientHandler:
com.supermartijn642.fusion.mixin.FMLClientHandlerMixin (fusion.mixins.json) [unknown-location]
net/minecraftforge/fml/common/LoadController:
zone.rong.mixinbooter.mixin.LoadControllerMixin (mixin.mixinbooter.init.json) [unknown-location]
net/minecraftforge/fml/client/FMLClientHandler:
com.supermartijn642.fusion.mixin.FMLClientHandlerMixin (fusion.mixins.json) [unknown-location]
net/minecraftforge/fml/common/LoadController:
zone.rong.mixinbooter.mixin.LoadControllerMixin (mixin.mixinbooter.init.json) [unknown-location]
net/minecraftforge/fml/client/FMLClientHandler:
com.supermartijn642.fusion.mixin.FMLClientHandlerMixin (fusion.mixins.json) [unknown-location]
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at mezz.jei.startup.ProxyCommonClient.<init>(ProxyCommonClient.java:51)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at java.lang.Class.newInstance(Class.java:442)
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 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: 934752528 bytes (891 MB) / 2147483648 bytes (2048 MB) up to 8589934592 bytes (8192 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 140 mods loaded, 140 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----- |:--------------------------------- |:------------------------- |:-------------------------------------------------- |:---------------------------------------- |
| LC | minecraft | 1.12.2 | minecraft.jar | None |
| LC | mcp | 9.42 | minecraft.jar | None |
| LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | creativecoredummy | 1.0.0 | minecraft.jar | None |
| LC | micdoodlecore | 4.0.6 | minecraft.jar | None |
| LC | mixinbooter | 8.8 | minecraft.jar | None |
| LC | foamfixcore | 7.7.4 | minecraft.jar | None |
| LC | obfuscate | 0.4.2 | minecraft.jar | None |
| LC | techguns_core | 1.12.2-1.0 | minecraft.jar | None |
| LC | supermartijn642corelib | 1.1.17 | _supermartijn642corelib-1.1.17-forge-mc1.12.jar | None |
| LC | actuallyadditions | 1.12.2-r151 | ActuallyAdditions-1.12.2-r151-2.jar | None |
| LC | aether_legacy | 1.5.3.2 | aether-1.12.2-v1.5.3.2.jar | None |
| LC | creativecore | 1.10.0 | CreativeCore_v1.10.71_mc1.12.2.jar | None |
| LC | ambientsounds | 3.0 | AmbientSounds_v3.1.5_mc1.12.2.jar | None |
| LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LC | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
| LC | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.674.jar | None |
| L | jei | 4.16.1.1012 | jei_1.12.2-4.16.1.1012 (1).jar | None |
| L | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
| L | endercore | 1.12.2-0.5.77 | EnderCore-1.12.2-0.5.77.jar | None |
| L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None |
| L | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | None |
| L | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |
| L | brandonscore | 2.4.20 | BrandonsCore-1.12.2-2.4.20.162-universal.jar | None |
| L | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | None |
| L | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None |
| L | draconicevolution | 2.3.28 | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar | None |
| L | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None |
| L | enderio | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| L | enderiointegrationtic | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
| L | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |
| L | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
| L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
| L | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
| L | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
| L | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | None |
| L | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None |
| L | bountifulbaubles | 0.0.1 | Bountiful+Baubles-1.12.2-0.1.8.jar | None |
| L | buildcraftlib | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| L | buildcraftcore | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| L | buildcraftbuilders | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| L | buildcrafttransport | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| L | buildcraftsilicon | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| L | buildcraftcompat | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| L | buildcraftenergy | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| L | buildcraftfactory | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| L | buildcraftrobotics | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| L | carryon | 1.12.3 | carryon-1.12.2-1.12.7.23.jar | None |
| L | cdm | 0.4.1 | cdm-0.4.1-mc1.12.2.jar | None |
| L | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| L | fusion | 1.1.1 | fusion-1.1.1-forge-mc1.12.jar | None |
| L | connectedglass | 1.1.11a | connectedglass-1.1.11a-forge-mc1.12.jar | None |
| L | controlling | 3.0.10 | Controlling-3.0.10.jar | None |
| L | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.674.jar | None |
| L | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.674.jar | None |
| L | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
| L | dimdoors | 3.0.10 | DimensionalDoors-1.12.2-3.0.12.jar | None |
| L | draconicadditions | 1.17.0 | Draconic-Additions-1.12.2-1.17.0.45-universal.jar | None |
| L | supermartijn642configlib | 1.1.6 | supermartijn642configlib-1.1.8-forge-mc1.12.jar | None |
| L | durabilitytooltip | 1.1.4 | durabilitytooltip-1.1.5-forge-mc1.12.jar | None |
| L | elevatorid | 1.4.2 | ElevatorMod-1.12.2-1.4.2.jar | None |
| L | enderiobase | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| L | enderioconduits | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| L | enderioconduitsappliedenergistics | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| L | enderioconduitsopencomputers | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| L | enderioconduitsrefinedstorage | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| L | enderiointegrationforestry | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| L | enderiointegrationticlate | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| L | enderioinvpanel | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| L | ftblib | 5.4.7.2 | FTBLib-5.4.7.2.jar | None |
| L | enderiomachines | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| L | enderiopowertools | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| L | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | None |
| L | energyconverters | 1.3.7.30 | energyconverters_1.12.2-1.3.7.30.jar | None |
| L | hammercore | 2.0.6.28 | HammerLib-1.12.2-2.0.6.28.jar | None |
| L | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None |
| L | expequiv | 12.3.17 | ExpandedEquivalence-1.12.2-12.3.17.jar | None |
| L | zerocore | 1.12.2-0.1.2.9 | zerocore-1.12.2-0.1.2.9.jar | None |
| L | bigreactors | 1.12.2-0.4.5.68 | ExtremeReactors-1.12.2-0.4.5.68.jar | None |
| L | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| L | foamfix | @VERSION@ | foamfix-0.10.15-1.12.2.jar | None |
| L | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
| L | microblockcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
| L | minecraftmultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
| L | fpsreducer | mc1.12.2-1.20 | FpsReducer-mc1.12.2-1.20.jar | None |
| L | ftbutilities | 5.4.1.131 | FTBUtilities-5.4.1.131.jar | None |
| L | itemfilters | 1.0.4.2 | ItemFilters-1.0.4.2.jar | None |
| L | ftbquests | 1202.9.0.15 | FTBQuests-1202.9.0.15.jar | None |
| L | fw | 1.6.0 | FullscreenWindowed-1.12-1.6.0-1.jar | None |
| L | cfm | 6.3.0 | furniture-6.3.2-1.12.2.jar | None |
| L | galacticraftcore | 4.0.6 | Galacticraft-1.12.2-4.0.6.jar | None |
| L | galacticraftplanets | 4.0.6 | Galacticraft-1.12.2-4.0.6.jar | None |
| L | geckolib3 | 3.0.24 | geckolib-forge-1.12.2-3.0.28.jar | None |
| L | grapplemod | 1.12.2-v13 | grappling_hook_mod-1.12.2-v13.jar | None |
| L | gravestone | 1.10.3 | gravestone-1.10.3.jar | None |
| L | harvest | 1.12-1.2.8-25 | Harvest-1.12-1.2.8-25.jar | None |
| L | highlighter | 1.1.7 | Highlighter-1.12.2-forge-1.1.7.jar | None |
| L | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| L | inventorypets | 2.0.15 | inventorypets-1.12-2.0.15.jar | None |
| L | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | None |
| L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
| L | itemcollectors | 1.1.10 | itemcollectors-1.1.10-forge-mc1.12.jar | None |
| L | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
| L | ksyxis | 1.2.2 | Ksyxis-1.2.2.jar | None |
| L | kubejs | forge-1.12.2-1.1.0.65 | KubeJS-forge-1.12.2-1.1.0.65.jar | None |
| L | mahoutsukai | 1.12.2-v1.19.54 | mahoutsukai-1.12.2-v1.19.54.jar | None |
| L | mjrlegendslib | 1.12.2-1.2.1 | MJRLegendsLib-1.12.2-1.2.1.jar | None |
| L | mob_grinding_utils | 0.3.13 | mob grindingutils-03.13.jar | None |
| L | stevekung's_lib | 1.3.1 | stevekung's-lib-mc1.12.2-v1.3.1.jar | None |
| L | moreplanets | 2.3.3 | More-Planets-1.12.2-2.3.3-GC4.0.6.jar | None |
| L | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
| L | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | None |
| L | mowziesmobs | 1.5.8 | mowziesmobs-1.5.8.jar | None |
| L | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
| L | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None |
| L | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5-forge.jar | None |
| L | neat | 1.4-17 | Neat+1.4-17.jar | None |
| L | recipehandler | 0.13 | NoMoreRecipeConflict-0.131.12.2.jar | None |
| L | hbm | NTM-Extended-1.12.2-2.0.2 | NTM-Extended-1.12.2-2.0.2.jar | None |
| L | oreexcavation | 1.4.150 | OreExcavation-1.4.150.jar | None |
| L | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
| L | projectintelligence | 1.0.9 | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar | None |
| L | quickteleports | 1.1.1 | quickteleports-1.12.2-1.1.1.jar | None |
| L | additionalstructures | 2.5.0 | Rex_s-AdditionalStructures-1.12.x(v.2.5.0).jar | None |
| L | solarflux | 12.3.8 | SolarFluxReborn_1.12.2-12.3.8.jar | None |
| L | spartanshields | 1.5.5 | SpartanShields-1.12.2-1.5.5.jar | None |
| L | spartanweaponry | 1.4.1 | SpartanWeaponry-1.12.2-1.4.1.jar | None |
| L | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| L | teamsmod | 1.12.2-Rfinal | teamsmod-1.12.2-Rfinal-fixed.jar | None |
| L | techguns | 2.0.2.0 | techguns-1.12.2-2.0.2.0_pre3.2.jar | None |
| L | thermaldynamics | 2.5.6 | ThermalDynamics-1.12.2-2.5.6.1-universal.jar | None |
| L | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
| L | travelersbackpack | 1.0.35 | TravelersBackpack-1.12.2-1.0.35.jar | None |
| L | undergroundbiomes | 1.3.14 | UndergroundBiomesConstructs-1.12-1.3.14.jar | None |
| L | wawla | 2.6.275 | Wawla-1.12.2-2.6.275.jar | None |
| L | wormhole | 1.1.16 | wormhole-1.1.16-forge-mc1.12.jar | None |
| L | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None |
| L | jade | 0.1.0 | Jade-0.1.0.jar | None |
Loaded coremods (and transformers):
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
KsyxisLegacyForge (Ksyxis-1.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.15-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
MicdoodlePlugin (Galacticraft-1.12.2-4.0.6.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
SteveKunGLibPlugin (stevekung's-lib-mc1.12.2-v1.3.1.jar)
ObfuscatePlugin (obfuscate-0.4.2-mc1.12.2.jar)
com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.77-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
Fusion Plugin (fusion-1.1.1-forge-mc1.12.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
CreativePatchingLoader (CreativeCore_v1.10.71_mc1.12.2.jar)
MixinLoader (Highlighter-1.12.2-forge-1.1.7.jar)
HCASM (HammerLib-1.12.2-2.0.6.28.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
Techguns Core (techguns-1.12.2-2.0.2.0_pre3.2.jar)
techguns.core.TechgunsASMTransformer
SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.4.1.jar)
MixinBooter (!mixinbooter-8.8.jar)
SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17-forge-mc1.12.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 552.22' Renderer: 'NVIDIA GeForce RTX 3080/PCIe/SSE2'
Launched Version: 1.12.2-forge-14.23.5.2860
LWJGL: 2.9.4
OpenGL: NVIDIA GeForce RTX 3080/PCIe/SSE2 GL version 4.6.0 NVIDIA 552.22, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: ! 3defrosted 8[ f16x 8].zip, fabric
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 16x 11th Gen Intel(R) Core(TM) i7-11700KF @ 3.60GHz
OptiFine Version: OptiFine_1.12.2_HD_U_G5
OptiFine Build: 20210124-142939
Render Distance Chunks: 16
Mipmaps: 3
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 552.22
OpenGlRenderer: NVIDIA GeForce RTX 3080/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment