Advertisement
Guest User

beyond crash

a guest
May 13th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.40 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  5. CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  6. Brandon's Core (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
  7. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-anarchy.jar)
  8. MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  9. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  10. ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
  11. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  12. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
  13. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  14. ForgelinPlugin (Forgelin-1.4.2.jar)
  15. SFRCore (SolarFluxReborn_1.10.2-2.16r.jar)
  16. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  17. LoadingPlugin (Quark-r1.1-70.jar)
  18. NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  19. RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
  20. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  21. FMLPlugin (InventoryTweaks-1.61-58.jar)
  22. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  23. IC2core (industrialcraft-2-2.6.188-ex110.jar)
  24. CorePlugin (MrTJPCore-1.10.2-2.0.0.17-universal.jar)
  25. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
  26. Contact their authors BEFORE contacting forge
  27.  
  28. // Who set us up the TNT?
  29.  
  30. Time: 5/13/17 3:54 PM
  31. Description: Rendering Block Entity
  32.  
  33. java.lang.NullPointerException: Rendering Block Entity
  34. at mcjty.lib.tools.ItemStackTools.setStackSize(ItemStackTools.java:71)
  35. at com.latmod.yabba.tile.BarrelTileContainer.getStackInSlot(BarrelTileContainer.java:94)
  36. at com.latmod.yabba.client.RenderBarrel.renderTileEntityAt(RenderBarrel.java:50)
  37. at com.latmod.yabba.client.RenderBarrel.func_180535_a(RenderBarrel.java:31)
  38. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_178469_a(TileEntityRendererDispatcher.java:147)
  39. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:125)
  40. at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:701)
  41. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1315)
  42. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)
  43. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1038)
  44. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
  45. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
  46. at net.minecraft.client.main.Main.main(SourceFile:124)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  50. at java.lang.reflect.Method.invoke(Unknown Source)
  51. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  52. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  53.  
  54.  
  55. A detailed walkthrough of the error, its code path and all known details is as follows:
  56. ---------------------------------------------------------------------------------------
  57.  
  58. -- Head --
  59. Thread: Client thread
  60. Stacktrace:
  61. at mcjty.lib.tools.ItemStackTools.setStackSize(ItemStackTools.java:71)
  62. at com.latmod.yabba.tile.BarrelTileContainer.getStackInSlot(BarrelTileContainer.java:94)
  63. at com.latmod.yabba.client.RenderBarrel.renderTileEntityAt(RenderBarrel.java:50)
  64. at com.latmod.yabba.client.RenderBarrel.func_180535_a(RenderBarrel.java:31)
  65.  
  66. -- Block Entity Details --
  67. Details:
  68. Name: yabba.barrel // com.latmod.yabba.tile.TileBarrel
  69. Block type: ID #3223 (tile.yabba.barrel // com.latmod.yabba.block.BlockBarrel)
  70. Block data value: 1 / 0x1 / 0b0001
  71. Block location: World: (213,49,1498), Chunk: (at 5,3,10 in 13,93; contains blocks 208,0,1488 to 223,255,1503), Region: (0,2; contains chunks 0,64 to 31,95, blocks 0,0,1024 to 511,255,1535)
  72. Actual block type: ID #3223 (tile.yabba.barrel // com.latmod.yabba.block.BlockBarrel)
  73. Actual block data value: 1 / 0x1 / 0b0001
  74. Stacktrace:
  75. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_178469_a(TileEntityRendererDispatcher.java:147)
  76. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:125)
  77. at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:701)
  78. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1315)
  79. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)
  80.  
  81. -- Affected level --
  82. Details:
  83. Level name: MpServer
  84. All players: 1 total; [EntityPlayerSP['Duke_GWP'/52977, l='MpServer', x=211.78, y=49.00, z=1498.44]]
  85. Chunk stats: MultiplayerChunkCache: 441, 441
  86. Level seed: 0
  87. Level generator: ID 00 - default, ver 1. Features enabled: false
  88. Level generator options:
  89. Level spawn location: World: (0,64,232), Chunk: (at 0,4,8 in 0,14; contains blocks 0,0,224 to 15,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  90. Level time: 15372863 game time, 16632724 day time
  91. Level dimension: 0
  92. Level storage version: 0x00000 - Unknown?
  93. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  94. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  95. Forced entities: 99 total; [EntityEnderman['Enderman'/53248, l='MpServer', x=284.50, y=72.00, z=1450.50], EntityPig['Pig'/53249, l='MpServer', x=279.25, y=67.00, z=1479.51], EntityCartChest['Chest Cart'/53268, l='MpServer', x=320.50, y=36.06, z=1355.50], EntityCartChest['Chest Cart'/53269, l='MpServer', x=320.50, y=34.06, z=1440.50], EntityCreeper['Creeper'/53270, l='MpServer', x=290.50, y=75.00, z=1472.50], EntityBat['Bat'/53015, l='MpServer', x=170.33, y=26.03, z=1464.02], EntityCow['Cow'/53016, l='MpServer', x=176.22, y=70.33, z=1460.76], EntityCartChest['Chest Cart'/53272, l='MpServer', x=326.51, y=33.00, z=1464.50], EntityCow['Cow'/53017, l='MpServer', x=165.84, y=68.00, z=1457.49], EntitySkeleton['Skeleton'/53018, l='MpServer', x=134.78, y=85.00, z=1503.49], EntitySkeleton['Skeleton'/53274, l='MpServer', x=288.18, y=64.00, z=1488.59], EntitySheep['Sheep'/53276, l='MpServer', x=290.73, y=105.00, z=1518.49], EntitySheep['Sheep'/53278, l='MpServer', x=288.51, y=110.00, z=1523.73], EntityRabbit['Rabbit'/53023, l='MpServer', x=162.54, y=100.00, z=1517.48], EntitySheep['Sheep'/53024, l='MpServer', x=160.27, y=100.00, z=1516.44], EntityCartChest['Chest Cart'/53280, l='MpServer', x=318.50, y=34.06, z=1452.50], EntitySheep['Sheep'/53025, l='MpServer', x=146.39, y=99.00, z=1533.81], EntitySheep['Sheep'/292, l='MpServer', x=193.78, y=69.00, z=1456.49], EntityPig['Pig'/53029, l='MpServer', x=170.57, y=84.00, z=1528.23], EntityPig['Pig'/53030, l='MpServer', x=146.89, y=94.67, z=1540.67], EntityCartChest['Chest Cart'/53286, l='MpServer', x=289.50, y=30.06, z=1616.50], EntitySheep['Sheep'/53032, l='MpServer', x=141.27, y=89.00, z=1563.50], EntityBat['Bat'/49195, l='MpServer', x=191.25, y=64.10, z=1490.55], EntityBat['Bat'/49197, l='MpServer', x=198.98, y=59.10, z=1487.80], EntityBat['Bat'/49198, l='MpServer', x=191.25, y=59.10, z=1492.75], EntityBat['Bat'/49199, l='MpServer', x=194.44, y=64.10, z=1498.58], EntityPlayerSP['Duke_GWP'/52977, l='MpServer', x=211.78, y=49.00, z=1498.44], EntityCreeper['Creeper'/53048, l='MpServer', x=142.50, y=56.00, z=1434.50], EntityCow['Cow'/53049, l='MpServer', x=133.60, y=70.00, z=1437.85], EntityCow['Cow'/53053, l='MpServer', x=137.60, y=69.33, z=1442.99], EntitySheep['Sheep'/53065, l='MpServer', x=166.78, y=68.00, z=1448.54], EntitySheep['Sheep'/53066, l='MpServer', x=164.68, y=86.00, z=1537.82], EntitySheep['Sheep'/53067, l='MpServer', x=161.67, y=85.00, z=1544.79], EntitySkeleton['Skeleton'/53068, l='MpServer', x=169.14, y=86.00, z=1547.61], EntitySkeleton['Skeleton'/53069, l='MpServer', x=168.59, y=86.00, z=1548.07], EntitySpider['Spider'/53070, l='MpServer', x=169.83, y=86.00, z=1546.53], EntityCreeper['Creeper'/53072, l='MpServer', x=169.28, y=85.67, z=1547.16], EntityCreeper['Creeper'/53073, l='MpServer', x=150.50, y=88.00, z=1555.50], EntitySpider['Spider'/53074, l='MpServer', x=135.50, y=83.00, z=1570.50], EntityBat['Bat'/53076, l='MpServer', x=166.75, y=21.26, z=1565.19], EntityBat['Bat'/53084, l='MpServer', x=185.22, y=23.78, z=1493.81], EntityBat['Bat'/53085, l='MpServer', x=184.17, y=24.25, z=1492.62], EntityCartChest['Chest Cart'/53091, l='MpServer', x=206.50, y=12.06, z=1383.50], EntityCartChest['Chest Cart'/53092, l='MpServer', x=204.50, y=12.06, z=1381.50], EntityPig['Pig'/53097, l='MpServer', x=187.29, y=86.00, z=1540.77], EntitySheep['Sheep'/53098, l='MpServer', x=191.50, y=97.00, z=1561.50], EntitySheep['Sheep'/53099, l='MpServer', x=235.50, y=72.00, z=1462.25], EntityPig['Pig'/53104, l='MpServer', x=204.51, y=96.00, z=1551.30], EntityCow['Cow'/53105, l='MpServer', x=205.57, y=107.92, z=1545.92], EntityPig['Pig'/53106, l='MpServer', x=196.31, y=103.00, z=1563.85], EntityBat['Bat'/53111, l='MpServer', x=139.45, y=41.67, z=1434.23], EntityBat['Bat'/53113, l='MpServer', x=174.43, y=17.10, z=1460.43], EntityCow['Cow'/53141, l='MpServer', x=236.18, y=71.00, z=1447.50], EntitySheep['Sheep'/53144, l='MpServer', x=224.35, y=104.00, z=1544.25], EntityPig['Pig'/53145, l='MpServer', x=210.93, y=107.67, z=1550.69], EntityCow['Cow'/53146, l='MpServer', x=235.08, y=103.00, z=1552.06], EntitySheep['Sheep'/53147, l='MpServer', x=239.81, y=102.00, z=1564.50], EntityCreeper['Creeper'/53148, l='MpServer', x=236.48, y=102.67, z=1562.07], EntityCreeper['Creeper'/53149, l='MpServer', x=235.50, y=103.00, z=1561.50], EntitySheep['Sheep'/53150, l='MpServer', x=231.74, y=103.00, z=1570.63], EntitySheep['Sheep'/53151, l='MpServer', x=228.84, y=102.00, z=1577.11], EntityBat['Bat'/53152, l='MpServer', x=220.56, y=65.10, z=1524.75], EntityPig['Pig'/53153, l='MpServer', x=214.35, y=101.00, z=1531.24], EntitySheep['Sheep'/53154, l='MpServer', x=225.21, y=92.00, z=1522.44], EntitySheep['Sheep'/53155, l='MpServer', x=224.54, y=99.00, z=1530.75], EntitySheep['Sheep'/53156, l='MpServer', x=209.14, y=99.00, z=1542.18], EntitySheep['Sheep'/53157, l='MpServer', x=209.90, y=106.00, z=1543.46], EntityCow['Cow'/53158, l='MpServer', x=208.43, y=107.00, z=1544.67], EntitySquid['Squid'/53169, l='MpServer', x=207.87, y=61.77, z=1436.53], EntityCow['Cow'/53172, l='MpServer', x=252.50, y=70.00, z=1419.50], EntityCow['Cow'/53173, l='MpServer', x=252.50, y=70.00, z=1419.50], EntityBat['Bat'/51385, l='MpServer', x=200.54, y=64.10, z=1499.82], EntitySkeleton['Skeleton'/53195, l='MpServer', x=243.50, y=99.00, z=1546.33], EntitySheep['Sheep'/53196, l='MpServer', x=251.74, y=93.00, z=1560.47], EntitySheep['Sheep'/53197, l='MpServer', x=246.12, y=97.00, z=1558.51], EntityAncientGolem['Ancient Golem'/53198, l='MpServer', x=264.50, y=86.00, z=1556.50], EntityBat['Bat'/53199, l='MpServer', x=248.35, y=31.01, z=1575.33], EntityPig['Pig'/53200, l='MpServer', x=259.66, y=70.00, z=1428.49], EntitySheep['Sheep'/53201, l='MpServer', x=248.13, y=85.00, z=1499.57], EntitySheep['Sheep'/53202, l='MpServer', x=266.27, y=91.00, z=1498.24], EntitySheep['Sheep'/53203, l='MpServer', x=256.50, y=90.00, z=1498.19], EntitySheep['Sheep'/53228, l='MpServer', x=285.73, y=101.00, z=1512.48], EntitySheep['Sheep'/53229, l='MpServer', x=277.10, y=104.00, z=1510.69], EntitySheep['Sheep'/53230, l='MpServer', x=284.61, y=103.00, z=1512.16], EntityPig['Pig'/52975, l='MpServer', x=203.24, y=104.00, z=1534.24], EntitySheep['Sheep'/53231, l='MpServer', x=283.16, y=105.67, z=1515.04], EntitySheep['Sheep'/52976, l='MpServer', x=202.28, y=104.00, z=1531.23], EntitySheep['Sheep'/53232, l='MpServer', x=285.70, y=107.00, z=1516.27], EntitySkeleton['Skeleton'/53233, l='MpServer', x=276.33, y=103.67, z=1510.92], EntityZombie['Zombie'/53234, l='MpServer', x=283.55, y=108.00, z=1520.06], EntityZombie['Zombie'/53235, l='MpServer', x=277.50, y=90.00, z=1535.50], EntitySheep['Sheep'/53236, l='MpServer', x=269.75, y=105.00, z=1521.62], EntityBat['Bat'/53237, l='MpServer', x=281.54, y=51.19, z=1552.30], EntityCartChest['Chest Cart'/52982, l='MpServer', x=145.50, y=16.06, z=1361.50], EntitySkeleton['Skeleton'/53240, l='MpServer', x=282.50, y=35.00, z=1423.50], EntityPig['Pig'/53242, l='MpServer', x=279.51, y=70.00, z=1435.04], EntityZombie['Zombie'/53243, l='MpServer', x=289.50, y=28.00, z=1437.50], EntityPig['Pig'/53246, l='MpServer', x=276.41, y=70.00, z=1454.20], EntityEnderman['Enderman'/53247, l='MpServer', x=280.50, y=72.00, z=1448.50]]
  96. Retry entities: 0 total; []
  97. Server brand: fml,forge
  98. Server type: Non-integrated multiplayer server
  99. Stacktrace:
  100. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
  101. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  102. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
  103. at net.minecraft.client.main.Main.main(SourceFile:124)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  106. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  107. at java.lang.reflect.Method.invoke(Unknown Source)
  108. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  109. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  110.  
  111. -- System Details --
  112. Details:
  113. Minecraft Version: 1.10.2
  114. Operating System: Windows 10 (amd64) version 10.0
  115. Java Version: 1.8.0_131, Oracle Corporation
  116. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  117. Memory: 3824035944 bytes (3646 MB) / 9702473728 bytes (9253 MB) up to 15510011904 bytes (14791 MB)
  118. JVM Flags: 3 total; -Xms256M -Xmx16640M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  119. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  120. FML: MCP 9.32 Powered by Forge 12.18.3.2281 188 mods loaded, 188 mods active
  121. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  122. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  123. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2281-universal.jar)
  124. UCHIJA Forge{12.18.3.2281} [Minecraft Forge] (forge-1.10.2-12.18.3.2281-universal.jar)
  125. UCHIJA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
  126. UCHIJA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  127. UCHIJA NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  128. UCHIJA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
  129. UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  130. UCHIJA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
  131. UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
  132. UCHIJA cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  133. UCHIJA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
  134. UCHIJA IC2{2.6.188-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.188-ex110.jar)
  135. UCHIJA advanced_machines{60.0.2} [Advanced Machines] (Advanced Machines-60.0.2.jar)
  136. UCHIJA advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar)
  137. UCHIJA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
  138. UCHIJA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
  139. UCHIJA ae2stuff{0.6.0.9} [AE2 Stuff] (ae2stuff-0.6.0.9-mc1.10.2.jar)
  140. UCHIJA infinitylib{1.10.2-0.9.0} [InfinityLib] (infinitylib-0.9.0.jar)
  141. UCHIJA agricraft{2.0.0-0.9.0-a16} [AgriCraft] (agricraft-2.0.0-0.9.0-a16.jar)
  142. UCHIJA Baubles{1.3.10} [Baubles] (Baubles-1.10.2-1.3.10.jar)
  143. UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
  144. UCHIJA AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar)
  145. UCHIJA JEI{3.14.7.419} [Just Enough Items] (jei_1.10.2-3.14.7.419.jar)
  146. UCHIJA appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar)
  147. UCHIJA aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar)
  148. UCHIJA architecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar)
  149. UCHIJA Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  150. UCHIJA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.7.jar)
  151. UCHIJA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
  152. UCHIJA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
  153. UCHIJA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
  154. UCHIJA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  155. UCHIJA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar)
  156. UCHIJA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
  157. UCHIJA betterthanbunnies{1.10.2-1.1.0} [BetterThanBunnies] (BetterThanBunnies-1.10.2-1.1.0.jar)
  158. UCHIJA BiblioCraft{2.2.1} [BiblioCraft] (BiblioCraft[v2.2.1][MC1.10.2].jar)
  159. UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
  160. UCHIJA BloodMagic{1.10.2-2.1.9-78} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.9-78.jar)
  161. UCHIJA BloodArsenal{1.10.2-2.0.1-17} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-17.jar)
  162. UCHIJA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
  163. UCHIJA CodeChickenLib{2.5.8.255} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
  164. UCHIJA brandonscore{2.1.6} [Brandon's Core] (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
  165. UCHIJA ceramics{1.10.2-1.1.5} [Ceramics] (Ceramics-1.10.2-1.1.5.jar)
  166. UCHIJA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
  167. UCHIJA ChatFlow{ANT:VERSION} [ChatFlow] (ChatFlow-1.2-5.jar)
  168. UCHIJA ChestTransporter{2.5.16} [Chest Transporter] (ChestTransporter-1.10.2-2.5.16.jar)
  169. UCHIJA chisel{MC1.10.2-0.0.10.22} [Chisel] (Chisel-MC1.10.2-0.0.10.22.jar)
  170. UCHIJA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  171. UCHIJA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
  172. UCHIJA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
  173. UCHIJA clipboard{@VERSION@} [Clipboard] (Clipboard-1.10.2-1.1.1.jar)
  174. UCHIJA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
  175. UCHIJA compactsolars{1.10.2-5.0.8.331} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.8.331-universal.jar)
  176. UCHIJA controlling{1.0.4} [Controlling] (Controlling-1.0.4.jar)
  177. UCHIJA cookingforblockheads{4.2.43} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.43.jar)
  178. UCHIJA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.24.jar)
  179. UCHIJA MineTweaker3{3.0.24} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.24.jar)
  180. UCHIJA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.24.jar)
  181. UCHIJA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar)
  182. UCHIJA darkutils{1.1.7.111} [Dark Utilities] (DarkUtilities-1.10.2-1.1.7.111.jar)
  183. UCHIJA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.10.2.jar)
  184. UCHIJA props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.10.2.jar)
  185. UCHIJA forestry{5.2.17.376} [Forestry] (forestry_1.10.2-5.2.17.376.jar)
  186. UCHIJA eleccore{1.7.418} [ElecCore] (ElecCore-1.10.2-1.7.418.jar)
  187. UCHIJA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
  188. UCHIJA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
  189. UCHIJA deepresonance{1.4.7} [DeepResonance] (deepresonance-1.1x-1.4.7.jar)
  190. UCHIJA defaultoptions{6.1.5} [Default Options] (DefaultOptions_1.10.2-6.1.5.jar)
  191. UCHIJA draconicevolution{2.0.10} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.10.199-universal.jar)
  192. UCHIJA StorageDrawers{1.10.2-3.7.3} [Storage Drawers] (StorageDrawers-1.10.2-3.7.3.jar)
  193. UCHIJA bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar)
  194. UCHIJA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
  195. UCHIJA embers{0.104} [Embers] (embers-0.104.jar)
  196. UCHIJA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
  197. UCHIJA EnderIO{1.10.2-3.1.183} [Ender IO] (EnderIO-1.10.2-3.1.183.jar)
  198. UCHIJA engineersworkshop{1.3.2-1.10.2} [Engineer's Workshop] (EngineersWorkshop-1.3.2-1.10.2.jar)
  199. UCHIJA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
  200. UCHIJA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
  201. UCHIJA etlunar{1.10.2-0.10.6a} [ET Lunar] (etlunar-1.10.2-0.10.6a.jar)
  202. UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.1.jar)
  203. UCHIJA zerocore{1.10.2-0.1.0.5} [Zero CORE] (zerocore-1.10.2-0.1.0.5.jar)
  204. UCHIJA bigreactors{1.10.2-0.4.5.28} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.28.jar)
  205. UCHIJA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  206. UCHIJA sonarcore{3.2.7} [SonarCore] (SonarCore-1.10.2-3.2.7.jar)
  207. UCHIJA fluxnetworks{1.2.3} [FluxNetworks] (FluxNetworks-1.10.2-1.2.3.jar)
  208. UCHIJA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.2-anarchy.jar)
  209. UCHIJA forgelin{1.4.2} [Forgelin] (Forgelin-1.4.2.jar)
  210. UCHIJA forgemultipartcbe{2.0.0.31} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
  211. UCHIJA microblockcbe{2.0.0.31} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
  212. UCHIJA minecraftmultipartcbe{2.0.0.31} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
  213. UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.1.jar)
  214. UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.0.jar)
  215. UCHIJA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.10.2-alpha-0.0.3.jar)
  216. UCHIJA Funnels{1.1.2} [Funnels] (Funnels-1.10.2-1.1.2.jar)
  217. UCHIJA gendustry{1.6.5.30} [GenDustry] (gendustry-1.6.5.30-mc1.10.2.jar)
  218. UCHIJA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
  219. UCHIJA gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar)
  220. UCHIJA hammercore{1.4.8} [Hammer Core] (HammerCore_1.10.2-1.4.8.jar)
  221. UCHIJA helpfixer{1.0} [HelpFixer] (HelpFixer-1.10.2-1.4.15.jar)
  222. UCHIJA hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar)
  223. UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  224. UCHIJA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar)
  225. UCHIJA theoneprobe{1.4.6} [The One Probe] (theoneprobe-1.1x-1.4.6.jar)
  226. UCHIJA immersiveengineering{0.10-57} [Immersive Engineering] (ImmersiveEngineering-0.10-57.jar)
  227. UCHIJA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
  228. UCHIJA InGameInfoXML{2.8.1.89} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar)
  229. UCHIJA intwheel{1.2.4} [Interaction Wheel] (intwheel-1.1x-1.2.4.jar)
  230. UCHIJA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  231. UCHIJA ironbackpacks{1.10.2-2.2.25} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.25.jar)
  232. UCHIJA ironchest{1.10.2-7.0.12.801} [Iron Chest] (ironchest-1.10.2-7.0.12.801.jar)
  233. UCHIJA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
  234. UCHIJA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
  235. UCHIJA jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)
  236. UCHIJA kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar)
  237. UCHIJA launchgui{@VERSION@} [LaunchGUI] (LaunchGui-1.9.4-2.0.3-23-client.jar)
  238. UCHIJA boots{1.0} [Long Fall Boots] (LongFallBoots - Hard Mode.jar)
  239. UCHIJA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
  240. UCHIJA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
  241. UCHIJA mercurius{1.0.4} [Mercurius] (Mercurius-1.10.2-1.0.4.jar)
  242. UCHIJA modularforcefieldsystem{2.5.0} [Modular ForceField System] (MFFS-1.10.2-3.0.0.0_1.10_655de1f.jar)
  243. UCHIJA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
  244. UCHIJA mob_grinding_utils{0.1.8.17} [mob_grinding_utils] (MobGrindingUtils-0.1.8.17.jar)
  245. UCHIJA ModNameTooltip{1.6.0} [Mod Name Tooltip] (modnametooltip_1.10.2-1.6.0.jar)
  246. UCHIJA mtlib{@VERSION@} [MTLib] (MTLib-1.0.2.jar)
  247. UCHIJA modtweaker{2.0.11} [Mod Tweaker] (ModTweaker2-2.0.11.jar)
  248. UCHIJA railcraft{10.1.1} [Railcraft] (Railcraft_1.10.2-10.1.1.jar)
  249. UCHIJA morebees{1.10.2-1.3.2} [More Bees] (morebees-1.10.2-1.3.2.jar)
  250. UCHIJA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  251. UCHIJA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar)
  252. UCHIJA mputils{1.2.5} [ModPack Utilities] (mputils-1.10.2-1.2.6.jar)
  253. UCHIJA mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar)
  254. UCHIJA MrTJPCoreMod{2.0.0.17} [MrTJPCore] (MrTJPCore-1.10.2-2.0.0.17-universal.jar)
  255. UCHIJA shetiphiancore{3.3.8} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.8.jar)
  256. UCHIJA multistorage{1.2.17} [Multi-Storage] (multistorage-1.10.0-1.2.17.jar)
  257. UCHIJA natura{1.10.2-4.1.0.53} [Natura] (natura-1.10.2-4.1.0.53.jar)
  258. UCHIJA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  259. UCHIJA openglider{@VERSION@} [Open Glider] (OpenGlider-1.10.2-0.2.3.jar)
  260. UCHIJA p455w0rdslib{1.0.13} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.13.jar)
  261. UCHIJA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
  262. UCHIJA projectred-core{4.8.1.30} [ProjectRed Core] (ProjectRed-1.10.2-4.8.1.30-Base.jar)
  263. UCHIJA projectred-integration{4.8.1.30} [ProjectRed integration] (ProjectRed-1.10.2-4.8.1.30-integration.jar)
  264. UCHIJA projectred-transmission{4.8.1.30} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.1.30-integration.jar)
  265. UCHIJA projectred-illumination{4.8.1.30} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.1.30-lighting.jar)
  266. UCHIJA projectred-expansion{4.8.1.30} [ProjectRed Expansion] (ProjectRed-1.10.2-4.8.1.30-mechanical.jar)
  267. UCHIJA projectred-transportation{4.8.1.30} [ProjectRed Transportation] (ProjectRed-1.10.2-4.8.1.30-mechanical.jar)
  268. UCHIJA projectred-exploration{4.8.1.30} [ProjectRed Exploration] (ProjectRed-1.10.2-4.8.1.30-world.jar)
  269. UCHIJA reborncore{2.13.5.136} [RebornCore] (RebornCore-1.10.2-2.13.5.136-universal.jar)
  270. UCHIJA quantumstorage{3.3.2} [QuantumStorage] (QuantumStorage-1.10.2-3.3.2.jar)
  271. UCHIJA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  272. UCHIJA reauth{3.4.1} [ReAuth] (ReAuth-1.10-3.4.1.jar)
  273. UCHIJA reborncore-mcmultipart{2.13.5.136} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.5.136-universal.jar)
  274. UCHIJA thermalfoundation{2.0.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.5.81-universal.jar)
  275. UCHIJA redstonearsenal{2.0.3} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.0.3.29-universal.jar)
  276. UCHIJA refinedrelocation{@VERSION@} [Refined Relocation] (RefinedRelocation-mc1.10.2-2.1.23.jar)
  277. UCHIJA refinedstorage{1.2.25} [Refined Storage] (refinedstorage-1.2.25.jar)
  278. UCHIJA xreliquary{1.10.2-1.3.3.659} [Reliquary] (Reliquary-1.10.2-1.3.3.659.jar)
  279. UCHIJA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
  280. UCHIJA rftools{6.00} [RFTools] (rftools-1.1x-6.00.jar)
  281. UCHIJA rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar)
  282. UCHIJA rftoolsdim{4.55} [RFTools Dimensions] (rftoolsdim-1.1x-4.55.jar)
  283. UCHIJA roots{0.208} [Roots] (roots-0.208.jar)
  284. UCHIJA Signals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar)
  285. UCHIJA simplevoidworld{1.1.0.4} [SimpleVoidWorld] (Simple-Void-World-1.10.2-1.1.0.4-universal.jar)
  286. UCHIJA simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
  287. UCHIJA simplyjetpacks{2.1.1.47} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.1.47.jar)
  288. UCHIJA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
  289. UCHIJA snad{1.10.2-1.6.09.20a} [Snad] (Snad-1.10.2-1.6.09.20a.jar)
  290. UCHIJA solarfluxreborn{2.16r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.16r.jar)
  291. UCHIJA stevescarts{2.1.4.83} [Steve's Carts 2] (StevesCarts-1.10.2-2.1.4.83.jar)
  292. UCHIJA storagedrawersextra{1.10-1.1.0} [Storage Drawers Extras] (StorageDrawersExtras-1.10-1.1.0.jar)
  293. UCHIJA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  294. UCHIJA supercraftingframe{1.2.1.88} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.88.jar)
  295. UCHIJA techreborn{2.1.12.215} [TechReborn] (TechReborn-1.10.2-2.1.12.215-universal.jar)
  296. UCHIJA thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar)
  297. UCHIJA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
  298. UCHIJA topaddons{1.10.2-0.12.0} [TOP Addons] (topaddons-1.10.2-0.12.0.jar)
  299. UCHIJA torchmaster{1.0} [TorchMaster] (torchmaster_1.10.2-1.2.2.25.jar)
  300. UCHIJA Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar)
  301. UCHIJA usefulnullifiers{1.3.4} [Useful Nullifiers] (usefulnullifiers-1.3.4.jar)
  302. UCHIJA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
  303. UCHIJA wcg{1.0.0} [Wireless Crafting Grid] (WirelessCraftingGrid-1.10.2-1.0.0.jar)
  304. UCHIJA wct{0.1.31} [Wireless Crafting Terminal 2] (WirelessCraftingTerminal-1.10.2-0.1.31.jar)
  305. UCHIJA Woot{1.10.2-1.4.0} [Woot] (woot-1.10.2-1.4.0.jar)
  306. UCHIJA wrcbe{2.0.0} [WirelessRedstone-CBE] (WR-CBE-1.10.2-2.0.0.18-universal.jar)
  307. UCHIJA xnet{1.3.1} [XNet] (xnet-1.3.1.jar)
  308. UCHIJA yabba{1.10.2-0.5.0} [YABBA] (YABBA-1.10.2-0.5.0.jar)
  309. UCHIJA unidict{1.10.2-2.8} [UniDict] (UniDict-1.10.2-2.8.jar)
  310. Loaded coremods (and transformers):
  311. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  312. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  313. CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  314.  
  315. Brandon's Core (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
  316. com.brandon3055.brandonscore.asm.ClassTransformer
  317. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-anarchy.jar)
  318. pl.asie.foamfix.coremod.FoamFixTransformer
  319. MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  320. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  321. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  322. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  323. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  324. net.malisis.core.util.clientnotif.ClientNotifTransformer
  325. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  326. lumien.resourceloader.asm.ClassTransformer
  327. ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
  328. team.chisel.common.asm.ChiselTransformer
  329. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  330. com.enderio.core.common.transform.EnderCoreTransformer
  331. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
  332. codechicken.lib.asm.ClassHeirachyManager
  333. codechicken.lib.asm.CCL_ASMTransformer
  334. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  335. li.cil.oc.common.asm.ClassTransformer
  336. ForgelinPlugin (Forgelin-1.4.2.jar)
  337.  
  338. SFRCore (SolarFluxReborn_1.10.2-2.16r.jar)
  339. com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
  340. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  341. net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
  342. LoadingPlugin (Quark-r1.1-70.jar)
  343. vazkii.quark.base.asm.ClassTransformer
  344. NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  345. codechicken.nei.asm.NEITransformer
  346. RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
  347. reborncore.mixin.transformer.MixinTransformer
  348. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  349. appeng.coremod.transformer.ASMIntegration
  350. FMLPlugin (InventoryTweaks-1.61-58.jar)
  351. invtweaks.forge.asm.ContainerTransformer
  352. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  353. cofh.asm.CoFHClassTransformer
  354. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  355. IC2core (industrialcraft-2-2.6.188-ex110.jar)
  356.  
  357. CorePlugin (MrTJPCore-1.10.2-2.0.0.17-universal.jar)
  358.  
  359. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
  360. shetiphian.core.asm.ClassTransformer
  361. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.14008 Compatibility Profile Context 21.19.137.514' Renderer: 'Radeon (TM) RX 470 Graphics'
  362. AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
  363. Pulsar/tconstruct loaded Pulses:
  364. - TinkerCommons (Enabled/Forced)
  365. - TinkerWorld (Enabled/Not Forced)
  366. - TinkerTools (Enabled/Not Forced)
  367. - TinkerHarvestTools (Enabled/Forced)
  368. - TinkerMeleeWeapons (Enabled/Forced)
  369. - TinkerRangedWeapons (Enabled/Forced)
  370. - TinkerModifiers (Enabled/Forced)
  371. - TinkerSmeltery (Enabled/Not Forced)
  372. - TinkerGadgets (Enabled/Not Forced)
  373. - TinkerOredict (Enabled/Forced)
  374. - TinkerIntegration (Enabled/Forced)
  375. - TinkerFluids (Enabled/Forced)
  376. - TinkerMaterials (Enabled/Forced)
  377. - TinkerModelRegister (Enabled/Forced)
  378. - chiselsandbitsIntegration (Enabled/Not Forced)
  379. - theoneprobeIntegration (Enabled/Not Forced)
  380.  
  381. Pulsar/natura loaded Pulses:
  382. - NaturaCommons (Enabled/Forced)
  383. - NaturaOverworld (Enabled/Not Forced)
  384. - NaturaNether (Enabled/Not Forced)
  385. - NaturaDecorative (Enabled/Not Forced)
  386. - NaturaTools (Enabled/Not Forced)
  387. - NaturaEntities (Enabled/Not Forced)
  388. - NaturaOredict (Enabled/Forced)
  389. - NaturaWorld (Enabled/Not Forced)
  390.  
  391. NotEnoughItems Invalid Fingerprint Reports:
  392. List of loaded APIs:
  393. * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
  394. * AgriCraftAPI (1.0) from agricraft-2.0.0-0.9.0-a16.jar
  395. * appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-11.jar
  396. * Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.10.jar
  397. * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.28.jar
  398. * BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.9-78.jar
  399. * BotaniaAPI (79) from AkashicTome-1.0-5.jar
  400. * chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.16.jar
  401. * ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.10.22.jar
  402. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.10.22.jar
  403. * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.12.jar
  404. * CoFHAPI (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  405. * cofhapi (1.4.0) from extrautils2-1.10.2-1.4.1.jar
  406. * cofhapi|block (1.6.0) from zerocore-1.10.2-0.1.0.5.jar
  407. * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  408. * cofhapi|core (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  409. * CoFHAPI|energy (1.8.9R1.2.0B1) from p455w0rdslib-1.10.2-1.0.13.jar
  410. * cofhapi|energy (1.5.0) from RebornCore-1.10.2-2.13.5.136-universal.jar
  411. * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  412. * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.11.jar
  413. * cofhapi|item (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  414. * cofhapi|tileentity (1.6.0) from zerocore-1.10.2-0.1.0.5.jar
  415. * cofhapi|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  416. * cofhlib (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  417. * cofhlib|audio (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  418. * cofhlib|gui (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  419. * cofhlib|gui|container (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  420. * cofhlib|gui|element (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  421. * cofhlib|gui|element|listbox (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  422. * cofhlib|gui|slot (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  423. * cofhlib|inventory (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  424. * cofhlib|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  425. * cofhlib|util|helpers (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  426. * cofhlib|world (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  427. * cofhlib|world|feature (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  428. * compatlayer (0.2.8) from compatlayer-1.10-0.2.8.jar
  429. * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  430. * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  431. * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  432. * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  433. * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  434. * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  435. * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  436. * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  437. * CSLib|API (0.3.0) from Decocraft-2.4.2_1.10.2.jar
  438. * DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.7.jar
  439. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.10.199-universal.jar
  440. * ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.418.jar
  441. * ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.418.jar
  442. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.183.jar
  443. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.183.jar
  444. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.183.jar
  445. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.183.jar
  446. * environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
  447. * fluxapi (1.0) from FluxNetworks-1.10.2-1.2.3.jar
  448. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.376.jar
  449. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.376.jar
  450. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.376.jar
  451. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.376.jar
  452. * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.376.jar
  453. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.376.jar
  454. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.376.jar
  455. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.376.jar
  456. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.376.jar
  457. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.376.jar
  458. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.376.jar
  459. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.376.jar
  460. * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.376.jar
  461. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.376.jar
  462. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.376.jar
  463. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.376.jar
  464. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.376.jar
  465. * funkylocomotion_api (2.0) from funky-locomotion-1.10.2-alpha-0.0.3.jar
  466. * gendustryAPI (2.3.0) from gendustry-1.6.5.30-mc1.10.2.jar
  467. * Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
  468. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-57.jar
  469. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-57.jar
  470. * intwheel_api (1.2.4) from intwheel-1.1x-1.2.4.jar
  471. * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.25.jar
  472. * jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.jar
  473. * journeymap|client-api (1.3) from journeymap-1.10.2-5.4.6.jar
  474. * journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.6.jar
  475. * journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.6.jar
  476. * journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.6.jar
  477. * journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.6.jar
  478. * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.419.jar
  479. * mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
  480. * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.10.2.jar
  481. * Open Glider|API (0.1) from OpenGlider-1.10.2-0.2.3.jar
  482. * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  483. * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  484. * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  485. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  486. * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  487. * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  488. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  489. * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  490. * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  491. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  492. * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  493. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.10.2-1.0.13.jar
  494. * PsiAPI (2) from Psi-r1.0-42.jar
  495. * railcraft:API|core (3.1.0) from Railcraft_1.10.2-10.1.1.jar
  496. * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.1.1.jar
  497. * RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.1.1.jar
  498. * RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.1.1.jar
  499. * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.1.1.jar
  500. * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.1.1.jar
  501. * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.1.1.jar
  502. * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.1.1.jar
  503. * RailcraftAPI|items (2.1.0) from Railcraft_1.10.2-10.1.1.jar
  504. * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.1.1.jar
  505. * RailcraftAPI|signals (4.0.0) from Railcraft_1.10.2-10.1.1.jar
  506. * RailcraftAPI|tracks (4.0.0) from Railcraft_1.10.2-10.1.1.jar
  507. * reborncoreAPI (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  508. * reborncoreAPI|Fuel (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  509. * reborncoreAPI|Power (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  510. * reborncoreAPI|Recipe (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  511. * reborncoreAPI|Tile (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  512. * RefinedRelocationAPI (2.0.0) from RefinedRelocation-mc1.10.2-2.1.23.jar
  513. * sonarapi (1.0.1) from SonarCore-1.10.2-3.2.7.jar
  514. * stevescartsAPI (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
  515. * stevescartsAPI|FARMS (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
  516. * StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.3.jar
  517. * StorageDrawersAPI|config (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.3.jar
  518. * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  519. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  520. * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  521. * StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.3.jar
  522. * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  523. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  524. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  525. * techrebornAPI (2.1.12.215) from TechReborn-1.10.2-2.1.12.215-universal.jar
  526. * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.6.jar
  527. * valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
  528. * wct|API (1.10.2-rv4-1.0.0b) from WirelessCraftingTerminal-1.10.2-0.1.31.jar
  529. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.5.jar
  530. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.5.jar
  531. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.5.jar
  532. CodeChickenLib Invalid Fingerprint Reports:
  533. CodeChickenCore Invalid Fingerprint Reports:
  534. EnderStorage Invalid Fingerprint Reports:
  535. 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.):
  536. * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/G:/New%20Drive/FTB/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/CoFHAPIProps.class).
  537. Ender IO needs at least 1.4.0 and will NOT work with older versions.
  538. 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.
  539. Detailed RF API diagnostics:
  540. * RF API class 'EnergyStorage' is loaded from: jar:file:/G:/New%20Drive/FTB/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/EnergyStorage.class
  541. * RF API class 'IEnergyConnection' is loaded from: jar:file:/G:/New%20Drive/FTB/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyConnection.class
  542. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/G:/New%20Drive/FTB/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  543. * RF API class 'IEnergyHandler' is loaded from: jar:file:/G:/New%20Drive/FTB/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyHandler.class
  544. * RF API class 'IEnergyProvider' is loaded from: jar:file:/G:/New%20Drive/FTB/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyProvider.class
  545. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/G:/New%20Drive/FTB/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  546. * RF API class 'IEnergyStorage' is loaded from: jar:file:/G:/New%20Drive/FTB/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyStorage.class
  547. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/G:/New%20Drive/FTB/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  548. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/G:/New%20Drive/FTB/FTBBeyond/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  549. Detailed Tesla API diagnostics:
  550. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  551. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  552. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  553. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  554. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  555. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  556. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  557. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  558. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  559. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  560. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  561.  
  562. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  563. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  564. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  565.  
  566. RebornCore:
  567. Plugin Engine: 0
  568. RebornCore Version: 2.13.5.136
  569. Mixin Status: 1
  570. Runtime Debofucsation 1
  571. RenderEngine: 0
  572. Translocator Invalid Fingerprint Reports:
  573. 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
  574. Launched Version: 1.10.2
  575. LWJGL: 2.9.4
  576. OpenGL: Radeon (TM) RX 470 Graphics GL version 4.5.14008 Compatibility Profile Context 21.19.137.514, ATI Technologies Inc.
  577. GL Caps: Using GL 1.3 multitexturing.
  578. Using GL 1.3 texture combiners.
  579. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  580. Shaders are available because OpenGL 2.1 is supported.
  581. VBOs are available because OpenGL 1.5 is supported.
  582.  
  583. Using VBOs: Yes
  584. Is Modded: Definitely; Client brand changed to 'fml,forge'
  585. Type: Client (map_client.txt)
  586. Resource Packs: Sphax128x_FTB_Beyond.zip, PureBDcraft 128x MC110.zip
  587. Current Language: English (US)
  588. Profiler Position: N/A (disabled)
  589. CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement