Skip to content

Instantly share code, notes, and snippets.

@NicosaurusRex99
Created September 29, 2017 10:26
Show Gist options
  • Save NicosaurusRex99/1618279a561483f347810538a677ccd9 to your computer and use it in GitHub Desktop.
Save NicosaurusRex99/1618279a561483f347810538a677ccd9 to your computer and use it in GitHub Desktop.
Dont know what this issue is but its an issue
---- Minecraft Crash Report ----
WARNING: coremods are present:
HammerCoreCore (HammerCore-1.12.2-1.9.4.8.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.0.6.1.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
SFRCore (SolarFluxReborn_1.12.2-3.42r.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
BCModPlugin (backpacks 1.12.2 - 3.3.2.jar)
Contact their authors BEFORE contacting forge
// Don't be sad. I'll do better next time, I promise!
Time: 9/29/17 7:53 PM
Description: Initializing game
java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at elec332.core.util.FMLUtil.loadClass(FMLUtil.java:19)
at elec332.core.main.ElecCoreDiscoverer$AdvancedASMData.loadClass(ElecCoreDiscoverer.java:199)
at elec332.core.main.APIHandler.processASMData(APIHandler.java:48)
at elec332.core.main.ElecCoreDiscoverer.process(ElecCoreDiscoverer.java:146)
at elec332.core.main.ElecCore.onConstructionLast(ElecCore.java: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:483)
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:253)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
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:483)
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:148)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:227)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.IllegalArgumentException: Unsupported MC version: 1.12.2
at elec332.abstraction.manager.AbstractionManager.init(AbstractionManager.java:29)
at elec332.abstraction.manager.AbstractionManager.<clinit>(AbstractionManager.java:47)
... 43 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.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at elec332.core.util.FMLUtil.loadClass(FMLUtil.java:19)
at elec332.core.main.ElecCoreDiscoverer$AdvancedASMData.loadClass(ElecCoreDiscoverer.java:199)
at elec332.core.main.APIHandler.processASMData(APIHandler.java:48)
at elec332.core.main.ElecCoreDiscoverer.process(ElecCoreDiscoverer.java:146)
at elec332.core.main.ElecCore.onConstructionLast(ElecCore.java: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:483)
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:253)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
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:483)
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:148)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:227)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 294135888 bytes (280 MB) / 1595932672 bytes (1522 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4608m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.0.2493 126 mods loaded, 125 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.0.2493.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | forge | 14.23.0.2493 | forge-1.12.2-14.23.0.2493.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| UC | backpacks16840 | 3.3.2 | backpacks 1.12.2 - 3.3.2.jar | None |
| UC | actuallyadditions | 1.12.1-r120 | ActuallyAdditions-1.12.1-r120.jar | None |
| UC | baubles | 1.5.1 | Baubles-1.12-1.5.1.jar | None |
| UC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| UC | psi | r1.1-53 | Psi-r1.1-53.jar | None |
| UC | autoreglib | 1.3-13 | AutoRegLib-1.3-13.jar | None |
| UC | crafttweaker | 4.0.7 | CraftTweaker2-1.12-4.0.7.jar | None |
| UC | jei | 4.7.11.102 | jei_1.12.2-4.7.11.102.jar | None |
| UC | base | 3.3.1 | base-1.12-3.3.1.jar | None |
| UC | bdlib | 1.14.2.8 | bdlib-1.14.2.8-mc1.12.1.jar | None |
| UC | bookshelf | 2.1.449 | Bookshelf-1.12.2-2.1.449.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC | botania | r1.10-347 | Botania r1.10-347.jar | None |
| UC | bouncing_balls | 1.5.1 | BouncingBalls-1.12-1.5.1.jar | None |
| UC | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UC | cofhcore | 4.3.5 | CoFHCore-1.12-4.3.5.13-universal.jar | None |
| UC | mekanism | 9.4.1 | Mekanism-1.12.1-9.4.1.326.jar | None |
| UC | sonarcore | 5.0.1 | sonarcore-1.12.2-5.0.1.jar | None |
| UC | calculator | 5.0.1 | calculator-1.12.2-5.0.1.jar | None |
| UC | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
| UC | tconstruct | 1.12-2.7.3.30 | TConstruct-1.12-2.7.3.30.jar | None |
| UC | ceramics | 1.12-1.3.2 | Ceramics-1.12-1.3.2.jar | None |
| UC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| UC | codechickenlib | 3.1.3.313 | CodeChickenLib-1.12-3.1.3.313-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | cofhworld | 1.0.1 | CoFHWorld-1.12-1.0.1.8-universal.jar | None |
| UC | compacter | 1.3.0.2 | compacter-1.3.0.2-mc1.12.jar | None |
| UC | contenttweaker | 1.12-4.1.0 | ContentTweaker-1.12-4.1.0.jar | None |
| UC | cookingforblockheads | 6.3.6 | CookingForBlockheads_1.12.1-6.3.6.jar | None |
| UC | extendedrenderer | v1.0 | coroutil-1.12.1-1.1.22.jar | None |
| UC | coroutil | 1.12.1-1.1.20 | coroutil-1.12.1-1.1.22.jar | None |
| UC | configmod | v1.0 | coroutil-1.12.1-1.1.22.jar | None |
| UC | ctgui | 1.0.0 | CraftTweaker2-1.12-4.0.7.jar | None |
| UC | crafttweakerjei | 2.0.0 | CraftTweaker2-1.12-4.0.7.jar | None |
| UC | cucumber | 1.0.2 | cucumber[1.12]-1.0.2.jar | None |
| UC | custommainmenu | 2.0.8 | CustomMainMenu-MC1.12.2-2.0.8.jar | None |
| UC | cyclopscore | 0.10.19 | CyclopsCore-1.12-0.10.19.jar | None |
| UC | p455w0rdslib | 2.0.21 | p455w0rdslib-1.12-2.0.21.jar | None |
| UC | danknull | 1.0.5 | DankNull-1.12-1.0.5.jar | None |
| UC | darkutils | 1.7.173 | DarkUtils-1.12.2-1.7.173.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC | natura | 1.12-4.3.0.17 | Natura-1.12-4.3.0.17.jar | None |
| UC | forestry | 5.5.6.197 | forestry_1.12.2-5.5.6.197.jar | None |
| UC | eleccore | 1.7.431 | ElecCore-1.11-1.7.431.jar | None |
| UC | deepresonance | 1.4.9 | deepresonance-1.12-1.4.9.jar | None |
| UC | valkyrielib | 1.12-2.0.4b | valkyrielib-1.12.X-2.0.4b.jar | None |
| UC | environmentaltech | 1.12.X-2.0.4a | environmentaltech-1.12.X-2.0.4a.jar | None |
| UC | everlastingabilities | 1.3.4 | EverlastingAbilities-1.12-1.3.4.jar | None |
| UC | thermalfoundation | 2.3.5 | ThermalFoundation-1.12-2.3.5.14-universal.jar | None |
| UC | thermalexpansion | 5.3.5 | ThermalExpansion-1.12-5.3.5.19-universal.jar | None |
| UC | exchangers | 1.12-2.4 | Exchangers-1.12-2.4.jar | None |
| UC | excompressum | 3.0.7 | ExCompressum_1.12.1-3.0.7.jar | None |
| UC | zerocore | 1.12-0.1.1.0 | zerocore-1.12-0.1.1.0.jar | None |
| UC | bigreactors | 1.12-0.4.5.40 | ExtremeReactors-1.12-0.4.5.40.jar | None |
| UC | farmingforblockheads | 3.1.5 | FarmingForBlockheads_1.12-3.1.5.jar | None |
| UC | fluxnetworks | 3.0.1 | fluxnetworks-1.12.2-3.0.1.jar | None |
| UC | foamfix | 0.8.0-beta3-1.12 | foamfix-0.8.0-beta3-1.12-law.jar | None |
| UC | ftbl | 4.1.5 | FTBLib-4.1.5.jar | None |
| UC | ftbu | 4.1.5 | FTBUtilities-4.1.5.jar | None |
| UC | gravestone | 1.10.0 | gravestone-1.10.0.jar | None |
| UC | hammercore | 1.9.4.8 | HammerCore-1.12.2-1.9.4.8.jar | None |
| UC | inventorypets | 1.4.9.9 | inventorypets-1.12-1.4.9.9.jar | None |
| UC | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UC | ironchest | 1.12.2-7.0.32.819 | ironchest-1.12.2-7.0.32.819.jar | None |
| UC | jarm | 1.12.2.3 | jarm-1.12.2.3.jar | None |
| UC | jehc | 1.3.1 | jehc-1.12-1.3.1.jar | None |
| UC | jeiintegration | 1.4.2.31 | jeiintegration_1.12.1-1.4.2.31.jar | None |
| UC | journeymap | 1.12.2-5.5.0rc1 | journeymap-1.12.2-5.5.0rc1.jar | None |
| UC | jeresources | 0.8.5.26 | JustEnoughResources-1.12.2-0.8.5.26.jar | None |
| UC | longfallboots | 1.2.1a | longfallboots-1.2.1a.jar | None |
| UC | lycanitesmobs | 1.17.1.2 - BETA01 - MC 1.12.2 | LycanitesMobsComplete 1.17.1.2-BETA01 [1.12.2].jar | None |
| UC | arcticmobs | 1.17.1.2 - BETA01 - MC 1.12.2 | LycanitesMobsComplete 1.17.1.2-BETA01 [1.12.2].jar | None |
| UC | demonmobs | 1.17.1.2 - BETA01 - MC 1.12.2 | LycanitesMobsComplete 1.17.1.2-BETA01 [1.12.2].jar | None |
| UC | desertmobs | 1.17.1.2 - BETA01 - MC 1.12.2 | LycanitesMobsComplete 1.17.1.2-BETA01 [1.12.2].jar | None |
| UC | forestmobs | 1.17.1.2 - BETA01 - MC 1.12.2 | LycanitesMobsComplete 1.17.1.2-BETA01 [1.12.2].jar | None |
| UC | freshwatermobs | 1.17.1.2 - BETA01 - MC 1.12.2 | LycanitesMobsComplete 1.17.1.2-BETA01 [1.12.2].jar | None |
| UC | infernomobs | 1.17.1.2 - BETA01 - MC 1.12.2 | LycanitesMobsComplete 1.17.1.2-BETA01 [1.12.2].jar | None |
| UC | junglemobs | 1.17.1.2 - BETA01 - MC 1.12.2 | LycanitesMobsComplete 1.17.1.2-BETA01 [1.12.2].jar | None |
| UC | mountainmobs | 1.17.1.2 - BETA01 - MC 1.12.2 | LycanitesMobsComplete 1.17.1.2-BETA01 [1.12.2].jar | None |
| UC | plainsmobs | 1.17.1.2 - BETA01 - MC 1.12.2 | LycanitesMobsComplete 1.17.1.2-BETA01 [1.12.2].jar | None |
| UC | saltwatermobs | 1.17.1.2 - BETA01 - MC 1.12.2 | LycanitesMobsComplete 1.17.1.2-BETA01 [1.12.2].jar | None |
| UC | shadowmobs | 1.17.1.2 - BETA01 - MC 1.12.2 | LycanitesMobsComplete 1.17.1.2-BETA01 [1.12.2].jar | None |
| UC | swampmobs | 1.17.1.2 - BETA01 - MC 1.12.2 | LycanitesMobsComplete 1.17.1.2-BETA01 [1.12.2].jar | None |
| UC | mekanismgenerators | 9.4.1 | MekanismGenerators-1.12.1-9.4.1.326.jar | None |
| UC | mekanismtools | 9.4.1 | MekanismTools-1.12.1-9.4.1.326.jar | None |
| UC | storagedrawers | 1.12-5.2.5 | StorageDrawers-1.12.1-5.3.3.jar | None |
| UC | refinedstorage | 1.5.18 | refinedstorage-1.5.18.jar | None |
| UC | moartinkers | 0.5.4 | moartinkers-0.5.4.jar | None |
| UC | mysticalagriculture | 1.6.4 | mysticalagriculture-1.12-1.6.4.jar | None |
| UC | mysticalagradditions | 1.2.4 | mysticalagradditions[1.12]-1.2.4.jar | None |
| UC | neat | 1.4-15 | Neat 1.4-15.jar | None |
| UC | notenoughwands | 1.5.9 | notenoughwands-1.12-1.5.9.jar | None |
| UC | harvestcraft | 1.12.1c | Pam's HarvestCraft 1.12.1c.jar | None |
| UC | shetiphiancore | 3.5.2 | shetiphiancore-1.12.0-3.5.2.jar | None |
| UC | platforms | 1.4.0.1 | platforms-1.12.0-1.4.0.1.jar | None |
| UC | plustic | 6.3.1.2 | plustic-6.3.1.2.jar | None |
| UC | randomthings | 4.0.6.1 | RandomThings-MC1.12.2-4.0.6.1.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UC | reborncore | 3.4.4.120 | RebornCore-1.12.2-3.4.4.120-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UC | reccomplex | 1.4.5 | RecurrentComplex-1.4.5.1.jar | None |
| UC | redstonearsenal | 2.3.5 | RedstoneArsenal-1.12-2.3.5.13-universal.jar | None |
| UC | refinedstorageaddons | 0.1.1 | refinedstorageaddons-0.1.1.jar | None |
| UC | rflux | 0.1.2 | rflux-1.12-0.1.2.jar | None |
| UC | rftools | 6.13 | rftools-1.12-6.13.jar | None |
| UC | rftoolsdim | 5.05 | rftoolsdim-1.12-5.05.jar | None |
| UC | silentlib | 2.2.9 | SilentLib-1.12-2.2.9-89.jar | None |
| UC | silentgems | 2.5.2 | SilentsGems-1.12-2.5.2-226.jar | None |
| UC | sgextraparts | 1.4.0 | SGExtraParts-1.12-1.4.0-30.jar | None |
| UC | solarfluxreborn | 3.42r | SolarFluxReborn_1.12.2-3.42r.jar | None |
| UC | stevescarts | ${version} | StevesCarts-1.12.2-2.4.10.49.jar | None |
| UC | stg | 1.12-1.2.1 | stg-1.12-1.2.1.jar | None |
| UC | theoneprobe | 1.4.18 | theoneprobe-1.12-1.4.18.jar | None |
| UC | thermalcultivation | 0.1.1 | ThermalCultivation-1.12-0.1.1.6-universal.jar | None |
| UC | thermaldynamics | 2.3.5 | ThermalDynamics-1.12-2.3.5.12-universal.jar | None |
| UC | tinkersaddons | 1.0.7 | Tinkers' Addons-1.12.1-1.0.7.jar | None |
| UC | tcomplement | ${version} | TinkersComplement-1.12.1-0.2.1.jar | None |
| UC | tp | 1.12 | tinyprogressions-1.12-3.2.7 - Beta.jar | None |
| UC | twilightforest | 2.3.8dev | twilightforest-1.12.1-2.4.0.63-universal.jar | None |
| UC | waddles | 0.5.6 | Waddles-1.12.2-0.5.6.jar | None |
| UC | waystones | 4.0.15 | Waystones_1.12.1-4.0.15.jar | None |
| UC | weather2 | 1.12.1-2.5.4 | weather2-1.12.1-2.5.4.jar | None |
| UC | weirdinggadget | 1.0 | weirdinggadget-1.12.1-2.0.2-universal.jar | None |
| UC | xnet | 1.4.0 | xnet-1.12-1.4.0.jar | None |
| U | zombieawareness | 1.12.1-1.11.10 | zombieawareness-1.12.1-1.11.10.jar | None |
| UD | solarfluxreborncore | 3.42r | minecraft.jar | None |
Loaded coremods (and transformers):
HammerCoreCore (HammerCore-1.12.2-1.9.4.8.jar)
com.pengu.hammercore.asm.HammerCoreTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.0.6.1.jar)
lumien.randomthings.asm.ClassTransformer
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
shetiphian.asm.ClassTransformer
SFRCore (SolarFluxReborn_1.12.2-3.42r.jar)
com.pengu.solarfluxreborn.core.SFRSerializedTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
BCModPlugin (backpacks 1.12.2 - 3.3.2.jar)
brad16840.common.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 385.41' Renderer: 'GeForce GTX 1050/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)
- theoneprobeIntegration (Enabled/Not Forced)
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
Pulsar/tcomplement loaded Pulses:
- ModuleCommons (Enabled/Forced)
- ModuleFeature (Enabled/Not Forced)
- CeramicsPlugin (Enabled/Not Forced)
Launched Version: forge-14.23.0.2493
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050/PCIe/SSE2 GL version 4.5.0 NVIDIA 385.41, 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:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment