Advertisement
Guest User

Druidry Crash Log

a guest
Jul 24th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.39 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. IC2core (industrialcraft-2-2.6.16-ex110.jar)
  5. LoadingPlugin (RandomThings-MC1.10-3.7.4.jar)
  6. EnderCorePlugin (EnderCore-1.10.2-0.4.1.41-beta.jar)
  7. LoadingPlugin (Quark-beta-46.jar)
  8. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  9. GenderLoadingPlugin ([1.10.2]Gender-1.2.4.jar)
  10. SimpleCore (Simple Quarry-1.9.4_1.0.0.jar)
  11. FMLPlugin (InventoryTweaks-1.61-58.jar)
  12. CorePlugin (FluxedRedstone-2.2.1.44.jar)
  13. CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)
  14. CCLCorePlugin (CodeChickenLib-1.9.4-2.0.2.39-universal.jar)
  15. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  16. Contact their authors BEFORE contacting forge
  17.  
  18. // Why is it breaking :(
  19.  
  20. Time: 24/07/16 12:20
  21. Description: Initializing game
  22.  
  23. java.lang.ClassCastException: net.minecraft.item.Item cannot be cast to net.minecraft.item.ItemBlock
  24. at org.cyclops.cyclopscore.helper.BlockHelpers.getBlockStateFromItemStack(BlockHelpers.java:106)
  25. at org.cyclops.evilcraft.block.DisplayStand.func_149666_a(DisplayStand.java:204)
  26. at net.minecraft.item.ItemBlock.func_150895_a(ItemBlock.java:147)
  27. at org.cyclops.cyclopscore.config.configurabletypeaction.ItemAction.handleItemModel(ItemAction.java:80)
  28. at org.cyclops.cyclopscore.config.configurabletypeaction.BlockAction.polish(BlockAction.java:122)
  29. at org.cyclops.cyclopscore.config.configurabletypeaction.BlockAction.polish(BlockAction.java:31)
  30. at org.cyclops.cyclopscore.config.ConfigHandler.polishConfigs(ConfigHandler.java:122)
  31. at org.cyclops.cyclopscore.init.ModBase.init(ModBase.java:285)
  32. at org.cyclops.evilcraft.EvilCraft.init(EvilCraft.java:161)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  36. at java.lang.reflect.Method.invoke(Method.java:483)
  37. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:577)
  38. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  40. at java.lang.reflect.Method.invoke(Method.java:483)
  41. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  42. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  43. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  44. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  45. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  46. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:235)
  47. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:213)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke(Method.java:483)
  52. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  53. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  54. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  55. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  56. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  57. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  58. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:774)
  59. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:322)
  60. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
  61. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  62. at net.minecraft.client.main.Main.main(SourceFile:124)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:483)
  67. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  68. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  69.  
  70.  
  71. A detailed walkthrough of the error, its code path and all known details is as follows:
  72. ---------------------------------------------------------------------------------------
  73.  
  74. -- Head --
  75. Thread: Client thread
  76. Stacktrace:
  77. at org.cyclops.cyclopscore.helper.BlockHelpers.getBlockStateFromItemStack(BlockHelpers.java:106)
  78. at org.cyclops.evilcraft.block.DisplayStand.func_149666_a(DisplayStand.java:204)
  79. at net.minecraft.item.ItemBlock.func_150895_a(ItemBlock.java:147)
  80. at org.cyclops.cyclopscore.config.configurabletypeaction.ItemAction.handleItemModel(ItemAction.java:80)
  81. at org.cyclops.cyclopscore.config.configurabletypeaction.BlockAction.polish(BlockAction.java:122)
  82. at org.cyclops.cyclopscore.config.configurabletypeaction.BlockAction.polish(BlockAction.java:31)
  83. at org.cyclops.cyclopscore.config.ConfigHandler.polishConfigs(ConfigHandler.java:122)
  84. at org.cyclops.cyclopscore.init.ModBase.init(ModBase.java:285)
  85. at org.cyclops.evilcraft.EvilCraft.init(EvilCraft.java:161)
  86. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  88. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  89. at java.lang.reflect.Method.invoke(Method.java:483)
  90. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:577)
  91. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  92. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  93. at java.lang.reflect.Method.invoke(Method.java:483)
  94. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  95. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  96. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  97. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  98. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  99. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:235)
  100. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:213)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  102. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  103. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  104. at java.lang.reflect.Method.invoke(Method.java:483)
  105. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  106. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  107. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  108. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  109. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  110. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  111. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:774)
  112. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:322)
  113. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
  114.  
  115. -- Initialization --
  116. Details:
  117. Stacktrace:
  118. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  119. at net.minecraft.client.main.Main.main(SourceFile:124)
  120. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  121. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  122. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  123. at java.lang.reflect.Method.invoke(Method.java:483)
  124. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  125. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  126.  
  127. -- System Details --
  128. Details:
  129. Minecraft Version: 1.10.2
  130. Operating System: Windows 10 (amd64) version 10.0
  131. Java Version: 1.8.0_25, Oracle Corporation
  132. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  133. Memory: 1355038536 bytes (1292 MB) / 3581411328 bytes (3415 MB) up to 5726797824 bytes (5461 MB)
  134. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m
  135. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  136. FML: MCP 9.32 Powered by Forge 12.18.1.2014 Optifine OptiFine_1.10.2_HD_U_C2 166 mods loaded, 166 mods active
  137. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  138. UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  139. UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2014.jar)
  140. UCHI Forge{12.18.1.2014} [Minecraft Forge] (forge-1.10.2-12.18.1.2014.jar)
  141. UCHI Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.0.3.jar)
  142. UCHI gender{1.2.4} [Gender] ([1.10.2]Gender-1.2.4.jar)
  143. UCHI actuallyadditions{1.10.2-r55} [Actually Additions] (ActuallyAdditions-1.10.2-r55.jar)
  144. UCHI ForgeEndertech{1.10.2-1.1.1.0} [Forge Endertech] (ForgeEndertech-1.10.2-1.1.1.0.jar)
  145. UCHI AdChimneys{1.10.2-1.1.1.0} [Advanced Chimneys] (AdChimneys-1.10.2-1.1.1.0.jar)
  146. UCHI AdHooks{1.10.2-1.0.0.0} [Advanced Hook Launchers] (AdHooks-1.10.2-1.0.0.0.jar)
  147. UCHI Aroma1997CoreHelper{1.1.0.3} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.0.3.jar)
  148. UCHI AromaBackup{1.0.1.1} [AromaBackup] (AromaBackup-1.9.4-1.0.1.1.jar)
  149. UCHI AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.1.jar)
  150. UCHI autopackager{1.6.3} [AutoPackager] (autopackager-1.6.3.jar)
  151. UCHI bagginses{2.4.2d} [Bagginses] (Bagginses-1.10-3.0.3.jar)
  152. UCHI Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  153. UCHI bdlib{1.12.1.6} [BD Lib] (bdlib-1.12.1.6-mc1.10.2.jar)
  154. UCHI betterwithmods{Beta 0.8.2 Hotfix 2} [Better With Mods] (Better With Mods-0.8.2-1.9.4-hotfix2.jar)
  155. UCHI BetterAchievements{0.3.0.29} [Better Achievements] (BetterAchievements-1.10.2-0.3.0.29.jar)
  156. UCHI betterbuilderswands{0.6.5} [Better Builder's Wands] (BetterBuildersWands-0.6.5-1.10r138+8595fc7.jar)
  157. UCHI BetterHorseHud{1.0} [Better Horse Hud] (BetterHorseHud-[1.9-1.10.2]-1.0.jar)
  158. UCHI BiomesOPlenty{4.1.0.2052} [Biomes O' Plenty] (BiomesOPlenty-1.9.4-4.1.0.2052-universal.jar)
  159. UCHI ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1.jar)
  160. UCHI JEI{3.7.8.234} [Just Enough Items] (jei_1.10.2-3.7.8.234.jar)
  161. UCHI BloodMagic{1.9.4-2.0.3-53} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.3-53.jar)
  162. UCHI BloodArsenal{1.10.2-2.0.1-CUSTOM} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-11.jar)
  163. UCHI bookshelf{1.3.0.282} [Bookshelf] (Bookshelf-1.10.2-1.3.0.282.jar)
  164. UCHI Botania{r1.8-313} [Botania] (Botania-unofficial.r1.8-313.jar)
  165. UCHI Bullseye{1.0.3} [Bullseye] (Bullseye-1.9.4-1.0.3.jar)
  166. UCHI Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  167. UCHI SonarCore{3.0.5} [SonarCore] (SonarCore-1.9.4-3.0.5.jar)
  168. UCHI Calculator{3.0.7} [Calculator] (Calculator-1.9.4-3.0.7.jar)
  169. UCHI Chameleon{1.9.4-2.1.6} [Chameleon] (Chameleon-1.9.4-2.1.6.jar)
  170. UCHI mcmultipart{1.2.0} [MCMultiPart] (MCMultiPart-1.2.0-universal.jar)
  171. UCHI CharsetLib{0.3.0-pre12} [‽] (Charset-0.3.0-pre12.jar)
  172. UCHI CharsetAudio{0.3.0-pre12} [♫] (Charset-0.3.0-pre12.jar)
  173. UCHI CharsetCarts{0.3.0-pre12} [U] (Charset-0.3.0-pre12.jar)
  174. UCHI CharsetDecoration{0.3.0-pre12} [âš?] (Charset-0.3.0-pre12.jar)
  175. UCHI CharsetDrama{0.3.0-pre12} [!] (Charset-0.3.0-pre12.jar)
  176. UCHI CharsetFarming{0.3.0-pre12} [;] (Charset-0.3.0-pre12.jar)
  177. UCHI CharsetGates{0.3.0-pre12} [&] (Charset-0.3.0-pre12.jar)
  178. UCHI CharsetPipes{0.3.0-pre12} [|] (Charset-0.3.0-pre12.jar)
  179. UCHI CharsetStorage{0.3.0-pre12} [#] (Charset-0.3.0-pre12.jar)
  180. UCHI CharsetTweaks{0.3.0-pre12} [*] (Charset-0.3.0-pre12.jar)
  181. UCHI CharsetWires{0.3.0-pre12} [+] (Charset-0.3.0-pre12.jar)
  182. UCHI CharsetWrench{0.3.0-pre12} [/] (Charset-0.3.0-pre12.jar)
  183. UCHI ChestTransporter{2.5.0} [Chest Transporter] (ChestTransporter-1.10-2.5.0.jar)
  184. UCHI chisel{MC1.9.4-0.0.6.33} [Chisel] (Chisel-MC1.9.4-0.0.6.33.jar)
  185. UCHI chiselsandbits{11.7} [Chisels & Bits] (chiselsandbits-11.7.jar)
  186. UCHI ChiselsBytes{0.4} [Chisels & Bytes] (ChiselsBytes-1.9.4-0.4.jar)
  187. UCHI combathelp{1.0.3} [Combat Help] (combathelp-1.9.4-1.0.3.jar)
  188. UCHI cyclopscore{0.7.2} [Cyclops Core] (CyclopsCore-1.9.4-0.7.2.jar)
  189. UCHI commoncapabilities{1.1.1} [CommonCapabilities] (CommonCapabilities-1.9.4-1.1.1.jar)
  190. UCHI IC2{2.6.16-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.16-ex110.jar)
  191. UCHI CompactSolars{5.0.4.328} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.4.328-universal.jar)
  192. UCHI compactstorage{v2.0.0a} [CompactStorage] (compactstorage-2.1-1.9.4.jar)
  193. UCHI compasscoords{1.10-3.1.6} [Compass Co-ords] (CompassCoords-1.10-3.1.6.jar)
  194. UCHI ComputerCraft{1.80pr0} [ComputerCraft] (ComputerCraft1.80pr0.jar)
  195. UCHI cookingforblockheads{3.1.26} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.1.26.jar)
  196. UCHI correlatedpotentialistics{1.1.3} [Correlated Potentialistics] (CorrelatedPotentialistics-1.1.3.jar)
  197. UCHI covers{0.3.0.4} [Simple Covers] (covers-0.3.0.4-mc1.10.2.jar)
  198. UCHI craftingcraft{4.0.3} [CraftingCraft] (craftingcraft-mc1.9.4-4.0.3.jar)
  199. UCHI cyclicmagic{1.4.3} [Cyclic] (Cyclic-1.10.2-1.4.3.jar)
  200. UCHI ElecCore{1.5.292} [ElecCore] (ElecCore-1.9.4-1.5.292.jar)
  201. UCHI deepresonance{1.2.0beta35} [DeepResonance] (deepresonance-1.9.4-1.2.0beta35.jar)
  202. UCHI Ding{MC1.9.0v2} [Ding] (Ding-1.10.2-1.0.0.jar)
  203. UCHI StorageDrawers{1.9.4-3.2.1} [Storage Drawers] (StorageDrawers-1.9.4-3.2.1.jar)
  204. UCHI bitdrawers{0.2} [Drawers & Bits] (DrawersBits-1.9.4-0.2.jar)
  205. UCHI druidry{2016.7.23-1.9.4} [§2Druidry] (druidry(2016.7.23.1)(1.9.4).jar)
  206. UCHI DurabilityShow{3.1.1} [Durability Show] (Durability Show-1.9.4-3.1.1.jar)
  207. UCHI enchiridion{3.1.6} [Enchiridion] (Enchiridion-1.9.4-3.1.6.jar)
  208. UCHI endercore{1.10.2-0.4.1.41-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.41-beta.jar)
  209. UCHI EnderIO{1.10.2-3.0.1.75_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.75_beta.jar)
  210. UCHI shetiphiancore{3.3.0} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.0.jar)
  211. UCHI endertanks{1.4.1} [EnderTanks] (endertanks-1.10.0-1.4.1.jar)
  212. UCHI EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)
  213. UCHI energysynergy{1.0.0} [EnergySynergy] (EnergySynergy-1.9.4-1.0.0.jar)
  214. UCHE evilcraft{0.10.6} [EvilCraft] (EvilCraft-1.9.4-0.10.6.jar)
  215. UCHI shadowmc{3.4.4} [ShadowMC] (ShadowMC-1.10.2-3.4.4.jar)
  216. UCHI ExtraRails{1.1.1} [Extra Rails] (ExtraRails-1.10.2-1.1.1.jar)
  217. UCHI ezstorage{2.2.0} [EZStorage 2] (ezstorage-2.2.0.jar)
  218. UCHI OpenComputers{1.6.0.2-beta.4} [OpenComputers] (OpenComputers-MC1.10-1.6.0.2-beta.4.jar)
  219. UCHI FFS{1.9.4-1.6.4-b28} [Fancy Fluid Storage] (Fancy Fluid Storage-1.9.4-1.6.4-b28.jar)
  220. UCHI fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  221. UCHI fixchiselstonegen{1.10.2-1.0} [Fix Chisel Stone Gen] (fixchiselstonegen-1.10.2-1.0.jar)
  222. UCHI flatcoloredblocks{mc1.10-v4.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.1.jar)
  223. UCHI FloodLights{1.2.7-145} [Flood Lights] (FloodLights-1.9.4-1.2.7-145.jar)
  224. UCHI reborncore{2.5.5.3} [RebornCore] (RebornCore-1.10.2-2.5.5.3-universal.jar)
  225. UCHI reborncore-mcmultipart{2.5.5.3} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.5.5.3-universal.jar)
  226. UCHI Tesla{1.2.0.38} [TESLA] (Tesla-1.10.2-1.2.0.38.jar)
  227. UCHI fluxedredstone{2.2.1.44} [FluxedRedstone] (FluxedRedstone-2.2.1.44.jar)
  228. UCHI forestry{5.2.3.213} [Forestry] (forestry_1.10.2-5.2.3.213.jar)
  229. UCHI forgeanalytics{0.0.0.13} [Forge Analytics] (ForgeAnalytics-1.10-0.0.0.19.jar)
  230. UCHI foxlib{@VERSION@} [FoxLib] (FoxLib-1.9.4-0.10.0.jar)
  231. UCHI ftbl{2.1.0} [FTBLib] (FTBLib-1.9.4-2.1.0-pre2.jar)
  232. UCHI ftbu{2.1.0} [FTBUtilities] (FTBUtilities-1.9.4-2.1.0-pre2.jar)
  233. UCHI Funnels{1.1.0} [Funnels] (Funnels-1.10.2-1.1.0.jar)
  234. UCHI furnus{1.83} [Furnus] (Furnus-1.10.2-1.83.jar)
  235. UCHI gendustry{1.6.4.13} [GenDustry] (gendustry-1.6.4.13-mc1.10.2.jar)
  236. UCHI advgenerators{0.9.20.9} [Advanced Generators] (generators-0.9.20.9-mc1.10.2.jar)
  237. UCHI geoactivity{2.2.3} [GeoActivity] (geoactivity-2.4.jar)
  238. UCHI grapplemod{1.10-v7} [Grappling hook mod] (grapplemod-1.10.2-v7.jar)
  239. UCHI hopperducts{1.4.7} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.7.jar)
  240. UCHI InductionCharger{1.1.1} [Induction Charger] (InductionCharger-1.10.2-1.1.1.jar)
  241. UCHI integrateddynamics{0.4.1} [Integrated Dynamics] (IntegratedDynamics-1.9.4-0.4.1.jar)
  242. UCHI inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  243. UCHI IronChest{7.0.7.795} [Iron Chest] (ironchest-1.10.2-7.0.7.795.jar)
  244. UCHI itemscroller{0.6.1} [Item Scroller] (itemscroller-1.10.2-0.6.1.jar)
  245. UCHI japta{1.9.0} [JAPTA] (JAPTA-1.9.4-1.9.0.jar)
  246. UCHI journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
  247. UCHI jeresources{0.4.6.42} [Just Enough Resources] (JustEnoughResources-1.10.2-0.4.6.42.jar)
  248. UCHI KaishiWeapons{v0.1} [Kaishi's Weapons Pack] (KaishiWeapons-1.9.4.jar)
  249. UCHI mantle{1.10-0.10.3.jenkins156} [Mantle] (Mantle-1.10-0.10.3.jar)
  250. UCHI testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
  251. UCHI moreoverlays{1.6} [MoreOverlays] (moreoverlays-1.6-mc1.9.4.jar)
  252. UCHI shear{1.1.2} [More Shearables] (MoreShearables1.2.1-1.10.2.jar)
  253. UCHI Morpheus{1.10-3.1.6} [Morpheus] (Morpheus-1.10-3.1.6.jar)
  254. UCHI botanicaladdons{GRADLE:VERSION.GRADLE:BUILD} [Natural Pledge] (NaturalPledge-r1.3.jar)
  255. UCHI nethercore{1.10.2-2.0.2} [Nether Core] (nethercore-1.10.2-2.0.2.jar)
  256. UCHI recipehandler{0.4} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.4(1.9).jar)
  257. UCHI NotEnoughCodecs{0.5} [NotEnoughCodecs] (NotEnoughCodecs-0.5.jar)
  258. UCHI notenoughwands{1.3.5} [Not Enough Wands] (notenoughwands-1.9.4-1.3.5.jar)
  259. UCHI ObsidianPlates{1.1.1} [Obsidian Plates] (ObsidianPlates-1.1.1_1.9.4.jar)
  260. UCHI harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2a.jar)
  261. UCHI PersistentBits{1.0.2} [Persistent Bits] (PersistentBits-1.10.2-1.0.2.jar)
  262. UCHI platforms{1.2.0} [Platforms] (platforms-1.10.0-1.2.0.jar)
  263. UCHI progressiveautomation{1.6.49} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.49.jar)
  264. UCHI Psi{r1.0-36} [Psi] (Psi-r1.0-36.jar)
  265. UCHI psionup{GRADLE:VERSION.GRADLE:BUILD} [PSIonic Upgrades] (PSIonicUpgrades-r1.10.jar)
  266. UCHI quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar)
  267. UCHI Quark{beta-46} [Quark] (Quark-beta-46.jar)
  268. UCHI randomthings{3.7.4} [Random Things] (RandomThings-MC1.10-3.7.4.jar)
  269. UCHI rangedpumps{0.2} [Ranged Pumps] (rangedpumps-0.2.jar)
  270. UCHI refinedstorage{0.8.12} [Refined Storage] (refinedstorage-0.8.12.jar)
  271. UCHI xreliquary{1.10.2-1.3.2.434} [Reliquary] (Reliquary-1.10.2-1.3.2.434.jar)
  272. UCHI ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
  273. UCHI rftools{5.06} [RFTools] (rftools-1.10-5.06.jar)
  274. UCHI rftoolsdim{4.30beta46} [RFTools Dimensions] (rftoolsdim-1.10-4.30beta46.jar)
  275. UCHI roots{0.110} [Roots] (roots-1.10.2-0.110.0.jar)
  276. UCHI routerreborn{1.10.2-4.0.1.14b_universal} [Router Reborn] (RouterReborn-1.10.2-4.0.1.14b_universal.jar)
  277. UCHI ShieldHider{1.0.1} [Shield Hider] (ShieldHider-1.0.1_1.9.4.jar)
  278. UCHI Signals{1.0} [Signals] (Signals-1.9.4-0.4.1-universal.jar)
  279. UCHI simplequarry{1.9.4_1.0.0} [Simple Quarry] (Simple Quarry-1.9.4_1.0.0.jar)
  280. UCHI simplebarrels{1.25a} [Simple Barrels] (simplebarrels-1.10.2-2002-1.25a.jar)
  281. UCHI ValkyrieLib{1.10.2-0.10.2} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.2.jar)
  282. UCHI SimpleGenerators{1.10-0.7.1a} [Simple Generators] (simplegenerators-1.10-0.7.1a.jar)
  283. UCHI simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
  284. UCHI SolarFluxReborn{1.9.4_0.7b} [Solar Flux Reborn] (SolarFluxReborn-1.9.4_0.7b.jar)
  285. UCHI solarvillage{1.1.0.15} [Solar Village] (SolarVillage-1.10.2-1.1.0.18.jar)
  286. UCHI soulshardstow{1.10.2-2.5.5-39} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.5.5-39.jar)
  287. UCHI storagenetwork{1.12.6} [Storage Network] (StorageNetwork-1.9.4-1.12.6.jar)
  288. UCHI tconstruct{1.10-2.3.3a.jenkins271} [Tinkers' Construct] (TConstruct-1.10-2.3.3a.jar)
  289. UCHI taiga{${version}} [Tinkers Alloying Addon] (taiga-1.10.2-1.0.2.jar)
  290. UCHI Tails{1.10.2-1.8.1} [Tails] (Tails-1.10.2-1.8.1.jar)
  291. UCHI teslaarsenal{1.1} [Tesla Arsenal] (TeslaArsenal-1.1.jar)
  292. UCHI teslacoils{v0.2.0.1} [Tesla Coils] (teslacoils-0.2.0.1.jar)
  293. UCHI theoneprobe{1.0.13} [The One Probe] (theoneprobe-1.10-1.0.13.jar)
  294. UCHI tinker_io{beta 2.3.2b} [Tinker I/O] (tinker_io-1.10.2-beta 2.3.2b.jar)
  295. UCHI TinkersAddons{1.0.3} [Tinkers' Addons] (Tinkers' Addons-1.10.x-1.0.3.jar)
  296. UCHI tombmanygraves{1.9.4_1.10.2-2.1.8} [Tomb Many Graves] (TombManyGraves-1.9.4_1.10.2-2.1.8.jar)
  297. UCHI topaddons{1.10.2-0.2.0} [TOP Addons] (topaddons-1.10.2-0.2.0.jar)
  298. UCHI Torcherino{4.2s} [Torcherino] (Torcherino-4.2s.jar)
  299. UCHI transprot{1.2.0} [Transprot] (Transprot-1.10.2-1.2.0.jar)
  300. UCHI WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.10-1.1.7.jar)
  301. UCHI waterstrainer{1.1.0} [Water Strainer] (WaterStrainer-1.9.4-1.1.0.jar)
  302. UCHI ICSE{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.0.197.jar)
  303. UCHI wawla{2.3.0.194} [What Are We Looking At] (Wawla-1.10.2-2.3.0.197.jar)
  304. Loaded coremods (and transformers):
  305. IC2core (industrialcraft-2-2.6.16-ex110.jar)
  306.  
  307. LoadingPlugin (RandomThings-MC1.10-3.7.4.jar)
  308. lumien.randomthings.asm.ClassTransformer
  309. EnderCorePlugin (EnderCore-1.10.2-0.4.1.41-beta.jar)
  310. com.enderio.core.common.transform.EnderCoreTransformer
  311. LoadingPlugin (Quark-beta-46.jar)
  312. vazkii.quark.base.asm.ClassTransformer
  313. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  314. lumien.resourceloader.asm.ClassTransformer
  315. GenderLoadingPlugin ([1.10.2]Gender-1.2.4.jar)
  316. com.github.ipixeli.gender.coremod.GenderClassTransformer
  317. SimpleCore (Simple Quarry-1.9.4_1.0.0.jar)
  318. com.mrdimka.simplequarry.core.SimpleClassTransformer
  319. FMLPlugin (InventoryTweaks-1.61-58.jar)
  320. invtweaks.forge.asm.ContainerTransformer
  321. CorePlugin (FluxedRedstone-2.2.1.44.jar)
  322.  
  323. CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)
  324.  
  325. CCLCorePlugin (CodeChickenLib-1.9.4-2.0.2.39-universal.jar)
  326. codechicken.lib.asm.ClassHeirachyManager
  327. codechicken.lib.asm.RenderHookTransformer
  328. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  329. shetiphian.core.asm.ClassTransformer
  330. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 368.81' Renderer: 'GeForce GTX 970/PCIe/SSE2'
  331. Pulsar/tconstruct loaded Pulses:
  332. - TinkerCommons (Enabled/Forced)
  333. - TinkerWorld (Enabled/Not Forced)
  334. - TinkerTools (Enabled/Not Forced)
  335. - TinkerSmeltery (Enabled/Not Forced)
  336. - TinkerGadgets (Enabled/Not Forced)
  337. - TinkerOredict (Enabled/Forced)
  338. - TinkerIntegration (Enabled/Forced)
  339. - TinkerFluids (Enabled/Forced)
  340. - TinkerMaterials (Enabled/Forced)
  341. - chiselsandbitsIntegration (Enabled/Not Forced)
  342. - WailaIntegration (Enabled/Not Forced)
  343.  
  344. List of loaded APIs:
  345. * actuallyadditionsapi (18) from ActuallyAdditions-1.10.2-r55.jar
  346. * AromaBackupAPI (1.0) from AromaBackup-1.9.4-1.0.1.1.jar
  347. * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
  348. * BetterAchievements|API (0.3.0.29) from BetterAchievements-1.10.2-0.3.0.29.jar
  349. * BetterWithModsAPI (Beta 0.6) from Better With Mods-0.8.2-1.9.4-hotfix2.jar
  350. * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.3-53.jar
  351. * BotaniaAPI (79) from Botania-unofficial.r1.8-313.jar
  352. * botanicaladdonsAPI (1) from NaturalPledge-r1.3.jar
  353. * CalculatorAPI (1.8.9 - 1.2) from Calculator-1.9.4-3.0.7.jar
  354. * CharsetAPI (0.1) from Charset-0.3.0-pre12.jar
  355. * CharsetAPI|Audio (0.0) from Charset-0.3.0-pre12.jar
  356. * CharsetAPI|Lib (0.2) from Charset-0.3.0-pre12.jar
  357. * CharsetAPI|Pipes (0.3) from Charset-0.3.0-pre12.jar
  358. * CharsetAPI|Storage (0.1) from Charset-0.3.0-pre12.jar
  359. * CharsetAPI|Tape (0.0) from Charset-0.3.0-pre12.jar
  360. * CharsetAPI|Wires (0.3) from Charset-0.3.0-pre12.jar
  361. * ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
  362. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
  363. * ChiselsAndBitsAPI (11.7.0) from chiselsandbits-11.7.jar
  364. * CoFHAPI (1.8.9R1.2.0B1) from mcjtylib-1.10-1.9.8.jar
  365. * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar
  366. * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.2.jar
  367. * CoFHAPI|energy (1.8.9R1.2.0B1) from EnderIO-1.10.2-3.0.1.75_beta.jar
  368. * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.2.jar
  369. * CoFHAPI|item (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.2.jar
  370. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar
  371. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.9.4-1.1.1.jar
  372. * compactstorage (v2.0.0a) from compactstorage-2.1-1.9.4.jar
  373. * ComputerCraft|API (1.80pr0) from ComputerCraft1.80pr0.jar
  374. * ComputerCraft|API|FileSystem (1.80pr0) from ComputerCraft1.80pr0.jar
  375. * ComputerCraft|API|Lua (1.80pr0) from ComputerCraft1.80pr0.jar
  376. * ComputerCraft|API|Media (1.80pr0) from ComputerCraft1.80pr0.jar
  377. * ComputerCraft|API|Peripheral (1.80pr0) from ComputerCraft1.80pr0.jar
  378. * ComputerCraft|API|Permissions (1.80pr0) from ComputerCraft1.80pr0.jar
  379. * ComputerCraft|API|Redstone (1.80pr0) from ComputerCraft1.80pr0.jar
  380. * ComputerCraft|API|Turtle (1.80pr0) from ComputerCraft1.80pr0.jar
  381. * DR-API (1.0.4-Beta) from deepresonance-1.9.4-1.2.0beta35.jar
  382. * ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.292.jar
  383. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
  384. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
  385. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
  386. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
  387. * ForestryAPI|apiculture (4.8.0) from forestry_1.10.2-5.2.3.213.jar
  388. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.3.213.jar
  389. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.3.213.jar
  390. * ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.3.213.jar
  391. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.3.213.jar
  392. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.3.213.jar
  393. * ForestryAPI|fuels (2.0.1) from forestry_1.10.2-5.2.3.213.jar
  394. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.3.213.jar
  395. * ForestryAPI|greenhouse (5.0.0) from forestry_1.10.2-5.2.3.213.jar
  396. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.3.213.jar
  397. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.3.213.jar
  398. * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.3.213.jar
  399. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.3.213.jar
  400. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.3.213.jar
  401. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.3.213.jar
  402. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.3.213.jar
  403. * gendustryAPI (2.3.0) from gendustry-1.6.4.13-mc1.10.2.jar
  404. * IC2API (1.0) from industrialcraft-2-2.6.16-ex110.jar
  405. * integrateddynamics|api (0.1.0) from IntegratedDynamics-1.9.4-0.4.1.jar
  406. * jeresources|API (0.4.6.42) from JustEnoughResources-1.10.2-0.4.6.42.jar
  407. * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  408. * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  409. * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  410. * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  411. * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  412. * JustEnoughItemsAPI (4.0.0) from jei_1.10.2-3.7.8.234.jar
  413. * McJtyLib (1.10-1.9.8) from mcjtylib-1.10-1.9.8.jar
  414. * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  415. * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  416. * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  417. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  418. * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  419. * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  420. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  421. * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  422. * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  423. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  424. * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  425. * PsiAPI (2) from Psi-r1.0-36.jar
  426. * PSIonicUpgradesAPI (1) from PSIonicUpgrades-r1.10.jar
  427. * reborncoreAPI (2.5.5.3) from RebornCore-1.10.2-2.5.5.3-universal.jar
  428. * SimpleQuarry|API (1) from Simple Quarry-1.9.4_1.0.0.jar
  429. * SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.5.5-39.jar
  430. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  431. * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  432. * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  433. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  434. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  435. * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  436. * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  437. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  438. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  439. * ValkyrieLib.api (1.10.2-0.10.2) from valkyrielib-1.10.2-0.10.2.jar
  440. * WailaAPI (1.3) from SolarFluxReborn-1.9.4_0.7b.jar
  441. 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.):
  442. * Optifine is installed. This is NOT supported.
  443. 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.
  444. Detailed RF API diagnostics:
  445. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/EnergyStorage.class
  446. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyConnection.class
  447. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyContainerItem.class
  448. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyHandler.class
  449. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyProvider.class
  450. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyReceiver.class
  451. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyStorage.class
  452. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/ItemEnergyContainer.class
  453. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/TileEnergyHandler.class
  454. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/TileEnergyHandler.class
  455.  
  456. Launched Version: forge-12.18.1.2014
  457. LWJGL: 2.9.4
  458. OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 368.81, NVIDIA Corporation
  459. GL Caps: Using GL 1.3 multitexturing.
  460. Using GL 1.3 texture combiners.
  461. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  462. Shaders are available because OpenGL 2.1 is supported.
  463. VBOs are available because OpenGL 1.5 is supported.
  464.  
  465. Using VBOs: Yes
  466. Is Modded: Definitely; Client brand changed to 'fml,forge'
  467. Type: Client (map_client.txt)
  468. Resource Packs: Faithful 1.10.2.zip
  469. Current Language: English (US)
  470. Profiler Position: N/A (disabled)
  471. CPU: 8x Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
  472. OptiFine Version: OptiFine_1.10.2_HD_U_C2
  473. Render Distance Chunks: 12
  474. Mipmaps: 4
  475. Anisotropic Filtering: 1
  476. Antialiasing: 0
  477. Multitexture: false
  478. Shaders: null
  479. OpenGlVersion: 4.5.0 NVIDIA 368.81
  480. OpenGlRenderer: GeForce GTX 970/PCIe/SSE2
  481. OpenGlVendor: NVIDIA Corporation
  482. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement