Advertisement
Guest User

Untitled

a guest
Oct 5th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.46 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (Quark-r1.0-56.jar)
  5. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.1.jar)
  6. EnderCorePlugin (EnderCore-1.10.2-0.4.1.56-beta.jar)
  7. FarseekCoreMod (Farseek-1.9.4-1.1.jar)
  8. LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
  9. CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.85-universal.jar)
  10. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.326.jar)
  11. CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal.jar)
  12. IC2core (industrialcraft-2-2.6.82-ex110.jar)
  13. LoadingPlugin (RandomThings-MC1.10.2-3.7.6.jar)
  14. AppleCore (AppleCore-mc1.10.2-2.0.1.jar)
  15. IvToolkit (IvToolkit-1.2.8.5.jar)
  16. CCCDeobfPlugin (unknown)
  17. FMLPlugin (InventoryTweaks-1.61-58.jar)
  18. TransformerLoader (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
  19. CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.73-universal.jar)
  20. DepLoader (BrandonsCore-1.10.2-2.1.0.46-universal.jar)
  21. Contact their authors BEFORE contacting forge
  22.  
  23. // Quite honestly, I wouldn't worry myself about that.
  24.  
  25. Time: 10/5/16 6:00 PM
  26. Description: Initializing game
  27.  
  28. java.lang.NullPointerException: Initializing game
  29. at lumien.randomthings.client.models.blocks.ModelCubeAll.vertexToInts(ModelCubeAll.java:58)
  30. at lumien.randomthings.client.models.blocks.ModelCubeAll.createSidedBakedQuad(ModelCubeAll.java:68)
  31. at lumien.randomthings.client.models.blocks.ModelCubeAll.<init>(ModelCubeAll.java:41)
  32. at lumien.randomthings.client.models.blocks.ModelFluidDisplay.<init>(ModelFluidDisplay.java:35)
  33. at lumien.randomthings.handler.RTEventHandler.modelBake(RTEventHandler.java:362)
  34. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_840_RTEventHandler_modelBake_ModelBakeEvent.invoke(.dynamic)
  35. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  36. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
  37. at net.minecraftforge.client.ForgeHooksClient.onModelBake(ForgeHooksClient.java:400)
  38. at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:30)
  39. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:122)
  40. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:499)
  41. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  42. at net.minecraft.client.main.Main.main(SourceFile:124)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  46. at java.lang.reflect.Method.invoke(Method.java:483)
  47. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  48. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  49.  
  50.  
  51. A detailed walkthrough of the error, its code path and all known details is as follows:
  52. ---------------------------------------------------------------------------------------
  53.  
  54. -- Head --
  55. Thread: Client thread
  56. Stacktrace:
  57. at lumien.randomthings.client.models.blocks.ModelCubeAll.vertexToInts(ModelCubeAll.java:58)
  58. at lumien.randomthings.client.models.blocks.ModelCubeAll.createSidedBakedQuad(ModelCubeAll.java:68)
  59. at lumien.randomthings.client.models.blocks.ModelCubeAll.<init>(ModelCubeAll.java:41)
  60. at lumien.randomthings.client.models.blocks.ModelFluidDisplay.<init>(ModelFluidDisplay.java:35)
  61. at lumien.randomthings.handler.RTEventHandler.modelBake(RTEventHandler.java:362)
  62. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_840_RTEventHandler_modelBake_ModelBakeEvent.invoke(.dynamic)
  63. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  64. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
  65. at net.minecraftforge.client.ForgeHooksClient.onModelBake(ForgeHooksClient.java:400)
  66. at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:30)
  67. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:122)
  68. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:499)
  69.  
  70. -- Initialization --
  71. Details:
  72. Stacktrace:
  73. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  74. at net.minecraft.client.main.Main.main(SourceFile:124)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  77. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  78. at java.lang.reflect.Method.invoke(Method.java:483)
  79. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  80. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  81.  
  82. -- System Details --
  83. Details:
  84. Minecraft Version: 1.10.2
  85. Operating System: Windows 10 (amd64) version 10.0
  86. Java Version: 1.8.0_25, Oracle Corporation
  87. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  88. Memory: 1052237096 bytes (1003 MB) / 4551868416 bytes (4341 MB) up to 5726797824 bytes (5461 MB)
  89. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m
  90. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  91. FML: MCP 9.32 Powered by Forge 12.18.1.2094 Optifine OptiFine_1.10.2_HD_U_C3 212 mods loaded, 212 mods active
  92. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  93. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  94. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2094.jar)
  95. UCH Forge{12.18.1.2094} [Minecraft Forge] (forge-1.10.2-12.18.1.2094.jar)
  96. UCH CodeChickenCore{2.1.8.79} [CodeChicken Core] (minecraft.jar)
  97. UCH ivtoolkit{1.2.8.5} [IvToolkit] (minecraft.jar)
  98. UCH OpenComputers|Core{1.6.0.3-rc.1} [OpenComputers (Core)] (minecraft.jar)
  99. UCH cei{1.3} [Chunk Edge Indicator] (1.10-chunkedgeindicator-1.3.jar)
  100. UCH mantle{1.10.2-1.0.0.jenkins170} [Mantle] (Mantle-1.10.2-1.0.0.jar)
  101. UCH tconstruct{1.10.2-2.5.3.jenkins387} [Tinkers' Construct] (TConstruct-1.10.2-2.5.3.jar)
  102. UCH immersiveengineering{0.10-42} [Immersive Engineering] (ImmersiveEngineering-0.10-42.jar)
  103. UCH JEI{3.12.5.297} [Just Enough Items] (jei_1.10.2-3.12.5.297.jar)
  104. UCH abyssalcraft{1.9.3-pre-1} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.3-pre-1.jar)
  105. UCH actuallyadditions{1.10.2-r64} [Actually Additions] (ActuallyAdditions-1.10.2-r64.jar)
  106. UCH ForgeEndertech{1.1.3.0} [Forge Endertech] (ForgeEndertech-1.10.2-1.1.3.0.jar)
  107. UCH AdHooks{1.10.2-1.0.2.3} [Advanced Hook Launchers] (AdHooks-1.10.2-1.0.2.3.jar)
  108. UCH IC2{2.6.82-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.82-ex110.jar)
  109. UCH advanced_machines{60.0.0} [Advanced Machines] (Advanced Machines-60.0.0.jar)
  110. UCH aim{0.0.1} [Advanced Inventory Managment] (AdvancedInventoryManagement-1.10.2-1.0.0.jar)
  111. UCH CookingPlus{0.8.9} [The Agricultural Revolution] (Agricultural Revolution-1.10.2-0.8.9.jar)
  112. UCH Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  113. UCH Botania{r1.9-327} [Botania] (Botania r1.9-327.jar)
  114. UCH AkashicTome{1.0-4} [Akashic Tome] (AkashicTome-1.0-4.jar)
  115. UCH AppleCore{2.0.1} [AppleCore] (AppleCore-mc1.10.2-2.0.1.jar)
  116. UCH appleskin{1.0.4} [AppleSkin] (AppleSkin-mc1.10.2-1.0.4.jar)
  117. UCH autopackager{1.6.3} [AutoPackager] (autopackager-1.6.3.jar)
  118. UCH Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
  119. UCH Psi{r1.0-39} [Psi] (Psi-r1.0-39.jar)
  120. UCH Quark{r1.0-56} [Quark] (Quark-r1.0-56.jar)
  121. UCH AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  122. UCH bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4c.jar)
  123. UCH BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
  124. UCH bdlib{1.12.2.12} [BD Lib] (bdlib-1.12.2.12-mc1.10.2.jar)
  125. UCH BetterAchievements{0.3.0.29} [Better Achievements] (BetterAchievements-1.10.2-0.3.0.29.jar)
  126. UCH betteragriculture{0.16} [Better Agriculture] (BetterAgriculture_(MC-1.10)-0.16.jar)
  127. UCH betterbuilderswands{0.6.5} [Better Builder's Wands] (BetterBuildersWands-0.6.5-1.10r138+8595fc7.jar)
  128. UCH BiomesOPlenty{5.0.0.2086} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2086-universal.jar)
  129. UCH guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar)
  130. UCH BloodMagic{1.9.4-2.1.0-65} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.1.0-65.jar)
  131. UCH bookshelf{1.4.2.326} [Bookshelf] (Bookshelf-1.10.2-1.4.2.326.jar)
  132. UCH bookshelfapi{3.3.0} [Bookshelf] (Bookshelf-API-1.10.2-3.3.0.jar)
  133. UCH brandonscore{2.1.0} [Brandon's Core] (BrandonsCore-1.10.2-2.1.0.46-universal.jar)
  134. UCH BuildersGuides{1.10.2-1.0.2} [Builder's Guides] (buildersguides-1.10.2-1.0.2.jar)
  135. UCH Bullseye{1.0.3} [Bullseye] (Bullseye-1.9.4-1.0.3.jar)
  136. UCH Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  137. UCH SonarCore{3.1.6} [SonarCore] (SonarCore-1.9.4-3.1.6.jar)
  138. UCH Calculator{3.1.2} [Calculator] (Calculator-1.9.4-3.1.2.jar)
  139. UCH capsule{1.10.2-1.2.0} [Capsule] (Capsule-1.10.2-1.2.0.jar)
  140. UCH Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)
  141. UCH mcmultipart{1.2.1} [MCMultiPart] (MCMultiPart-1.2.1-universal.jar)
  142. UCH CharsetLib{0.3.0-pre15} [‽] (Charset-0.3.0-pre15.jar)
  143. UCH CharsetAudio{0.3.0-pre15} [♫] (Charset-0.3.0-pre15.jar)
  144. UCH CharsetCarts{0.3.0-pre15} [U] (Charset-0.3.0-pre15.jar)
  145. UCH CharsetDecoration{0.3.0-pre15} [âš?] (Charset-0.3.0-pre15.jar)
  146. UCH CharsetDrama{0.3.0-pre15} [!] (Charset-0.3.0-pre15.jar)
  147. UCH CharsetFarming{0.3.0-pre15} [;] (Charset-0.3.0-pre15.jar)
  148. UCH CharsetGates{0.3.0-pre15} [&] (Charset-0.3.0-pre15.jar)
  149. UCH CharsetPipes{0.3.0-pre15} [|] (Charset-0.3.0-pre15.jar)
  150. UCH CharsetStorage{0.3.0-pre15} [#] (Charset-0.3.0-pre15.jar)
  151. UCH CharsetTweaks{0.3.0-pre15} [*] (Charset-0.3.0-pre15.jar)
  152. UCH CharsetWires{0.3.0-pre15} [+] (Charset-0.3.0-pre15.jar)
  153. UCH CharsetWrench{0.3.0-pre15} [/] (Charset-0.3.0-pre15.jar)
  154. UCH ChickenChunks{2.1.3.37} [ChickenChunks] (ChickenChunks-1.10.2-2.1.3.37-universal.jar)
  155. UCH chisel{MC1.9.4-0.0.6.48} [Chisel] (Chisel-MC1.9.4-0.0.6.48.jar)
  156. UCH chiselsandbits{12.4} [Chisels & Bits] (chiselsandbits-12.4.jar)
  157. UCH ChunkAnimator{1.2} [Chunk Animator] (ChunkAnimator-MC1.9.4-1.2.jar)
  158. UCH clienttweaks{1.1.14} [Client Tweaks] (ClientTweaks_1.10.2-1.1.14.jar)
  159. UCH clockhud{1.3.2} [Clock HUD] (ClockHUD-1.10.2-1.3.2.jar)
  160. UCH excore{1.6.2} [EXCore] (Excore-1.6.2-1.10.2.jar)
  161. UCH colorfulblocks{1.3.2} [Colorful Blocks] (ColorfulBlocks-1.3.2-1.10.jar)
  162. UCH CompactSolars{5.0.4.328} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.4.328-universal.jar)
  163. UCH compactstorage{v2.0.0a} [CompactStorage] (compactstorage-2.1-1.9.4.jar)
  164. UCH cookingforblockheads{4.2.15} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.15.jar)
  165. UCH correlatedpotentialistics{2.0.0-alpha2} [Correlated Potentialistics] (CorrelatedPotentialistics-2.0.0-alpha2.jar)
  166. UCH craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar)
  167. UCH MineTweaker3{3.0.11} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.11.jar)
  168. UCH crossroads{1.10.2-1.1.4} [Crossroads] (crossroads-1.10.2-1.1.4.jar)
  169. UCH CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar)
  170. UCH cyberware{beta-0.2.3} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.2.3.jar)
  171. UCH darkutils{1.1.4.86} [Dark Utilities] (DarkUtilities-1.10.2-1.1.4.86.jar)
  172. UCH DeathCounter{MC1.9.0v2} [DeathCounter] (DeathCounter-1.10.2-1.0.0.jar)
  173. UCH draconicevolution{2.0.0} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.0.101-universal.jar)
  174. UCH easyBreeding{5.0.0} [Easy Breeding] (easybreeding-1.9.4-4.0.1.jar)
  175. UCH forestry{5.2.14.263} [Forestry] (forestry_1.10.2-5.2.14.263.jar)
  176. UCH ElecCore{1.5.311} [ElecCore] (ElecCore-1.9.4-1.5.311.jar)
  177. UCH elevatorid{1.2.0} [Elevator Mod] (ElevatorMod[V.1.2.0][MC.1.10.2].jar)
  178. UCH EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar)
  179. UCH endercore{1.10.2-0.4.1.56-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.56-beta.jar)
  180. UCH EnderIO{1.10.2-3.0.1.120_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.120_beta.jar)
  181. UCH enderrift{1.5.0} [Ender-Rift] (EnderRift-1.10.2-1.5.0.jar)
  182. UCH EnderStorage{2.1.3.76} [EnderStorage] (EnderStorage-1.10.2-2.1.3.76-universal.jar)
  183. UCH enderthing{0.6.11} [Enderthing] (enderthing-1.10.2-0.6.11.jar)
  184. UCH EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)
  185. UCH endmetals{1.0.4} [End Metals] (EndMetals_1.9-1.0.4.jar)
  186. UCH valkyrielib{1.10.2-0.10.4} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.4b.jar)
  187. UCH environmentaltech{1.10.2-0.10.4b} [Environmental Tech] (environmentaltech-1.10.2-0.10.4b.jar)
  188. UCH extrablocks{1.0.2} [ExtraBlocks] (extrablocks-1.0.2.jar)
  189. UCH golems{6.02} [Extra Golems] (ExtraGolems[1.10.2]-6.02.jar)
  190. UCH shadowmc{3.4.8} [ShadowMC] (ShadowMC-1.10.2-3.4.8.jar)
  191. UCH ExtraRails{1.1.1} [Extra Rails] (ExtraRails-1.10.2-1.1.1.jar)
  192. UCH ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.1.0a.jar)
  193. UCH zerocore{1.10.2-0.0.8.0} [Zero CORE] (zerocore-1.10.2-0.0.8.0.jar)
  194. UCH bigreactors{0.4.5.17} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.17.jar)
  195. UCH ezstorage{2.2.5} [EZStorage 2] (ezstorage-2.2.5.jar)
  196. UCH OpenComputers{1.6.0.3-rc.1} [OpenComputers] (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
  197. UCH FFS{1.10.2-1.6.5-b31} [Fancy Fluid Storage] (Fancy Fluid Storage-1.10.2-1.6.5-b31.jar)
  198. UCH Farseek{1.9.4} [Farseek] (Farseek-1.9.4-1.1.jar)
  199. UCH FastLeaveDecay{1.1} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.2.jar)
  200. UCH FloodLights{1.2.7-145} [Flood Lights] (FloodLights-1.9.4-1.2.7-145.jar)
  201. UCH fluxducts{1.0.4} [Flux Ducts] (fluxducts-mc1.9.4-1.0.4.jar)
  202. UCH FluxNetworks{1.0.7} [Flux Networks] (FluxNetworks-1.9.4-1.0.7.jar)
  203. UCH ftbl{3.0.0} [FTBLib] (FTBLib-1.10.2-3.0.0.3.jar)
  204. UCH ftbu{3.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.0.0.2.jar)
  205. UCH gendustry{1.6.4.21} [GenDustry] (gendustry-1.6.4.21-mc1.10.2.jar)
  206. UCH pressure{1.3.1.16} [Pressure Pipes] (pressure-1.3.1.16-mc1.10.2.jar)
  207. UCH advgenerators{0.9.20.14} [Advanced Generators] (generators-0.9.20.14-mc1.10.2.jar)
  208. UCH fishing{1.4.4} [Fishing Net Mod] (GiacomosFishingNet1.10.2-1.4.4.jar)
  209. UCH grapple_hooks{1.0.8} [Grapple Hooks] (Grapple-Hooks-1.10.2-1.0.8.jar)
  210. UCH HoloInventory{2.0.3.138} [HoloInventory] (HoloInventory-1.9.4-2.0.3.138.jar)
  211. UCH hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar)
  212. UCH InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
  213. UCH inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  214. UCH ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
  215. UCH itemscroller{0.7.1} [Item Scroller] (itemscroller-1.10.2-0.7.1.jar)
  216. UCH JEFB{1.0.4} [Just Enough Forestry Bees] (jefb_1.10.2-1.0.4.jar)
  217. UCH jeibees{0.9.0.1} [JEI Bees] (jeibees-0.9.0.1-mc1.10.2.jar)
  218. UCH journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
  219. UCH je_calculation{1.10.2-2.1.2} [Just Enough Calculation] (JustEnoughCalculation-1.10.2-2.1.2.jar)
  220. UCH jeresources{0.5.3.61} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.3.61.jar)
  221. UCH LunatriusCore{1.1.2.36} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.36-universal.jar)
  222. UCH LaserLevel{2.1.0.13} [Laser Level] (LaserLevel-1.10.2-2.1.0.13-universal.jar)
  223. UCH levelup{${version}} [Level Up!] (LevelUp!-0.12.1-1.10.2.jar)
  224. UCH login_shield{1.10.2-11-gb29eaad} [Login Shield] (Login_Shield-1.10.2-11-gb29eaad.jar)
  225. UCH magneticraft{@VERSION@} [Magneticraft] (magneticraft-1.0.2-release.jar)
  226. UCH Mekanism{9.2.1} [Mekanism] (MekanismAll-1102-921homebaked.jar)
  227. UCH MekanismGenerators{9.2.1} [MekanismGenerators] (MekanismAll-1102-921homebaked.jar)
  228. UCH MekanismTools{9.2.1} [MekanismTools] (MekanismAll-1102-921homebaked.jar)
  229. UCH testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
  230. UCH mobtotems{1.10.2-0.1.2} [Mob Totems] (mobtotems-1.10.2-0.1.2.jar)
  231. UCH modsquad{1.0} [Tesla Essentials] (modsquad-1.3.0.jar)
  232. UCH modularrouters{1.10.2-1.0.3} [Modular Routers] (modular-routers-1.10.2-1.0.3.jar)
  233. UCH modularmachines{1.6.0.135} [Modular Machine's] (modularmachines_1.10.2-1.6.0.135.jar)
  234. UCH modularsystems{3.1.0} [Modular Systems] (ModularSystems-1.10.2-3.1.0.jar)
  235. UCH morebees{1.10.2-1.1.3} [More Bees] (morebees-1.10.2-1.1.3.jar)
  236. UCH Morpheus{1.10.2-3.1.7} [Morpheus] (Morpheus-1.10.2-3.1.7.jar)
  237. UCH mysticalagriculture{1.2.4} [Mystical Agriculture] (mysticalagriculture-1.2.4.jar)
  238. UCH NashornLib{1.9.4-1.8.77-1.3.1} [Nashorn Library] (NashornLib-1.9.4-1.8.77-1.3.1.8.jar)
  239. UCH botanicaladdons{GRADLE:VERSION.GRADLE:BUILD} [Natural Pledge] (NaturalPledge-r1.5.jar)
  240. UCH nethermetals{1.1.2} [Nether Metals] (NetherMetals_1.9-1.1.2.jar)
  241. UCH netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  242. UCH nmsot{1.1.7-mc[1.9.4-1.10.2]} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.1.7-mc[1.9.4-1.10.2].jar)
  243. UCH recipehandler{0.5} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.5(1.10.2).jar)
  244. UCH notenoughwands{1.3.7} [Not Enough Wands] (notenoughwands-1.10-1.3.7.jar)
  245. UCH fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar)
  246. UCH orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar)
  247. UCH powerinventory{2.3.0} [Overpowered Inventory] (OverpoweredInventory-1.10.2-2.3.0.jar)
  248. UCH packingtape{0.6.0} [Packing Tape] (PackingTape-1.10.2-0.6.0.jar)
  249. UCH harvestcraft{1.9.4-1.10.2f} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2f.jar)
  250. UCH progressiveautomation{1.6.51} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.51.jar)
  251. UCH psionup{GRADLE:VERSION.GRADLE:BUILD} [PSIonic Upgrades] (PSIonicUpgrades-r1.14.jar)
  252. UCH quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar)
  253. UCH reborncore{2.7.3.46} [RebornCore] (RebornCore-1.10.2-2.7.3.46-universal.jar)
  254. UCH quantumstorage{3.2.6} [QuantumStorage] (QuantumStorage-1.10.2-3.2.6.jar)
  255. UCH randomthings{3.7.6} [Random Things] (RandomThings-MC1.10.2-3.7.6.jar)
  256. UCH reborncore-mcmultipart{2.7.3.46} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.7.3.46-universal.jar)
  257. UCH reccomplex{1.1.1} [Recurrent Complex] (RecurrentComplex-1.1.1.jar)
  258. UCH refinedrelocation{@VERSION@} [Refined Relocation] (RefinedRelocation-mc1.10.2-2.1.16.jar)
  259. UCH StorageDrawers{1.10.2-3.2.7} [Storage Drawers] (StorageDrawers-1.10.2-3.2.7.jar)
  260. UCH refinedstorage{1.1.2} [Refined Storage] (refinedstorage-1.1.2.jar)
  261. UCH xreliquary{1.10.2-1.3.3.571} [Reliquary] (Reliquary-1.10.2-1.3.3.571.jar)
  262. UCH Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
  263. UCH roots{0.203} [Roots] (roots-1.10.2-0.203.0.jar)
  264. UCH runesofwizardry{1.10.2-0.7.1} [Runes of Wizardry] (Runes-of-Wizardry-1.10.2-0.7.1.jar)
  265. UCH runesofwizardry_classics{1.10.2-0.4.2} [Runes of Wizardry - Classic Dusts Pack] (RunesofWizardry-Classics-1.10.2-0.4.2.jar)
  266. UCH Schematica{1.7.8.152} [Schematica] (Schematica-1.10.2-1.7.8.152-universal.jar)
  267. UCH shetiphiancore{3.3.1} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.1.jar)
  268. UCH Signals{1.0} [Signals] (Signals-1.10.2-0.4.3-universal.jar)
  269. UCH SimilsaxTranstructors{1.10.2.18} [Similsax Transtructors] (SimilsaxTranstructors-1.10.2.18.jar)
  270. UCH simplegenerators{1.10.2-0.10.4e} [Simple Generators] (simplegenerators-1.10.2-0.10.4e.jar)
  271. UCH simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
  272. UCH SleepingBag{1.3.0} [Sleeping Bag] (SleepingBag-1.10.2-1.3.0.jar)
  273. UCH solarvillage{1.1.0.15} [Solar Village] (SolarVillage-1.10.2-1.1.0.19.jar)
  274. UCH soulshardstow{1.10.2-2.6.3-43} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.3-43.jar)
  275. UCH SpiceOfLife{1.3.6} [The Spice of Life] (SpiceOfLife-mc1.9.4-1.3.6.jar)
  276. UCH Stackie{1.6.0.44} [Stackie] (Stackie-1.10.2-1.6.0.44-universal.jar)
  277. UCH stacksonstacks{1.1.4} [stacksonstacks] (StacksOnStacks2-1.1.4.jar)
  278. UCH storagenetwork{1.12.9} [Storage Network] (StorageNetwork-1.9.4-1.12.9.jar)
  279. UCH substratum{1.8.1.0} [Substratum] (Substratum-1.10.2-1.8.1.0.jar)
  280. UCH techreborn{1.4.6.67} [TechReborn] (TechReborn-1.10.2-1.4.6.67-universal.jar)
  281. UCH teslamodularsolars{1.10.2 R1.1} [TESLA MODULAR SOLAR PANEL] (Tesla Modular Solars-1.10.2-1.2.jar)
  282. UCH tesla{1.2.1.49} [TESLA] (Tesla-1.10.2-1.2.1.49.jar)
  283. UCH teslaarsenal{1.4} [Tesla Arsenal] (TeslaArsenal-1.4.jar)
  284. UCH teslacoils{v0.2.1.0} [Tesla Coils] (teslacoils-0.2.1.0.jar)
  285. UCH thedragoncore{1.10.2-1.0.2.0} [TheDragonCore] (thedragoncore-1.10.2-1.0.2.0.jar)
  286. UCH tinker_io{release 2.3.6} [Tinker I/O] (tinker_io-1.10.2-release 2.3.6.jar)
  287. UCH TinkersAddons{1.0.3} [Tinkers' Addons] (Tinkers' Addons-1.10.x-1.0.3.jar)
  288. UCH golems_tcon{6.02.1} [Tinkers' Golems Addon] (TinkersGolemsAddon[1.10.2]-6.02.1.jar)
  289. UCH tinkertoolleveling{1.10.2-0.2.0.DEV.45854fb} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-0.2.0.jar)
  290. UCH tombmanygraves{1.10.2-2.1.10} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.10.jar)
  291. UCH Torcherino{4.2s} [Torcherino] (Torcherino-4.2s.jar)
  292. UCH torchpl{1.1} [Torchplacer] (Torchplacer 1.10.2 v.1.1.jar)
  293. UCH Translocator{2.1.2.29} [Translocator] (Translocators-1.10.2-2.1.2.29-universal.jar)
  294. UCH va{1.10.2-1.5} [Vanilla Automation] (va-1.10.2-1.5.jar)
  295. UCH VeinMiner{0.34.1_1.9-73be663} [Vein Miner] (VeinMiner-0.34.1-1.9r571+73be663.jar)
  296. UCH VeinMinerModSupport{0.34.1_1.9-73be663} [Mod Support] (VeinMiner-0.34.1-1.9r571+73be663.jar)
  297. UCH veinminermodintegration{1.7.10-0.2.0} [Veinminer Mod Integration] (veinminermodintegration-0.6.0-1.9.4r29+2f88da6.jar)
  298. UCH WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.jar)
  299. UCH waterstrainer{1.3.0} [Water Strainer] (WaterStrainer-1.9.4-1.3.0.jar)
  300. UCH icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.1.211.jar)
  301. UCH wawla{2.3.1.208} [What Are We Looking At] (Wawla-1.10.2-2.3.1.211.jar)
  302. UCH Woot{1.10.2-1.2.0} [Woot] (woot-1.10.2-1.2.0.jar)
  303. UCH xprings{1.2.0} [Experience Rings] (xprings-1.2.0.jar)
  304. UCH UniDict{1.10.2-2.0} [UniDict] (UniDict-1.10.2-2.0.jar)
  305. Loaded coremods (and transformers):
  306. LoadingPlugin (Quark-r1.0-56.jar)
  307. vazkii.quark.base.asm.ClassTransformer
  308. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.1.jar)
  309. shetiphian.core.asm.ClassTransformer
  310. EnderCorePlugin (EnderCore-1.10.2-0.4.1.56-beta.jar)
  311. com.enderio.core.common.transform.EnderCoreTransformer
  312. FarseekCoreMod (Farseek-1.9.4-1.1.jar)
  313. farseek.core.FarseekClassTransformer
  314. LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
  315. lumien.chunkanimator.asm.ClassTransformer
  316. CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.85-universal.jar)
  317. codechicken.lib.asm.ClassHeirachyManager
  318. codechicken.lib.asm.RenderHookTransformer
  319. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.326.jar)
  320. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  321. CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal.jar)
  322. codechicken.core.asm.TweakTransformer
  323. codechicken.core.asm.DelegatedTransformer
  324. codechicken.core.asm.DefaultImplementationTransformer
  325. IC2core (industrialcraft-2-2.6.82-ex110.jar)
  326.  
  327. LoadingPlugin (RandomThings-MC1.10.2-3.7.6.jar)
  328. lumien.randomthings.asm.ClassTransformer
  329. AppleCore (AppleCore-mc1.10.2-2.0.1.jar)
  330. squeek.applecore.asm.TransformerModuleHandler
  331. IvToolkit (IvToolkit-1.2.8.5.jar)
  332.  
  333. CCCDeobfPlugin (unknown)
  334.  
  335. FMLPlugin (InventoryTweaks-1.61-58.jar)
  336. invtweaks.forge.asm.ContainerTransformer
  337. TransformerLoader (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
  338. li.cil.oc.common.asm.ClassTransformer
  339. CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.73-universal.jar)
  340. codechicken.lib.asm.ClassHeirachyManager
  341. codechicken.lib.asm.RenderHookTransformer
  342. DepLoader (BrandonsCore-1.10.2-2.1.0.46-universal.jar)
  343.  
  344. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.70' Renderer: 'GeForce GTX 760 Ti OEM/PCIe/SSE2'
  345. Pulsar/tconstruct loaded Pulses:
  346. - TinkerCommons (Enabled/Forced)
  347. - TinkerWorld (Enabled/Not Forced)
  348. - TinkerTools (Enabled/Not Forced)
  349. - TinkerHarvestTools (Enabled/Forced)
  350. - TinkerMeleeWeapons (Enabled/Forced)
  351. - TinkerRangedWeapons (Enabled/Forced)
  352. - TinkerModifiers (Enabled/Forced)
  353. - TinkerSmeltery (Enabled/Not Forced)
  354. - TinkerGadgets (Enabled/Not Forced)
  355. - TinkerOredict (Enabled/Forced)
  356. - TinkerIntegration (Enabled/Forced)
  357. - TinkerFluids (Enabled/Forced)
  358. - TinkerMaterials (Enabled/Forced)
  359. - TinkerModelRegister (Enabled/Forced)
  360. - chiselsandbitsIntegration (Enabled/Not Forced)
  361. - craftingtweaksIntegration (Enabled/Not Forced)
  362. - WailaIntegration (Enabled/Not Forced)
  363.  
  364. CodeChickenCore: ignoreInvalidMCVersion state: false
  365. List of loaded APIs:
  366. * AbyssalCraftAPI (1.8.2) from AbyssalCraft-1.10.2-1.9.3-pre-1.jar
  367. * actuallyadditionsapi (23) from ActuallyAdditions-1.10.2-r64.jar
  368. * AppleCoreAPI (2.1.0) from AppleCore-mc1.10.2-2.0.1.jar
  369. * Baubles|API (1.1.1.0) from xprings-1.2.0.jar
  370. * BetterAchievements|API (0.3.0.29) from BetterAchievements-1.10.2-0.3.0.29.jar
  371. * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.1.0-65.jar
  372. * BotaniaAPI (82) from Botania r1.9-327.jar
  373. * botanicaladdonsAPI (1) from NaturalPledge-r1.5.jar
  374. * CalculatorAPI (1.9.4 - 1.0) from Calculator-1.9.4-3.1.2.jar
  375. * CharsetAPI (0.1) from Charset-0.3.0-pre15.jar
  376. * CharsetAPI|Audio (0.0) from Charset-0.3.0-pre15.jar
  377. * CharsetAPI|Lib (0.2) from Charset-0.3.0-pre15.jar
  378. * CharsetAPI|Pipes (0.3) from Charset-0.3.0-pre15.jar
  379. * CharsetAPI|Storage (0.1) from Charset-0.3.0-pre15.jar
  380. * CharsetAPI|Tape (0.0) from Charset-0.3.0-pre15.jar
  381. * CharsetAPI|Wires (0.3) from Charset-0.3.0-pre15.jar
  382. * ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.48.jar
  383. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.48.jar
  384. * ChiselsAndBitsAPI (11.7.0) from chiselsandbits-12.4.jar
  385. * CoFHAPI (1.8.9R1.2.0B1) from fluxducts-mc1.9.4-1.0.4.jar
  386. * CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar
  387. * CoFHAPI|core (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar
  388. * CoFHAPI|energy (1.8.9R1.2.0B1) from tinker_io-1.10.2-release 2.3.6.jar
  389. * CoFHAPI|inventory (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar
  390. * CoFHAPI|item (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar
  391. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from fluxducts-mc1.9.4-1.0.4.jar
  392. * CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar
  393. * Colorful Blocks | API (1.3) from ColorfulBlocks-1.3.2-1.10.jar
  394. * Colorful Blocks | API | Material (1.3) from ColorfulBlocks-1.3.2-1.10.jar
  395. * Colorful Blocks | API | Tools (1.3) from ColorfulBlocks-1.3.2-1.10.jar
  396. * Colorful Blocks | API | World (1.3) from ColorfulBlocks-1.3.2-1.10.jar
  397. * compactstorage (v2.0.0a) from compactstorage-2.1-1.9.4.jar
  398. * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  399. * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  400. * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  401. * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  402. * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  403. * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  404. * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  405. * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  406. * CraftingTweaks|API (4.1) from CraftingTweaks_1.10.2-6.1.16.jar
  407. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.0.101-universal.jar
  408. * ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.311.jar
  409. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
  410. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
  411. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
  412. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
  413. * environmentaltech-api (1.10.2-0.10.4b) from environmentaltech-1.10.2-0.10.4b.jar
  414. * FluxNetworkAPI (1.0.0) from FluxNetworks-1.9.4-1.0.7.jar
  415. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.14.263.jar
  416. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.14.263.jar
  417. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.14.263.jar
  418. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.14.263.jar
  419. * ForestryAPI|core (5.0.0) from modularmachines_1.10.2-1.6.0.135.jar
  420. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.14.263.jar
  421. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.14.263.jar
  422. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.14.263.jar
  423. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.14.263.jar
  424. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.14.263.jar
  425. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.14.263.jar
  426. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.14.263.jar
  427. * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.14.263.jar
  428. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.14.263.jar
  429. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.14.263.jar
  430. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.14.263.jar
  431. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.14.263.jar
  432. * gendustryAPI (2.3.0) from gendustry-1.6.4.21-mc1.10.2.jar
  433. * GraphApi (1.1.1) from EnderRift-1.10.2-1.5.0.jar
  434. * Guide-API|API (1.10.2-2.0.2-45) from Guide-API-1.10.2-2.0.2-45.jar
  435. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-42.jar
  436. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-42.jar
  437. * jeresources|API (0.5.3.61) from JustEnoughResources-1.10.2-0.5.3.61.jar
  438. * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  439. * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  440. * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  441. * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  442. * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  443. * JustEnoughItemsAPI (4.9.0) from jei_1.10.2-3.12.5.297.jar
  444. * MekanismAPI|core (9.0.0) from MekanismAll-1102-921homebaked.jar
  445. * MekanismAPI|energy (9.0.0) from MekanismAll-1102-921homebaked.jar
  446. * MekanismAPI|gas (9.0.0) from MekanismAll-1102-921homebaked.jar
  447. * MekanismAPI|infuse (9.0.0) from MekanismAll-1102-921homebaked.jar
  448. * MekanismAPI|laser (9.0.0) from MekanismAll-1102-921homebaked.jar
  449. * MekanismAPI|reactor (9.0.0) from MekanismAll-1102-921homebaked.jar
  450. * MekanismAPI|recipe (9.0.0) from MekanismAll-1102-921homebaked.jar
  451. * MekanismAPI|transmitter (9.0.0) from MekanismAll-1102-921homebaked.jar
  452. * MekanismAPI|util (9.0.0) from MekanismAll-1102-921homebaked.jar
  453. * Model Loading (0.0.0) from magneticraft-1.0.2-release.jar
  454. * ModularMachinesAPI (1.3.1) from modularmachines_1.10.2-1.6.0.135.jar
  455. * ModularMachinesAPI|Materials (1.0) from modularmachines_1.10.2-1.6.0.135.jar
  456. * ModularMachinesAPI|Propertys (1.0) from modularmachines_1.10.2-1.6.0.135.jar
  457. * ModularMachinesAPI|Recipes (1.0) from modularmachines_1.10.2-1.6.0.135.jar
  458. * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  459. * OpenComputersAPI|Core (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
  460. * OpenComputersAPI|Driver (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
  461. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  462. * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  463. * OpenComputersAPI|FileSystem (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
  464. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  465. * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  466. * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  467. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  468. * OpenComputersAPI|Prefab (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
  469. * pressureAPI (1.3.1.16) from pressure-1.3.1.16-mc1.10.2.jar
  470. * PsiAPI (2) from Psi-r1.0-39.jar
  471. * PSIonicUpgradesAPI (1) from PSIonicUpgrades-r1.14.jar
  472. * reborncoreAPI (2.7.3.46) from RebornCore-1.10.2-2.7.3.46-universal.jar
  473. * RefinedRelocationAPI (2.0.0) from RefinedRelocation-mc1.10.2-2.1.16.jar
  474. * SchematicaAPI (1.1) from Schematica-1.10.2-1.7.8.152-universal.jar
  475. * SchematicaAPI|Events (1.1) from Schematica-1.10.2-1.7.8.152-universal.jar
  476. * SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.6.3-43.jar
  477. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.1.2.jar
  478. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
  479. * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.1.2.jar
  480. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
  481. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
  482. * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.1.2.jar
  483. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
  484. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.1.2.jar
  485. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.1.2.jar
  486. * techrebornAPI (1.4.6.67) from TechReborn-1.10.2-1.4.6.67-universal.jar
  487. * valkyrielib.api (1.10.2-0.10.4) from valkyrielib-1.10.2-0.10.4b.jar
  488. * VeinMinerApi (0.3) from VeinMiner-0.34.1-1.9r571+73be663.jar
  489. * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
  490. * zerocore|API|multiblock (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar
  491. * zerocore|API|multiblock|rectangular (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar
  492. * zerocore|API|multiblock|validation (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar
  493. 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. Always check the stack trace above to see which mod is most likely failing.):
  494. * Optifine is installed. This is NOT supported.
  495. 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.
  496. Detailed RF API diagnostics:
  497. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/EnergyStorage.class
  498. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyConnection.class
  499. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  500. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyHandler.class
  501. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyProvider.class
  502. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  503. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyStorage.class
  504. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  505. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  506. Detailed Tesla API diagnostics:
  507. * Tesla API class 'Tesla' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/Tesla.class
  508. * Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
  509. * Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
  510. * Tesla API class 'ITeslaHolder' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaHolder.class
  511. * Tesla API class 'ITeslaProducer' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaProducer.class
  512. * Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
  513. * Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
  514. * Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
  515. * Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
  516. * Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
  517. * Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/C:/Users/chaos/Documents/Curse/Minecraft/Instances/All%20the%20Mods/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class
  518.  
  519. Launched Version: forge-12.18.1.2094
  520. LWJGL: 2.9.4
  521. OpenGL: GeForce GTX 760 Ti OEM/PCIe/SSE2 GL version 4.5.0 NVIDIA 372.70, NVIDIA Corporation
  522. GL Caps: Using GL 1.3 multitexturing.
  523. Using GL 1.3 texture combiners.
  524. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  525. Shaders are available because OpenGL 2.1 is supported.
  526. VBOs are available because OpenGL 1.5 is supported.
  527.  
  528. Using VBOs: Yes
  529. Is Modded: Definitely; Client brand changed to 'fml,forge'
  530. Type: Client (map_client.txt)
  531. Resource Packs:
  532. Current Language: English (US)
  533. Profiler Position: N/A (disabled)
  534. CPU: 4x Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz
  535. OptiFine Version: OptiFine_1.10.2_HD_U_C3
  536. Render Distance Chunks: 8
  537. Mipmaps: 4
  538. Anisotropic Filtering: 1
  539. Antialiasing: 0
  540. Multitexture: false
  541. Shaders: null
  542. OpenGlVersion: 4.5.0 NVIDIA 372.70
  543. OpenGlRenderer: GeForce GTX 760 Ti OEM/PCIe/SSE2
  544. OpenGlVendor: NVIDIA Corporation
  545. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement