Skip to content

Instantly share code, notes, and snippets.

@codetaylor
Created March 19, 2019 21:44
Show Gist options
  • Save codetaylor/015e9bc1eaec0c45867942dcfdfaeff6 to your computer and use it in GitHub Desktop.
Save codetaylor/015e9bc1eaec0c45867942dcfdfaeff6 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
AstralCore (astralsorcery-1.12.2-1.10.11.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.15-universal.jar)
ApotheosisCore (Apotheosis-1.12.2-1.8.0.jar)
BIFLoader (BowInfinityFix-1.11.x-1.12.x-rv5.jar)
Contact their authors BEFORE contacting forge
// Why did you do that?
Time: 3/19/19 2:22 PM
Description: Initializing game
java.lang.NoClassDefFoundError: net/darkhax/bookshelf/dataloader/sources/IDataProvider
at net.darkhax.biomespecificdungeons.BiomeSpecificDungeons.<clinit>(BiomeSpecificDungeons.java:22)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:526)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.darkhax.bookshelf.dataloader.sources.IDataProvider
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)
... 39 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.darkhax.biomespecificdungeons.BiomeSpecificDungeons.<clinit>(BiomeSpecificDungeons.java:22)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:526)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
-- 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: 498654816 bytes (475 MB) / 1151336448 bytes (1098 MB) up to 7546077184 bytes (7196 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8096m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2821 131 mods loaded, 131 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.2821.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | forge | 14.23.5.2821 | forge-1.12.2-14.23.5.2821.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | infinimend | 1.0.2 | minecraft.jar | None |
| LC | bowinfinityfix | rv5 | minecraft.jar | e250ba31147feb059b86cfd74ee61a8aeb88fb9b |
| LC | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None |
| LC | infinitylib | 1.12.2-1.12.0 | infinitylib-1.12.0.jar | None |
| LC | agricraft | 2.12.0-1.12.0-a6 | AgriCraft-2.12.0-1.12.0-a6.jar | None |
| LC | antiqueatlas | 4.5.0 | antiqueatlas-1.12.2-4.5.0.jar | e631d7254e451d0360d0148cb21407d5511d45e9 |
| LC | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12.2-4.5.0.jar | e631d7254e451d0360d0148cb21407d5511d45e9 |
| LC | placebo | 1.5.1 | Placebo-1.12.2-1.5.1.jar | None |
| LC | apotheosis | 1.8.0 | Apotheosis-1.12.2-1.8.0.jar | None |
| LC | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
| LC | crafttweaker | 4.1.16 | CraftTweaker2-1.12-4.1.16.jar | None |
| LC | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
| LC | modtweaker | 4.0.16 | modtweaker-4.0.16.jar | None |
| LC | jei | 4.15.0.269 | jei_1.12.2-4.15.0.269.jar | None |
| LC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| LC | ebwizardry | 4.1.4 | Electroblob's Wizardry - 4.1.4 - MC 1.12.2.jar | None |
| LC | arcane_essentials | 1.0 | Arcane Essentials-0.7.jar | None |
| LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LC | astralsorcery | 1.10.11 | astralsorcery-1.12.2-1.10.11.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LC | waystones | 4.0.67 | Waystones_1.12.2-4.0.67.jar | None |
| LC | atlasextras | 1.6 | AtlasExtras-1.12.2-1.6.jar | None |
| LC | attributefix | 1.0.4 | AttributeFix-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | babymobs | 1.5.5 | BabyMobs-1.12-1.5.5.jar | None |
| LC | bearwithme | 1.12.2-1.3.1 | bearwithme-1.12.2-1.3.1.jar | None |
| LC | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
| LC | betteranimalsplus | 5.0.1 | betteranimalsplus-5.0.1.jar | None |
| LC | betterthanmending | 1.1.1 | BetterThanMending-1.1.1.jar | None |
| L | biomespecificdungeons | 1.0.2 | BiomeSpecificDungeons-1.12.2-1.0.2.jar | None |
| L | blockcraftery | 1.12.2-1.2.0 | blockcraftery-1.12.2-1.2.0.jar | None |
| L | bookshelf | 2.3.577 | Bookshelf-1.12.2-2.3.577.jar | None |
| L | botania | r1.10-360 | Botania r1.10-360.jar | None |
| L | caliper | 1.1.41 | Caliper-1.12.2-1.1.41.jar | None |
| L | mantle | 1.12-1.3.3.42 | Mantle-1.12-1.3.3.42.jar | None |
| L | tinkersextras | 1.12.2-1.0.9 | TinkersExtras-1.12.2-1.0.9.jar | None |
| L | tconstruct | 1.12.2-2.12.0.115 | TConstruct-1.12.2-2.12.0.115.jar | None |
| L | ceramics | 1.12-1.3.6 | Ceramics-1.12-1.3.6.jar | None |
| L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| L | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| L | chickens | 6.1.0 | chickens-6.1.0.jar | None |
| L | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | None |
| L | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | None |
| L | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
| L | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | None |
| L | conarm | 1.2.3 | conarm-1.12.2-1.2.3.jar | None |
| L | cookingforblockheads | 6.4.69 | CookingForBlockheads_1.12.2-6.4.69.jar | None |
| L | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.16.jar | None |
| L | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.16.jar | None |
| L | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
| L | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
| L | diethopper | 1.1 | diethopper-1.1.jar | None |
| L | disenchanter | 1.6 | disenchanter-[1.12]1.6.jar | None |
| L | doggytalents | 1.14.2.396 | DoggyTalents-1.12.2-1.14.2.396-universal.jar | None |
| L | dragonwingselytra | 1.1.0 | DragonWingsElytra-v1.1.0.jar | None |
| L | embers | 1.12 | EmbersRekindled-1.12.jar | None |
| L | csb_ench_table | 1.1.3 | EnchantingTable-1.12-1.1.3.jar | None |
| L | enchdesc | 1.1.13 | EnchantmentDescriptions-1.12.2-1.1.13.jar | None |
| L | enchantmentglint | 1.0.1 | enchantmentglint-1.12.2-1.0.1.jar | None |
| L | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | None |
| L | equaldragons | 1.1 | EqualDragons-1.1.jar | None |
| L | extraalchemy | 0.3.8.6.1-release | extraalchemy-0.3.8.6.1-release.jar | None |
| L | familiarfauna | 1.0.11 | FamiliarFauna-1.12.2-1.0.11.jar | None |
| L | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| L | fastbench | 1.6.1 | FastWorkbench-1.12.2-1.6.1.jar | None |
| L | ferdinandsflowers | 1.10.4.1 | Ferdinand's Flowers-1.12.x-1.10.4.1.jar | None |
| L | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
| L | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
| L | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
| L | llibrary | 1.7.18 | llibrary-1.7.18-1.12.2.jar | None |
| L | fossil | 8.0.0 | fossilsarcheology-8.0.0.jar | None |
| L | gottschcore | 1.7.0 | GottschCore-mc1.12.2-f14.23.5.2768-v1.7.0.jar | None |
| L | hardcoredarkness | 2.0 | HardcoreDarkness-MC1.12.2-2.0.jar | None |
| L | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| L | iceandfire | 1.7.0 | iceandfire-1.7.0-1.12.2.jar | None |
| L | ikwid | 1.0.2 | ikwid-1.0.2.jar | None |
| L | incontrol | 3.9.6 | incontrol-1.12-3.9.6.jar | None |
| L | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | None |
| L | ironchest | 1.12.2-7.0.59.842 | ironchest-1.12.2-7.0.59.842.jar | None |
| L | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None |
| L | leatherworks | 1.75.5 | LeatherWorks-1.12-1.75.5.37.jar | None |
| L | loottweaker | 0.0.9 | LootTweaker-1.12.2-0.0.9.jar | None |
| L | millenaire | Millénaire 7.1.3 | millenaire-1.12.2-7.1.3.jar | None |
| L | mobtotems | 1.12.1-0.3.0 | mobtotems-1.12.1-0.3.0.jar | None |
| L | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal.jar | None |
| L | morechickens | 3.1.0 | morechickens-1.12.2-3.1.0.jar | None |
| L | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
| L | mowziesmobs | 1.5.3 | mowziesmobs-1.5.3.jar | None |
| L | mysticalagriculture | 1.7.3 | MysticalAgriculture-1.12.2-1.7.3.jar | None |
| L | mysticalagradditions | 1.3.1 | MysticalAgradditions-1.12.2-1.3.1.jar | None |
| L | mysticalwildlife | 1.2.0 | mysticalwildlife-1.12.2-1.2.0.jar | None |
| L | mysticalworld | 1.12.2-1.2.0 | MysticWorld-1.12.2-1.2.0.jar | None |
| L | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
| L | neat | 1.4-17 | Neat 1.4-17.jar | None |
| L | yurtmod | 9.1.1 | NomadicTents[1.12.2]-9.1.1.jar | None |
| L | oreexcavation | 1.4.137 | OreExcavation-1.4.137.jar | None |
| L | oeintegration | 2.3.4 | oeintegration-2.3.4.jar | None |
| L | overpoweredarmorbar | 0.3.2 | overpoweredarmorbar-1.12.2-0.3.2.jar | None |
| L | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zb.jar | None |
| L | potioncore | 1.6_for_1.12.2 | PotionCore-1.6_for_1.12.2.jar | None |
| L | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
| L | pvj | 1.6.0 | ProjectVibrantJourneys-1.12.2-1.6.0.jar | None |
| L | pyramidplunder | 1.12.2-1.0 | PyramidPlunder-1.12.2-1.2.jar | None |
| L | reptilemod | 3.8.4 | reptilemod-1.12.2-3.8.4-89.jar | None |
| L | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | None |
| L | additionalstructures | 2.2.2 | Rex's-Additional-Structures-1.12.x-(v.2.2.2).jar | None |
| L | roost | 1.3.0 | roost-1.12-1.3.0.jar | None |
| L | rustic | 1.1.0 | rustic-1.1.0.jar | None |
| L | sereneseasons | 1.2.15 | SereneSeasons-1.12.2-1.2.15-universal.jar | None |
| L | snowvillage | 1.12.2-1.0.0 | SnowVillage-1.12.2-1.0.0.jar | None |
| L | solcarrot | 1.12.2-1.6.2 | solcarrot-1.12.2-1.6.2.jar | None |
| L | soot | 1.5 | Soot-1.5.jar | None |
| L | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| L | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
| L | subterranaenwaters | 1.12.2-1.5.6 | subh2o-1.12.2-1.5.6.jar | None |
| L | tcomplement | ${version} | TinkersComplement-1.12.2-0.3.1.jar | None |
| L | toastcontrol | 1.8.0 | Toast Control-1.12.2-1.8.0.jar | None |
| L | totemdefender | 2.9 | TotemDefender-1.12.2-2.9.jar | None |
| L | totemic | 1.12.2-0.11.5 | Totemic-1.12.2-0.11.5.jar | None |
| L | translocators | 2.5.1.77 | Translocators-1.12.2-2.5.1.77-universal.jar | None |
| L | treasure2 | 1.3.0 | Treasure2-mc1.12.2-f14.23.5.2768-v1.3.0.jar | None |
| L | vials | 1.2.1.5 | Vials-MC1.12-1.2.1.5.jar | None |
| L | vtt | 0.6.4 | VillagerTrades-1.12-0.6.4.jar | None |
| L | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
| L | wawla | 2.5.269 | Wawla-1.12.2-2.5.269.jar | None |
| L | worleycaves | 1.3.0 | worleycaves-1.3.0.jar | None |
| L | orelib | 3.5.2.2 | OreLib-1.12.2-3.5.2.2.jar | None |
| L | totemexpansion | 1.2.2 | totemexpansion-1.2.2-1.12.2.jar | None |
| L | mysticallib | 1.12.2-1.1.1 | mysticallib-1.12.2-1.1.1.jar | None |
Loaded coremods (and transformers):
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
squeek.applecore.asm.TransformerModuleHandler
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
lumien.hardcoredarkness.asm.ClassTransformer
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
net.crazysnailboy.mods.infinimend.asm.IMClassTransformer
AstralCore (astralsorcery-1.12.2-1.10.11.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.15-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
ApotheosisCore (Apotheosis-1.12.2-1.8.0.jar)
shadows.ApotheosisTransformer
BIFLoader (BowInfinityFix-1.11.x-1.12.x-rv5.jar)
com.github.parker8283.bif.Transformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 550 Ti/PCIe/SSE2'
Launched Version: forge-14.23.5.2821
LWJGL: 2.9.4
OpenGL: GeForce GTX 550 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, 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: 2x Intel(R) Pentium(R) CPU G645 @ 2.90GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment