Advertisement
Guest User

Cyclic Crash

a guest
May 5th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.15 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. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  8. LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
  9. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-anarchy.jar)
  10. CreativePatchingLoader (CreativeCore v1.7.3 mc1.10.2.jar)
  11. MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  12. ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
  13. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
  14. Plugin (NotEnoughIDs-1.5.3.jar)
  15. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  16. SFRCore (SolarFluxReborn_1.10.2-2.16r.jar)
  17. EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  18. LoadingPlugin (Quark-r1.1-70.jar)
  19. DCLoadingPlugin (DummyCoreUnofficial-2.3.1102.5.jar)
  20. RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
  21. ForgelinPlugin (Forgelin-1.4.1.jar)
  22. PlusTiC (plustic-4.3.2.0.jar)
  23. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  24. CorePlugin (MrTJPCore-1.10.2-2.0.0.17-universal.jar)
  25. LittlePatchingLoader (LittleTiles v1.4.11 mc1.10.2.jar)
  26. AstralCore (astralsorcery-1.3.2-beta.jar)
  27. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
  28. Contact their authors BEFORE contacting forge
  29.  
  30. // Hey, that tickles! Hehehe!
  31.  
  32. Time: 5/5/17 7:03 PM
  33. Description: Updating screen events
  34.  
  35. java.lang.IndexOutOfBoundsException: Index: 49, Size: 36
  36. at java.util.ArrayList.rangeCheck(ArrayList.java:653)
  37. at java.util.ArrayList.get(ArrayList.java:429)
  38. at net.minecraft.inventory.Container.func_75139_a(Container.java:113)
  39. at com.lothrazar.cyclicmagic.event.EventKeyInput.onMouseEvent(EventKeyInput.java:122)
  40. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1241_EventKeyInput_onMouseEvent_Pre.invoke(.dynamic)
  41. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  42. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  43. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:516)
  44. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1700)
  45. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
  46. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
  47. at net.minecraft.client.main.Main.main(SourceFile:124)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke(Method.java:498)
  52. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  53. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  57. at java.lang.reflect.Method.invoke(Method.java:498)
  58. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
  59. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
  60. at org.multimc.EntryPoint.listen(EntryPoint.java:162)
  61. at org.multimc.EntryPoint.main(EntryPoint.java:53)
  62.  
  63.  
  64. A detailed walkthrough of the error, its code path and all known details is as follows:
  65. ---------------------------------------------------------------------------------------
  66.  
  67. -- Head --
  68. Thread: Client thread
  69. Stacktrace:
  70. at java.util.ArrayList.rangeCheck(ArrayList.java:653)
  71. at java.util.ArrayList.get(ArrayList.java:429)
  72. at net.minecraft.inventory.Container.func_75139_a(Container.java:113)
  73. at com.lothrazar.cyclicmagic.event.EventKeyInput.onMouseEvent(EventKeyInput.java:122)
  74. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1241_EventKeyInput_onMouseEvent_Pre.invoke(.dynamic)
  75. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  76. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  77. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:516)
  78.  
  79. -- Affected screen --
  80. Details:
  81. Screen name: mod.chiselsandbits.bitbag.BagGui
  82.  
  83. -- Affected level --
  84. Details:
  85. Level name: MpServer
  86. All players: 1 total; [EntityPlayerSP['Don_Melo'/392, l='MpServer', x=-541.21, y=63.00, z=566.63]]
  87. Chunk stats: MultiplayerChunkCache: 289, 289
  88. Level seed: 0
  89. Level generator: ID 00 - default, ver 1. Features enabled: false
  90. Level generator options:
  91. Level spawn location: World: (-24,64,252), Chunk: (at 8,4,12 in -2,15; contains blocks -32,0,240 to -17,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  92. Level time: 720623 game time, 1154599 day time
  93. Level dimension: 0
  94. Level storage version: 0x00000 - Unknown?
  95. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  96. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  97. Forced entities: 69 total; [EntityChicken['Chicken'/513, l='MpServer', x=-587.39, y=67.00, z=505.55], EntityChicken['Chicken'/514, l='MpServer', x=-585.27, y=69.00, z=496.05], EntityPlayerSP['Don_Melo'/392, l='MpServer', x=-541.21, y=63.00, z=566.63], EntityHorse['Horse'/527, l='MpServer', x=-494.93, y=66.00, z=642.05], EntityItem['item.item.egg'/8852, l='MpServer', x=-549.76, y=64.00, z=532.04], EntityChicken['Chicken'/405, l='MpServer', x=-598.48, y=72.00, z=587.80], EntityItem['item.item.feather'/8725, l='MpServer', x=-522.40, y=68.00, z=609.34], EntityItem['item.item.LTMultiTiles'/8728, l='MpServer', x=-539.67, y=62.00, z=559.84], EntityChicken['Chicken'/536, l='MpServer', x=-550.34, y=63.62, z=488.93], EntityChicken['Chicken'/410, l='MpServer', x=-507.38, y=64.00, z=621.02], EntityItem['item.tile.environmentaltech.alabaster.paver'/8731, l='MpServer', x=-539.33, y=62.00, z=559.67], EntityChicken['Chicken'/540, l='MpServer', x=-570.47, y=69.00, z=508.64], EntityChicken['Chicken'/541, l='MpServer', x=-575.91, y=68.00, z=509.80], EntityChicken['Chicken'/542, l='MpServer', x=-576.27, y=66.00, z=525.81], EntityItem['item.tile.environmentaltech.alabaster.paver'/8734, l='MpServer', x=-539.25, y=62.00, z=559.63], EntityChicken['Chicken'/415, l='MpServer', x=-466.47, y=71.00, z=587.53], EntityItem['item.tile.LTTransparentColoredBlock.thick'/8737, l='MpServer', x=-539.68, y=62.00, z=559.74], EntityItem['item.tile.environmentaltech.alabaster.paver'/8740, l='MpServer', x=-539.29, y=62.00, z=559.53], EntityHorse['Horse'/549, l='MpServer', x=-500.99, y=66.00, z=645.90], EntityChicken['Chicken'/422, l='MpServer', x=-551.86, y=64.00, z=539.62], EntityHorse['Horse'/550, l='MpServer', x=-493.25, y=62.39, z=638.70], EntityChicken['Chicken'/551, l='MpServer', x=-482.16, y=64.00, z=628.59], EntityItem['item.tile.LTTransparentColoredBlock.thick'/8743, l='MpServer', x=-539.32, y=62.00, z=559.53], EntityChicken['Chicken'/554, l='MpServer', x=-576.23, y=67.00, z=534.71], EntityItem['item.tile.LTTransparentColoredBlock.thick'/8746, l='MpServer', x=-539.51, y=62.00, z=559.54], EntityChicken['Chicken'/555, l='MpServer', x=-571.86, y=66.00, z=523.88], EntityChicken['Chicken'/556, l='MpServer', x=-568.13, y=66.00, z=520.50], EntityChicken['Chicken'/429, l='MpServer', x=-611.87, y=66.00, z=631.53], EntityChicken['Chicken'/557, l='MpServer', x=-620.24, y=74.00, z=596.50], EntityItem['item.tile.LTTransparentColoredBlock.thick'/8749, l='MpServer', x=-539.51, y=62.00, z=559.66], EntityChicken['Chicken'/558, l='MpServer', x=-585.86, y=64.00, z=561.31], EntityChicken['Chicken'/430, l='MpServer', x=-513.13, y=66.00, z=613.49], EntityItem['item.item.egg'/8622, l='MpServer', x=-521.00, y=67.00, z=610.46], EntityChicken['Chicken'/431, l='MpServer', x=-595.24, y=70.00, z=599.51], EntityChicken['Chicken'/432, l='MpServer', x=-595.09, y=68.00, z=609.08], EntityItem['item.item.egg'/8624, l='MpServer', x=-576.01, y=67.00, z=535.57], EntityItem['item.tile.environmentaltech.alabaster.paver'/8752, l='MpServer', x=-539.33, y=62.00, z=559.34], EntityChicken['Chicken'/434, l='MpServer', x=-586.88, y=67.00, z=624.08], EntityItem['item.tile.LTTransparentColoredBlock.thick'/8755, l='MpServer', x=-539.67, y=62.00, z=559.75], EntityChicken['Chicken'/436, l='MpServer', x=-479.50, y=73.00, z=566.87], EntityChicken['Chicken'/437, l='MpServer', x=-499.66, y=62.00, z=499.93], EntityItem['item.item.natura.overworld_seeds.cotton_seeds'/8758, l='MpServer', x=-539.50, y=62.00, z=559.66], EntityChicken['Chicken'/438, l='MpServer', x=-511.88, y=64.00, z=496.16], EntityChicken['Chicken'/439, l='MpServer', x=-514.65, y=63.00, z=513.10], EntityItem['item.tile.environmentaltech.alabaster.paver'/8762, l='MpServer', x=-540.04, y=62.00, z=560.48], EntityItem['item.item.LTRecipe'/8890, l='MpServer', x=-540.28, y=62.00, z=561.30], EntityChicken['Chicken'/573, l='MpServer', x=-555.79, y=64.00, z=517.32], EntityChicken['Chicken'/574, l='MpServer', x=-554.13, y=65.00, z=527.49], EntityChicken['Chicken'/576, l='MpServer', x=-530.03, y=63.00, z=510.50], EntityChicken['Chicken'/577, l='MpServer', x=-543.87, y=64.00, z=508.89], EntityChicken['Chicken'/451, l='MpServer', x=-488.44, y=63.00, z=521.80], EntityChicken['Chicken'/452, l='MpServer', x=-489.35, y=63.00, z=520.92], EntityPig['Pig'/453, l='MpServer', x=-490.27, y=63.00, z=520.49], EntityChicken['Chicken'/455, l='MpServer', x=-574.58, y=69.00, z=643.21], EntityItem['item.item.egg'/8520, l='MpServer', x=-595.79, y=70.00, z=600.36], EntityChicken['Chicken'/465, l='MpServer', x=-521.77, y=68.00, z=609.49], EntityPig['Pig'/468, l='MpServer', x=-484.61, y=66.00, z=499.71], EntityChicken['Chicken'/470, l='MpServer', x=-511.84, y=63.00, z=516.62], EntityChicken['Chicken'/471, l='MpServer', x=-496.48, y=73.00, z=546.78], EntityPig['Pig'/472, l='MpServer', x=-502.51, y=73.00, z=544.22], EntityChicken['Chicken'/478, l='MpServer', x=-463.85, y=64.00, z=511.68], EntityPig['Pig'/481, l='MpServer', x=-493.77, y=70.00, z=529.52], EntityChicken['Chicken'/482, l='MpServer', x=-580.80, y=67.00, z=632.53], EntityChicken['Chicken'/483, l='MpServer', x=-585.89, y=67.00, z=626.31], EntityItem['item.tile.LTTransparentColoredBlock.thick'/9065, l='MpServer', x=-539.18, y=62.00, z=560.20], EntityItem['item.item.egg'/9068, l='MpServer', x=-554.75, y=65.00, z=527.50], EntityChicken['Chicken'/493, l='MpServer', x=-492.50, y=75.00, z=556.13], EntityItem['item.tile.LTTransparentColoredBlock.thick'/9076, l='MpServer', x=-539.45, y=62.00, z=559.76], EntityItem['item.tile.dirt.default'/9080, l='MpServer', x=-539.48, y=62.00, z=560.19]]
  98. Retry entities: 0 total; []
  99. Server brand: fml,forge
  100. Server type: Integrated singleplayer server
  101. Stacktrace:
  102. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
  103. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  104. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
  105. at net.minecraft.client.main.Main.main(SourceFile:124)
  106. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  107. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  108. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  109. at java.lang.reflect.Method.invoke(Method.java:498)
  110. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  111. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  112. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  113. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  114. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  115. at java.lang.reflect.Method.invoke(Method.java:498)
  116. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
  117. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
  118. at org.multimc.EntryPoint.listen(EntryPoint.java:162)
  119. at org.multimc.EntryPoint.main(EntryPoint.java:53)
  120.  
  121. -- System Details --
  122. Details:
  123. Minecraft Version: 1.10.2
  124. Operating System: Windows 10 (amd64) version 10.0
  125. Java Version: 1.8.0_121, Oracle Corporation
  126. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  127. Memory: 1514159744 bytes (1444 MB) / 6308233216 bytes (6016 MB) up to 6308233216 bytes (6016 MB)
  128. JVM Flags: 14 total; -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:+UseCodeCacheFlushing -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms6016m -Xmx6016m
  129. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  130. FML: MCP 9.32 Powered by Forge 12.18.3.2281 Optifine OptiFine_1.10.2_HD_U_D7 204 mods loaded, 204 mods active
  131. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  132. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  133. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2281-universal.jar)
  134. UCHIJAAAA Forge{12.18.3.2281} [Minecraft Forge] (forge-1.10.2-12.18.3.2281-universal.jar)
  135. UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  136. UCHIJAAAA creativecoredummy{1.0.0} [CreativeCoreDummy] (minecraft.jar)
  137. UCHIJAAAA littletilescore{1.0.0} [LittleTilesCore] (minecraft.jar)
  138. UCHIJAAAA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
  139. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  140. UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
  141. UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
  142. UCHIJAAAA cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  143. UCHIJAAAA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
  144. UCHIJAAAA infinitylib{1.10.2-0.9.0} [InfinityLib] (infinitylib-0.9.0.jar)
  145. UCHIJAAAA agricraft{2.0.0-0.9.0-a16} [AgriCraft] (agricraft-2.0.0-0.9.0-a16.jar)
  146. UCHIJAAAA Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar)
  147. UCHIJAAAA JEI{3.14.7.419} [Just Enough Items] (jei_1.10.2-3.14.7.419.jar)
  148. UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.1.jar)
  149. UCHIJAAAA flyringbaublemod{0.2.3_1.10.2-d3100bf} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.3.16+d3100bf.jar)
  150. UCHIJAAAA appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar)
  151. UCHIJAAAA architect{1.0.5.24} [Architect] (Architect-MC1.10.2-1.0.5.24.jar)
  152. UCHIJAAAA architecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar)
  153. UCHIJAAAA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  154. UCHIJAAAA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar)
  155. UCHIJAAAA thedragonlib{1.10.2-1.3.1} [TheDragonLib] (thedragonlib-1.10.2-1.0.3.1.jar)
  156. UCHIJAAAA armorplus{1.10.2-8.6.1.2} [ArmorPlus] (armorplus-1.10.2-8.6.1.2.jar)
  157. UCHIJAAAA Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  158. UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.7.jar)
  159. UCHIJAAAA astralsorcery{1.3.2-beta} [Astral Sorcery] (astralsorcery-1.3.2-beta.jar)
  160. UCHIJAAAA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
  161. UCHIJAAAA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
  162. UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
  163. UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  164. UCHIJAAAA CodeChickenLib{2.5.8.255} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
  165. UCHIJAAAA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
  166. UCHIJAAAA avaritia{${mod_version}} [Avaritia] (Avaritia-1.10.2-2.1.0.1-universal.jar)
  167. UCHIJAAAA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
  168. UCHIJAAAA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar)
  169. UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
  170. UCHIJAAAA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
  171. UCHIJAAAA brandonscore{2.1.6} [Brandon's Core] (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
  172. UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  173. UCHIJAAAA sonarcore{3.2.7} [SonarCore] (SonarCore-1.10.2-3.2.7.jar)
  174. UCHIJAAAA calculator{3.2.2} [Calculator] (Calculator-1.10.2-3.2.2.jar)
  175. UCHIJAAAA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
  176. UCHIJAAAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  177. UCHIJAAAA CharsetLib{0.3.5} [?] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  178. UCHIJAAAA CharsetPipes{0.3.5} [|] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  179. UCHIJAAAA CharsetTweaks{0.3.5} [*] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  180. UCHIJAAAA CharsetAudio{0.3.5} [?] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  181. UCHIJAAAA CharsetStorage{0.3.5} [#] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  182. UCHIJAAAA CharsetDecoration{0.3.5} [^] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  183. UCHIJAAAA CharsetWrench{0.3.5} [/] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  184. UCHIJAAAA chisel{MC1.10.2-0.0.10.22} [Chisel] (Chisel-MC1.10.2-0.0.10.22.jar)
  185. UCHIJAAAA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
  186. UCHIJAAAA CodeChickenCore{2.4.1.103} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.103-universal.jar)
  187. UCHIJAAAA cyclopscore{0.10.2} [Cyclops Core] (CyclopsCore-1.9.4-0.10.2.jar)
  188. UCHIJAAAA colossalchests{1.5.2} [Colossal Chests] (ColossalChests-1.10.2-1.5.2.jar)
  189. UCHIJAAAA compactstorage{2.2} [CompactStorage] (CompactStorage-2.2.jar)
  190. UCHIJAAAA cookingforblockheads{4.2.43} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.43.jar)
  191. UCHIJAAAA forestry{5.2.17.376} [Forestry] (forestry_1.10.2-5.2.17.376.jar)
  192. UCHIJAAAA eleccore{1.7.418} [ElecCore] (ElecCore-1.10.2-1.7.418.jar)
  193. UCHIJAAAA craftingtableiv{1.0} [CraftingTable-IV] (CraftingTableIV-1.4.113.jar)
  194. UCHIJAAAA craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar)
  195. UCHIJAAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.24.jar)
  196. UCHIJAAAA MineTweaker3{3.0.24} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.24.jar)
  197. UCHIJAAAA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.24.jar)
  198. UCHIJAAAA creativecore{1.7.4} [CreativeCore] (CreativeCore v1.7.3 mc1.10.2.jar)
  199. UCHIJAAAA cyclicmagic{1.10.21} [Cyclic] (Cyclic-1.10.2-1.10.21.jar)
  200. UCHIJAAAA darkutils{1.1.7.120} [Dark Utilities] (DarkUtilities-1.10.2-1.1.7.120.jar)
  201. UCHIJAAAA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
  202. UCHIJAAAA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
  203. UCHIJAAAA deepresonance{1.4.7} [DeepResonance] (deepresonance-1.1x-1.4.7.jar)
  204. UCHIJAAAA draconicevolution{2.0.10} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.10.199-universal.jar)
  205. UCHIJAAAA StorageDrawers{1.10.2-3.7.3} [Storage Drawers] (StorageDrawers-1.10.2-3.7.3.jar)
  206. UCHIJAAAA bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar)
  207. UCHIJAAAA dummycore{2.3.1102.5.} [DummyCoreUnofficial] (DummyCoreUnofficial-2.3.1102.5.jar)
  208. UCHIJAAAA earthworks{1.2.1} [Earthworks] (Earthworks-1.10.2-1.2.2.jar)
  209. UCHIJAAAA endercompass{1.2.3.2} [Ender Compass] (EnderCompass-1.9.x-1.2.3.2.jar)
  210. UCHIJAAAA endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar)
  211. UCHIJAAAA EnderIO{1.10.2-3.1.184} [Ender IO] (EnderIO-1.10.2-3.1.184.jar)
  212. UCHIJAAAA enderutilities{0.6.7} [Ender Utilities] (enderutilities-1.10.2-0.6.7.jar)
  213. UCHIJAAAA engineersworkshop{1.3.2-1.10.2} [Engineer's Workshop] (EngineersWorkshop-1.3.2-1.10.2.jar)
  214. UCHIJAAAA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
  215. UCHIJAAAA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
  216. UCHIJAAAA essentialcraft{4.7.1102.14} [Essential Craft 4 Unofficial] (EssentialCraftUnofficial-4.7.1102.14.jar)
  217. UCHIJAAAA evilcraft{0.10.22} [EvilCraft] (EvilCraft-1.10.2-0.10.22.jar)
  218. UCHIJAAAA zerocore{1.10.2-0.1.0.5} [Zero CORE] (zerocore-1.10.2-0.1.0.5.jar)
  219. UCHIJAAAA bigreactors{1.10.2-0.4.5.28} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.28.jar)
  220. UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  221. UCHIJAAAA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  222. UCHIJAAAA fluxnetworks{1.2.3} [FluxNetworks] (FluxNetworks-1.10.2-1.2.3.jar)
  223. UCHIJAAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.2-anarchy.jar)
  224. UCHIJAAAA forgelin{1.4.1} [Forgelin] (Forgelin-1.4.1.jar)
  225. UCHIJAAAA forgemultipartcbe{2.0.0.31} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
  226. UCHIJAAAA microblockcbe{2.0.0.31} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
  227. UCHIJAAAA minecraftmultipartcbe{2.0.0.31} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
  228. UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.1.jar)
  229. UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.0.jar)
  230. UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.10.2-alpha-0.0.3.jar)
  231. UCHIJAAAA gendustry{1.6.5.30} [GenDustry] (gendustry-1.6.5.30-mc1.10.2.jar)
  232. UCHIJAAAA advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar)
  233. UCHIJAAAA hammercore{1.4.5} [Hammer Core] (HammerCore_1.10.2-1.4.5.jar)
  234. UCHIJAAAA immersiveengineering{0.10-57} [Immersive Engineering] (ImmersiveEngineering-0.10-57.jar)
  235. UCHIJAAAA inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar)
  236. UCHIJAAAA ironbackpacks{1.10.2-2.2.25} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.25.jar)
  237. UCHIJAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
  238. UCHIJAAAA iskalliumreactors{0.3.8-beta} [Iskallium Reactors] (iskalliumreactors-1.10.2-0.3.8-beta.jar)
  239. UCHIJAAAA itank{1.1.0-1.10.2} [itank] (ITank-1.1.0-1.10.2.jar)
  240. UCHIJAAAA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
  241. UCHIJAAAA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
  242. UCHIJAAAA jeresources{0.5.9.3} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.9.3.jar)
  243. UCHIJAAAA levelup{${version}} [Level Up!] (LevelUp!-0.12.9-1.10.2.jar)
  244. UCHIJAAAA littletiles{1.4.8} [LittleTiles] (LittleTiles v1.4.11 mc1.10.2.jar)
  245. UCHIJAAAA boots{1.0} [Long Fall Boots] (LongFallBoots - Hard Mode.jar)
  246. UCHIJAAAA lootbags{2.3.8} [Loot Bags] (LootBags-1.10.2-2.3.8.jar)
  247. UCHIJAAAA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
  248. UCHIJAAAA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
  249. UCHIJAAAA Mekanism{9.2.2} [Mekanism] (Mekanism-1.10.2-9.2.2.301.jar)
  250. UCHIJAAAA MekanismGenerators{9.2.2} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.2.301.jar)
  251. UCHIJAAAA MekanismTools{9.2.2} [MekanismTools] (MekanismTools-1.10.2-9.2.2.301.jar)
  252. UCHIJAAAA mob_grinding_utils{0.1.8.17} [mob_grinding_utils] (MobGrindingUtils-0.1.8.17.jar)
  253. UCHIJAAAA modularrouters{1.10.2-1.3.1} [Modular Routers] (modular-routers-1.10.2-1.3.1.jar)
  254. UCHIJAAAA numina{1.4.0} [numina] (ModularPowersuits-1.10.2-1.2.113.jar)
  255. UCHIJAAAA powersuits{1.10.2-1.2.113} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.10.2-1.2.113.jar)
  256. UCHIJAAAA railcraft{10.1.1} [Railcraft] (Railcraft_1.10.2-10.1.1.jar)
  257. UCHIJAAAA morebees{1.10.2-1.3.2} [More Bees] (morebees-1.10.2-1.3.2.jar)
  258. UCHIJAAAA moreoverlays{1.11} [MoreOverlays] (moreoverlays-1.11-mc1.10.2.jar)
  259. UCHIJAAAA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar)
  260. UCHIJAAAA MrTJPCoreMod{2.0.0.17} [MrTJPCore] (MrTJPCore-1.10.2-2.0.0.17-universal.jar)
  261. UCHIJAAAA multifarmcrops{1.1.0} [Multifarm Crops] (MultifarmCrops-1.1.0.jar)
  262. UCHIJAAAA mysticalagriculture{1.5.2} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.5.2b.jar)
  263. UCHIJAAAA mysticalagradditions{1.0.2} [Mystical Agradditions] (mysticalagradditions[1.10.2]-1.0.2.jar)
  264. UCHIJAAAA natura{1.10.2-4.1.0.53} [Natura] (natura-1.10.2-4.1.0.53.jar)
  265. UCHIJAAAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  266. UCHIJAAAA recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
  267. UCHIJAAAA neid{1.5.3} [NotEnoughIDs] (NotEnoughIDs-1.5.3.jar)
  268. UCHIJAAAA nuclearcraft{2.1c} [NuclearCraft] (NuclearCraft-2.1c--1.10.2.jar)
  269. UCHIJAAAA openglider{@VERSION@} [Open Glider] (OpenGlider-1.10.2-0.2.3.jar)
  270. UCHIJAAAA fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar)
  271. UCHIJAAAA p455w0rdslib{1.0.13} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.13.jar)
  272. UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
  273. UCHIJAAAA shetiphiancore{3.3.8} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.8.jar)
  274. UCHIJAAAA platforms{1.2.10} [Platforms] (platforms-1.10.0-1.2.10.jar)
  275. UCHIJAAAA projectred-core{4.8.1.30} [ProjectRed Core] (ProjectRed-1.10.2-4.8.1.30-Base.jar)
  276. UCHIJAAAA projectred-exploration{4.8.1.30} [ProjectRed Exploration] (ProjectRed-1.10.2-4.8.1.30-world.jar)
  277. UCHIJAAAA thermalfoundation{2.0.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.5.81-universal.jar)
  278. UCHIJAAAA plustic{4.3.2.0} [PlusTiC] (plustic-4.3.2.0.jar)
  279. UCHIJAAAA practicallogistics2{2.0.2} [Practical Logistics 2] (PracticalLogistics2-1.10.2-2.0.2.jar)
  280. UCHIJAAAA projectred-integration{4.8.1.30} [ProjectRed integration] (ProjectRed-1.10.2-4.8.1.30-integration.jar)
  281. UCHIJAAAA projectred-transmission{4.8.1.30} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.1.30-integration.jar)
  282. UCHIJAAAA projectred-illumination{4.8.1.30} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.1.30-lighting.jar)
  283. UCHIJAAAA projectred-expansion{4.8.1.30} [ProjectRed Expansion] (ProjectRed-1.10.2-4.8.1.30-mechanical.jar)
  284. UCHIJAAAA projectred-transportation{4.8.1.30} [ProjectRed Transportation] (ProjectRed-1.10.2-4.8.1.30-mechanical.jar)
  285. UCHIJAAAA psionup{15.1} [PSIonic Upgrades] (PSIonicUpgrades-r1.15.jar)
  286. UCHIJAAAA randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar)
  287. UCHIJAAAA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  288. UCHIJAAAA reborncore{2.13.5.136} [RebornCore] (RebornCore-1.10.2-2.13.5.136-universal.jar)
  289. UCHIJAAAA reborncore-mcmultipart{2.13.5.136} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.5.136-universal.jar)
  290. UCHIJAAAA refinedstorage{1.2.25} [Refined Storage] (refinedstorage-1.2.25.jar)
  291. UCHIJAAAA rebornstorage{1.0.0} [RebornStorage] (RebornStorage-1.10.2-1.0.3.30.jar)
  292. UCHIJAAAA redstonearsenal{2.0.3} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.0.3.29-universal.jar)
  293. UCHIJAAAA refinedrelocation{@VERSION@} [Refined Relocation] (RefinedRelocation-mc1.10.2-2.1.23.jar)
  294. UCHIJAAAA xreliquary{1.10.2-1.3.3.659} [Reliquary] (Reliquary-1.10.2-1.3.3.659.jar)
  295. UCHIJAAAA rflux{0.1.1} [RF Lux] (rflux-0.1.1.jar)
  296. UCHIJAAAA rftools{6.00} [RFTools] (rftools-1.1x-6.00.jar)
  297. UCHIJAAAA rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
  298. UCHIJAAAA rftoolsdim{4.55} [RFTools Dimensions] (rftoolsdim-1.1x-4.55.jar)
  299. UCHIJAAAA rockhounding_chemistry{1.10.2-1.34} [Rockhounding Mod: Chemistry] (rockhounding_chemistry-1.10.2-1.34.jar)
  300. UCHIJAAAA rockhounding_rocks{v1.01} [Rockhounding: Rocks] (rockhounding_rocks-1.10.2-v1.01.jar)
  301. UCHIJAAAA rockhounding_surface{v1.10} [Rockhounding: Surface] (rockhounding_surface-1.10.2-v1.10.jar)
  302. UCHIJAAAA roots{0.208} [Roots] (roots-0.208.jar)
  303. UCHIJAAAA routerrebornlib{1.10.2-4.0.1.62_universal} [Router Reborn Lib] (RouterReborn-1.10.2-4.0.1.62_universal.jar)
  304. UCHIJAAAA routerreborn{1.10.2-4.0.1.62_universal} [Router Reborn] (RouterReborn-1.10.2-4.0.1.62_universal.jar)
  305. UCHIJAAAA scanner{1.4.1} [Scanner] (scanner-1.5.1.jar)
  306. UCHIJAAAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
  307. UCHIJAAAA Signals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar)
  308. UCHIJAAAA simplevoidworld{1.1.0.4} [SimpleVoidWorld] (Simple-Void-World-1.10.2-1.1.0.4-universal.jar)
  309. UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
  310. UCHIJAAAA snad{1.10.2-1.6.09.20a} [Snad] (Snad-1.10.2-1.6.09.20a.jar)
  311. UCHIJAAAA solarfluxreborn{2.16r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.16r.jar)
  312. UCHIJAAAA soundfilters{0.9_for_1.9} [Sound Filters] (SoundFilters-0.9_for_1.9.4.jar)
  313. UCHIJAAAA stevescarts{2.1.4.83} [Steve's Carts 2] (StevesCarts-1.10.2-2.1.4.83.jar)
  314. UCHIJAAAA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  315. UCHIJAAAA supercraftingframe{1.2.1.88} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.88.jar)
  316. UCHIJAAAA techreborn{2.1.12.215} [TechReborn] (TechReborn-1.10.2-2.1.12.215-universal.jar)
  317. UCHIJAAAA thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar)
  318. UCHIJAAAA tinker_io{release 2.4.4} [Tinker I/O] (tinker_io-1.10.2-release 2.4.4.jar)
  319. UCHIJAAAA TinkersAddons{1.0.5} [Tinkers' Addons] (Tinkers' Addons-1.10.x-1.0.5.jar)
  320. UCHIJAAAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
  321. UCHIJAAAA tombmanygraves{1.10.2-2.1.16} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.16.jar)
  322. UCHIJAAAA Torcherino{4.2s} [Torcherino] (Torcherino-4.2s.jar)
  323. UCHIJAAAA torchmaster{1.0} [TorchMaster] (torchmaster_1.10.2-1.2.2.25.jar)
  324. UCHIJAAAA Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar)
  325. UCHIJAAAA usefulnullifiers{1.3.4} [Useful Nullifiers] (usefulnullifiers-1.3.4.jar)
  326. UCHIJAAAA WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.jar)
  327. UCHIJAAAA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar)
  328. UCHIJAAAA wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar)
  329. UCHIJAAAA wcg{1.0.0} [Wireless Crafting Grid] (WirelessCraftingGrid-1.10.2-1.0.0.jar)
  330. UCHIJAAAA witherskelefix{1.6.2} [Wither Skeleton Tweaks] (Wither Skeleton Tweaks-1.10.2-1.6.2.jar)
  331. UCHIJAAAA Woot{1.10.2-1.4.0} [Woot] (woot-1.10.2-1.4.0.jar)
  332. UCHIJAAAA wrcbe{2.0.0} [WirelessRedstone-CBE] (WR-CBE-1.10.2-2.0.0.19-universal.jar)
  333. UCHIJAAAA xnet{1.3.1} [XNet] (xnet-1.3.1.jar)
  334. UCHIJAAAA xtones{1.10.2-1.0.1-3} [Xtones] (Xtones-1.10.2-1.0.1-3.jar)
  335. UCHIJAAAA yabba{1.1x-0.5.0} [YABBA] (YABBA-1.1x-0.5.0.jar)
  336. Loaded coremods (and transformers):
  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. Brandon's Core (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
  342. com.brandon3055.brandonscore.asm.ClassTransformer
  343. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  344. invtweaks.forge.asm.ContainerTransformer
  345. LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
  346. lumien.randomthings.asm.ClassTransformer
  347. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-anarchy.jar)
  348. pl.asie.foamfix.coremod.FoamFixTransformer
  349. CreativePatchingLoader (CreativeCore v1.7.3 mc1.10.2.jar)
  350.  
  351. MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  352. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  353. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  354. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  355. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  356. net.malisis.core.util.clientnotif.ClientNotifTransformer
  357. ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
  358. team.chisel.common.asm.ChiselTransformer
  359. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
  360. codechicken.lib.asm.ClassHeirachyManager
  361. codechicken.lib.asm.CCL_ASMTransformer
  362. Plugin (NotEnoughIDs-1.5.3.jar)
  363. ru.fewizz.neid.asm.Transformer
  364. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  365. li.cil.oc.common.asm.ClassTransformer
  366. SFRCore (SolarFluxReborn_1.10.2-2.16r.jar)
  367. com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
  368. EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  369. com.enderio.core.common.transform.EnderCoreTransformer
  370. LoadingPlugin (Quark-r1.1-70.jar)
  371. vazkii.quark.base.asm.ClassTransformer
  372. DCLoadingPlugin (DummyCoreUnofficial-2.3.1102.5.jar)
  373. DummyCore.ASM.DCASMManager
  374. RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
  375. reborncore.mixin.transformer.MixinTransformer
  376. ForgelinPlugin (Forgelin-1.4.1.jar)
  377.  
  378. PlusTiC (plustic-4.3.2.0.jar)
  379. landmaster.plustic.asm.Transform
  380. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  381. cofh.asm.CoFHClassTransformer
  382. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  383. CorePlugin (MrTJPCore-1.10.2-2.0.0.17-universal.jar)
  384.  
  385. LittlePatchingLoader (LittleTiles v1.4.11 mc1.10.2.jar)
  386. com.creativemd.littletiles.LittleTilesTransformer
  387. AstralCore (astralsorcery-1.3.2-beta.jar)
  388.  
  389. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
  390. shetiphian.core.asm.ClassTransformer
  391. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13469 Compatibility Profile Context 21.19.519.2' Renderer: 'AMD Radeon R9 200 Series'
  392. Pulsar/tconstruct loaded Pulses:
  393. - TinkerCommons (Enabled/Forced)
  394. - TinkerWorld (Enabled/Not Forced)
  395. - TinkerTools (Enabled/Not Forced)
  396. - TinkerHarvestTools (Enabled/Forced)
  397. - TinkerMeleeWeapons (Enabled/Forced)
  398. - TinkerRangedWeapons (Enabled/Forced)
  399. - TinkerModifiers (Enabled/Forced)
  400. - TinkerSmeltery (Enabled/Not Forced)
  401. - TinkerGadgets (Enabled/Not Forced)
  402. - TinkerOredict (Enabled/Forced)
  403. - TinkerIntegration (Enabled/Forced)
  404. - TinkerFluids (Enabled/Forced)
  405. - TinkerMaterials (Enabled/Forced)
  406. - TinkerModelRegister (Enabled/Forced)
  407. - chiselsandbitsIntegration (Enabled/Not Forced)
  408. - craftingtweaksIntegration (Enabled/Not Forced)
  409. - WailaIntegration (Enabled/Not Forced)
  410.  
  411. Pulsar/natura loaded Pulses:
  412. - NaturaCommons (Enabled/Forced)
  413. - NaturaOverworld (Enabled/Not Forced)
  414. - NaturaNether (Enabled/Not Forced)
  415. - NaturaDecorative (Enabled/Not Forced)
  416. - NaturaTools (Enabled/Not Forced)
  417. - NaturaEntities (Enabled/Not Forced)
  418. - NaturaOredict (Enabled/Forced)
  419. - NaturaWorld (Enabled/Not Forced)
  420. - WailaIntegration (Enabled/Not Forced)
  421.  
  422. CodeChickenLib Invalid Fingerprint Reports:
  423. List of loaded APIs:
  424. * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
  425. * AgriCraftAPI (1.0) from agricraft-2.0.0-0.9.0-a16.jar
  426. * architectAPI (1.0.5.24) from Architect-MC1.10.2-1.0.5.24.jar
  427. * ArmorPlusApi (1.0) from armorplus-1.10.2-8.6.1.2.jar
  428. * Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.9.jar
  429. * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.28.jar
  430. * BotaniaAPI (85) from Avaritia-1.10.2-2.1.0.1-universal.jar
  431. * calculatorapi (1.9.4 - 1.0) from Calculator-1.10.2-3.2.2.jar
  432. * CharsetAPI (0.1) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  433. * CharsetAPI|Audio (0.0) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  434. * CharsetAPI|Lib (0.2) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  435. * CharsetAPI|Pipes (0.3) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  436. * CharsetAPI|Storage (0.1) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  437. * CharsetAPI|Tape (0.0) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  438. * CharsetAPI|Wires (0.3) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  439. * ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.10.22.jar
  440. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.10.22.jar
  441. * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.12.jar
  442. * CoFHAPI (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  443. * cofhapi (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  444. * cofhapi|block (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  445. * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  446. * cofhapi|core (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  447. * CoFHAPI|energy (1.8.9R1.2.0B1) from refinedstorage-1.2.25.jar
  448. * cofhapi|energy (1.5.0) from rockhounding_chemistry-1.10.2-1.34.jar
  449. * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  450. * CoFHAPI|item (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  451. * cofhapi|item (1.6.0) from zerocore-1.10.2-0.1.0.5.jar
  452. * cofhapi|tileentity (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  453. * cofhapi|util (1.6.0) from zerocore-1.10.2-0.1.0.5.jar
  454. * cofhlib (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  455. * cofhlib|audio (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  456. * cofhlib|gui (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  457. * cofhlib|gui|container (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  458. * cofhlib|gui|element (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  459. * cofhlib|gui|element|listbox (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  460. * cofhlib|gui|slot (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  461. * cofhlib|inventory (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  462. * cofhlib|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  463. * cofhlib|util|helpers (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  464. * cofhlib|world (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  465. * cofhlib|world|feature (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  466. * compactstorage (2.2) from CompactStorage-2.2.jar
  467. * compatlayer (0.2.8) from compatlayer-1.10-0.2.8.jar
  468. * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  469. * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  470. * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  471. * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  472. * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  473. * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  474. * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  475. * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
  476. * CraftingTableIV-API (1.1.0) from CraftingTableIV-1.4.113.jar
  477. * CraftingTweaks|API (4.1) from CraftingTweaks_1.10.2-6.1.16.jar
  478. * DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.7.jar
  479. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.10.199-universal.jar
  480. * ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.418.jar
  481. * ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.418.jar
  482. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.184.jar
  483. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.184.jar
  484. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.184.jar
  485. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.184.jar
  486. * environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
  487. * fluxapi (1.0) from FluxNetworks-1.10.2-1.2.3.jar
  488. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.376.jar
  489. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.376.jar
  490. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.376.jar
  491. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.376.jar
  492. * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.376.jar
  493. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.376.jar
  494. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.376.jar
  495. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.376.jar
  496. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.376.jar
  497. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.376.jar
  498. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.376.jar
  499. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.376.jar
  500. * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.376.jar
  501. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.376.jar
  502. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.376.jar
  503. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.376.jar
  504. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.376.jar
  505. * funkylocomotion_api (2.0) from funky-locomotion-1.10.2-alpha-0.0.3.jar
  506. * gendustryAPI (2.3.0) from gendustry-1.6.5.30-mc1.10.2.jar
  507. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-57.jar
  508. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-57.jar
  509. * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.25.jar
  510. * jeresources|API (0.5.9.3) from JustEnoughResources-1.10.2-0.5.9.3.jar
  511. * journeymap|client-api (1.3) from journeymap-1.10.2-5.4.6.jar
  512. * journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.6.jar
  513. * journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.6.jar
  514. * journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.6.jar
  515. * journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.6.jar
  516. * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.419.jar
  517. * mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
  518. * MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  519. * MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  520. * MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  521. * MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  522. * MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  523. * MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  524. * MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  525. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  526. * MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  527. * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.10.2.jar
  528. * Open Glider|API (0.1) from OpenGlider-1.10.2-0.2.3.jar
  529. * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  530. * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  531. * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  532. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  533. * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  534. * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  535. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  536. * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  537. * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  538. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  539. * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  540. * practicallogistics2api (1.1) from PracticalLogistics2-1.10.2-2.0.2.jar
  541. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.10.2-1.0.13.jar
  542. * PsiAPI (2) from Psi-r1.0-42.jar
  543. * PSIonicUpgradesAPI (1) from PSIonicUpgrades-r1.15.jar
  544. * railcraft:API|core (3.1.0) from Railcraft_1.10.2-10.1.1.jar
  545. * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.1.1.jar
  546. * RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.1.1.jar
  547. * RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.1.1.jar
  548. * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.1.1.jar
  549. * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.1.1.jar
  550. * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.1.1.jar
  551. * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.1.1.jar
  552. * RailcraftAPI|items (2.1.0) from Railcraft_1.10.2-10.1.1.jar
  553. * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.1.1.jar
  554. * RailcraftAPI|signals (4.0.0) from Railcraft_1.10.2-10.1.1.jar
  555. * RailcraftAPI|tracks (4.0.0) from Railcraft_1.10.2-10.1.1.jar
  556. * reborncoreAPI (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  557. * reborncoreAPI|Fuel (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  558. * reborncoreAPI|Power (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  559. * reborncoreAPI|Recipe (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  560. * reborncoreAPI|Tile (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  561. * RefinedRelocationAPI (2.0.0) from RefinedRelocation-mc1.10.2-2.1.23.jar
  562. * rh_api (1.10) from rockhounding_chemistry-1.10.2-1.34.jar
  563. * RHCApi (1.0) from rockhounding_rocks-1.10.2-v1.01.jar
  564. * RHCApi|machines (1.0) from rockhounding_rocks-1.10.2-v1.01.jar
  565. * sonarapi (1.0.1) from SonarCore-1.10.2-3.2.7.jar
  566. * stevescartsAPI (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
  567. * stevescartsAPI|FARMS (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
  568. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  569. * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  570. * StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.3.jar
  571. * StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.3.jar
  572. * StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.3.jar
  573. * StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.3.jar
  574. * StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.3.jar
  575. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  576. * StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.3.jar
  577. * techrebornAPI (2.1.12.215) from TechReborn-1.10.2-2.1.12.215-universal.jar
  578. * valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
  579. * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
  580. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.5.jar
  581. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.5.jar
  582. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.5.jar
  583. CodeChickenCore Invalid Fingerprint Reports:
  584. EnderStorage Invalid Fingerprint Reports:
  585. [DummyCore]: 'Special case ASM modification mods: ''Note, that these mods might not be involved in the crash in ANY WAY!''DummyCore just prints some known mods for a lot of ASM modifications''dummycore''EnderCore''CodeChickenLib'
  586. 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.):
  587. * Optifine is installed. This is NOT supported.
  588. * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/D:/Minecraft/MultiMC/instances/Testowanie%204/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/CoFHAPIProps.class).
  589. Ender IO needs at least 1.4.0 and will NOT work with older versions.
  590. 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.
  591. Detailed RF API diagnostics:
  592. * RF API class 'EnergyStorage' is loaded from: jar:file:/D:/Minecraft/MultiMC/instances/Testowanie%204/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/EnergyStorage.class
  593. * RF API class 'IEnergyConnection' is loaded from: jar:file:/D:/Minecraft/MultiMC/instances/Testowanie%204/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyConnection.class
  594. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/D:/Minecraft/MultiMC/instances/Testowanie%204/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  595. * RF API class 'IEnergyHandler' is loaded from: jar:file:/D:/Minecraft/MultiMC/instances/Testowanie%204/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyHandler.class
  596. * RF API class 'IEnergyProvider' is loaded from: jar:file:/D:/Minecraft/MultiMC/instances/Testowanie%204/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyProvider.class
  597. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/D:/Minecraft/MultiMC/instances/Testowanie%204/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  598. * RF API class 'IEnergyStorage' is loaded from: jar:file:/D:/Minecraft/MultiMC/instances/Testowanie%204/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyStorage.class
  599. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/D:/Minecraft/MultiMC/instances/Testowanie%204/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  600. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/D:/Minecraft/MultiMC/instances/Testowanie%204/minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  601. Detailed Tesla API diagnostics:
  602. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  603. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  604. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  605. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  606. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  607. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  608. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  609. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  610. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  611. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  612. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  613.  
  614. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  615. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  616. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  617.  
  618. RebornCore:
  619. Plugin Engine: 0
  620. RebornCore Version: 2.13.5.136
  621. Mixin Status: 1
  622. Runtime Debofucsation 1
  623. RenderEngine: 1
  624. Translocator Invalid Fingerprint Reports:
  625. Launched Version: MultiMC5
  626. LWJGL: 2.9.1
  627. OpenGL: AMD Radeon R9 200 Series GL version 4.5.13469 Compatibility Profile Context 21.19.519.2, ATI Technologies Inc.
  628. GL Caps: Using GL 1.3 multitexturing.
  629. Using GL 1.3 texture combiners.
  630. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  631. Shaders are available because OpenGL 2.1 is supported.
  632. VBOs are available because OpenGL 1.5 is supported.
  633.  
  634. Using VBOs: Yes
  635. Is Modded: Definitely; Client brand changed to 'fml,forge'
  636. Type: Client (map_client.txt)
  637. Resource Packs:
  638. Current Language: English (US)
  639. Profiler Position: N/A (disabled)
  640. CPU: 4x Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement