Guest User

Untitled

a guest
Aug 22nd, 2016
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.85 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingHook (Mekanism-1.10.2-9.1.1.290.jar)
  5. CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
  6. NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  7. CoreMod (Aroma1997Core-1.9.4-1.0.7.0.jar)
  8. CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal.jar)
  9. CCLCorePlugin (CodeChickenLib-1.9.4-2.0.2.39-universal.jar)
  10. IC2core (industrialcraft-2-2.6.37-ex110.jar)
  11. EnderCorePlugin (EnderCore-1.10.2-0.4.1.47-beta.jar)
  12. MalisisCorePlugin (malisiscore-1.9.4-4.1.1.jar)
  13. LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1.jar)
  14. GenerationPatchingLoader (World Generation Manager 0.4.4 mc1.10.2.jar)
  15. llibrary (llibrary-1.5.1-1.10.2.jar)
  16. CorePlugin (FluxedRedstone-2.3.0.48.jar)
  17. LoadingPlugin (Quark-r1.0-51.jar)
  18. AppleCore (AppleCore-mc1.10.2-2.0.0.jar)
  19. CCCDeobfPlugin (unknown)
  20. LoadingPlugin (DimensionRules-MC1.9.4-1.0.jar)
  21. LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)
  22. CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.58-universal.jar)
  23. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  24. Contact their authors BEFORE contacting forge
  25.  
  26. // I feel sad now :(
  27.  
  28. Time: 8/22/16 6:20 PM
  29. Description: Initializing game
  30.  
  31. java.lang.IllegalStateException: Optional.get() cannot be called on an absent value
  32. at com.google.common.base.Absent.get(Absent.java:47)
  33. at climateControl.biomeSettings.BoPSettings.setNativeBiomeIDs(BoPSettings.java:130)
  34. at climateControl.api.BiomeSettings.readForeignConfigs(BiomeSettings.java:266)
  35. at climateControl.utils.BiomeConfigManager.readConfigs(BiomeConfigManager.java:75)
  36. at climateControl.utils.BiomeConfigManager.initializeConfig(BiomeConfigManager.java:59)
  37. at climateControl.api.BiomePackageRegistry.register(BiomePackageRegistry.java:40)
  38. at climateControl.ClimateControl.setupRegistry(ClimateControl.java:242)
  39. at climateControl.ClimateControl.preInit(ClimateControl.java:94)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  43. at java.lang.reflect.Method.invoke(Unknown Source)
  44. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
  45. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  47. at java.lang.reflect.Method.invoke(Unknown Source)
  48. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  49. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  50. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  51. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  52. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  53. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
  54. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  58. at java.lang.reflect.Method.invoke(Unknown Source)
  59. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  60. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  61. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  62. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  63. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  64. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  65. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:607)
  66. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)
  67. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
  68. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  69. at net.minecraft.client.main.Main.main(SourceFile:124)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  72. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  73. at java.lang.reflect.Method.invoke(Unknown Source)
  74. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  75. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  79. at java.lang.reflect.Method.invoke(Unknown Source)
  80. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  81. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
  82. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  83. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  84.  
  85.  
  86. A detailed walkthrough of the error, its code path and all known details is as follows:
  87. ---------------------------------------------------------------------------------------
  88.  
  89. -- Head --
  90. Thread: Client thread
  91. Stacktrace:
  92. at com.google.common.base.Absent.get(Absent.java:47)
  93. at climateControl.biomeSettings.BoPSettings.setNativeBiomeIDs(BoPSettings.java:130)
  94. at climateControl.api.BiomeSettings.readForeignConfigs(BiomeSettings.java:266)
  95. at climateControl.utils.BiomeConfigManager.readConfigs(BiomeConfigManager.java:75)
  96. at climateControl.utils.BiomeConfigManager.initializeConfig(BiomeConfigManager.java:59)
  97. at climateControl.api.BiomePackageRegistry.register(BiomePackageRegistry.java:40)
  98. at climateControl.ClimateControl.setupRegistry(ClimateControl.java:242)
  99. at climateControl.ClimateControl.preInit(ClimateControl.java:94)
  100. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  102. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  103. at java.lang.reflect.Method.invoke(Unknown Source)
  104. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
  105. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  106. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  107. at java.lang.reflect.Method.invoke(Unknown Source)
  108. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  109. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  110. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  111. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  112. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  113. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
  114. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
  115. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  116. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  117. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  118. at java.lang.reflect.Method.invoke(Unknown Source)
  119. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  120. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  121. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  122. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  123. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  124. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  125. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:607)
  126. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)
  127. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
  128.  
  129. -- Initialization --
  130. Details:
  131. Stacktrace:
  132. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  133. at net.minecraft.client.main.Main.main(SourceFile:124)
  134. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  135. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  136. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  137. at java.lang.reflect.Method.invoke(Unknown Source)
  138. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  139. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  140. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  141. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  142. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  143. at java.lang.reflect.Method.invoke(Unknown Source)
  144. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  145. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
  146. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  147. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  148.  
  149. -- System Details --
  150. Details:
  151. Minecraft Version: 1.10.2
  152. Operating System: Windows 8.1 (amd64) version 6.3
  153. Java Version: 1.8.0_73, Oracle Corporation
  154. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  155. Memory: 1666559464 bytes (1589 MB) / 3090677760 bytes (2947 MB) up to 5726797824 bytes (5461 MB)
  156. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx6144m
  157. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  158. FML: MCP 9.32 Powered by Forge 12.18.1.2066 Optifine OptiFine_1.10.2_HD_U_C1 156 mods loaded, 156 mods active
  159. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  160. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  161. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2066-universal.jar)
  162. UCH Forge{12.18.1.2066} [Minecraft Forge] (forge-1.10.2-12.18.1.2066-universal.jar)
  163. UCH Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.0.7.0.jar)
  164. UCH CodeChickenCore{2.1.8.79} [CodeChicken Core] (minecraft.jar)
  165. UCH generationmanager{0.4.4} [Generation Manager] (minecraft.jar)
  166. UCH bettercombatmod{1.3.5} [Better Combat] ([MC 1.10.X] BetterCombatMod 1.3.5.jar)
  167. UCH actuallyadditions{1.10.2-r57} [Actually Additions] (ActuallyAdditions-1.10.2-r57.jar)
  168. UCH advancedswords{1.3.0} [Advanced Swords] (advancedswords-1.3.0-[1.9.4].jar)
  169. UCH agriculturalexpansion{r-1.2.0} [Agricultural Expansion] (AgriculturalExpansion[1.9.4][1.10.2]-r1.2.1.jar)
  170. UCH ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1.jar)
  171. UCH mantle{1.10.2-0.10.4.jenkins163} [Mantle] (Mantle-1.10.2-0.10.4.jar)
  172. UCH tconstruct{1.10.2-2.4.0.jenkins312} [Tinkers' Construct] (TConstruct-1.10.2-2.4.0.jenkins312.jar)
  173. UCH immersiveengineering{${version}} [Immersive Engineering] (ImmersiveEngineering-0.10-38.jar)
  174. UCH JEI{3.9.0.244} [Just Enough Items] (jei_1.10.2-3.9.0.244.jar)
  175. UCH AppleCore{2.0.0} [AppleCore] (AppleCore-mc1.10.2-2.0.0.jar)
  176. UCH Aroma1997CoreHelper{1.0.7.0} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.0.7.0.jar)
  177. UCH AromaBackup{1.0.1.1} [AromaBackup] (AromaBackup-1.9.4-1.0.1.1.jar)
  178. UCH AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.1.jar)
  179. UCH basemetals{2.3.2} [Base Metals] (BaseMetals_1.9.4-2.3.2.6.jar)
  180. UCH Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  181. UCH baublesstuff{2.0.10} [Baubles Stuff] (baublesstuff-2.0.10.jar)
  182. UCH bdlib{1.12.2.8} [BD Lib] (bdlib-1.12.2.8-mc1.10.2.jar)
  183. UCH betteragriculture{0.16} [Better Agriculture] (BetterAgriculture_(MC-1.10)-0.16.jar)
  184. UCH betterquesting{1.3.144} [Better Questing] (BetterQuesting-1.3.144.jar)
  185. UCH BiomesOPlenty{5.0.0.2069} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2069-universal.jar)
  186. UCH guideapi{@VERSION@} [Guide-API] (Guide-API-1.9.4-2.0.0-38.jar)
  187. UCH BloodMagic{1.9.4-2.0.3-54} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.3-54.jar)
  188. UCH Bloodmoon{1.2} [Bloodmoon] (Bloodmoon-MC1.9.4-1.4.1.jar)
  189. UCH Botania{r1.8-316} [Botania] (Botania-unofficial.r1.8-316.jar)
  190. UCH capsule{1.9.4-1.1.7} [Capsule] (Capsule-1.9.4-1.1.7.jar)
  191. UCH Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)
  192. UCH chancecubes{1.10-2.1.3.111} [Chance Cubes] (ChanceCubes-1.10-2.1.3.111.jar)
  193. UCH ChickenChunks{2.1.3.36} [ChickenChunks] (ChickenChunks-1.10.2-2.1.3.36-universal.jar)
  194. UCH chisel{@VERSION@} [Chisel] (Chisel-MC1.9.4-0.0.5.29.jar)
  195. UCH mcmultipart{1.2.1} [MCMultiPart] (MCMultiPart-1.2.1-universal.jar)
  196. UCH chiselsandbits{11.9} [Chisels & Bits] (chiselsandbits-11.9.jar)
  197. UCH clockhud{1.3.2} [Clock HUD] (ClockHUD-1.10.2-1.3.2.jar)
  198. UCH IC2{2.6.37-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.37-ex110.jar)
  199. UCH CompactSolars{5.0.4.328} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.4.328-universal.jar)
  200. UCH compactstorage{v2.0.0a} [CompactStorage] (compactstorage-2.1-1.9.4.jar)
  201. UCH cpd{0.0.1} [Compressed] (Compressed-v0.0.6.jar)
  202. UCH cookingforblockheads{3.1.26} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.1.26.jar)
  203. UCH covers{0.3.0.6} [Simple Covers] (covers-0.3.0.6-mc1.10.2.jar)
  204. UCH csaddle{1.2} [Craftable Saddles] (Craftable Saddles 1.2.jar)
  205. UCH crystallogy{1.1.3} [Crystallogy] (crystallogy-1.10.2-1.1.3.jar)
  206. UCH cxlibrary{1.2.2} [CXLibrary] (cxlibrary-1.10.2-1.2.2.jar)
  207. UCH wonderfulwands{2.1.0} [Wonderful Wands] (CyanosWonderfulWands_1.9.4-2.1.0.jar)
  208. UCH ElecCore{1.5.292} [ElecCore] (ElecCore-1.9.4-1.5.292.jar)
  209. UCH deepresonance{1.2.0beta36} [DeepResonance] (deepresonance-1.10-1.2.0beta36.jar)
  210. UCH DimensionRules{1.0} [Dimension Rules] (DimensionRules-MC1.9.4-1.0.jar)
  211. UCH StorageDrawers{1.10.2-3.2.4} [Storage Drawers] (StorageDrawers-1.10.2-3.2.4.jar)
  212. UCH bitdrawers{0.3} [Drawers & Bits] (DrawersBits-1.10.2-0.3.jar)
  213. UCH ea{v2.4.2c-mc1.10.2} [Ebon Arts] (EbonArts-v2.4.2c-mc1.10.2.jar)
  214. UCH poweradvantage{2.2.1} [Power Advantage] (PowerAdvantage_1.9.4-2.2.1.jar)
  215. UCH electricadvantage{2.1.0} [Electric Advantage] (ElectricAdvantage_1.9-2.1.0.jar)
  216. UCH endercore{1.10.2-0.4.1.47-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.47-beta.jar)
  217. UCH Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  218. UCH EnderIO{1.10.2-3.0.1.92_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.92_beta.jar)
  219. UCH EnderStorage{2.1.3.72} [EnderStorage] (EnderStorage-1.10.2-2.1.3.72-universal.jar)
  220. UCH EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)
  221. UCH shadowmc{3.4.4} [ShadowMC] (ShadowMC-1.10.2-3.4.4.jar)
  222. UCH ExtraRails{1.1.1} [Extra Rails] (ExtraRails-1.10.2-1.1.1.jar)
  223. UCH FFS{1.9.4-1.6.4-b28} [Fancy Fluid Storage] (Fancy Fluid Storage-1.9.4-1.6.4-b28.jar)
  224. UCH fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  225. UCH flatcoloredblocks{mc1.10-v4.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.1.jar)
  226. UCH reborncore{2.5.5.3} [RebornCore] (RebornCore-1.10.2-2.5.5.3-universal.jar)
  227. UCH reborncore-mcmultipart{2.5.5.3} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.5.5.3-universal.jar)
  228. UCH tesla{1.2.1.46} [TESLA] (Tesla-1.10.2-1.2.1.46.jar)
  229. UCH fluxedredstone{2.3.0.48} [FluxedRedstone] (FluxedRedstone-2.3.0.48.jar)
  230. UCH forestry{5.2.8.234} [Forestry] (forestry_1.10.2-5.2.8.234.jar)
  231. UCH foxlib{@VERSION@} [FoxLib] (FoxLib-1.9.4-0.10.0.jar)
  232. UCH advgenerators{0.9.20.10} [Advanced Generators] (generators-0.9.20.10-mc1.10.2.jar)
  233. UCE geographicraft{0.7.1} [GeographiCraft] (GeographiCraft-1.9.4-0.7.1 (1).jar)
  234. UCH InventoryPets{1.4.8.1} [Inventory Pets] (inventorypets-1.10-1.4.8.1.jar)
  235. UCH inventorysorter{0.10.0+42} [Simple Inventory sorting] (inventorysorter-1.10-0.10.0+42.jar)
  236. UCH IronChest{7.0.7.795} [Iron Chest] (ironchest-1.10.2-7.0.7.795.jar)
  237. UCH japta{1.9.0} [JAPTA] (JAPTA-1.9.4-1.9.0.jar)
  238. UCH JEFB{1.0.3} [Just Enough Forestry Bees] (jefb_1.10.2-1.0.3.jar)
  239. UCH jeibees{0.9.0.1} [JEI Bees] (jeibees-0.9.0.1-mc1.10.2.jar)
  240. UCH journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
  241. UCH llibrary{1.5.1} [LLibrary] (llibrary-1.5.1-1.10.2.jar)
  242. UCH jurassicraft{2.0.2} [JurassiCraft] (JurassiCraft-2.0.2.jar)
  243. UCH jeresources{0.4.9.50} [Just Enough Resources] (JustEnoughResources-1.10.2-0.4.9.50.jar)
  244. UCH levels{r4.1.3} [Levels] (Levels-1.10.2-r4.1.3.jar)
  245. UCH LunatriusCore{1.1.2.36} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.36-universal.jar)
  246. UCH malisiscore{1.9.4-4.1.1} [MalisisCore] (malisiscore-1.9.4-4.1.1.jar)
  247. UCH malisisblocks{1.9.4-4.0.0} [Malisis Blocks] (malisisblocks-1.9.4-4.0.0.jar)
  248. UCH malisisdoors{1.9.4-5.0.3} [MalisisDoors] (malisisdoors-1.9.4-5.0.3.jar)
  249. UCH RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
  250. UCH MCA{1.10.2-5.2.2} [Minecraft Comes Alive] (MCA-1.10.2-5.2.2-universal.jar)
  251. UCH Mekanism{9.1.1} [Mekanism] (Mekanism-1.10.2-9.1.1.290.jar)
  252. UCH MekanismGenerators{9.1.1} [MekanismGenerators] (MekanismGenerators-1.10.2-9.1.1.290.jar)
  253. UCH MekanismTools{9.1.1} [MekanismTools] (MekanismTools-1.10.2-9.1.1.290.jar)
  254. UCH MoreFurnaces{1.8.2} [More Furnaces] (MoreFurnaces-1.10.2-1.8.2.jar)
  255. UCH moreoverlays{1.6} [MoreOverlays] (moreoverlays-1.6-mc1.9.4.jar)
  256. UCH Morpheus{1.10.2-3.1.7} [Morpheus] (Morpheus-1.10.2-3.1.7.jar)
  257. UCH MouseTweaks{2.6.3} [Mouse Tweaks] (MouseTweaks-2.6.3-mc1.9.4.jar)
  258. UCH shetiphiancore{3.3.0} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.0.jar)
  259. UCH terraqueous{1.2.3} [Terraqueous] (terraqueous-1.10.0-1.2.3.jar)
  260. UCH multistorage{1.2.1} [Multi-Storage] (multistorage-1.10.0-1.2.1.jar)
  261. UCH nethermetals{1.1.2} [Nether Metals] (NetherMetals_1.9-1.1.2.jar)
  262. UCH netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  263. UCH NoFov{1.0.1} [No Fov] (NoFov-MC1.9.4-1.0.1.jar)
  264. UCH nmsot{1.1.5-mc1.10} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.1.5-mc1.10.jar)
  265. UCH recipehandler{0.4} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.4(1.9).jar)
  266. UCH notenoughwands{1.3.5} [Not Enough Wands] (notenoughwands-1.9.4-1.3.5.jar)
  267. UCH orespawn{1.0.3} [Ore Spawn] (OreSpawn_1.9.4-1.0.3.jar)
  268. UCH harvestcraft{1.9.4-1.10.2c} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2c.jar)
  269. UCH progressiveautomation{1.6.49} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.49.jar)
  270. UCH Psi{r1.0-37} [Psi] (Psi-r1.0-37.jar)
  271. UCH Quark{r1.0-51} [Quark] (Quark-r1.0-51.jar)
  272. UCH randomthings{3.7.5} [Random Things] (RandomThings-MC1.10.2-3.7.5.jar)
  273. UCH recallstones{0.6.3} [Recall Stones] (RecallStones-1.10.2-0.6.3.jar)
  274. UCH recycler{1.3} [Corail Recycleur] (recycler-1.3.1-1.9.4.jar)
  275. UCH redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar)
  276. UCH refinedstorage{0.8.18} [Refined Storage] (refinedstorage-0.8.18.jar)
  277. UCH xreliquary{1.10.2-1.3.3.467} [Reliquary] (Reliquary-1.10.2-1.3.3.467.jar)
  278. UCH bq_rf{1.3.19} [RF Expansion] (RFExpansion-1.3.19.jar)
  279. UCH rftools{5.12} [RFTools] (rftools-1.10-5.12.jar)
  280. UCH Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
  281. UCH roots{0.111} [Roots] (roots-1.10.2-0.111.0.jar)
  282. UCH RTG{1.10.2} [Realistic Terrain Generation] (RTG-1.10.2-4.1.1.2-snapshot-2.jar)
  283. UCH AS_Ruins{16.2} [Ruins Spawning System] (Ruins-1.10.2.jar)
  284. UCH runesofwizardry{1.9.4-0.7.0} [Runes of Wizardry] (Runes-of-Wizardry-1.9.4-0.7.0.jar)
  285. UCH runesofwizardry_classics{1.9.4-0.4.0} [Runes of Wizardry - Classic Dusts Pack] (RunesofWizardry-Classics-1.9.4-0.4.0.jar)
  286. UCH Schematica{1.7.8.151} [Schematica] (Schematica-1.10.2-1.7.8.151-universal.jar)
  287. UCH SilentLib{1.0.12} [Silent Lib] (SilentLib-1.9.4-1.0.12-20.jar)
  288. UCH SilentGems{2.0.24} [Silent's Gems] (SilentsGems-1.10.2-2.0.24-56.jar)
  289. UCH SGExtraParts{1.0.3} [Silent's Gems: Extra Parts] (SGExtraParts-1.9.4-1.0.3-4.jar)
  290. UCH Signals{1.0} [Signals] (Signals-1.10.2-0.4.3-universal.jar)
  291. UCH SimpleDimensions{1.3} [Simple Dimensions] (SimpleDimensions-MC1.10-1.3.jar)
  292. UCH simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
  293. UCH simplycaterpillar{6.0.1.19} [Simply Caterpillar] (SimplyCaterpillar-Forge-6.0.1.19.jar)
  294. UCH SleepingBag{1.2.1} [Sleeping Bag] (SleepingBag-1.9.4-1.2.1.jar)
  295. UCH SophisticatedWolves{3.6.1} [SophisticatedWolves] (SophisticatedWolves-3.6.3.jar)
  296. UCH soulshardstow{1.10-2.5.0-34} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10-2.5.0-34.jar)
  297. UCH SpiceOfLife{1.3.3} [The Spice of Life] (SpiceOfLife-mc1.9.4-1.3.3.jar)
  298. UCH Stackie{1.6.0.44} [Stackie] (Stackie-1.10.2-1.6.0.44-universal.jar)
  299. UCH Stacksize{1.1} [Stacksize Mod] (stacksize-1.10.2-1.1.jar)
  300. UCH bq_standard{1.3.92} [Standard Expansion] (StandardExpansion-1.3.92.jar)
  301. UCH steamadvantage{2.1.0} [Steam Advantage] (SteamAdvantage_1.9.4-2.1.0.jar)
  302. UCH Tails{1.10.2-1.8.1} [Tails] (Tails-1.10.2-1.8.1.jar)
  303. UCH teamup{1.1.0-1.10.2} [TeamUp] (TeamUp-1.1.0-1.10.2.jar)
  304. UCH terrainCrystals{1.0.8} [Terrain Crystals] (Terrain Crystals - 1.9.4 - 1.0.8.jar)
  305. UCH terrainCrystalsAddons{1.0.1} [Terrain Crystals Addons] (Terrain Crystals 1.10.2 1.0.2.jar)
  306. UCH TinkersAddons{1.0.3} [Tinkers' Addons] (Tinkers' Addons-1.10.x-1.0.3.jar)
  307. UCH totemic{1.9.4-0.7.7} [Totemic] (Totemic-1.9.4-0.7.7.jar)
  308. UCH underphangables{1.0.2} [Underp Hangables] (underphangables-1.10.2-1.0.2.jar)
  309. UCH villagebox{0.5.0} [Village Box] (villagebox-1.10.2-0.5.0.jar)
  310. UCH WailaHarvestability{1.1.8} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.8.jar)
  311. UCH icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.0.201.jar)
  312. UCH wawla{2.3.0.201} [What Are We Looking At] (Wawla-1.10.2-2.3.0.201.jar)
  313. UCH weaponcaseloot{4.0.1} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.1.jar)
  314. UCH worldlimiter{1.0.1} [§bWorld Limiter Mod] (worldlimiter-1.10.2-1.0.1.jar)
  315. UCH xlib{r2.0.1} [xLib] (xLib-1.10-r2.0.1.jar)
  316. Loaded coremods (and transformers):
  317. LoadingHook (Mekanism-1.10.2-9.1.1.290.jar)
  318.  
  319. CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
  320. cubex2.cxlibrary.CoreModTransformer
  321. NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  322. net.fybertech.nwr.NWRTransformer
  323. CoreMod (Aroma1997Core-1.9.4-1.0.7.0.jar)
  324.  
  325. CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal.jar)
  326. codechicken.core.asm.TweakTransformer
  327. codechicken.core.asm.DelegatedTransformer
  328. codechicken.core.asm.DefaultImplementationTransformer
  329. CCLCorePlugin (CodeChickenLib-1.9.4-2.0.2.39-universal.jar)
  330. codechicken.lib.asm.ClassHeirachyManager
  331. codechicken.lib.asm.RenderHookTransformer
  332. IC2core (industrialcraft-2-2.6.37-ex110.jar)
  333.  
  334. EnderCorePlugin (EnderCore-1.10.2-0.4.1.47-beta.jar)
  335. com.enderio.core.common.transform.EnderCoreTransformer
  336. MalisisCorePlugin (malisiscore-1.9.4-4.1.1.jar)
  337. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  338. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  339. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  340. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  341. net.malisis.core.util.clientnotif.ClientNotifTransformer
  342. LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1.jar)
  343. lumien.bloodmoon.asm.ClassTransformer
  344. GenerationPatchingLoader (World Generation Manager 0.4.4 mc1.10.2.jar)
  345. com.creativemd.generationmanager.GenerationTransformer
  346. llibrary (llibrary-1.5.1-1.10.2.jar)
  347. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  348. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  349. CorePlugin (FluxedRedstone-2.3.0.48.jar)
  350.  
  351. LoadingPlugin (Quark-r1.0-51.jar)
  352. vazkii.quark.base.asm.ClassTransformer
  353. AppleCore (AppleCore-mc1.10.2-2.0.0.jar)
  354. squeek.applecore.asm.TransformerModuleHandler
  355. CCCDeobfPlugin (unknown)
  356.  
  357. LoadingPlugin (DimensionRules-MC1.9.4-1.0.jar)
  358. lumien.dimensionrules.asm.ClassTransformer
  359. LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)
  360. lumien.randomthings.asm.ClassTransformer
  361. CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.58-universal.jar)
  362. codechicken.lib.asm.ClassHeirachyManager
  363. codechicken.lib.asm.RenderHookTransformer
  364. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  365. shetiphian.core.asm.ClassTransformer
  366. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 359.06' Renderer: 'GeForce 820M/PCIe/SSE2'
  367. Pulsar/tconstruct loaded Pulses:
  368. - TinkerCommons (Enabled/Forced)
  369. - TinkerWorld (Enabled/Not Forced)
  370. - TinkerTools (Enabled/Not Forced)
  371. - TinkerSmeltery (Enabled/Not Forced)
  372. - TinkerGadgets (Enabled/Not Forced)
  373. - TinkerOredict (Enabled/Forced)
  374. - TinkerIntegration (Enabled/Forced)
  375. - TinkerFluids (Enabled/Forced)
  376. - TinkerMaterials (Enabled/Forced)
  377. - chiselsandbitsIntegration (Enabled/Not Forced)
  378. - WailaIntegration (Enabled/Not Forced)
  379.  
  380. CodeChickenCore: ignoreInvalidMCVersion state: false
  381. List of loaded APIs:
  382. * actuallyadditionsapi (21) from ActuallyAdditions-1.10.2-r57.jar
  383. * AppleCoreAPI (2.1.0) from AppleCore-mc1.10.2-2.0.0.jar
  384. * AromaBackupAPI (1.0) from AromaBackup-1.9.4-1.0.1.1.jar
  385. * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
  386. * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.3-54.jar
  387. * BotaniaAPI (79) from Botania-unofficial.r1.8-316.jar
  388. * ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.5.29.jar
  389. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.5.29.jar
  390. * ChiselsAndBitsAPI (11.7.0) from chiselsandbits-11.9.jar
  391. * CoFHAPI (1.8.9R1.2.0B1) from forestry_1.10.2-5.2.8.234.jar
  392. * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar
  393. * CoFHAPI|energy (1.8.9R1.2.0B1) from ActuallyAdditions-1.10.2-r57.jar
  394. * CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.10.2-9.1.1.290.jar
  395. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar
  396. * compactstorage (v2.0.0a) from compactstorage-2.1-1.9.4.jar
  397. * DR-API (1.0.4-Beta) from deepresonance-1.10-1.2.0beta36.jar
  398. * ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.292.jar
  399. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.92_beta.jar
  400. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.92_beta.jar
  401. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.92_beta.jar
  402. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.92_beta.jar
  403. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.8.234.jar
  404. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.8.234.jar
  405. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.8.234.jar
  406. * ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.8.234.jar
  407. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.8.234.jar
  408. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.8.234.jar
  409. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.8.234.jar
  410. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.8.234.jar
  411. * ForestryAPI|greenhouse (5.0.0) from forestry_1.10.2-5.2.8.234.jar
  412. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.8.234.jar
  413. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.8.234.jar
  414. * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.8.234.jar
  415. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.8.234.jar
  416. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.8.234.jar
  417. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.8.234.jar
  418. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.8.234.jar
  419. * Guide-API|API (1.9.4-2.0.0-38) from Guide-API-1.9.4-2.0.0-38.jar
  420. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-38.jar
  421. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-38.jar
  422. * jeresources|API (0.4.9.50) from JustEnoughResources-1.10.2-0.4.9.50.jar
  423. * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  424. * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  425. * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  426. * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  427. * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  428. * JustEnoughItemsAPI (4.1.0) from jei_1.10.2-3.9.0.244.jar
  429. * McJtyLib (1.10-1.9.9) from mcjtylib-1.10-1.9.9.jar
  430. * MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  431. * MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  432. * MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  433. * MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  434. * MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  435. * MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  436. * MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  437. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  438. * MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  439. * PsiAPI (2) from Psi-r1.0-37.jar
  440. * reborncoreAPI (2.5.5.3) from RebornCore-1.10.2-2.5.5.3-universal.jar
  441. * SchematicaAPI (1.1) from Schematica-1.10.2-1.7.8.151-universal.jar
  442. * SchematicaAPI|Events (1.1) from Schematica-1.10.2-1.7.8.151-universal.jar
  443. * SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10-2.5.0-34.jar
  444. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-0.8.18.jar
  445. * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-0.8.18.jar
  446. * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-0.8.18.jar
  447. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.4.jar
  448. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.4.jar
  449. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.4.jar
  450. * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-0.8.18.jar
  451. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-0.8.18.jar
  452. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.4.jar
  453. * TerraqueousAPI (1.0) from terraqueous-1.10.0-1.2.3.jar
  454. * TerraqueousAPI|Cloud (1.0) from terraqueous-1.10.0-1.2.3.jar
  455. * TerraqueousAPI|Machines (1.0) from terraqueous-1.10.0-1.2.3.jar
  456. * TerraqueousAPI|Plant (1.0) from terraqueous-1.10.0-1.2.3.jar
  457. * totemic|API (2.0.0) from Totemic-1.9.4-0.7.7.jar
  458. * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
  459. EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker.):
  460. * Optifine is installed. This is NOT supported.
  461. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  462. Detailed RF API diagnostics:
  463. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2%20RTG%20Test/minecraft/mods/Mekanism-1.10.2-9.1.1.290.jar!/cofh/api/energy/EnergyStorage.class
  464. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2%20RTG%20Test/minecraft/mods/Mekanism-1.10.2-9.1.1.290.jar!/cofh/api/energy/IEnergyConnection.class
  465. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2%20RTG%20Test/minecraft/mods/Mekanism-1.10.2-9.1.1.290.jar!/cofh/api/energy/IEnergyContainerItem.class
  466. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2%20RTG%20Test/minecraft/mods/Mekanism-1.10.2-9.1.1.290.jar!/cofh/api/energy/IEnergyHandler.class
  467. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2%20RTG%20Test/minecraft/mods/Mekanism-1.10.2-9.1.1.290.jar!/cofh/api/energy/IEnergyProvider.class
  468. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2%20RTG%20Test/minecraft/mods/Mekanism-1.10.2-9.1.1.290.jar!/cofh/api/energy/IEnergyReceiver.class
  469. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2%20RTG%20Test/minecraft/mods/Mekanism-1.10.2-9.1.1.290.jar!/cofh/api/energy/IEnergyStorage.class
  470. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2%20RTG%20Test/minecraft/mods/Mekanism-1.10.2-9.1.1.290.jar!/cofh/api/energy/ItemEnergyContainer.class
  471. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2%20RTG%20Test/minecraft/mods/Mekanism-1.10.2-9.1.1.290.jar!/cofh/api/energy/TileEnergyHandler.class
  472. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2%20RTG%20Test/minecraft/mods/Mekanism-1.10.2-9.1.1.290.jar!/cofh/api/energy/TileEnergyHandler.class
  473.  
  474. Launched Version: MultiMC5
  475. LWJGL: 2.9.1
  476. OpenGL: GeForce 820M/PCIe/SSE2 GL version 4.5.0 NVIDIA 359.06, NVIDIA Corporation
  477. GL Caps: Using GL 1.3 multitexturing.
  478. Using GL 1.3 texture combiners.
  479. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  480. Shaders are available because OpenGL 2.1 is supported.
  481. VBOs are available because OpenGL 1.5 is supported.
  482.  
  483. Using VBOs: Yes
  484. Is Modded: Definitely; Client brand changed to 'fml,forge'
  485. Type: Client (map_client.txt)
  486. Resource Packs: JSTR_Modded_Universal.zip
  487. Current Language: English (US)
  488. Profiler Position: N/A (disabled)
  489. CPU: 4x Intel(R) Core(TM) i5-4210M CPU @ 2.60GHz
Advertisement
Add Comment
Please, Sign In to add comment