Advertisement
Watchful11

Untitled

Oct 6th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.52 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.1.jar)
  5. EnderCorePlugin (EnderCore-1.10.2-0.4.1.56-beta.jar)
  6. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  7. CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)
  8. LoadingHook (Mekanism-1.10.2-9.2.0.292.jar)
  9. SFRCore (SolarFluxReborn_1.10.2-1.4r.jar)
  10. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.1.321.jar)
  11. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  12. FMLPlugin (InventoryTweaks-1.61-58.jar)
  13. TransformerLoader (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
  14. CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.73-universal.jar)
  15. IC2core (industrialcraft-2-2.6.83-ex110.jar)
  16. DepLoader (BrandonsCore-1.10.2-2.1.0.46-universal.jar)
  17. Contact their authors BEFORE contacting forge
  18.  
  19. // Sorry :(
  20.  
  21. Time: 10/6/16 11:10 PM
  22. Description: Tesselating block model
  23.  
  24. java.util.ConcurrentModificationException
  25. at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
  26. at java.util.ArrayList$Itr.next(ArrayList.java:851)
  27. at net.minecraft.world.World.func_175690_a(World.java:2446)
  28. at net.minecraft.world.chunk.Chunk.func_177424_a(Chunk.java:785)
  29. at net.minecraft.world.ChunkCache.func_190300_a(ChunkCache.java:74)
  30. at net.minecraft.world.ChunkCache.func_175625_s(ChunkCache.java:64)
  31. at forestry.core.tiles.TileUtil.getTile(TileUtil.java:56)
  32. at forestry.arboriculture.models.ModelLeaves.bakeWorldBlock(ModelLeaves.java:79)
  33. at forestry.arboriculture.models.ModelLeaves.bakeWorldBlock(ModelLeaves.java:36)
  34. at forestry.core.models.ModelBlockDefault.func_188616_a(ModelBlockDefault.java:66)
  35. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:129)
  36. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:103)
  37. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:46)
  38. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:37)
  39. at team.chisel.client.render.BlockRendererDispatcherWrapper.func_175018_a(BlockRendererDispatcherWrapper.java:61)
  40. at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:199)
  41. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100)
  42. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:43)
  43. at java.lang.Thread.run(Thread.java:745)
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- Head --
  50. Thread: Client thread
  51. Stacktrace:
  52. at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
  53. at java.util.ArrayList$Itr.next(ArrayList.java:851)
  54. at net.minecraft.world.World.func_175690_a(World.java:2446)
  55. at net.minecraft.world.chunk.Chunk.func_177424_a(Chunk.java:785)
  56. at net.minecraft.world.ChunkCache.func_190300_a(ChunkCache.java:74)
  57. at net.minecraft.world.ChunkCache.func_175625_s(ChunkCache.java:64)
  58. at forestry.core.tiles.TileUtil.getTile(TileUtil.java:56)
  59. at forestry.arboriculture.models.ModelLeaves.bakeWorldBlock(ModelLeaves.java:79)
  60. at forestry.arboriculture.models.ModelLeaves.bakeWorldBlock(ModelLeaves.java:36)
  61. at forestry.core.models.ModelBlockDefault.func_188616_a(ModelBlockDefault.java:66)
  62. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:129)
  63. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:103)
  64.  
  65. -- Block model being tesselated --
  66. Details:
  67. Block: forestry:leaves[check_decay=false,decayable=true]
  68. Block location: World: (617,107,-2605), Chunk: (at 9,6,3 in 38,-163; contains blocks 608,0,-2608 to 623,255,-2593), Region: (1,-6; contains chunks 32,-192 to 63,-161, blocks 512,0,-3072 to 1023,255,-2561)
  69. Using AO: true
  70. Stacktrace:
  71. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:46)
  72. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:37)
  73.  
  74. -- Block being tesselated --
  75. Details:
  76. Block type: ID #1221 (tile.for.leaves // forestry.arboriculture.blocks.BlockForestryLeaves)
  77. Block data value: 0 / 0x0 / 0b0000
  78. Block location: World: (617,107,-2605), Chunk: (at 9,6,3 in 38,-163; contains blocks 608,0,-2608 to 623,255,-2593), Region: (1,-6; contains chunks 32,-192 to 63,-161, blocks 512,0,-3072 to 1023,255,-2561)
  79. Stacktrace:
  80. at team.chisel.client.render.BlockRendererDispatcherWrapper.func_175018_a(BlockRendererDispatcherWrapper.java:61)
  81.  
  82. -- Affected level --
  83. Details:
  84. Level name: MpServer
  85. All players: 2 total; [EntityPlayerSP['Watchful11'/481897, l='MpServer', x=654.51, y=120.01, z=-2625.64], EntityOtherPlayerMP['tfox83'/34276, l='MpServer', x=637.15, y=122.60, z=-2629.21]]
  86. Chunk stats: MultiplayerChunkCache: 441, 441
  87. Level seed: 0
  88. Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
  89. Level generator options:
  90. Level spawn location: World: (0,66,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  91. Level time: 41299048 game time, 33656833 day time
  92. Level dimension: 0
  93. Level storage version: 0x00000 - Unknown?
  94. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  95. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  96. Forced entities: 75 total; [EntityPlayerSP['Watchful11'/481897, l='MpServer', x=654.51, y=120.01, z=-2625.64], EntitySkeleton['Skeleton'/496896, l='MpServer', x=638.50, y=20.00, z=-2647.50], EntityZombie['Zombie'/495375, l='MpServer', x=632.50, y=29.00, z=-2669.50], EntityZombie['Zombie'/495759, l='MpServer', x=645.50, y=19.00, z=-2651.50], EntitySkeleton['Skeleton'/495757, l='MpServer', x=646.50, y=81.00, z=-2613.50], EntityZombie['Zombie'/495755, l='MpServer', x=657.50, y=24.00, z=-2703.50], EntityCreeper['Creeper'/494485, l='MpServer', x=608.50, y=49.00, z=-2658.50], EntityZombie['Zombie'/496149, l='MpServer', x=658.35, y=39.00, z=-2613.65], EntityCreeper['Creeper'/496148, l='MpServer', x=658.50, y=39.00, z=-2611.50], EntityZombie['Zombie'/495379, l='MpServer', x=630.78, y=30.00, z=-2669.42], EntitySkeleton['Skeleton'/493970, l='MpServer', x=656.50, y=15.00, z=-2669.50], EntitySkeleton['Skeleton'/493969, l='MpServer', x=657.50, y=15.00, z=-2671.50], EntityBat['Bat'/489872, l='MpServer', x=683.89, y=18.10, z=-2659.24], EntityZombie['Zombie'/493471, l='MpServer', x=652.50, y=18.00, z=-2643.50], EntityZombie['Zombie'/491421, l='MpServer', x=673.50, y=11.00, z=-2612.50], EntitySkeleton['Skeleton'/493469, l='MpServer', x=729.50, y=65.00, z=-2632.50], EntityBat['Bat'/497181, l='MpServer', x=625.41, y=20.03, z=-2662.14], EntityBat['Bat'/497309, l='MpServer', x=671.49, y=24.02, z=-2686.49], EntitySkeleton['Skeleton'/493467, l='MpServer', x=721.50, y=65.00, z=-2629.50], EntityBat['Bat'/497307, l='MpServer', x=670.59, y=24.05, z=-2686.34], EntitySkeleton['Skeleton'/494618, l='MpServer', x=623.71, y=30.00, z=-2668.50], EntityCreeper['Creeper'/495514, l='MpServer', x=665.50, y=53.00, z=-2700.50], EntityCreeper['Creeper'/496408, l='MpServer', x=586.50, y=35.00, z=-2705.50], EntityZombie['Zombie'/497061, l='MpServer', x=689.50, y=14.00, z=-2679.50], EntityBat['Bat'/490273, l='MpServer', x=651.80, y=18.55, z=-2648.59], EntitySkeleton['Skeleton'/493473, l='MpServer', x=647.50, y=18.00, z=-2646.50], EntityCreeper['Creeper'/495137, l='MpServer', x=707.50, y=101.00, z=-2554.50], EntitySkeleton['Skeleton'/493472, l='MpServer', x=649.50, y=18.00, z=-2648.50], EntityItem['item.item.for.sapling'/473011, l='MpServer', x=613.13, y=102.00, z=-2608.86], EntityZombie['Zombie'/494770, l='MpServer', x=663.50, y=29.00, z=-2669.50], EntityZombie['Zombie'/483903, l='MpServer', x=668.50, y=16.00, z=-2643.50], EntitySkeleton['Skeleton'/494271, l='MpServer', x=667.50, y=17.00, z=-2583.50], EntitySkeleton['Skeleton'/497214, l='MpServer', x=632.50, y=49.00, z=-2660.50], EntityBat['Bat'/493501, l='MpServer', x=658.75, y=18.06, z=-2644.42], EntityZombie['Zombie'/495290, l='MpServer', x=651.50, y=16.00, z=-2684.50], EntityCartChest['Chest Cart'/473159, l='MpServer', x=626.51, y=17.00, z=-2719.14], EntityCartChest['Chest Cart'/473158, l='MpServer', x=649.50, y=17.06, z=-2722.50], IndestructibleEntityItem['item.item.tconstruct.hammer'/472902, l='MpServer', x=661.15, y=63.00, z=-2625.19], EntityCartChest['Chest Cart'/473157, l='MpServer', x=624.50, y=17.06, z=-2731.89], EntityPolarBear['Polar Bear'/472900, l='MpServer', x=646.79, y=63.00, z=-2644.89], EntityZombie['Zombie'/489666, l='MpServer', x=593.50, y=41.00, z=-2665.50], EntityCreeper['Creeper'/494274, l='MpServer', x=665.50, y=17.00, z=-2587.50], EntityZombie['Zombie'/489665, l='MpServer', x=598.50, y=41.00, z=-2666.50], EntityCartChest['Chest Cart'/472911, l='MpServer', x=732.50, y=7.06, z=-2672.50], EntityCartChest['Chest Cart'/472910, l='MpServer', x=714.50, y=13.06, z=-2561.49], EntityCartChest['Chest Cart'/472909, l='MpServer', x=708.50, y=13.06, z=-2633.50], EntityCartChest['Chest Cart'/472908, l='MpServer', x=701.50, y=21.06, z=-2654.12], EntityCartChest['Chest Cart'/472907, l='MpServer', x=688.50, y=21.00, z=-2644.68], EntityCartChest['Chest Cart'/472906, l='MpServer', x=701.50, y=21.00, z=-2660.06], EntityCartChest['Chest Cart'/472905, l='MpServer', x=699.50, y=11.06, z=-2656.50], EntityCartChest['Chest Cart'/472904, l='MpServer', x=683.50, y=21.00, z=-2646.35], EntityOtherPlayerMP['tfox83'/34276, l='MpServer', x=637.36, y=122.77, z=-2629.15], EntityZombie['Zombie'/491991, l='MpServer', x=665.50, y=65.00, z=-2572.50], EntityCartChest['Chest Cart'/472917, l='MpServer', x=769.50, y=43.06, z=-2623.50], EntityCartChest['Chest Cart'/472916, l='MpServer', x=776.50, y=28.06, z=-2619.49], EntityCartChest['Chest Cart'/472915, l='MpServer', x=750.50, y=21.06, z=-2607.50], EntityCartChest['Chest Cart'/472914, l='MpServer', x=729.50, y=13.06, z=-2623.50], EntityCartChest['Chest Cart'/472913, l='MpServer', x=725.50, y=20.06, z=-2657.50], EntityCartChest['Chest Cart'/472912, l='MpServer', x=728.50, y=16.06, z=-2677.12], EntityBat['Bat'/494175, l='MpServer', x=640.46, y=20.10, z=-2647.84], EntityZombie['Zombie'/478942, l='MpServer', x=663.50, y=37.00, z=-2622.50], EntityBat['Bat'/490588, l='MpServer', x=647.03, y=31.08, z=-2618.63], EntityZombie['Zombie'/497116, l='MpServer', x=712.50, y=70.00, z=-2612.50], EntityBat['Bat'/490587, l='MpServer', x=649.46, y=35.10, z=-2617.25], EntityZombie['Zombie'/494939, l='MpServer', x=644.50, y=52.00, z=-2577.50], EntityOtherPlayerMP['tfox83'/34276, l='MpServer', x=637.36, y=122.77, z=-2629.15], EntityBat['Bat'/494176, l='MpServer', x=640.91, y=22.79, z=-2639.38], EntityBat['Bat'/494189, l='MpServer', x=650.05, y=48.22, z=-2703.28], EntityCreeper['Creeper'/487273, l='MpServer', x=650.50, y=45.00, z=-2613.50], EntitySkeleton['Skeleton'/496873, l='MpServer', x=686.50, y=17.00, z=-2601.50], EntityCreeper['Creeper'/490856, l='MpServer', x=637.50, y=17.00, z=-2667.50], EntityZombie['Zombie'/492776, l='MpServer', x=663.81, y=30.00, z=-2668.54], EntityBat['Bat'/493175, l='MpServer', x=629.97, y=26.10, z=-2666.99], EntitySkeleton['Skeleton'/496895, l='MpServer', x=637.50, y=20.00, z=-2652.50], EntityCartChest['Chest Cart'/478462, l='MpServer', x=620.50, y=17.06, z=-2764.50]]
  97. Retry entities: 0 total; []
  98. Server brand: fml,forge
  99. Server type: Non-integrated multiplayer server
  100. Stacktrace:
  101. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
  102. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  103. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:49)
  104. at java.lang.Thread.run(Thread.java:745)
  105.  
  106. -- System Details --
  107. Details:
  108. Minecraft Version: 1.10.2
  109. Operating System: Windows 10 (amd64) version 10.0
  110. Java Version: 1.8.0_25, Oracle Corporation
  111. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  112. Memory: 318721456 bytes (303 MB) / 3451387904 bytes (3291 MB) up to 3817865216 bytes (3641 MB)
  113. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
  114. IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
  115. FML: MCP 9.32 Powered by Forge 12.18.1.2095 118 mods loaded, 118 mods active
  116. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  117. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  118. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2095.jar)
  119. UCHIJA Forge{12.18.1.2095} [Minecraft Forge] (forge-1.10.2-12.18.1.2095.jar)
  120. UCHIJA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.0.jar)
  121. UCHIJA OpenComputers|Core{1.6.0.3-rc.1} [OpenComputers (Core)] (minecraft.jar)
  122. UCHIJA mantle{1.10.2-1.0.0.jenkins170} [Mantle] (Mantle-1.10.2-1.0.0.jar)
  123. UCHIJA tconstruct{1.10.2-2.5.3.jenkins387} [Tinkers' Construct] (TConstruct-1.10.2-2.5.3.jar)
  124. UCHIJA immersiveengineering{0.10-44} [Immersive Engineering] (ImmersiveEngineering-0.10-44.jar)
  125. UCHIJA JEI{3.12.5.303} [Just Enough Items] (jei_1.10.2-3.12.5.303.jar)
  126. UCHIJA appleskin{1.0.4} [AppleSkin] (AppleSkin-mc1.10.2-1.0.4.jar)
  127. UCHIJA Aroma1997CoreHelper{1.1.1.0} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.0.jar)
  128. UCHIJA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.2.jar)
  129. UCHIJA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4d.jar)
  130. UCHIJA Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  131. UCHIJA BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
  132. UCHIJA bdlib{1.12.2.8} [BD Lib] (bdlib-1.12.2.8-mc1.10.2.jar)
  133. UCHIJA betterbuilderswands{0.6.5} [Better Builder's Wands] (BetterBuildersWands-0.6.5-1.10r138+8595fc7.jar)
  134. UCHIJA BiomesOPlenty{5.0.0.2086} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2086-universal.jar)
  135. UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar)
  136. UCHIJA BloodMagic{1.9.4-2.1.0-65} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.1.0-65.jar)
  137. UCHIJA bookshelf{1.4.1.321} [Bookshelf] (Bookshelf-1.10.2-1.4.1.321.jar)
  138. UCHIJA bookshelfapi{3.3.0} [Bookshelf] (Bookshelf-API-1.10.2-3.3.0.jar)
  139. UCHIJA Botania{r1.9-328} [Botania] (Botania r1.9-328.jar)
  140. UCHIJA brandonscore{2.1.0} [Brandon's Core] (BrandonsCore-1.10.2-2.1.0.46-universal.jar)
  141. UCHIJA Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)
  142. UCHIJA mcmultipart{1.2.1} [MCMultiPart] (MCMultiPart-1.2.1-universal.jar)
  143. UCHIJA CharsetLib{0.3.0-pre15} [‽] (Charset-0.3.0-pre15.jar)
  144. UCHIJA CharsetAudio{0.3.0-pre15} [♫] (Charset-0.3.0-pre15.jar)
  145. UCHIJA CharsetCarts{0.3.0-pre15} [U] (Charset-0.3.0-pre15.jar)
  146. UCHIJA CharsetDecoration{0.3.0-pre15} [âš?] (Charset-0.3.0-pre15.jar)
  147. UCHIJA CharsetDrama{0.3.0-pre15} [!] (Charset-0.3.0-pre15.jar)
  148. UCHIJA CharsetFarming{0.3.0-pre15} [;] (Charset-0.3.0-pre15.jar)
  149. UCHIJA CharsetGates{0.3.0-pre15} [&] (Charset-0.3.0-pre15.jar)
  150. UCHIJA CharsetPipes{0.3.0-pre15} [|] (Charset-0.3.0-pre15.jar)
  151. UCHIJA CharsetStorage{0.3.0-pre15} [#] (Charset-0.3.0-pre15.jar)
  152. UCHIJA CharsetTweaks{0.3.0-pre15} [*] (Charset-0.3.0-pre15.jar)
  153. UCHIJA CharsetWires{0.3.0-pre15} [+] (Charset-0.3.0-pre15.jar)
  154. UCHIJA CharsetWrench{0.3.0-pre15} [/] (Charset-0.3.0-pre15.jar)
  155. UCHIJA ChestTransporter{2.5.3} [Chest Transporter] (ChestTransporter-1.10.2-2.5.3.jar)
  156. UCHIJA chisel{MC1.9.4-0.0.6.48} [Chisel] (Chisel-MC1.9.4-0.0.6.48.jar)
  157. UCHIJA chiselsandbits{12.4} [Chisels & Bits] (chiselsandbits-12.4.jar)
  158. UCHIJA IC2{2.6.83-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.83-ex110.jar)
  159. UCHIJA CompactSolars{5.0.4.328} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.4.328-universal.jar)
  160. UCHIJA cookingforblockheads{4.2.15} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.15.jar)
  161. UCHIJA covers{0.3.0.6} [Simple Covers] (covers-0.3.0.6-mc1.10.2.jar)
  162. UCHIJA MineTweaker3{3.0.12} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.12.jar)
  163. UCHIJA CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar)
  164. UCHIJA darkutils{1.1.4.86} [Dark Utilities] (DarkUtilities-1.10.2-1.1.4.86.jar)
  165. UCHIJA forestry{5.2.14.263} [Forestry] (forestry_1.10.2-5.2.14.263.jar)
  166. UCHIJA ElecCore{1.5.311} [ElecCore] (ElecCore-1.9.4-1.5.311.jar)
  167. UCHIJA OpenComputers{1.6.0.3-rc.1} [OpenComputers] (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
  168. UCHIJA deepresonance{1.2.8} [DeepResonance] (deepresonance-1.10-1.2.8.jar)
  169. UCHIJA defaultoptions{6.1.5} [Default Options] (DefaultOptions_1.10.2-6.1.5.jar)
  170. UCHIJA draconicevolution{2.0.0} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.0.101-universal.jar)
  171. UCHIJA StorageDrawers{1.10.2-3.2.7} [Storage Drawers] (StorageDrawers-1.10.2-3.2.7.jar)
  172. UCHIJA bitdrawers{0.31} [Drawers & Bits] (DrawersBits-1.10.2-0.31.jar)
  173. UCHIJA elevatorid{1.2.0} [Elevator Mod] (ElevatorMod[V.1.2.0][MC.1.10.2].jar)
  174. UCHIJA endercore{1.10.2-0.4.1.56-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.56-beta.jar)
  175. UCHIJA EnderIO{1.10.2-3.0.1.120_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.120_beta.jar)
  176. UCHIJA shetiphiancore{3.3.1} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.1.jar)
  177. UCHIJA endertanks{1.4.2} [EnderTanks] (endertanks-1.10.0-1.4.2.jar)
  178. UCHIJA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.1.0a.jar)
  179. UCHIJA zerocore{1.10.2-0.0.8.0} [Zero CORE] (zerocore-1.10.2-0.0.8.0.jar)
  180. UCHIJA bigreactors{0.4.5.17} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.17.jar)
  181. UCHIJA flatcoloredblocks{mc1.10-v4.2} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.2.jar)
  182. UCHIJA ftbl{3.0.0} [FTBLib] (FTBLib-1.10.2-3.0.0.3.jar)
  183. UCHIJA ftbu{3.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.0.0.2.jar)
  184. UCHIJA gendustry{1.6.4.17} [GenDustry] (gendustry-1.6.4.17-mc1.10.2.jar)
  185. UCHIJA gravestone{1.5.6} [Gravestone] (GraveStone Mod 1.5.6.jar)
  186. UCHIJA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  187. UCHIJA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
  188. UCHIJA itemscroller{0.7.1} [Item Scroller] (itemscroller-1.10.2-0.7.1.jar)
  189. UCHIJA jeibees{0.9.0.1} [JEI Bees] (jeibees-0.9.0.1-mc1.10.2.jar)
  190. UCHIJA journeymap{1.10.2-5.3.0} [JourneyMap] (journeymap-1.10.2-5.3.0-unlimited.jar)
  191. UCHIJA jeresources{0.5.2.57} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.2.57.jar)
  192. UCHIJA kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar)
  193. UCHIJA Mekanism{9.2.0} [Mekanism] (Mekanism-1.10.2-9.2.0.292.jar)
  194. UCHIJA MekanismGenerators{9.2.0} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.0.292.jar)
  195. UCHIJA MekanismTools{9.2.0} [MekanismTools] (MekanismTools-1.10.2-9.2.0.292.jar)
  196. UCHIJA mercurius{1.0.1} [Mercurius] (Mercurius-1.10.2-1.0.1.jar)
  197. UCHIJA missing_pieces{4.0.2} [Missing Pieces] (missing_pieces-1.10.2-4.0.2.jar)
  198. UCHIJA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
  199. UCHIJA modtweaker{2.0.4} [Mod Tweaker] (ModTweaker2-1.10.2-2.0.4.jar)
  200. UCHIJA Morpheus{1.10.2-3.1.8} [Morpheus] (Morpheus-1.10.2-3.1.8.jar)
  201. UCHIJA mousetweaks{2.6.4} [Mouse Tweaks] (MouseTweaks-2.6.4-mc1.10.2.jar)
  202. UCHIJA mputils{1.2.0} [ModPack Utilities] (mputils-1.10.2-1.2.0.jar)
  203. UCHIJA mpbasic{1.1.0} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.0.jar)
  204. UCHIJA multistorage{1.2.3} [Multi-Storage] (multistorage-1.10.0-1.2.3b.jar)
  205. UCHIJA natura{1.10.2-4.0.0.81} [Natura] (natura-1.10.2-4.0.0.81.jar)
  206. UCHIJA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  207. UCHIJA orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar)
  208. UCHIJA harvestcraft{1.9.4-1.10.2f} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2f.jar)
  209. UCHIJA platforms{1.2.0} [Platforms] (platforms-1.10.0-1.2.0.jar)
  210. UCHIJA reborncore{2.7.3.46} [RebornCore] (RebornCore-1.10.2-2.7.3.46-universal.jar)
  211. UCHIJA quantumstorage{3.2.6} [QuantumStorage] (QuantumStorage-1.10.2-3.2.6.jar)
  212. UCHIJA railcraft{10.0.0-beta-2} [Railcraft] (Railcraft_1.10.2-10.0.0-beta-2.jar)
  213. UCHIJA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  214. UCHIJA reborncore-mcmultipart{2.7.3.46} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.7.3.46-universal.jar)
  215. UCHIJA refinedrelocation{@VERSION@} [Refined Relocation] (RefinedRelocation-mc1.10.2-2.1.16.jar)
  216. UCHIJA refinedstorage{1.1.2} [Refined Storage] (refinedstorage-1.1.2.jar)
  217. UCHIJA xreliquary{1.10.2-1.3.3.571} [Reliquary] (Reliquary-1.10.2-1.3.3.571.jar)
  218. UCHIJA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
  219. UCHIJA rftools{5.26} [RFTools] (rftools-1.10-5.26.jar)
  220. UCHIJA rftoolscontrol{1.3.2} [RFTools Control] (rftoolsctrl-1.10-1.3.2.jar)
  221. UCHIJA roots{0.204} [Roots] (roots-1.10.2-0.204.0.jar)
  222. UCHIJA shadowmc{3.4.8} [ShadowMC] (ShadowMC-1.10.2-3.4.8.jar)
  223. UCHIJA Signals{1.0} [Signals] (Signals-1.10.2-0.4.3-universal.jar)
  224. UCHIJA simplebarrels{1.25h} [Simple Barrels] (simplebarrels-1.10.2-2002-1.25h.jar)
  225. UCHIJA valkyrielib{1.10.2-0.10.4} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.4b.jar)
  226. UCHIJA simplegenerators{1.10.2-0.10.4e} [Simple Generators] (simplegenerators-1.10.2-0.10.4e.jar)
  227. UCHIJA simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
  228. UCHIJA SleepingBag{1.3.0} [Sleeping Bag] (SleepingBag-1.10.2-1.3.0.jar)
  229. UCHIJA SolarFluxReborn{1.4r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-1.4r.jar)
  230. UCHIJA soulshardstow{1.10.2-2.6.3-43} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.3-43.jar)
  231. UCHIJA stacksonstacks{1.1.4} [stacksonstacks] (StacksOnStacks2-1.1.4.jar)
  232. UCHIJA supercraftingframe{1.2.1.87} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.87.jar)
  233. UCHIJA theoneprobe{1.1.3} [The One Probe] (theoneprobe-1.10-1.1.3.jar)
  234. UCHIJA usefulnullifiers{1.2.1} [Useful Nullifiers] (usefulnullifiers-1.2.1.jar)
  235. Loaded coremods (and transformers):
  236. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.1.jar)
  237. shetiphian.core.asm.ClassTransformer
  238. EnderCorePlugin (EnderCore-1.10.2-0.4.1.56-beta.jar)
  239. com.enderio.core.common.transform.EnderCoreTransformer
  240. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  241. lumien.resourceloader.asm.ClassTransformer
  242. CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)
  243.  
  244. LoadingHook (Mekanism-1.10.2-9.2.0.292.jar)
  245.  
  246. SFRCore (SolarFluxReborn_1.10.2-1.4r.jar)
  247. com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
  248. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.1.321.jar)
  249. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  250. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  251. net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
  252. FMLPlugin (InventoryTweaks-1.61-58.jar)
  253. invtweaks.forge.asm.ContainerTransformer
  254. TransformerLoader (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
  255. li.cil.oc.common.asm.ClassTransformer
  256. CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.73-universal.jar)
  257. codechicken.lib.asm.ClassHeirachyManager
  258. codechicken.lib.asm.RenderHookTransformer
  259. IC2core (industrialcraft-2-2.6.83-ex110.jar)
  260.  
  261. DepLoader (BrandonsCore-1.10.2-2.1.0.46-universal.jar)
  262.  
  263. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  264. Pulsar/tconstruct loaded Pulses:
  265. - TinkerCommons (Enabled/Forced)
  266. - TinkerWorld (Enabled/Not Forced)
  267. - TinkerTools (Enabled/Not Forced)
  268. - TinkerHarvestTools (Enabled/Forced)
  269. - TinkerMeleeWeapons (Enabled/Forced)
  270. - TinkerRangedWeapons (Enabled/Forced)
  271. - TinkerModifiers (Enabled/Forced)
  272. - TinkerSmeltery (Enabled/Not Forced)
  273. - TinkerGadgets (Enabled/Not Forced)
  274. - TinkerOredict (Enabled/Forced)
  275. - TinkerIntegration (Enabled/Forced)
  276. - TinkerFluids (Enabled/Forced)
  277. - TinkerMaterials (Enabled/Forced)
  278. - TinkerModelRegister (Enabled/Forced)
  279. - chiselsandbitsIntegration (Enabled/Not Forced)
  280.  
  281. Pulsar/natura loaded Pulses:
  282. - NaturaCommons (Enabled/Forced)
  283. - NaturaOverworld (Enabled/Not Forced)
  284. - NaturaNether (Enabled/Not Forced)
  285. - NaturaEntities (Enabled/Not Forced)
  286. - NaturaOredict (Enabled/Forced)
  287. - NaturaWorld (Enabled/Not Forced)
  288.  
  289. List of loaded APIs:
  290. * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
  291. * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.1.0-65.jar
  292. * BotaniaAPI (82) from Botania r1.9-328.jar
  293. * CharsetAPI (0.1) from Charset-0.3.0-pre15.jar
  294. * CharsetAPI|Audio (0.0) from Charset-0.3.0-pre15.jar
  295. * CharsetAPI|Lib (0.2) from Charset-0.3.0-pre15.jar
  296. * CharsetAPI|Pipes (0.3) from Charset-0.3.0-pre15.jar
  297. * CharsetAPI|Storage (0.1) from Charset-0.3.0-pre15.jar
  298. * CharsetAPI|Tape (0.0) from Charset-0.3.0-pre15.jar
  299. * CharsetAPI|Wires (0.3) from Charset-0.3.0-pre15.jar
  300. * ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.48.jar
  301. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.48.jar
  302. * ChiselsAndBitsAPI (11.7.0) from chiselsandbits-12.4.jar
  303. * CoFHAPI (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.4b.jar
  304. * CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar
  305. * CoFHAPI|core (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar
  306. * CoFHAPI|energy (1.8.9R1.2.0B1) from BrandonsCore-1.10.2-2.1.0.46-universal.jar
  307. * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.4b.jar
  308. * CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.10.2-9.2.0.292.jar
  309. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar
  310. * CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar
  311. * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  312. * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  313. * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  314. * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  315. * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  316. * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  317. * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  318. * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
  319. * DR-API (1.0.4-Beta) from deepresonance-1.10-1.2.8.jar
  320. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.0.101-universal.jar
  321. * ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.311.jar
  322. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
  323. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
  324. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
  325. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
  326. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.14.263.jar
  327. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.14.263.jar
  328. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.14.263.jar
  329. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.14.263.jar
  330. * ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.14.263.jar
  331. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.14.263.jar
  332. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.14.263.jar
  333. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.14.263.jar
  334. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.14.263.jar
  335. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.14.263.jar
  336. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.14.263.jar
  337. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.14.263.jar
  338. * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.14.263.jar
  339. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.14.263.jar
  340. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.14.263.jar
  341. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.14.263.jar
  342. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.14.263.jar
  343. * gendustryAPI (2.3.0) from gendustry-1.6.4.17-mc1.10.2.jar
  344. * Guide-API|API (1.10.2-2.0.2-45) from Guide-API-1.10.2-2.0.2-45.jar
  345. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-44.jar
  346. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-44.jar
  347. * jeresources|API (0.5.2.57) from JustEnoughResources-1.10.2-0.5.2.57.jar
  348. * journeymap|client-api (1.3-SNAPSHOT) from journeymap-1.10.2-5.3.0-unlimited.jar
  349. * journeymap|client-api-display (1.3-SNAPSHOT) from journeymap-1.10.2-5.3.0-unlimited.jar
  350. * journeymap|client-api-event (1.3-SNAPSHOT) from journeymap-1.10.2-5.3.0-unlimited.jar
  351. * journeymap|client-api-model (1.3-SNAPSHOT) from journeymap-1.10.2-5.3.0-unlimited.jar
  352. * journeymap|client-api-util (1.3-SNAPSHOT) from journeymap-1.10.2-5.3.0-unlimited.jar
  353. * JustEnoughItemsAPI (4.9.0) from jei_1.10.2-3.12.5.303.jar
  354. * McJtyLib (1.10-2.1.4) from mcjtylib-1.10-2.1.4.jar
  355. * MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
  356. * MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
  357. * MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
  358. * MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
  359. * MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
  360. * MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
  361. * MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
  362. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
  363. * MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
  364. * OpenComputersAPI|Component (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
  365. * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  366. * OpenComputersAPI|Driver (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
  367. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  368. * OpenComputersAPI|Event (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
  369. * OpenComputersAPI|FileSystem (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
  370. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  371. * OpenComputersAPI|Machine (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
  372. * OpenComputersAPI|Manual (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
  373. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  374. * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  375. * railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
  376. * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
  377. * RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
  378. * RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
  379. * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
  380. * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
  381. * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
  382. * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
  383. * RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
  384. * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
  385. * RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
  386. * RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
  387. * reborncoreAPI (2.7.3.46) from RebornCore-1.10.2-2.7.3.46-universal.jar
  388. * RefinedRelocationAPI (2.0.0) from RefinedRelocation-mc1.10.2-2.1.16.jar
  389. * SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.6.3-43.jar
  390. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
  391. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
  392. * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.1.2.jar
  393. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
  394. * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.1.2.jar
  395. * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.1.2.jar
  396. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
  397. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.1.2.jar
  398. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.1.2.jar
  399. * valkyrielib.api (1.10.2-0.10.4) from valkyrielib-1.10.2-0.10.4b.jar
  400. * zerocore|API|multiblock (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar
  401. * zerocore|API|multiblock|rectangular (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar
  402. * zerocore|API|multiblock|validation (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar
  403. EnderIO: No known problems detected.
  404. Detailed RF API diagnostics:
  405. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Greg/Documents/Curse/Minecraft/Instances/FTB%20Infinity%201.10%20(dev)/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/EnergyStorage.class
  406. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Greg/Documents/Curse/Minecraft/Instances/FTB%20Infinity%201.10%20(dev)/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyConnection.class
  407. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Greg/Documents/Curse/Minecraft/Instances/FTB%20Infinity%201.10%20(dev)/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  408. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Greg/Documents/Curse/Minecraft/Instances/FTB%20Infinity%201.10%20(dev)/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyHandler.class
  409. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Greg/Documents/Curse/Minecraft/Instances/FTB%20Infinity%201.10%20(dev)/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyProvider.class
  410. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Greg/Documents/Curse/Minecraft/Instances/FTB%20Infinity%201.10%20(dev)/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  411. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Greg/Documents/Curse/Minecraft/Instances/FTB%20Infinity%201.10%20(dev)/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/IEnergyStorage.class
  412. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Greg/Documents/Curse/Minecraft/Instances/FTB%20Infinity%201.10%20(dev)/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  413. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Greg/Documents/Curse/Minecraft/Instances/FTB%20Infinity%201.10%20(dev)/mods/BrandonsCore-1.10.2-2.1.0.46-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  414. Detailed Tesla API diagnostics:
  415. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  416. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  417. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  418. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  419. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  420. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  421. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  422. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  423. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  424. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  425. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  426.  
  427. Launched Version: forge-12.18.1.2095
  428. LWJGL: 2.9.4
  429. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  430. GL Caps: Using GL 1.3 multitexturing.
  431. Using GL 1.3 texture combiners.
  432. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  433. Shaders are available because OpenGL 2.1 is supported.
  434. VBOs are available because OpenGL 1.5 is supported.
  435.  
  436. Using VBOs: Yes
  437. Is Modded: Definitely; Client brand changed to 'fml,forge'
  438. Type: Client (map_client.txt)
  439. Resource Packs:
  440. Current Language: English (US)
  441. Profiler Position: N/A (disabled)
  442. CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement