Advertisement
Dvineaspect

Untitled

Oct 29th, 2017
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.81 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  5. LibLoader (# LibLoader.jar)
  6. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.11.16-universal.jar)
  7. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  8. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  9. CoreMod (TickProfiler-1.10.2-jenkins.52.jar)
  10. AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.2.2.jar)
  11. PlusTiC (plustic-5.2.1.2.jar)
  12. AstralCore (astralsorcery-1.4.5.jar)
  13. AppleCore (AppleCore-mc1.10.2-2.2.2.jar)
  14. ForgelinPlugin (Forgelin-1.4.2.jar)
  15. CTMCorePlugin (CTM-MC1.10.2-0.2.2.24(1).jar)
  16. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  17. DummyPlugin (ForgeEndertech-1.10.2-1.3.4.0-build.0057.jar)
  18. LoadingPlugin (Quark-r1.1-70.jar)
  19. ValkyrienWarfareBase CoreMod (Valkyrien Warfare 0.9_pre_1.jar)
  20. IvToolkit (IvToolkit-1.3.3-1.10.jar)
  21. Contact their authors BEFORE contacting forge
  22.  
  23. // Everything's going to plan. No, really, that was supposed to happen.
  24.  
  25. Time: 10/29/17 5:50 PM
  26. Description: Tesselating block model
  27.  
  28. java.lang.IllegalArgumentException: Cannot get property PropertyBool{name=blocked_south, clazz=class java.lang.Boolean, values=[true, false]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
  29. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:196)
  30. at com.rwtema.extrautils2.transfernodes.BlockTransferPipe.isUnblocked(BlockTransferPipe.java:66)
  31. at com.rwtema.extrautils2.transfernodes.BlockTransferPipe.hasCapability(BlockTransferPipe.java:206)
  32. at com.rwtema.extrautils2.transfernodes.BlockTransferPipe.shouldConnectTile(BlockTransferPipe.java:85)
  33. at com.rwtema.extrautils2.transfernodes.BlockTransferPipe.getWorldModel(BlockTransferPipe.java:180)
  34. at com.rwtema.extrautils2.backend.XUBlock.func_185496_a(XUBlock.java:231)
  35. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185900_c(BlockStateContainer.java:443)
  36. at net.minecraft.block.Block.func_176225_a(Block.java:400)
  37. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185894_c(BlockStateContainer.java:422)
  38. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:132)
  39. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:103)
  40. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:46)
  41. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:37)
  42. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
  43. at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:54)
  44. at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:199)
  45. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100)
  46. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:43)
  47. at java.lang.Thread.run(Unknown Source)
  48.  
  49.  
  50. A detailed walkthrough of the error, its code path and all known details is as follows:
  51. ---------------------------------------------------------------------------------------
  52.  
  53. -- Head --
  54. Thread: Client thread
  55. Stacktrace:
  56. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:196)
  57. at com.rwtema.extrautils2.transfernodes.BlockTransferPipe.isUnblocked(BlockTransferPipe.java:66)
  58. at com.rwtema.extrautils2.transfernodes.BlockTransferPipe.hasCapability(BlockTransferPipe.java:206)
  59. at com.rwtema.extrautils2.transfernodes.BlockTransferPipe.shouldConnectTile(BlockTransferPipe.java:85)
  60. at com.rwtema.extrautils2.transfernodes.BlockTransferPipe.getWorldModel(BlockTransferPipe.java:180)
  61. at com.rwtema.extrautils2.backend.XUBlock.func_185496_a(XUBlock.java:231)
  62. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185900_c(BlockStateContainer.java:443)
  63. at net.minecraft.block.Block.func_176225_a(Block.java:400)
  64. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185894_c(BlockStateContainer.java:422)
  65. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:132)
  66. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:103)
  67.  
  68. -- Block model being tesselated --
  69. Details:
  70. Block: extrautils2:pipe_3[blocked_down=false,blocked_east=false,blocked_north=false,blocked_south=false,blocked_up=false,blocked_west=false]
  71. Block location: World: (284,77,127), Chunk: (at 12,4,15 in 17,7; contains blocks 272,0,112 to 287,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  72. Using AO: true
  73. Stacktrace:
  74. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:46)
  75. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:37)
  76.  
  77. -- Block being tesselated --
  78. Details:
  79. Block type: ID #1705 (tile.extrautils2:pipe // com.rwtema.extrautils2.transfernodes.BlockTransferPipe)
  80. Block data value: 15 / 0xF / 0b1111
  81. Block location: World: (284,77,127), Chunk: (at 12,4,15 in 17,7; contains blocks 272,0,112 to 287,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  82. Stacktrace:
  83. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
  84.  
  85. -- Block being tesselated --
  86. Details:
  87. Block type: ID #1705 (tile.extrautils2:pipe // com.rwtema.extrautils2.transfernodes.BlockTransferPipe)
  88. Block data value: 15 / 0xF / 0b1111
  89. Block location: World: (284,77,127), Chunk: (at 12,4,15 in 17,7; contains blocks 272,0,112 to 287,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  90. Stacktrace:
  91. at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:54)
  92.  
  93. -- Affected level --
  94. Details:
  95. Level name: MpServer
  96. All players: 3 total; [EntityPlayerSP['Divineaspect'/2335, l='MpServer', x=252.45, y=63.00, z=218.03], EntityOtherPlayerMP['Alan199921'/314202, l='MpServer', x=284.15, y=75.00, z=125.29], EntityOtherPlayerMP['belathus'/276877, l='MpServer', x=263.74, y=77.81, z=100.50]]
  97. Chunk stats: MultiplayerChunkCache: 441, 441
  98. Level seed: 0
  99. Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
  100. Level generator options:
  101. Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  102. Level time: 14688473 game time, 16320224 day time
  103. Level dimension: 0
  104. Level storage version: 0x00000 - Unknown?
  105. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  106. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  107. Forced entities: 67 total; [EntityCreeper['Creeper'/403459, l='MpServer', x=267.50, y=24.00, z=238.50], EntityOtherPlayerMP['belathus'/670, l='MpServer', x=299.96, y=95.00, z=108.61], EntityRabbitDoeLop['Lop Doe'/167957, l='MpServer', x=250.65, y=64.00, z=161.35], EntityRamDorset['Dorset Ram'/118824, l='MpServer', x=276.65, y=72.88, z=167.15], EntityRabbitKitLop['Lop Kit'/102, l='MpServer', x=202.20, y=57.00, z=206.20], EntityZombie['Zombie'/103, l='MpServer', x=199.80, y=49.00, z=258.50], EntityZombie['Zombie'/111, l='MpServer', x=213.70, y=18.97, z=161.43], EntityZombie['Zombie'/116, l='MpServer', x=207.49, y=21.00, z=147.81], EntityOtherPlayerMP['belathus'/276877, l='MpServer', x=290.76, y=69.88, z=66.30], EntitySkeleton['Skeleton'/403066, l='MpServer', x=178.50, y=21.00, z=157.50], EntityZombie['Zombie'/403065, l='MpServer', x=176.50, y=21.00, z=157.50], EntitySowYorkshire['American Yorkshire Sow'/145, l='MpServer', x=241.86, y=66.00, z=214.02], EntityEweMerino['Merino Ewe'/172182, l='MpServer', x=274.99, y=72.88, z=166.07], EntityLambMerino['Merino Lamb'/172183, l='MpServer', x=277.44, y=72.88, z=166.61], EntityLambMerino['Merino Lamb'/172181, l='MpServer', x=271.54, y=72.00, z=168.88], EntityEweMerino['Merino Ewe'/172186, l='MpServer', x=278.81, y=72.88, z=167.10], EntityEweMerino['Merino Ewe'/172184, l='MpServer', x=274.87, y=72.88, z=164.95], EntityLambMerino['Merino Lamb'/172185, l='MpServer', x=275.70, y=72.88, z=166.65], EntitySkeleton['Skeleton'/403643, l='MpServer', x=317.50, y=35.00, z=295.50], EntityPlayerSP['Divineaspect'/2335, l='MpServer', x=252.45, y=63.00, z=218.03], EntityZombie['Zombie'/403648, l='MpServer', x=179.60, y=21.00, z=143.22], EntitySkeleton['Skeleton'/403666, l='MpServer', x=238.50, y=26.00, z=209.50], EntityCyberZombie['Zombie'/403664, l='MpServer', x=238.50, y=26.00, z=205.50], EntitySkeleton['Skeleton'/403665, l='MpServer', x=238.50, y=26.00, z=208.50], EntityCyberZombie['Zombie'/403162, l='MpServer', x=176.30, y=20.00, z=138.30], EntityGuardian['Guardian'/402662, l='MpServer', x=189.70, y=57.38, z=153.30], EntityHorse['Horse'/181994, l='MpServer', x=310.86, y=70.00, z=142.09], EntityHorse['Horse'/181993, l='MpServer', x=311.99, y=71.00, z=144.30], EntityStallionDraftHorse['Horse'/237, l='MpServer', x=281.95, y=70.00, z=187.99], EntityRamJacob['Jacob Ram'/239, l='MpServer', x=203.38, y=62.17, z=247.73], EntityRabbitDoeLop['Lop Doe'/240, l='MpServer', x=252.67, y=62.77, z=248.76], EntityRabbitBuckLop['Lop Buck'/241, l='MpServer', x=253.14, y=62.71, z=249.55], EntityGuardian['Guardian'/404223, l='MpServer', x=194.50, y=54.09, z=155.50], EntityEweDorset['Dorset Ewe'/72958, l='MpServer', x=279.97, y=72.88, z=166.23], EntityOtherPlayerMP['belathus'/670, l='MpServer', x=250.84, y=78.00, z=94.58], VengeanceSpirit['Vengeance Spirit'/404255, l='MpServer', x=209.64, y=49.00, z=157.43], EntityHogYorkshire['American Yorkshire Hog'/76579, l='MpServer', x=274.78, y=72.88, z=167.50], EntitySowYorkshire['American Yorkshire Sow'/76578, l='MpServer', x=271.05, y=70.00, z=186.86], EntitySquid['Squid'/396578, l='MpServer', x=243.60, y=61.00, z=202.19], EntityPigletYorkshire['American Yorkshire Piglet'/76580, l='MpServer', x=269.50, y=72.00, z=168.08], EntityOtherPlayerMP['belathus'/276877, l='MpServer', x=263.74, y=77.81, z=100.50], EntityMareDraftHorse['Horse'/294, l='MpServer', x=301.97, y=70.00, z=173.99], EntityBoat['Boat'/297, l='MpServer', x=300.22, y=62.52, z=221.69], EntityRoosterRhodeIslandRed['Rhode Island Red Rooster'/298, l='MpServer', x=300.00, y=62.71, z=221.55], EntityHogYorkshire['American Yorkshire Hog'/299, l='MpServer', x=300.54, y=62.71, z=221.93], EntityZombie['Zombie'/403252, l='MpServer', x=215.50, y=39.00, z=166.50], EntityZombie['Zombie'/403251, l='MpServer', x=214.50, y=39.00, z=162.50], EntityCreeper['Creeper'/401209, l='MpServer', x=181.50, y=21.00, z=141.50], EntityChicken['Chicken'/213343, l='MpServer', x=0.00, y=0.00, z=0.00], EntityOtherPlayerMP['Alan199921'/314202, l='MpServer', x=284.15, y=75.00, z=125.29], VengeanceSpirit['Vengeance Spirit'/402807, l='MpServer', x=233.14, y=51.00, z=144.86], EntityItem['item.item.feather'/388481, l='MpServer', x=300.07, y=63.09, z=222.13], EntityOtherPlayerMP['belathus'/276877, l='MpServer', x=263.74, y=77.81, z=100.50], EntitySquid['Squid'/401812, l='MpServer', x=202.28, y=54.53, z=160.02], EntityCreeper['Creeper'/400272, l='MpServer', x=256.50, y=22.00, z=222.50], EntityZombie['Zombie'/403856, l='MpServer', x=201.50, y=48.00, z=258.50], EntitySquid['Squid'/401809, l='MpServer', x=199.21, y=54.21, z=155.64], EntityZombie['Zombie'/403857, l='MpServer', x=199.50, y=48.00, z=257.50], EntitySquid['Squid'/401834, l='MpServer', x=221.62, y=54.97, z=172.90], EntitySquid['Squid'/401835, l='MpServer', x=216.89, y=58.26, z=178.55], EntitySquid['Squid'/401866, l='MpServer', x=230.08, y=58.67, z=157.24], VengeanceSpirit['Vengeance Spirit'/403401, l='MpServer', x=198.18, y=52.00, z=146.76], EntityOtherPlayerMP['Alan199921'/314202, l='MpServer', x=284.15, y=75.00, z=125.29], EntityGuardian['Guardian'/403925, l='MpServer', x=218.01, y=62.20, z=164.78], EntityCreeper['Creeper'/400884, l='MpServer', x=262.50, y=22.00, z=230.50], EntityCreeper['Creeper'/400885, l='MpServer', x=260.50, y=22.00, z=229.50], EntitySpider['Spider'/400882, l='MpServer', x=261.50, y=22.00, z=230.50]]
  108. Retry entities: 1 total; [EntityChicken['Chicken'/213343, l='MpServer', x=0.00, y=0.00, z=0.00]]
  109. Server brand: fml,forge
  110. Server type: Non-integrated multiplayer server
  111. Stacktrace:
  112. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
  113. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  114. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:49)
  115. at java.lang.Thread.run(Unknown Source)
  116.  
  117. -- System Details --
  118. Details:
  119. Minecraft Version: 1.10.2
  120. Operating System: Windows 8.1 (amd64) version 6.3
  121. Java Version: 1.8.0_144, Oracle Corporation
  122. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  123. Memory: 613185520 bytes (584 MB) / 4023910400 bytes (3837 MB) up to 4023910400 bytes (3837 MB)
  124. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:-OmitStackTraceInFastThrow -Xms2560M -Xmx4096M -XX:MetaspaceSize=256M
  125. IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
  126. FML: MCP 9.32 Powered by Forge 12.18.3.2422 151 mods loaded, 151 mods active
  127. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  128. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  129. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2422-universal.jar)
  130. UCHIJA Forge{12.18.3.2422} [Minecraft Forge] (forge-1.10.2-12.18.3.2422-universal.jar)
  131. UCHIJA AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar)
  132. UCHIJA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  133. UCHIJA ivtoolkit{1.3.3-1.10} [IvToolkit] (minecraft.jar)
  134. UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  135. UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  136. UCHIJA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
  137. UCHIJA abyssalcraft{1.9.4-pre-4} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.4-pre-4.jar)
  138. UCHIJA cofhcore{4.1.11} [CoFH Core] (CoFHCore-1.10.2-4.1.11.16-universal.jar)
  139. UCHIJA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
  140. UCHIJA forgeendertech{1.10.2-1.3.4.0} [Forge Endertech] (ForgeEndertech-1.10.2-1.3.4.0-build.0057.jar)
  141. UCHIJA adhooks{1.10.2-1.1.1.0} [Advanced Hook Launchers] (AdHooks-1.10.2-1.1.1.0-build.0057.jar)
  142. UCHIJA libVulpes{0.2.5.} [libVulpes] (LibVulpes-1.10.2-0.2.5-universal.jar)
  143. UCHIJA advancedRocketry{1.2.2} [Advanced Rocketry] (AdvancedRocketry-1.10.2-1.2.2.jar)
  144. UCHIJA animania{1.3.4} [Animania] (animania-1.10.2-1.3.4.jar)
  145. UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar)
  146. UCHIJA BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar)
  147. UCHIJA Animus{1} [Animus] (Animus-2017-04-18.jar)
  148. UCHIJA AppleCore{2.2.2} [AppleCore] (AppleCore-mc1.10.2-2.2.2.jar)
  149. UCHIJA appleskin{1.0.8} [AppleSkin] (AppleSkin-mc1.10.2-1.0.8.jar)
  150. UCHIJA Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  151. UCHIJA AromaBackup{1.0.1.1} [AromaBackup] (AromaBackup-1.9.4-1.0.1.1.jar)
  152. UCHIJA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.1.jar)
  153. UCHIJA astralsorcery{1.4.5} [Astral Sorcery] (astralsorcery-1.4.5.jar)
  154. UCHIJA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
  155. UCHIJA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  156. UCHIJA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar)
  157. UCHIJA MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar)
  158. UCHIJA base{1.10.2-1.4.0} [B.A.S.E] (base-1.10.2-1.4.0.jar)
  159. UCHIJA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
  160. UCHIJA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
  161. UCHIJA BetterAchievements{0.3.3.10} [Better Achievements] (BetterAchievements-1.10.2-0.3.3.10.jar)
  162. UCHIJA betterbeginnings{b0.9.8-R7c} [BetterBeginnings] (betterbeginnings-MC1.10.2-b0.9.8-R8c.jar)
  163. UCHIJA BiblioCraft{2.2.5} [BiblioCraft] (BiblioCraft[v2.2.5][MC1.10.2].jar)
  164. UCHIJA BiomesOPlenty{5.0.0.2290} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2290-universal.jar)
  165. UCHIJA infinitylib{1.10.2-0.11.0} [InfinityLib] (infinitylib-0.11.0.jar)
  166. UCHIJA boatifull{@MAJOR@.@MINOR@.@REVIS@} [Boatifull] (boatifull-0.11.0.jar)
  167. UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
  168. UCHIJA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
  169. UCHIJA charcoal_pit{1.4} [Charcoal Pit] (CharcoalPit-[1.10.2]-1.4.jar)
  170. UCHIJA ChatFlow{ANT:VERSION} [ChatFlow] (ChatFlow-1.2-5.jar)
  171. UCHIJA chisel{MC1.10.2-0.0.14.33} [Chisel] (Chisel-MC1.10.2-0.0.14.33.jar)
  172. UCHIJA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  173. UCHIJA chiselsandbits{12.16} [Chisels & Bits] (chiselsandbits-12.16.jar)
  174. UCHIJA cyclopscore{0.10.9} [Cyclops Core] (CyclopsCore-1.9.4-0.10.9.jar)
  175. UCHIJA commoncapabilities{1.3.3} [CommonCapabilities] (CommonCapabilities-1.10.2-1.3.4.jar)
  176. UCHIJA contenttweaker{1.0.0} [ContentTweaker] (ContentTweaker-1.10.2-2.1.0.jar)
  177. UCHIJA controlling{1.0.0} [Controlling] (Controlling-1.0.0.jar)
  178. UCHIJA cookingforblockheads{4.2.45} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.45.jar)
  179. UCHIJA cosmeticarmorreworked{1.10.2-v2a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.10.2-v2a.jar)
  180. UCHIJA craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar)
  181. UCHIJA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar)
  182. UCHIJA ctm{MC1.10.2-0.2.2.24} [CTM] (CTM-MC1.10.2-0.2.2.24(1).jar)
  183. UCHIJA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar)
  184. UCHIJA customoregen{1.10.2} [customoregen] (CustomOreGen-1.10.2-1.4.5.jar)
  185. UCHIJA cyberware{beta-0.2.10} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.2.10.jar)
  186. UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.6.3.jar)
  187. UCHIJA forestry{5.2.17.388} [Forestry] (forestry_1.10.2-5.2.17.388.jar)
  188. UCHIJA eleccore{1.7.431} [ElecCore] (ElecCore-1.10.2-1.7.431.jar)
  189. UCHIJA deepresonance{1.3.1} [DeepResonance] (deepresonance-1.10-1.3.1.jar)
  190. UCHIJA dungeontactics{DT-0.12.5} [DungeonTactics] (DungeonTactics-1.10.2-0.12.5.jar)
  191. UCHIJA enchiridion{3.2.0} [Enchiridion] (Enchiridion-1.10.2-3.2.0.jar)
  192. UCHIJA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
  193. UCHIJA EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
  194. UCHIJA enderthing{0.7.3} [Enderthing] (enderthing-1.10.2-0.7.3.jar)
  195. UCHIJA EnderZoo{1.10-1.2.3.44} [Ender Zoo] (EnderZoo-1.10-1.2.3.44.jar)
  196. UCHIJA engineersworkshop{1.3.6-1.10.2} [Engineer's Workshop] (EngineersWorkshop-1.3.6-1.10.2.jar)
  197. UCHIJA evilcraft{0.10.28} [EvilCraft] (EvilCraft-1.10.2-0.10.28.jar)
  198. UCHIJA extraalchemy{0.3.0.4-hotfix-release} [Extra Alchemy] (extraalchemy-0.3.0.4-hotfix-release.jar)
  199. UCHIJA FastLeaveDecay{1.2.3} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.3.jar)
  200. UCHIJA foamfix{@VERSION@} [FoamFix] (foamfix-0.7.0-law.jar)
  201. UCHIJA forgelin{1.4.2} [Forgelin] (Forgelin-1.4.2.jar)
  202. UCHIJA gendustry{1.6.5.31} [GenDustry] (gendustry-1.6.5.31-mc1.10.2.jar)
  203. UCHIJA fishing{1.4.4} [Fishing Net Mod] (GiacomosFishingNet1.10.2-1.4.4.jar)
  204. UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  205. UCHIJA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
  206. UCHIJA tesla{1.2.1.50} [TESLA] (Tesla-1.10.2-1.2.1.50.jar)
  207. UCHIJA theoneprobe{1.4.18} [The One Probe] (theoneprobe-1.1x-1.4.18.jar)
  208. UCHIJA immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar)
  209. UCHIJA immersivepetroleum{1.1.3} [Immersive Petroleum] (immersivepetroleum-1.10.2-1.1.3.jar)
  210. UCHIJA integrateddynamics{0.7.13} [Integrated Dynamics] (IntegratedDynamics-1.10.2-0.7.13.jar)
  211. UCHIJA integratedtunnels{1.2.5} [Integrated Tunnels] (IntegratedTunnels-1.10.2-1.2.5.jar)
  212. UCHIJA inventorysorter{0.10.0+42} [Simple Inventory sorting] (inventorysorter-1.10-0.10.042.jar)
  213. UCHIJA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
  214. UCHIJA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
  215. UCHIJA journeymap{1.10.2-5.5.0} [JourneyMap] (journeymap-1.10.2-5.5.0.jar)
  216. UCHIJA librarianlib{1.10.1} [LibrarianLib] (librarianlib-1.10.1.jar)
  217. UCHIJA loottweaker{0.0.6.3} [LootTweaker] (LootTweaker-1.10.2-0.0.6.3.jar)
  218. UCHIJA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
  219. UCHIJA minecolonies{@VERSION@} [MineColonies] (minecolonies-universal-1.10.2-0.8.4279.jar)
  220. UCHIJA mob_properties{1.0.3} [Mob Properties] (mob_properties-1.10.2-1.0.3.jar)
  221. UCHIJA mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar)
  222. UCHIJA modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar)
  223. UCHIJA modularutilities{1.10.2-0.4.3-6} [Modular Utilities] (ModularUtilities-1.10.2-0.4.3-6.jar)
  224. UCHIJA morebees{1.10.2-1.4.1.1} [More Bees] (morebees-1.10.2-1.4.1.1.jar)
  225. UCHIJA moreoverlays{1.11} [MoreOverlays] (moreoverlays-1.11-mc1.10.2.jar)
  226. UCHIJA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  227. UCHIJA NashornLib{1.9.4-1.8.77-1.3.1} [Nashorn Library] (NashornLib-1.9.4-1.8.77-1.3.1.8.jar)
  228. UCHIJA natura{1.10.2-4.1.0.80} [Natura] (natura-1.10.2-4.1.0.80.jar)
  229. UCHIJA botanicaladdons{1.10} [Natural Pledge] (NaturalPledge-r1.11.jar)
  230. UCHIJA naturescompass{1.3.1} [Nature's Compass] (NaturesCompass-1.10.2-1.3.1.jar)
  231. UCHIJA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  232. UCHIJA NoFov{1.0.1} [No Fov] (NoFov-MC1.9.4-1.0.1.jar)
  233. UCHIJA yurtmod{7.01} [Nomadic Tents] (NomadicTents[1.10.2]-7.01.jar)
  234. UCHIJA overlord{2.3.7} [Overlord] (Overlord-1.10.2-2.3.7.jar)
  235. UCHIJA harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pams HarvestCraft 1.10.2j.jar)
  236. UCHIJA PersistentBits{1.0.6} [Persistent Bits] (PersistentBits-1.10.2-1.0.6.jar)
  237. UCHIJA thermalfoundation{2.1.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.5.12-universal.jar)
  238. UCHIJA plustic{5.2.1.2} [PlusTiC] (plustic-5.2.1.2.jar)
  239. UCHIJA roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9.jar)
  240. UCHIJA primal{0.2.38} [PrimalCore] (PrimalCore-0.2.39.jar)
  241. UCHIJA progenitor{0.0.1+1.10.2} [Progenitor] (progenitor-0.0.11.10.2 (1).jar)
  242. UCHIJA reccomplex{1.4.5-1.10} [Recurrent Complex] (RecurrentComplex-1.4.5-1.10.jar)
  243. UCHIJA StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar)
  244. UCHIJA refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar)
  245. UCHIJA xreliquary{1.10.2-1.3.3.585} [Reliquary] (Reliquary-1.10.2-1.3.3.585.jar)
  246. UCHIJA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
  247. UCHIJA rftools{5.62} [RFTools] (rftools-1.10-5.62.jar)
  248. UCHIJA rftoolscontrol{1.5.2} [RFTools Control] (rftoolsctrl-1.10-1.5.2.jar)
  249. UCHIJA rockhounding_core{1.09} [Rockhounding Mod: Core] (rockhounding_core-1.10.2-1.09.jar)
  250. UCHIJA rockhounding_chemistry{1.10.2-1.51} [Rockhounding Mod: Chemistry] (rockhounding_chemistry-1.10.2-1.51.jar)
  251. UCHIJA rockhounding_oretiers{1.10.2-1.31} [Rockhounding: Ore Tiers] (rockhounding_oretiers-1.10.2-1.31.jar)
  252. UCHIJA rockhounding_rocks{1.10.2-1.09} [Rockhounding: Rocks] (rockhounding_rocks-1.10.2-1.09.jar)
  253. UCHIJA rockhounding_surface{1.10.2-1.21} [Rockhounding: Surface] (rockhounding_surface-1.10.2-1.21.jar)
  254. UCHIJA rucksacks{1.10.2-1.0.0} [Rucksacks] (rucksacks-1.10.2-1.0.0 (1).jar)
  255. UCHIJA scannable{1.6.2.29} [Scannable] (Scannable-MC1.10.2-1.6.2.29.jar)
  256. UCHIJA Signals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar)
  257. UCHIJA spartanshields{1.3} [Spartan Shields] (SpartanShields-1.10.2-1.3.jar)
  258. UCHIJA special_ai{1.1.3} [Special AI] (special_ai-1.10.2-1.1.3.jar)
  259. UCHIJA SpiceOfLife{1.3.11} [The Spice of Life] (SpiceOfLife-mc1.9.4-1.3.11.jar)
  260. UCHIJA Stackie{1.6.0.44} [Stackie] (Stackie-1.10.2-1.6.0.44-universal.jar)
  261. UCHIJA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  262. UCHIJA taiga{1.2.6} [Tinkers Alloying Addon] (taiga-1.10.2-1.2.6.jar)
  263. UCHIJA CodeChickenLib{2.5.9.283} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  264. UCHIJA thermalexpansion{5.1.1} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.1.93-universal.jar)
  265. UCHIJA thermalsmeltery{2.0.2} [Thermal Smeltery] (ThermalSmeltery-2.0.2.jar)
  266. UCHIJA TickProfiler{1.10.2-jenkins.52} [TickProfiler] (TickProfiler-1.10.2-jenkins.52.jar)
  267. UCHIJA tinkersdefense{1.4.1.0a} [Tinkers' Defense] (tinkersdefense-1.4.1.1a.jar)
  268. UCHIJA tombmanygraves{1.10.2-2.1.16} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.16.jar)
  269. UCHIJA trashslot{6.3.7} [TrashSlot] (TrashSlot_1.10.2-6.3.7.jar)
  270. UCHIJA valkyrienwarfare{0.9_alpha} [Valkyrien Warfare] (Valkyrien Warfare 0.9_pre_1.jar)
  271. UCHIJA cannons{cannons} [Cannons!] (Valkyrien Warfare 0.9_pre_1.jar)
  272. UCHIJA valkyrienwarfarecombat{0.9_alpha} [Valkyrien Warfare Combat] (Valkyrien Warfare 0.9_pre_1.jar)
  273. UCHIJA valkyrienwarfarecontrol{0.9_alpha} [Valkyrien Warfare Control] (Valkyrien Warfare 0.9_pre_1.jar)
  274. UCHIJA valkyrienwarfareworld{0.9_alpha} [Valkyrien Warfare World] (Valkyrien Warfare 0.9_pre_1.jar)
  275. UCHIJA vc{5.0.10} [ViesCraft] (ViesCraft-1.10.X-5.0.10.jar)
  276. UCHIJA waystones{2.0.13} [Waystones] (Waystones_1.10.2-2.0.13.jar)
  277. UCHIJA wired{1.7.0} [WIRED: More Augs] (WIRED-1.7.0.jar)
  278. UCHIJA librarianliblate{1.10.1} [LibrarianLib Stage 2] (librarianlib-1.10.1.jar)
  279. Loaded coremods (and transformers):
  280. CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  281.  
  282. LibLoader (# LibLoader.jar)
  283.  
  284. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.11.16-universal.jar)
  285. cofh.asm.CoFHClassTransformer
  286. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  287. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  288. lumien.resourceloader.asm.ClassTransformer
  289. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  290. com.enderio.core.common.transform.EnderCoreTransformer
  291. CoreMod (TickProfiler-1.10.2-jenkins.52.jar)
  292.  
  293. AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.2.2.jar)
  294. zmaster587.advancedRocketry.asm.ClassTransformer
  295. PlusTiC (plustic-5.2.1.2.jar)
  296. landmaster.plustic.asm.Transform
  297. AstralCore (astralsorcery-1.4.5.jar)
  298.  
  299. AppleCore (AppleCore-mc1.10.2-2.2.2.jar)
  300. squeek.applecore.asm.TransformerModuleHandler
  301. ForgelinPlugin (Forgelin-1.4.2.jar)
  302.  
  303. CTMCorePlugin (CTM-MC1.10.2-0.2.2.24(1).jar)
  304. team.chisel.ctm.client.asm.CTMTransformer
  305. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  306. codechicken.lib.asm.ClassHeirachyManager
  307. codechicken.lib.asm.CCL_ASMTransformer
  308. DummyPlugin (ForgeEndertech-1.10.2-1.3.4.0-build.0057.jar)
  309.  
  310. LoadingPlugin (Quark-r1.1-70.jar)
  311. vazkii.quark.base.asm.ClassTransformer
  312. ValkyrienWarfareBase CoreMod (Valkyrien Warfare 0.9_pre_1.jar)
  313. ValkyrienWarfareBase.CoreMod.ValkyrienWarfareTransformer
  314. IvToolkit (IvToolkit-1.3.3-1.10.jar)
  315.  
  316. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  317. Pulsar/tconstruct loaded Pulses:
  318. - TinkerCommons (Enabled/Forced)
  319. - TinkerWorld (Enabled/Not Forced)
  320. - TinkerTools (Enabled/Not Forced)
  321. - TinkerHarvestTools (Enabled/Forced)
  322. - TinkerMeleeWeapons (Enabled/Forced)
  323. - TinkerRangedWeapons (Enabled/Forced)
  324. - TinkerModifiers (Enabled/Forced)
  325. - TinkerSmeltery (Enabled/Not Forced)
  326. - TinkerGadgets (Enabled/Not Forced)
  327. - TinkerOredict (Enabled/Forced)
  328. - TinkerIntegration (Enabled/Forced)
  329. - TinkerFluids (Enabled/Forced)
  330. - TinkerMaterials (Enabled/Forced)
  331. - TinkerModelRegister (Enabled/Forced)
  332. - chiselsandbitsIntegration (Enabled/Not Forced)
  333. - craftingtweaksIntegration (Enabled/Not Forced)
  334. - theoneprobeIntegration (Enabled/Not Forced)
  335.  
  336. Pulsar/natura loaded Pulses:
  337. - NaturaCommons (Enabled/Forced)
  338. - NaturaOverworld (Enabled/Not Forced)
  339. - NaturaNether (Enabled/Not Forced)
  340. - NaturaDecorative (Enabled/Not Forced)
  341. - NaturaTools (Enabled/Not Forced)
  342. - NaturaEntities (Enabled/Not Forced)
  343. - NaturaOredict (Enabled/Forced)
  344. - NaturaWorld (Enabled/Not Forced)
  345. - craftingtweaksIntegration (Enabled/Not Forced)
  346.  
  347. List of loaded APIs:
  348. * AbyssalCraftAPI (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  349. * AbyssalCraftAPI|Biome (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  350. * AbyssalCraftAPI|Block (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  351. * AbyssalCraftAPI|Condition (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  352. * AbyssalCraftAPI|Disruption (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  353. * AbyssalCraftAPI|Energy (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  354. * AbyssalCraftAPI|Entity (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  355. * AbyssalCraftAPI|Event (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  356. * AbyssalCraftAPI|Integration (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  357. * AbyssalCraftAPI|Internal (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  358. * AbyssalCraftAPI|Item (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  359. * AbyssalCraftAPI|Necronomicon (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  360. * AbyssalCraftAPI|Recipe (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  361. * AbyssalCraftAPI|Ritual (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  362. * AbyssalCraftAPI|Spell (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  363. * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
  364. * AppleCoreAPI (2.3.0) from AppleCore-mc1.10.2-2.2.2.jar
  365. * AromaBackupAPI (1.0) from AromaBackup-1.9.4-1.0.1.1.jar
  366. * Base|API (1.0.0) from base-1.10.2-1.4.0.jar
  367. * Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.11.jar
  368. * BetterAchievements|API (0.3.3.10) from BetterAchievements-1.10.2-0.3.3.10.jar
  369. * BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.11-80.jar
  370. * BotaniaAPI (85) from Botania r1.9-341.jar
  371. * botanicaladdonsAPI (1) from NaturalPledge-r1.11.jar
  372. * Chisel-API (0.0.1) from Chisel-MC1.10.2-0.0.14.33.jar
  373. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.14.33.jar
  374. * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.16.jar
  375. * CoFHAPI (1.8.9R1.2.0B1) from EngineersWorkshop-1.3.6-1.10.2.jar
  376. * cofhapi (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
  377. * cofhapi|block (1.7.0) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  378. * cofhapi|core (1.7.0) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  379. * CoFHAPI|energy (1.8.9R1.2.0B1) from mcjtylib-1.10-2.2.0.jar
  380. * cofhapi|energy (1.7.0) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  381. * CoFHAPI|item (1.8.9R1.2.0B1) from plustic-5.2.1.2.jar
  382. * cofhapi|item (1.7.0) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  383. * cofhapi|tileentity (1.7.0) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  384. * cofhapi|util (1.7.0) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  385. * cofhlib (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  386. * cofhlib|audio (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  387. * cofhlib|gui (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  388. * cofhlib|gui|container (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  389. * cofhlib|gui|element (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  390. * cofhlib|gui|element|listbox (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  391. * cofhlib|gui|slot (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  392. * cofhlib|inventory (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  393. * cofhlib|util (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  394. * cofhlib|util|helpers (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  395. * cofhlib|world (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  396. * cofhlib|world|feature (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
  397. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.10.2-1.3.4.jar
  398. * compatlayer (0.2.9) from compatlayer-1.10-0.2.9.jar
  399. * CraftingTweaks|API (4.1) from CraftingTweaks_1.10.2-6.1.16.jar
  400. * ctm-api (0.1.0) from CTM-MC1.10.2-0.2.2.24(1).jar
  401. * ctm-api-models (0.1.0) from CTM-MC1.10.2-0.2.2.24(1).jar
  402. * ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.2.2.24(1).jar
  403. * ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.2.2.24(1).jar
  404. * DR-API (1.0.4-Beta) from deepresonance-1.10-1.3.1.jar
  405. * ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.431.jar
  406. * ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.431.jar
  407. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  408. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  409. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  410. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  411. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.388.jar
  412. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.388.jar
  413. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.388.jar
  414. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.388.jar
  415. * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.388.jar
  416. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.388.jar
  417. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.388.jar
  418. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.388.jar
  419. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.388.jar
  420. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.388.jar
  421. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.388.jar
  422. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.388.jar
  423. * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.388.jar
  424. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.388.jar
  425. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.388.jar
  426. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.388.jar
  427. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.388.jar
  428. * gendustryAPI (2.3.0) from gendustry-1.6.5.31-mc1.10.2.jar
  429. * Guide-API|API (1.10.2-2.0.2-45) from Guide-API-1.10.2-2.0.2-45.jar
  430. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-61.jar
  431. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-61.jar
  432. * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.10.2-0.7.13.jar
  433. * journeymap|client-api (1.4) from journeymap-1.10.2-5.5.0.jar
  434. * journeymap|client-api-display (1.4) from journeymap-1.10.2-5.5.0.jar
  435. * journeymap|client-api-event (1.4) from journeymap-1.10.2-5.5.0.jar
  436. * journeymap|client-api-model (1.4) from journeymap-1.10.2-5.5.0.jar
  437. * journeymap|client-api-util (1.4) from journeymap-1.10.2-5.5.0.jar
  438. * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
  439. * McJtyLib (1.10-2.2.0) from mcjtylib-1.10-2.2.0.jar
  440. * rh_api (1.51) from rockhounding_core-1.10.2-1.09.jar
  441. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  442. * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  443. * StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
  444. * StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
  445. * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  446. * StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
  447. * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  448. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  449. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  450. * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.18.jar
  451. * Valkyrien Warfare API (.86d) from Valkyrien Warfare 0.9_pre_1.jar
  452. 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.):
  453. * An unsupportted RF API is installed (1.7.0 from (guessing) jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/CoFHAPIProps.class).
  454. Ender IO needs at least 1.4.0 and will NOT work with older versions.
  455. 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.
  456. Detailed RF API diagnostics:
  457. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/EnergyStorage.class
  458. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/IEnergyConnection.class
  459. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  460. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/IEnergyHandler.class
  461. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/IEnergyProvider.class
  462. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  463. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/IEnergyStorage.class
  464. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  465. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  466. Detailed Tesla API diagnostics:
  467. * Tesla API class 'Tesla' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/Tesla.class
  468. * Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
  469. * Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
  470. * Tesla API class 'ITeslaHolder' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaHolder.class
  471. * Tesla API class 'ITeslaProducer' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaProducer.class
  472. * Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
  473. * Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
  474. * Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
  475. * Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
  476. * Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
  477. * Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/C:/Users/DivineAspect/Desktop/Minecraft/ATLauncher/Instances/WanderlustRenewed/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class
  478.  
  479. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  480. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  481. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  482.  
  483. CodeChickenLib Invalid Fingerprint Reports:
  484. Launched Version: 1.10.2
  485. LWJGL: 2.9.4
  486. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  487. GL Caps: Using GL 1.3 multitexturing.
  488. Using GL 1.3 texture combiners.
  489. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  490. Shaders are available because OpenGL 2.1 is supported.
  491. VBOs are available because OpenGL 1.5 is supported.
  492.  
  493. Using VBOs: Yes
  494. Is Modded: Definitely; Client brand changed to 'fml,forge'
  495. Type: Client (map_client.txt)
  496. Resource Packs:
  497. Current Language: English (US)
  498. Profiler Position: N/A (disabled)
  499. CPU: 8x AMD FX(tm)-8320 Eight-Core Processor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement