Advertisement
CompCrafter

Untitled

Apr 12th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.79 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  5. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  6. CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  7. MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  8. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  9. CorePlugin (MrTJPCore-1.10.2-2.0.0.14-universal.jar)
  10. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  11. SFRCore (SolarFluxReborn_1.10.2-2.16r.jar)
  12. NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.206-universal.jar)
  13. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta3-anarchy.jar)
  14. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  15. EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  16. LoadingPlugin (Quark-r1.1-70.jar)
  17. RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
  18. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  19. FMLPlugin (InventoryTweaks-1.61-58.jar)
  20. ForgelinPlugin (Forgelin-1.4.1.jar)
  21. ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar)
  22. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  23. Brandon's Core (BrandonsCore-1.10.2-2.1.5.97-universal.jar)
  24. IC2core (industrialcraft-2-2.6.188-ex110.jar)
  25. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
  26. Contact their authors BEFORE contacting forge
  27.  
  28. // I blame Dinnerbone.
  29.  
  30. Time: 4/12/17 10:45 AM
  31.  
  32. Description: Tesselating block model
  33.  
  34. java.lang.NullPointerException: Tesselating block model
  35. at appeng.client.render.model.DriveBakedModel.func_188616_a(DriveBakedModel.java:72)
  36. at appeng.client.render.model.AutoRotatingModel.func_188616_a(AutoRotatingModel.java:164)
  37. at ConnectedTextures.getNeighbourIcon(ConnectedTextures.java:1377)
  38. at ConnectedTextures.isNeighbour(ConnectedTextures.java:1323)
  39. at ConnectedTextures.isNeighbour(ConnectedTextures.java:1303)
  40. at ConnectedTextures.getConnectedTextureCtmIndex(ConnectedTextures.java:1029)
  41. at ConnectedTextures.getConnectedTextureCtmCompact(ConnectedTextures.java:762)
  42. at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:537)
  43. at ConnectedTextures.getConnectedTextureSingle(ConnectedTextures.java:370)
  44. at ConnectedTextures.getConnectedTextureMultiPass(ConnectedTextures.java:299)
  45. at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:113)
  46. at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:89)
  47. at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:60)
  48. at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:105)
  49. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
  50. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:72)
  51. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:52)
  52. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
  53. at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:54)
  54. at gcewing.architecture.BaseAORenderingManager$CustomBlockRendererDispatcher.func_175018_a(BaseAORenderingManager.java:85)
  55. at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:61)
  56. at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:290)
  57. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:119)
  58. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:47)
  59. at java.lang.Thread.run(Unknown Source)
  60.  
  61.  
  62. A detailed walkthrough of the error, its code path and all known details is as follows:
  63. ---------------------------------------------------------------------------------------
  64.  
  65. -- Head --
  66. Thread: Client thread
  67. Stacktrace:
  68. at appeng.client.render.model.DriveBakedModel.func_188616_a(DriveBakedModel.java:72)
  69. at appeng.client.render.model.AutoRotatingModel.func_188616_a(AutoRotatingModel.java:164)
  70. at ConnectedTextures.getNeighbourIcon(ConnectedTextures.java:1377)
  71. at ConnectedTextures.isNeighbour(ConnectedTextures.java:1323)
  72. at ConnectedTextures.isNeighbour(ConnectedTextures.java:1303)
  73. at ConnectedTextures.getConnectedTextureCtmIndex(ConnectedTextures.java:1029)
  74. at ConnectedTextures.getConnectedTextureCtmCompact(ConnectedTextures.java:762)
  75. at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:537)
  76. at ConnectedTextures.getConnectedTextureSingle(ConnectedTextures.java:370)
  77. at ConnectedTextures.getConnectedTextureMultiPass(ConnectedTextures.java:299)
  78. at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:113)
  79. at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:89)
  80. at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:60)
  81. at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:105)
  82. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
  83.  
  84. -- Block model being tesselated --
  85. Details:
  86. Block: minecraft:iron_block
  87. Block location: World: (2075,58,217), Chunk: (at 11,3,9 in 129,13; contains blocks 2064,0,208 to 2079,255,223), Region: (4,0; contains chunks 128,0 to 159,31, blocks 2048,0,0 to 2559,255,511)
  88. Using AO: true
  89. Stacktrace:
  90. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:72)
  91. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:52)
  92.  
  93. -- Block being tesselated --
  94. Details:
  95. Block type: ID #42 (tile.blockIron // net.minecraft.block.Block)
  96. Block data value: 0 / 0x0 / 0b0000
  97. Block location: World: (2075,58,217), Chunk: (at 11,3,9 in 129,13; contains blocks 2064,0,208 to 2079,255,223), Region: (4,0; contains chunks 128,0 to 159,31, blocks 2048,0,0 to 2559,255,511)
  98. Stacktrace:
  99. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
  100.  
  101. -- Block being tesselated --
  102. Details:
  103. Block type: ID #42 (tile.blockIron // net.minecraft.block.Block)
  104. Block data value: 0 / 0x0 / 0b0000
  105. Block location: World: (2075,58,217), Chunk: (at 11,3,9 in 129,13; contains blocks 2064,0,208 to 2079,255,223), Region: (4,0; contains chunks 128,0 to 159,31, blocks 2048,0,0 to 2559,255,511)
  106. Stacktrace:
  107. at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:54)
  108. at gcewing.architecture.BaseAORenderingManager$CustomBlockRendererDispatcher.func_175018_a(BaseAORenderingManager.java:85)
  109. at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:61)
  110.  
  111. -- Affected level --
  112. Details:
  113. Level name: MpServer
  114. All players: 1 total; [EntityPlayerSP['R4ndomMaX'/2039189, l='MpServer', x=2081.50, y=58.00, z=210.42]]
  115. Chunk stats: MultiplayerChunkCache: 93, 93
  116. Level seed: 0
  117. Level generator: ID 00 - default, ver 1. Features enabled: false
  118. Level generator options:
  119. Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 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)
  120. Level time: 31067314 game time, 32002609 day time
  121. Level dimension: 0
  122. Level storage version: 0x00000 - Unknown?
  123. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  124. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  125. Forced entities: 31 total; [EntitySheep['Sheep'/2156064, l='MpServer', x=-683.74, y=108.00, z=-365.55], EntityItem['item.item.egg'/2157242, l='MpServer', x=2022.09, y=70.00, z=249.89], EntityHorse['Horse'/2157243, l='MpServer', x=2032.07, y=67.00, z=174.00], EntityPlayerSP['R4ndomMaX'/2039189, l='MpServer', x=2081.50, y=58.00, z=210.42], EntitySheep['Sheep'/2157280, l='MpServer', x=2131.11, y=79.00, z=167.05], EntitySheep['Sheep'/2157281, l='MpServer', x=2132.10, y=79.00, z=175.24], EntitySheep['Sheep'/2157282, l='MpServer', x=2138.98, y=80.00, z=173.30], EntityPig['Pig'/2157283, l='MpServer', x=2128.22, y=79.00, z=150.78], EntityPig['Pig'/2157284, l='MpServer', x=2132.24, y=78.00, z=153.82], EntitySheep['Sheep'/2157286, l='MpServer', x=2102.81, y=72.00, z=153.86], EntityChicken['Chicken'/2157248, l='MpServer', x=2039.45, y=75.00, z=273.13], EntityChicken['Chicken'/2157249, l='MpServer', x=2035.73, y=68.00, z=251.11], EntityChicken['Chicken'/2157250, l='MpServer', x=2032.49, y=69.00, z=246.21], EntityItem['item.item.egg'/2157251, l='MpServer', x=2032.55, y=70.00, z=258.67], EntityCartChest['Chest Cart'/2157252, l='MpServer', x=2032.50, y=16.06, z=211.50], EntityCartChest['Chest Cart'/2157253, l='MpServer', x=2043.50, y=16.06, z=208.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/2157254, l='MpServer', x=2045.50, y=68.50, z=217.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/2157255, l='MpServer', x=2045.50, y=68.50, z=214.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/2157256, l='MpServer', x=2045.50, y=68.50, z=211.50], EntityItem['item.item.apple'/2157257, l='MpServer', x=2062.96, y=63.00, z=156.87], EntityItem['item.tile.sapling.oak'/2157258, l='MpServer', x=2058.42, y=63.00, z=147.04], EntityItem['item.tile.sapling.oak'/2157259, l='MpServer', x=2054.13, y=63.00, z=155.60], EntityItem['item.tile.stonebrick'/2157260, l='MpServer', x=2050.46, y=14.00, z=170.39], EntityItem['item.tile.sapling.oak'/2157261, l='MpServer', x=2050.97, y=64.00, z=163.88], EntityItem['item.tile.sapling.oak'/2157262, l='MpServer', x=2054.36, y=64.00, z=161.72], EntityItem['item.tile.sapling.oak'/2157268, l='MpServer', x=2064.18, y=63.00, z=153.75], EntityPig['Pig'/2157275, l='MpServer', x=2141.19, y=79.00, z=181.19], EntitySheep['Sheep'/2157276, l='MpServer', x=2125.82, y=79.00, z=165.30], EntityPig['Pig'/2157277, l='MpServer', x=2117.37, y=74.00, z=148.14], EntityHorse['Horse'/2157278, l='MpServer', x=2113.75, y=78.00, z=154.09], EntitySheep['Sheep'/2157279, l='MpServer', x=2112.40, y=78.00, z=178.11]]
  126. Retry entities: 76 total; [EntitySheep['Sheep'/2156064, l='MpServer', x=-683.74, y=108.00, z=-365.55], EntitySheep['Sheep'/2156065, l='MpServer', x=-687.94, y=107.00, z=-363.53], EntitySheep['Sheep'/2156066, l='MpServer', x=-691.55, y=107.00, z=-362.15], EntitySheep['Sheep'/2156067, l='MpServer', x=-690.35, y=107.00, z=-360.45], EntitySheep['Sheep'/2156068, l='MpServer', x=-698.24, y=107.00, z=-365.71], EntitySheep['Sheep'/2156069, l='MpServer', x=-693.40, y=106.00, z=-365.20], EntitySheep['Sheep'/2156070, l='MpServer', x=-701.16, y=110.00, z=-365.45], EntityItem['item.item.onionItem'/2155942, l='MpServer', x=-685.47, y=69.00, z=-446.75], EntitySheep['Sheep'/2156071, l='MpServer', x=-740.82, y=83.00, z=-361.50], EntityItem['item.item.potato'/2155943, l='MpServer', x=-686.37, y=69.00, z=-446.22], EntitySheep['Sheep'/2156072, l='MpServer', x=-751.45, y=86.00, z=-363.25], EntityItem['item.item.cucumberItem'/2155944, l='MpServer', x=-684.38, y=69.00, z=-447.18], EntityItem['item.item.strawberryItem'/2155945, l='MpServer', x=-685.19, y=69.00, z=-447.37], EntityItem['item.item.barleyItem'/2155946, l='MpServer', x=-684.32, y=69.00, z=-447.34], EntitySheep['Sheep'/2156075, l='MpServer', x=-764.15, y=79.00, z=-358.82], EntityItem['item.item.bellpepperItem'/2155947, l='MpServer', x=-684.75, y=69.00, z=-447.08], EntitySheep['Sheep'/2156076, l='MpServer', x=-758.40, y=79.00, z=-358.76], EntityItem['item.item.wintersquashItem'/2155948, l='MpServer', x=-684.97, y=69.00, z=-446.65], EntitySheep['Sheep'/2156077, l='MpServer', x=-753.73, y=80.00, z=-359.50], EntityItem['item.item.rottenFlesh'/2155949, l='MpServer', x=-683.87, y=107.00, z=-388.09], EntitySheep['Sheep'/2156078, l='MpServer', x=-731.45, y=82.00, z=-364.27], EntityHorse['Horse'/2155950, l='MpServer', x=-689.37, y=69.00, z=-484.32], EntitySheep['Sheep'/2155951, l='MpServer', x=-698.50, y=81.00, z=-419.24], EntitySheep['Sheep'/2155952, l='MpServer', x=-692.49, y=90.00, z=-386.73], EntitySheep['Sheep'/2155953, l='MpServer', x=-699.45, y=90.00, z=-387.72], EntitySheep['Sheep'/2155954, l='MpServer', x=-702.54, y=89.00, z=-392.26], EntitySheep['Sheep'/2156093, l='MpServer', x=-781.27, y=71.00, z=-436.48], EntitySheep['Sheep'/2156036, l='MpServer', x=-744.67, y=75.00, z=-468.48], EntitySheep['Sheep'/2156037, l='MpServer', x=-748.52, y=78.00, z=-465.72], EntityItem['item.item.seeds'/2156040, l='MpServer', x=-745.31, y=69.00, z=-486.17], EntityItem['item.item.helmetIron'/2156043, l='MpServer', x=-739.19, y=85.00, z=-442.88], EntityItem['item.item.seeds'/2156044, l='MpServer', x=-740.11, y=85.00, z=-442.58], EntityItem['item.item.leggingsIron'/2156045, l='MpServer', x=-739.43, y=85.00, z=-442.64], EntityItem['item.tile.dirt.default'/2156046, l='MpServer', x=-739.28, y=85.00, z=-442.12], EntityItem['item.tile.stonebricksmooth.default'/2156047, l='MpServer', x=-739.47, y=85.00, z=-442.88], EntityItem['item.item.arrow'/2156051, l='MpServer', x=-765.91, y=67.00, z=-480.65], EntityItem['item.item.bone'/2156052, l='MpServer', x=-766.57, y=67.00, z=-480.89], EntitySheep['Sheep'/2156054, l='MpServer', x=-762.42, y=77.00, z=-463.21], EntityItem['item.tile.sapling.spruce'/2156056, l='MpServer', x=-757.86, y=86.00, z=-424.74], EntityItem['item.tile.flower1.dandelion'/2156057, l='MpServer', x=-757.97, y=86.00, z=-424.93], EntityItem['item.item.beanItem'/2156058, l='MpServer', x=-757.14, y=86.00, z=-424.73], EntityItem['item.tile.dirt.default'/2156059, l='MpServer', x=-752.13, y=125.00, z=-402.88], EntityItem['item.item.mob_ingredient_6'/2156060, l='MpServer', x=-751.13, y=132.00, z=-408.88], EntityItem['item.item.rottenFlesh'/2156061, l='MpServer', x=-751.13, y=132.00, z=-408.88], EntityItem['item.tile.stonebrick'/2156062, l='MpServer', x=-751.13, y=132.00, z=-408.88], EntitySheep['Sheep'/2156000, l='MpServer', x=-726.71, y=69.00, z=-480.48], EntitySheep['Sheep'/2156009, l='MpServer', x=-720.16, y=69.00, z=-479.82], EntitySheep['Sheep'/2156010, l='MpServer', x=-720.30, y=83.00, z=-471.48], EntitySheep['Sheep'/2156011, l='MpServer', x=-723.51, y=94.00, z=-403.27], EntityItem['item.tile.oreIron'/2156013, l='MpServer', x=-721.09, y=26.00, z=-435.88], EntityItem['item.tile.stonebrick'/2156014, l='MpServer', x=-720.34, y=26.00, z=-435.88], EntitySheep['Sheep'/2156017, l='MpServer', x=-728.24, y=81.00, z=-390.36], EntitySheep['Sheep'/2156027, l='MpServer', x=-696.23, y=105.00, z=-368.48], EntitySheep['Sheep'/2156028, l='MpServer', x=-710.48, y=84.00, z=-382.73], EntityItem['item.tile.stonebrick'/2155971, l='MpServer', x=-715.61, y=38.00, z=-472.88], EntityItem['item.tile.stonebrick'/2155972, l='MpServer', x=-718.67, y=35.00, z=-464.31], EntityItem['item.tile.stonebrick'/2155973, l='MpServer', x=-718.97, y=35.00, z=-464.35], EntityItem['item.tile.stonebrick'/2155974, l='MpServer', x=-718.95, y=35.00, z=-464.40], EntityItem['item.tile.stonebrick'/2155975, l='MpServer', x=-719.19, y=35.00, z=-464.66], EntityItem['item.tile.stonebrick'/2155976, l='MpServer', x=-718.86, y=35.00, z=-464.36], EntityItem['item.item.arrow'/2156105, l='MpServer', x=-794.52, y=72.00, z=-449.60], EntityItem['item.tile.stonebrick'/2155977, l='MpServer', x=-718.71, y=35.00, z=-464.47], EntityItem['item.tile.stone.diorite'/2155978, l='MpServer', x=-718.95, y=35.00, z=-464.51], EntitySheep['Sheep'/2156107, l='MpServer', x=-799.42, y=82.00, z=-428.97], EntityItem['item.tile.stonebrick'/2155979, l='MpServer', x=-719.04, y=35.00, z=-464.51], EntitySheep['Sheep'/2156108, l='MpServer', x=-794.27, y=72.00, z=-446.48], EntityItem['item.tile.stonebrick'/2155980, l='MpServer', x=-719.14, y=35.00, z=-464.53], EntitySheep['Sheep'/2156109, l='MpServer', x=-793.19, y=72.00, z=-442.33], EntityItem['item.tile.stonebrick'/2155981, l='MpServer', x=-719.38, y=35.00, z=-464.73], EntityItem['item.item.stick'/2155982, l='MpServer', x=-719.15, y=35.00, z=-464.46], EntitySheep['Sheep'/2155983, l='MpServer', x=-716.50, y=71.00, z=-474.50], EntitySheep['Sheep'/2155984, l='MpServer', x=-717.50, y=71.00, z=-475.50], EntitySheep['Sheep'/2155985, l='MpServer', x=-716.68, y=76.00, z=-477.19], EntitySheep['Sheep'/2155986, l='MpServer', x=-713.27, y=87.00, z=-420.67], EntityItem['item.item.immersiveengineering.seed.hemp'/2155993, l='MpServer', x=-734.27, y=70.00, z=-485.31], EntitySheep['Sheep'/2155999, l='MpServer', x=-734.52, y=70.00, z=-484.29]]
  127. Server brand: Waterfall (git:Waterfall-Bootstrap:1.11-SNAPSHOT:9677e47:103) <- fml,forge,sponge
  128. Server type: Non-integrated multiplayer server
  129. Stacktrace:
  130. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
  131. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  132. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:57)
  133. at java.lang.Thread.run(Unknown Source)
  134.  
  135. -- System Details --
  136. Details:
  137. Minecraft Version: 1.10.2
  138. Operating System: Windows 10 (amd64) version 10.0
  139. Java Version: 1.8.0_121, Oracle Corporation
  140. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  141. Memory: 1496050536 bytes (1426 MB) / 6656884736 bytes (6348 MB) up to 8589934592 bytes (8192 MB)
  142. JVM Flags: 3 total; -Xms256M -Xmx9216M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  143. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  144. FML: Minecraft 1.10.2 MCP 9.32 Powered by Forge 12.18.3.2254 Optifine OptiFine_1.10.2_HD_U_D7 187 mods loaded, 187 mods active
  145. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  146. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  147. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2254-universal.jar)
  148. UCHIJA Forge{12.18.3.2254} [Minecraft Forge] (forge-1.10.2-12.18.3.2254-universal.jar)
  149. UCHIJA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
  150. UCHIJA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  151. UCHIJA NotEnoughItems{2.1.3.206} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.206-universal.jar)
  152. UCHIJA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
  153. UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  154. UCHIJA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
  155. UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  156. UCHIJA cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  157. UCHIJA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
  158. UCHIJA IC2{2.6.188-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.188-ex110.jar)
  159. UCHIJA advanced_machines{60.0.2} [Advanced Machines] (Advanced Machines-60.0.2.jar)
  160. UCHIJA advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar)
  161. UCHIJA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
  162. UCHIJA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
  163. UCHIJA ae2stuff{0.6.0.9} [AE2 Stuff] (ae2stuff-0.6.0.9-mc1.10.2.jar)
  164. UCHIJA infinitylib{1.10.2-0.8.0} [InfinityLib] (infinitylib-0.8.0.jar)
  165. UCHIJA agricraft{2.0.0-0.8.0-a14} [AgriCraft] (agricraft-2.0.0-0.8.0-a14.jar)
  166. UCHIJA Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar)
  167. UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
  168. UCHIJA AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar)
  169. UCHIJA JEI{3.14.7.416} [Just Enough Items] (jei_1.10.2-3.14.7.416.jar)
  170. UCHIJA appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar)
  171. UCHIJA aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar)
  172. UCHIJA architecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar)
  173. UCHIJA Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  174. UCHIJA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.6.jar)
  175. UCHIJA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
  176. UCHIJA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
  177. UCHIJA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
  178. UCHIJA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  179. UCHIJA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
  180. UCHIJA betterthanbunnies{1.10.2-1.1.0} [BetterThanBunnies] (BetterThanBunnies-1.10.2-1.1.0.jar)
  181. UCHIJA BiblioCraft{2.2.1} [BiblioCraft] (BiblioCraft[v2.2.1][MC1.10.2].jar)
  182. UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
  183. UCHIJA BloodMagic{1.10.2-2.1.9-78} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.9-78.jar)
  184. UCHIJA BloodArsenal{1.10.2-2.0.1-17} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-17.jar)
  185. UCHIJA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
  186. UCHIJA CodeChickenLib{2.5.7.241} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  187. UCHIJA brandonscore{2.1.5} [Brandon's Core] (BrandonsCore-1.10.2-2.1.5.97-universal.jar)
  188. UCHIJA ceramics{1.10.2-1.1.5} [Ceramics] (Ceramics-1.10.2-1.1.5.jar)
  189. UCHIJA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
  190. UCHIJA ChatFlow{ANT:VERSION} [ChatFlow] (ChatFlow-1.2-5.jar)
  191. UCHIJA ChestTransporter{2.5.12} [Chest Transporter] (ChestTransporter-1.10.2-2.5.12.jar)
  192. UCHIJA chisel{MC1.10.2-0.0.9.15} [Chisel] (Chisel-MC1.10.2-0.0.9.15.jar)
  193. UCHIJA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  194. UCHIJA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
  195. UCHIJA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
  196. UCHIJA clipboard{@VERSION@} [Clipboard] (Clipboard-1.10.2-1.1.1.jar)
  197. UCHIJA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
  198. UCHIJA compactsolars{1.10.2-5.0.8.331} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.8.331-universal.jar)
  199. UCHIJA controlling{1.0.4} [Controlling] (Controlling-1.0.4.jar)
  200. UCHIJA cookingforblockheads{4.2.39} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.39.jar)
  201. UCHIJA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.24.jar)
  202. UCHIJA MineTweaker3{3.0.24} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.24.jar)
  203. UCHIJA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.24.jar)
  204. UCHIJA CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar)
  205. UCHIJA darkutils{1.1.7.111} [Dark Utilities] (DarkUtilities-1.10.2-1.1.7.111.jar)
  206. UCHIJA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4_1.10.2.jar)
  207. UCHIJA props{2.4} [Decocraft] (Decocraft-2.4_1.10.2.jar)
  208. UCHIJA forestry{5.2.17.369} [Forestry] (forestry_1.10.2-5.2.17.369.jar)
  209. UCHIJA eleccore{1.7.414} [ElecCore] (ElecCore-1.10.2-1.7.414.jar)
  210. UCHIJA EnderStorage{2.2.1.103} [EnderStorage] (EnderStorage-1.10.2-2.2.1.103-universal.jar)
  211. UCHIJA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
  212. UCHIJA deepresonance{1.4.6} [DeepResonance] (deepresonance-1.1x-1.4.6.jar)
  213. UCHIJA defaultoptions{6.1.5} [Default Options] (DefaultOptions_1.10.2-6.1.5.jar)
  214. UCHIJA draconicevolution{2.0.9} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.9.192-universal.jar)
  215. UCHIJA StorageDrawers{1.10.2-3.6.2} [Storage Drawers] (StorageDrawers-1.10.2-3.6.2.jar)
  216. UCHIJA bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar)
  217. UCHIJA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
  218. UCHIJA embers{0.104} [Embers] (embers-0.104.jar)
  219. UCHIJA endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar)
  220. UCHIJA EnderIO{1.10.2-3.1.156} [Ender IO] (EnderIO-1.10.2-3.1.156.jar)
  221. UCHIJA engineersworkshop{1.2.1-1.10.2} [Engineer's Workshop] (EngineersWorkshop-1.2.1-1.10.2.jar)
  222. UCHIJA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
  223. UCHIJA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
  224. UCHIJA etlunar{1.10.2-0.10.6a} [ET Lunar] (etlunar-1.10.2-0.10.6a.jar)
  225. UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.3.jar)
  226. UCHIJA zerocore{1.10.2-0.1.0.4} [Zero CORE] (zerocore-1.10.2-0.1.0.4.jar)
  227. UCHIJA bigreactors{1.10.2-0.4.5.27} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.27.jar)
  228. UCHIJA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  229. UCHIJA sonarcore{3.2.6} [SonarCore] (SonarCore-1.10.2-3.2.6.jar)
  230. UCHIJA fluxnetworks{1.2.1} [FluxNetworks] (FluxNetworks-1.10.2-1.2.1.jar)
  231. UCHIJA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.2-beta3-anarchy.jar)
  232. UCHIJA forgelin{1.4.1} [Forgelin] (Forgelin-1.4.1.jar)
  233. UCHIJA forgemultipartcbe{2.0.0.29} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar)
  234. UCHIJA microblockcbe{2.0.0.29} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar)
  235. UCHIJA minecraftmultipartcbe{2.0.0.29} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar)
  236. UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.5.3.jar)
  237. UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.5.1.jar)
  238. UCHIJA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.10.2-alpha-0.0.3.jar)
  239. UCHIJA Funnels{1.1.2} [Funnels] (Funnels-1.10.2-1.1.2.jar)
  240. UCHIJA gendustry{1.6.5.30} [GenDustry] (gendustry-1.6.5.30-mc1.10.2.jar)
  241. UCHIJA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
  242. UCHIJA gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar)
  243. UCHIJA hammercore{1.4.8} [Hammer Core] (HammerCore_1.10.2-1.4.8.jar)
  244. UCHIJA helpfixer{1.0} [HelpFixer] (HelpFixer-1.10.2-1.4.15.jar)
  245. UCHIJA hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar)
  246. UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  247. UCHIJA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar)
  248. UCHIJA theoneprobe{1.4.5} [The One Probe] (theoneprobe-1.1x-1.4.5.jar)
  249. UCHIJA immersiveengineering{0.10-57} [Immersive Engineering] (ImmersiveEngineering-0.10-57.jar)
  250. UCHIJA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
  251. UCHIJA InGameInfoXML{2.8.1.89} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar)
  252. UCHIJA intwheel{1.2.4} [Interaction Wheel] (intwheel-1.1x-1.2.4.jar)
  253. UCHIJA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  254. UCHIJA ironbackpacks{1.10.2-2.2.25} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.25.jar)
  255. UCHIJA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
  256. UCHIJA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
  257. UCHIJA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
  258. UCHIJA jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)
  259. UCHIJA kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar)
  260. UCHIJA launchgui{@VERSION@} [LaunchGUI] (LaunchGui-1.9.4-2.0.3-23-client.jar)
  261. UCHIJA boots{1.0} [Long Fall Boots] (LongFallBoots - Hard Mode.jar)
  262. UCHIJA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
  263. UCHIJA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
  264. UCHIJA mercurius{1.0.3} [Mercurius] (Mercurius-1.10.2-1.0.3.jar)
  265. UCHIJA modularforcefieldsystem{2.5.0} [Modular ForceField System] (MFFS-1.10.2-3.0.0.0_1.10_655de1f.jar)
  266. UCHIJA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
  267. UCHIJA mob_grinding_utils{0.1.8.16} [mob_grinding_utils] (MobGrindingUtils-0.1.8.16.jar)
  268. UCHIJA ModNameTooltip{1.6.0} [Mod Name Tooltip] (modnametooltip_1.10.2-1.6.0.jar)
  269. UCHIJA mtlib{@VERSION@} [MTLib] (MTLib-1.0.2.jar)
  270. UCHIJA modtweaker{2.0.11} [Mod Tweaker] (ModTweaker2-2.0.11.jar)
  271. UCHIJA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar)
  272. UCHIJA morebees{1.10.2-1.3.2} [More Bees] (morebees-1.10.2-1.3.2.jar)
  273. UCHIJA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  274. UCHIJA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar)
  275. UCHIJA mputils{1.2.5} [ModPack Utilities] (mputils-1.10.2-1.2.5.jar)
  276. UCHIJA mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar)
  277. UCHIJA MrTJPCoreMod{2.0.0.14} [MrTJPCore] (MrTJPCore-1.10.2-2.0.0.14-universal.jar)
  278. UCHIJA shetiphiancore{3.3.8} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.8.jar)
  279. UCHIJA multistorage{1.2.16} [Multi-Storage] (multistorage-1.10.0-1.2.16.jar)
  280. UCHIJA natura{1.10.2-4.1.0.34} [Natura] (natura-1.10.2-4.1.0.34.jar)
  281. UCHIJA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  282. UCHIJA openglider{@VERSION@} [Open Glider] (OpenGlider-1.10.2-0.2.3.jar)
  283. UCHIJA p455w0rdslib{1.0.13} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.13.jar)
  284. UCHIJA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
  285. UCHIJA projectred-core{4.8.1.25} [ProjectRed Core] (ProjectRed-1.10.2-4.8.1.25-Base.jar)
  286. UCHIJA projectred-integration{4.8.1.25} [ProjectRed integration] (ProjectRed-1.10.2-4.8.1.25-integration.jar)
  287. UCHIJA projectred-transmission{4.8.1.25} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.1.25-integration.jar)
  288. UCHIJA projectred-illumination{4.8.1.25} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.1.25-lighting.jar)
  289. UCHIJA projectred-expansion{4.8.1.25} [ProjectRed Expansion] (ProjectRed-1.10.2-4.8.1.25-mechanical.jar)
  290. UCHIJA projectred-tansportation{1.0} [projectred-tansportation] (ProjectRed-1.10.2-4.8.1.25-mechanical.jar)
  291. UCHIJA projectred-exploration{4.8.1.25} [ProjectRed Exploration] (ProjectRed-1.10.2-4.8.1.25-world.jar)
  292. UCHIJA reborncore{2.13.5.136} [RebornCore] (RebornCore-1.10.2-2.13.5.136-universal.jar)
  293. UCHIJA quantumstorage{3.3.2} [QuantumStorage] (QuantumStorage-1.10.2-3.3.2.jar)
  294. UCHIJA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  295. UCHIJA reauth{3.4.1} [ReAuth] (ReAuth-1.10-3.4.1.jar)
  296. UCHIJA reborncore-mcmultipart{2.13.5.136} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.5.136-universal.jar)
  297. UCHIJA thermalfoundation{2.0.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.5.81-universal.jar)
  298. UCHIJA redstonearsenal{2.0.3} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.0.3.29-universal.jar)
  299. UCHIJA refinedrelocation{@VERSION@} [Refined Relocation] (RefinedRelocation-mc1.10.2-2.1.23.jar)
  300. UCHIJA refinedstorage{1.2.25} [Refined Storage] (refinedstorage-1.2.25.jar)
  301. UCHIJA xreliquary{1.10.2-1.3.3.649} [Reliquary] (Reliquary-1.10.2-1.3.3.649.jar)
  302. UCHIJA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
  303. UCHIJA rftools{5.91} [RFTools] (rftools-1.1x-5.91.jar)
  304. UCHIJA rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
  305. UCHIJA rftoolsdim{4.55} [RFTools Dimensions] (rftoolsdim-1.1x-4.55.jar)
  306. UCHIJA roots{0.208} [Roots] (roots-0.208.jar)
  307. UCHIJA Signals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar)
  308. UCHIJA simplevoidworld{1.1.0.4} [SimpleVoidWorld] (Simple-Void-World-1.10.2-1.1.0.4-universal.jar)
  309. UCHIJA simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
  310. UCHIJA simplyjetpacks{2.1.0.39} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.0.39.jar)
  311. UCHIJA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
  312. UCHIJA snad{1.10.2-1.6.09.20a} [Snad] (Snad-1.10.2-1.6.09.20a.jar)
  313. UCHIJA solarfluxreborn{2.16r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.16r.jar)
  314. UCHIJA stevescarts{2.1.4.83} [Steve's Carts 2] (StevesCarts-1.10.2-2.1.4.83.jar)
  315. UCHIJA storagedrawersextra{1.10-1.1.0} [Storage Drawers Extras] (StorageDrawersExtras-1.10-1.1.0.jar)
  316. UCHIJA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  317. UCHIJA supercraftingframe{1.2.1.88} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.88.jar)
  318. UCHIJA techreborn{2.1.10.207} [TechReborn] (TechReborn-1.10.2-2.1.10.207-universal.jar)
  319. UCHIJA thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar)
  320. UCHIJA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
  321. UCHIJA topaddons{1.10.2-0.9.1c} [TOP Addons] (topaddons-1.10.2-0.9.1c.jar)
  322. UCHIJA torchmaster{1.0} [TorchMaster] (torchmaster_1.10.2-1.2.0.18.jar)
  323. UCHIJA Translocator{2.1.4.54} [Translocator] (Translocators-1.10.2-2.1.4.54-universal.jar)
  324. UCHIJA usefulnullifiers{1.3.4} [Useful Nullifiers] (usefulnullifiers-1.3.4.jar)
  325. UCHIJA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
  326. UCHIJA wcg{1.0.0} [Wireless Crafting Grid] (WirelessCraftingGrid-1.10.2-1.0.0.jar)
  327. UCHIJA wct{0.1.25} [Wireless Crafting Terminal] (WirelessCraftingTerminal-1.10.2-0.1.25.jar)
  328. UCHIJA Woot{1.10.2-1.3.1} [Woot] (woot-1.10.2-1.3.1.jar)
  329. UCHIJA wrcbe{2.0.0} [WirelessRedstone-CBE] (WR-CBE-1.10.2-2.0.0.18-universal.jar)
  330. UCHIJA xnet{1.1.4} [XNet] (xnet-1.1.4.jar)
  331. UCHIJA yabba{1.10.2-0.4.2} [YABBA] (YABBA-1.10.2-0.4.2.jar)
  332. UCHIJA unidict{1.10.2-2.8} [UniDict] (UniDict-1.10.2-2.8.jar)
  333. Loaded coremods (and transformers):
  334. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  335. codechicken.lib.asm.ClassHeirachyManager
  336. codechicken.lib.asm.CCL_ASMTransformer
  337. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  338. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  339. CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  340.  
  341. MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  342. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  343. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  344. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  345. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  346. net.malisis.core.util.clientnotif.ClientNotifTransformer
  347. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  348. lumien.resourceloader.asm.ClassTransformer
  349. CorePlugin (MrTJPCore-1.10.2-2.0.0.14-universal.jar)
  350.  
  351. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  352. li.cil.oc.common.asm.ClassTransformer
  353. SFRCore (SolarFluxReborn_1.10.2-2.16r.jar)
  354. com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
  355. NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.206-universal.jar)
  356. codechicken.nei.asm.NEITransformer
  357. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta3-anarchy.jar)
  358. pl.asie.foamfix.coremod.FoamFixTransformer
  359. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  360. net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
  361. EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  362. com.enderio.core.common.transform.EnderCoreTransformer
  363. LoadingPlugin (Quark-r1.1-70.jar)
  364. vazkii.quark.base.asm.ClassTransformer
  365. RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
  366. reborncore.mixin.transformer.MixinTransformer
  367. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  368. appeng.coremod.transformer.ASMIntegration
  369. FMLPlugin (InventoryTweaks-1.61-58.jar)
  370. invtweaks.forge.asm.ContainerTransformer
  371. ForgelinPlugin (Forgelin-1.4.1.jar)
  372.  
  373. ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar)
  374. team.chisel.common.asm.ChiselTransformer
  375. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  376. cofh.asm.CoFHClassTransformer
  377. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  378. Brandon's Core (BrandonsCore-1.10.2-2.1.5.97-universal.jar)
  379. com.brandon3055.brandonscore.asm.ClassTransformer
  380. IC2core (industrialcraft-2-2.6.188-ex110.jar)
  381.  
  382. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
  383. shetiphian.core.asm.ClassTransformer
  384. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  385. AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
  386. Pulsar/tconstruct loaded Pulses:
  387. - TinkerCommons (Enabled/Forced)
  388. - TinkerWorld (Enabled/Not Forced)
  389. - TinkerTools (Enabled/Not Forced)
  390. - TinkerHarvestTools (Enabled/Forced)
  391. - TinkerMeleeWeapons (Enabled/Forced)
  392. - TinkerRangedWeapons (Enabled/Forced)
  393. - TinkerModifiers (Enabled/Forced)
  394. - TinkerSmeltery (Enabled/Not Forced)
  395. - TinkerGadgets (Enabled/Not Forced)
  396. - TinkerOredict (Enabled/Forced)
  397. - TinkerIntegration (Enabled/Forced)
  398. - TinkerFluids (Enabled/Forced)
  399. - TinkerMaterials (Enabled/Forced)
  400. - TinkerModelRegister (Enabled/Forced)
  401. - chiselsandbitsIntegration (Enabled/Not Forced)
  402. - theoneprobeIntegration (Enabled/Not Forced)
  403.  
  404. Pulsar/natura loaded Pulses:
  405. - NaturaCommons (Enabled/Forced)
  406. - NaturaOverworld (Enabled/Not Forced)
  407. - NaturaNether (Enabled/Not Forced)
  408. - NaturaTools (Enabled/Not Forced)
  409. - NaturaEntities (Enabled/Not Forced)
  410. - NaturaOredict (Enabled/Forced)
  411. - NaturaWorld (Enabled/Not Forced)
  412.  
  413. NotEnoughItems Invalid Fingerprint Reports:
  414. List of loaded APIs:
  415. * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
  416. * AgriCraftAPI (1.0) from agricraft-2.0.0-0.8.0-a14.jar
  417. * appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-11.jar
  418. * Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.9.jar
  419. * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.27.jar
  420. * BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.9-78.jar
  421. * BotaniaAPI (85) from Botania r1.9-341.jar
  422. * chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.12.jar
  423. * ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.9.15.jar
  424. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.9.15.jar
  425. * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.12.jar
  426. * CoFHAPI (1.8.9R1.2.0B1) from SolarFluxReborn_1.10.2-2.16r.jar
  427. * cofhapi (1.4.0) from extrautils2-1.10.2-1.3.3.jar
  428. * cofhapi|block (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  429. * CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  430. * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  431. * cofhapi|core (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  432. * CoFHAPI|energy (1.8.9R1.2.0B1) from EngineersWorkshop-1.2.1-1.10.2.jar
  433. * cofhapi|energy (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
  434. * CoFHAPI|inventory (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  435. * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.11.jar
  436. * cofhapi|item (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  437. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  438. * cofhapi|tileentity (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  439. * CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  440. * cofhapi|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  441. * cofhlib (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  442. * cofhlib|audio (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  443. * cofhlib|gui (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  444. * cofhlib|gui|container (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  445. * cofhlib|gui|element (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  446. * cofhlib|gui|element|listbox (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  447. * cofhlib|gui|slot (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  448. * cofhlib|inventory (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  449. * cofhlib|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  450. * cofhlib|util|helpers (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  451. * cofhlib|world (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  452. * cofhlib|world|feature (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  453. * compatlayer (0.2.5) from compatlayer-1.10-0.2.5.jar
  454. * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  455. * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  456. * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  457. * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  458. * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  459. * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  460. * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  461. * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  462. * CSLib|API (0.3.0) from Decocraft-2.4_1.10.2.jar
  463. * DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.6.jar
  464. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.9.192-universal.jar
  465. * ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.414.jar
  466. * ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.414.jar
  467. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.156.jar
  468. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.156.jar
  469. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.156.jar
  470. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.156.jar
  471. * environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
  472. * fluxapi (1.0) from FluxNetworks-1.10.2-1.2.1.jar
  473. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.369.jar
  474. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.369.jar
  475. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.369.jar
  476. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.369.jar
  477. * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.369.jar
  478. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.369.jar
  479. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.369.jar
  480. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.369.jar
  481. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.369.jar
  482. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.369.jar
  483. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.369.jar
  484. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.369.jar
  485. * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.369.jar
  486. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.369.jar
  487. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.369.jar
  488. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.369.jar
  489. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.369.jar
  490. * funkylocomotion_api (2.0) from funky-locomotion-1.10.2-alpha-0.0.3.jar
  491. * gendustryAPI (2.3.0) from gendustry-1.6.5.30-mc1.10.2.jar
  492. * Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
  493. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-57.jar
  494. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-57.jar
  495. * intwheel_api (1.2.4) from intwheel-1.1x-1.2.4.jar
  496. * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.25.jar
  497. * jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.jar
  498. * journeymap|client-api (1.3) from journeymap-1.10.2-5.4.6.jar
  499. * journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.6.jar
  500. * journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.6.jar
  501. * journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.6.jar
  502. * journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.6.jar
  503. * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.416.jar
  504. * mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
  505. * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.10.2.jar
  506. * Open Glider|API (0.1) from OpenGlider-1.10.2-0.2.3.jar
  507. * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  508. * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  509. * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  510. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  511. * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  512. * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  513. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  514. * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  515. * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  516. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  517. * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  518. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.10.2-1.0.13.jar
  519. * PsiAPI (2) from Psi-r1.0-42.jar
  520. * railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  521. * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  522. * RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  523. * RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  524. * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  525. * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  526. * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  527. * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  528. * RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  529. * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  530. * RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  531. * RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  532. * reborncoreAPI (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  533. * reborncoreAPI|Fuel (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  534. * reborncoreAPI|Power (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  535. * reborncoreAPI|Recipe (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  536. * reborncoreAPI|Tile (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  537. * RefinedRelocationAPI (2.0.0) from RefinedRelocation-mc1.10.2-2.1.23.jar
  538. * stevescartsAPI (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
  539. * stevescartsAPI|FARMS (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
  540. * StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  541. * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  542. * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  543. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  544. * StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  545. * StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  546. * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  547. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  548. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  549. * techrebornAPI (2.1.10.207) from TechReborn-1.10.2-2.1.10.207-universal.jar
  550. * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.5.jar
  551. * valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
  552. * wct|API (1.10.2-rv4-1.0.0b) from WirelessCraftingTerminal-1.10.2-0.1.25.jar
  553. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  554. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  555. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  556. CodeChickenLib Invalid Fingerprint Reports:
  557. CodeChickenCore Invalid Fingerprint Reports:
  558. EnderStorage Invalid Fingerprint Reports:
  559. 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.):
  560. * Optifine is installed. This is NOT supported.
  561. * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/C:/ftb/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/CoFHAPIProps.class).
  562. Ender IO needs at least 1.8.9R1.2.0B1 and will NOT work with older versions.
  563. 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.
  564. Detailed RF API diagnostics:
  565. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/ftb/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/EnergyStorage.class
  566. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/ftb/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyConnection.class
  567. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/ftb/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  568. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/ftb/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyHandler.class
  569. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/ftb/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyProvider.class
  570. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/ftb/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  571. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/ftb/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyStorage.class
  572. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/ftb/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  573. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/ftb/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  574. Detailed Tesla API diagnostics:
  575. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  576. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  577. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  578. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  579. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  580. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  581. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  582. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  583. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  584. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  585. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  586.  
  587. RebornCore:
  588. Plugin Engine: 0
  589. RebornCore Version: 2.13.5.136
  590. Mixin Status: 1
  591. Runtime Debofucsation 1
  592. RenderEngine: 1
  593. Translocator Invalid Fingerprint Reports:
  594. AE2 Integration: IC2:ON, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:OFF, InvTweaks:OFF, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON
  595. Launched Version: 1.10.2
  596. LWJGL: 2.9.4
  597. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  598. GL Caps: Using GL 1.3 multitexturing.
  599. Using GL 1.3 texture combiners.
  600. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  601. Shaders are available because OpenGL 2.1 is supported.
  602. VBOs are available because OpenGL 1.5 is supported.
  603.  
  604. Using VBOs: Yes
  605. Is Modded: Definitely; Client brand changed to 'fml,forge'
  606. Type: Client (map_client.txt)
  607. Resource Packs: PureBDcraft 32x MC110.zip
  608. Current Language: English (US)
  609. Profiler Position: N/A (disabled)
  610. CPU: 6x AMD FX(tm)-6300 Six-Core Processor
  611. OptiFine Version: OptiFine_1.10.2_HD_U_D7
  612. Render Distance Chunks: 32
  613. Mipmaps: 0
  614. Anisotropic Filtering: 1
  615. Antialiasing: 0
  616. Multitexture: false
  617. Shaders: null
  618. OpenGlVersion: 4.5.0 NVIDIA 376.53
  619. OpenGlRenderer: GeForce GTX 650 Ti/PCIe/SSE2
  620. OpenGlVendor: NVIDIA Corporation
  621. CpuCount: 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement