Advertisement
Rastrick

Crash report 4

Jun 24th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.43 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.4.5.6.jar)
  5. IceAndFireForgeLoading (iceandfire-1.0.1.jar)
  6. CreativePatchingLoader (CreativeCore v1.7.3 mc1.10.2.jar)
  7. MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  8. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  9. ForgelinPlugin (Forgelin-1.5.0.jar)
  10. literalascension (literalascension-1.10.2-1.0.2.2.jar)
  11. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  12. LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
  13. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.9.jar)
  14. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  15. CTMCorePlugin (CTM-MC1.10.2-0.1.1.16.jar)
  16. LoadingPlugin (Quark-r1.1-70.jar)
  17. AstralCore (astralsorcery-1.4.3.jar)
  18. ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-17b.jar)
  19. SHLoadingPlugin (ScalingHealth-1.11.2-1.0.8-52.jar)
  20. BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
  21. LoadingPluginBuildingBricks (BuildingBricks-1.10.2-2.0.13.jar)
  22. IvToolkit (IvToolkit-1.3.3-1.10.jar)
  23. llibrary (llibrary-1.7.6-1.10.2.jar)
  24. ItemPatchingLoader (ItemPhysic Full 1.4.5 mc1.10.2.jar)
  25. Contact their authors BEFORE contacting forge
  26.  
  27. // Why did you do that?
  28.  
  29. Time: 6/24/17 10:21 PM
  30. Description: Ticking entity
  31.  
  32. java.lang.NoSuchMethodError: ivorius.ivtoolkit.maze.components.MazeComponentConnector.randomlyConnect(Livorius/ivtoolkit/maze/components/MorphingMazeComponent;Ljava/util/List;Livorius/ivtoolkit/maze/components/ConnectionStrategy;Livorius/ivtoolkit/maze/components/MazePredicate;Ljava/util/Random;I)Ljava/util/List;
  33. at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.getPlacedRooms(WorldScriptMazeGenerator.java:254)
  34. at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.prepareInstanceData(WorldScriptMazeGenerator.java:200)
  35. at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.prepareInstanceData(WorldScriptMazeGenerator.java:47)
  36. at ivorius.reccomplex.world.gen.script.WorldScriptMulti.prepareInstanceData(WorldScriptMulti.java:43)
  37. at ivorius.reccomplex.block.TileEntityBlockScript.doPrepareInstanceData(TileEntityBlockScript.java:59)
  38. at ivorius.reccomplex.block.TileEntityBlockScript.prepareInstanceData(TileEntityBlockScript.java:54)
  39. at ivorius.reccomplex.block.TileEntityBlockScript.prepareInstanceData(TileEntityBlockScript.java:25)
  40. at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.lambda$null$37(GenericStructureInfo.java:339)
  41. at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo$$Lambda$1738/1190943080.accept(Unknown Source)
  42. at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.asGeneratingTileEntity(GenericStructureInfo.java:115)
  43. at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.lambda$prepareInstanceData$38(GenericStructureInfo.java:337)
  44. at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo$$Lambda$1706/1296990385.accept(Unknown Source)
  45. at java.util.ArrayList.forEach(ArrayList.java:1249)
  46. at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.prepareInstanceData(GenericStructureInfo.java:335)
  47. at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.prepareInstanceData(GenericStructureInfo.java:64)
  48. at ivorius.reccomplex.world.gen.feature.StructureGenerator.lambda$instanceData$45(StructureGenerator.java:423)
  49. at ivorius.reccomplex.world.gen.feature.StructureGenerator$$Lambda$1689/1006543837.apply(Unknown Source)
  50. at java.util.Optional.map(Optional.java:215)
  51. at ivorius.reccomplex.world.gen.feature.StructureGenerator.instanceData(StructureGenerator.java:423)
  52. at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:112)
  53. at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateStructureInChunk(WorldGenStructures.java:108)
  54. at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$generateRandomStructuresInChunk$644(WorldGenStructures.java:71)
  55. at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$1658/914087368.accept(Unknown Source)
  56. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
  57. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  58. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
  59. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
  60. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
  61. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
  62. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
  63. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  64. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  65. at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateRandomStructuresInChunk(WorldGenStructures.java:71)
  66. at ivorius.reccomplex.world.gen.feature.WorldGenStructures.decorate(WorldGenStructures.java:167)
  67. at ivorius.reccomplex.events.handlers.RCForgeEventHandler.onPreChunkDecoration(RCForgeEventHandler.java:85)
  68. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_952_RCForgeEventHandler_onPreChunkDecoration_Pre.invoke(.dynamic)
  69. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  70. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  71. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:619)
  72. at net.minecraft.world.gen.ChunkProviderOverworld.func_185931_b(ChunkProviderOverworld.java:388)
  73. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  74. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:969)
  75. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
  76. at net.minecraft.world.World.func_72964_e(World.java:303)
  77. at net.minecraft.world.World.func_175726_f(World.java:298)
  78. at net.minecraft.world.World.func_180495_p(World.java:842)
  79. at com.github.alexthe666.iceandfire.entity.ai.DragonAIAirTarget.findAirTarget(DragonAIAirTarget.java:74)
  80. at com.github.alexthe666.iceandfire.entity.ai.DragonAIAirTarget.func_75250_a(DragonAIAirTarget.java:42)
  81. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
  82. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:773)
  83. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2183)
  84. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
  85. at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:155)
  86. at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:41)
  87. at com.github.alexthe666.iceandfire.entity.EntityDragonBase.func_70636_d(EntityDragonBase.java:837)
  88. at com.github.alexthe666.iceandfire.entity.EntityFireDragon.func_70636_d(EntityFireDragon.java:198)
  89. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
  90. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  91. at com.github.alexthe666.iceandfire.entity.EntityDragonBase.func_70071_h_(EntityDragonBase.java:1233)
  92. at net.minecraft.world.World.func_72866_a(World.java:1964)
  93. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
  94. at net.minecraft.world.World.func_72870_g(World.java:1934)
  95. at net.minecraft.world.World.func_72939_s(World.java:1750)
  96. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
  97. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  98. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  99. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
  100. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  101. at java.lang.Thread.run(Thread.java:745)
  102.  
  103.  
  104. A detailed walkthrough of the error, its code path and all known details is as follows:
  105. ---------------------------------------------------------------------------------------
  106.  
  107. -- Head --
  108. Thread: Server thread
  109. Stacktrace:
  110. at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.getPlacedRooms(WorldScriptMazeGenerator.java:254)
  111. at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.prepareInstanceData(WorldScriptMazeGenerator.java:200)
  112. at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.prepareInstanceData(WorldScriptMazeGenerator.java:47)
  113. at ivorius.reccomplex.world.gen.script.WorldScriptMulti.prepareInstanceData(WorldScriptMulti.java:43)
  114. at ivorius.reccomplex.block.TileEntityBlockScript.doPrepareInstanceData(TileEntityBlockScript.java:59)
  115. at ivorius.reccomplex.block.TileEntityBlockScript.prepareInstanceData(TileEntityBlockScript.java:54)
  116. at ivorius.reccomplex.block.TileEntityBlockScript.prepareInstanceData(TileEntityBlockScript.java:25)
  117. at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.lambda$null$37(GenericStructureInfo.java:339)
  118. at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo$$Lambda$1738/1190943080.accept(Unknown Source)
  119. at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.asGeneratingTileEntity(GenericStructureInfo.java:115)
  120. at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.lambda$prepareInstanceData$38(GenericStructureInfo.java:337)
  121. at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo$$Lambda$1706/1296990385.accept(Unknown Source)
  122. at java.util.ArrayList.forEach(ArrayList.java:1249)
  123. at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.prepareInstanceData(GenericStructureInfo.java:335)
  124. at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.prepareInstanceData(GenericStructureInfo.java:64)
  125. at ivorius.reccomplex.world.gen.feature.StructureGenerator.lambda$instanceData$45(StructureGenerator.java:423)
  126. at ivorius.reccomplex.world.gen.feature.StructureGenerator$$Lambda$1689/1006543837.apply(Unknown Source)
  127. at java.util.Optional.map(Optional.java:215)
  128. at ivorius.reccomplex.world.gen.feature.StructureGenerator.instanceData(StructureGenerator.java:423)
  129. at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:112)
  130. at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateStructureInChunk(WorldGenStructures.java:108)
  131. at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$generateRandomStructuresInChunk$644(WorldGenStructures.java:71)
  132. at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$1658/914087368.accept(Unknown Source)
  133. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
  134. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  135. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
  136. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
  137. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
  138. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
  139. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
  140. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  141. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  142. at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateRandomStructuresInChunk(WorldGenStructures.java:71)
  143. at ivorius.reccomplex.world.gen.feature.WorldGenStructures.decorate(WorldGenStructures.java:167)
  144. at ivorius.reccomplex.events.handlers.RCForgeEventHandler.onPreChunkDecoration(RCForgeEventHandler.java:85)
  145. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_952_RCForgeEventHandler_onPreChunkDecoration_Pre.invoke(.dynamic)
  146. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  147. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  148. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:619)
  149. at net.minecraft.world.gen.ChunkProviderOverworld.func_185931_b(ChunkProviderOverworld.java:388)
  150. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  151. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:969)
  152. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
  153. at net.minecraft.world.World.func_72964_e(World.java:303)
  154. at net.minecraft.world.World.func_175726_f(World.java:298)
  155. at net.minecraft.world.World.func_180495_p(World.java:842)
  156. at com.github.alexthe666.iceandfire.entity.ai.DragonAIAirTarget.findAirTarget(DragonAIAirTarget.java:74)
  157. at com.github.alexthe666.iceandfire.entity.ai.DragonAIAirTarget.func_75250_a(DragonAIAirTarget.java:42)
  158. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
  159. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:773)
  160. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2183)
  161. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
  162. at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:155)
  163. at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:41)
  164. at com.github.alexthe666.iceandfire.entity.EntityDragonBase.func_70636_d(EntityDragonBase.java:837)
  165. at com.github.alexthe666.iceandfire.entity.EntityFireDragon.func_70636_d(EntityFireDragon.java:198)
  166. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
  167. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  168. at com.github.alexthe666.iceandfire.entity.EntityDragonBase.func_70071_h_(EntityDragonBase.java:1233)
  169. at net.minecraft.world.World.func_72866_a(World.java:1964)
  170. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
  171. at net.minecraft.world.World.func_72870_g(World.java:1934)
  172.  
  173. -- Entity being ticked --
  174. Details:
  175. Entity Type: iceandfire.firedragon (com.github.alexthe666.iceandfire.entity.EntityFireDragon)
  176. Entity ID: 549
  177. Entity Name: Fire Dragon
  178. Entity's Exact location: 215.08, 95.80, 232.97
  179. Entity's Block location: World: (215,95,232), Chunk: (at 7,5,8 in 13,14; contains blocks 208,0,224 to 223,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  180. Entity's Momentum: -0.30, 0.07, 0.02
  181. Entity's Passengers: []
  182. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  183. Stacktrace:
  184. at net.minecraft.world.World.func_72939_s(World.java:1750)
  185. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
  186.  
  187. -- Affected level --
  188. Details:
  189. Level name: Dad's Multiplayer
  190. All players: 1 total; [EntityPlayerMP['TheRastrick'/873, l='Dad's Multiplayer', x=97.37, y=81.00, z=238.71]]
  191. Chunk stats: ServerChunkCache: 838 Drop: 0
  192. Level seed: -86192308272909079
  193. Level generator: ID 00 - default, ver 1. Features enabled: true
  194. Level generator options: {"diamondSize":8,"lapisCenterHeight":16,"lavaLakeChance":80,"redstoneMaxHeight":16,"diamondMaxHeight":16,"coalMaxHeight":128,"coalMinHeight":0,"seaLevel":63,"graniteCount":10,"riverSize":4,"gravelMinHeight":0,"graniteSize":33,"redstoneSize":8,"fixedBiome":-1,"waterLakeChance":4,"dioriteMinHeight":0,"andesiteCount":10,"graniteMaxHeight":80,"redstoneMinHeight":0,"lapisSize":7,"dirtCount":10,"ironMinHeight":0,"dioriteMaxHeight":80,"coalCount":20,"gravelCount":8,"coalSize":17,"gravelSize":33,"ironMaxHeight":64,"lapisSpread":16,"dioriteCount":10,"andesiteSize":33,"biomeSize":4,"graniteMinHeight":0,"goldCount":2,"diamondCount":1,"dirtSize":33,"gravelMaxHeight":256,"goldSize":9,"ironCount":20,"diamondMinHeight":0,"ironSize":9,"redstoneCount":8,"andesiteMinHeight":0,"dioriteSize":33,"goldMaxHeight":32,"dungeonChance":8,"andesiteMaxHeight":80,"dirtMinHeight":0,"lapisCount":1,"goldMinHeight":0,"dirtMaxHeight":256,"lowerLimitScale":512.0,"biomeDepthOffset":0.0,"upperLimitScale":512.0,"heightScale":684.412,"biomeScaleWeight":1.0,"biomeDepthWeight":1.0,"mainNoiseScaleZ":80.0,"mainNoiseScaleY":160.0,"depthNoiseScaleX":200.0,"mainNoiseScaleX":80.0,"baseSize":8.5,"depthNoiseScaleZ":200.0,"stretchY":12.0,"depthNoiseScaleExponent":0.5,"biomeScaleOffset":0.0,"coordinateScale":684.412,"useStrongholds":true,"useMineShafts":true,"useTemples":true,"useLavaOceans":false,"useCaves":true,"useWaterLakes":true,"useLavaLakes":true,"useMonuments":true,"useRavines":true,"useDungeons":true,"useVillages":true}
  195. Level spawn location: World: (104,64,244), Chunk: (at 8,4,4 in 6,15; contains blocks 96,0,240 to 111,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  196. Level time: 226 game time, 226 day time
  197. Level dimension: 0
  198. Level storage version: 0x04ABD - Anvil
  199. Level weather: Rain time: 60801 (now: false), thunder time: 167948 (now: false)
  200. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  201. Stacktrace:
  202. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  203. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  204. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
  205. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  206. at java.lang.Thread.run(Thread.java:745)
  207.  
  208. -- System Details --
  209. Details:
  210. Minecraft Version: 1.10.2
  211. Operating System: Windows 10 (amd64) version 10.0
  212. Java Version: 1.8.0_25, Oracle Corporation
  213. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  214. Memory: 946421304 bytes (902 MB) / 4889509888 bytes (4663 MB) up to 5726797824 bytes (5461 MB)
  215. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m
  216. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  217. FML: MCP 9.32 Powered by Forge 12.18.3.2254 161 mods loaded, 160 mods active
  218. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  219. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  220. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2254.jar)
  221. UCHIJAAAA Forge{12.18.3.2254} [Minecraft Forge] (forge-1.10.2-12.18.3.2254.jar)
  222. UCHIJAAAA buildingbrickshooks{1.10.2-2.0.13} [Building Bricks Hooks] (minecraft.jar)
  223. UCHIJAAAA creativecoredummy{1.0.0} [CreativeCoreDummy] (minecraft.jar)
  224. UCHIJAAAA itemphysic{1.4.0} [ItemPhysic] (minecraft.jar)
  225. UCHIJAAAA ivtoolkit{1.3.3-1.10} [IvToolkit] (minecraft.jar)
  226. UCHIJAAAA rpghud{3.6.3} [RPG-Hud] ([1.10.2] RPG-HUD-3.6.3.jar)
  227. UCHIJAAAA fenceoverhaul{1.2.1} [Fence Overhaul] ([1.10.x]FenceOverhaul-1.2.1.jar)
  228. UCHIJAAAA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
  229. UCHIJAAAA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
  230. UCHIJAAAA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
  231. UCHIJAAAA AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar)
  232. UCHIJAAAA ambientsounds{2.0.0} [AmbientSounds] (AmbientSounds v2.0.2 mc1.10.2.zip)
  233. UCHIJAAAA animania{1.1.5} [Animania] (animania-1.10.2-1.1.5.jar)
  234. UCHIJAAAA aquaculture{1.4.1} [Aquaculture] (Aquaculture-1.10.2-1.4.1.4.jar)
  235. UCHIJAAAA arsmagica2{1.5.017} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-17b.jar)
  236. UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-17b.jar)
  237. UCHIJAAAA astralsorcery{1.4.3} [Astral Sorcery] (astralsorcery-1.4.3.jar)
  238. UCHIJAAAA atg{2} [Alternate Terrain Generation] (atg-1.10.2-2.0.1.jar)
  239. UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
  240. UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  241. UCHIJAAAA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar)
  242. UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
  243. UCHIJAAAA BiblioCraft{2.2.4} [BiblioCraft] (BiblioCraft[v2.2.4][MC1.10.2].jar)
  244. UCHIJAAAA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
  245. UCHIJAAAA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
  246. UCHIJAAAA bigdoors{1.10.2-1.3.0} [Big Doors] (BigDoors-1.10.2-1.3.0.jar)
  247. UCHIJAAAA biometweaker{2.3.239} [BiomeTweaker] (BiomeTweaker-1.10.2-2.3.239.jar)
  248. UCHIJAAAA birdsnests{1.5.1} [Bird's Nests] (BirdsNests1.10-1.5.1.jar)
  249. UCHIJAAAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
  250. UCHIJAAAA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
  251. UCHIJAAAA BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar)
  252. UCHIJAAAA infinitylib{1.10.2-0.10.0} [InfinityLib] (infinitylib-0.10.0.jar)
  253. UCHIJAAAA boatifull{@MAJOR@.@MINOR@.@REVIS@} [Boatifull] (boatifull-0.4.0.jar)
  254. UCHIJAAAA buildingbricks{1.10.2-2.0.13} [Building Bricks] (BuildingBricks-1.10.2-2.0.13.jar)
  255. UCHIJAAAA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
  256. UCHIJAAAA ChestTransporter{2.5.17} [Chest Transporter] (ChestTransporter-1.10.2-2.5.17.jar)
  257. UCHIJAAAA chisel{MC1.10.2-0.0.11.25} [Chisel] (Chisel-MC1.10.2-0.0.11.25.jar)
  258. UCHIJAAAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  259. UCHIJAAAA chiselsandbits{12.14} [Chisels & Bits] (chiselsandbits-12.14.jar)
  260. UCHIJAAAA ChunkAnimator{1.2} [Chunk Animator] (ChunkAnimator-MC1.9.4-1.2.jar)
  261. UCHIJAAAA controlling{1.0.4} [Controlling] (Controlling-1.0.4.jar)
  262. UCHIJAAAA copypaste{1.0} [Copy Paste] (copypaste-1.0.jar)
  263. UCHIJAAAA cosmeticarmorreworked{1.10.2-v2a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.10.2-v2a.jar)
  264. UCHIJAAAA craftingcraft{4.1.9} [CraftingCraft] (CraftingCraft_1.10.2-4.1.9.jar)
  265. UCHIJAAAA craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar)
  266. UCHIJAAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar)
  267. UCHIJAAAA MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar)
  268. UCHIJAAAA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar)
  269. UCHIJAAAA creativecore{1.7.4} [CreativeCore] (CreativeCore v1.7.3 mc1.10.2.jar)
  270. UCHIJAAAA ctm{MC1.10.2-0.1.1.16} [CTM] (CTM-MC1.10.2-0.1.1.16.jar)
  271. UCHIJAAAA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar)
  272. UCHIJAAAA customnpcs{1.10.2} [CustomNPCs] (CustomNPCs_1.10.2(25may17).jar)
  273. UCHIJAAAA cyberware{beta-0.2.10} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.2.10.jar)
  274. UCHIJAAAA cyclopscore{0.10.6} [Cyclops Core] (CyclopsCore-1.9.4-0.10.6.jar)
  275. UCHIJAAAA D3Core{1.3.0.61} [D³Core] (D3Core-1.9.4-1.3.0.61.jar)
  276. UCHIJAAAA defaultoptions{6.1.5} [Default Options] (DefaultOptions_1.10.2-6.1.5.jar)
  277. UCHIJAAAA StorageDrawers{1.10.2-3.7.9} [Storage Drawers] (StorageDrawers-1.10.2-3.7.9.jar)
  278. UCHIJAAAA bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar)
  279. UCHIJAAAA dungeontactics{DT-0.11.7} [DungeonTactics] (DungeonTactics-1.10.2-0.11.7.jar)
  280. UCHIJAAAA dsurround{3.4.5.6} [§3Dynamic Surroundings] (DynamicSurroundings-1.10.2-3.4.5.6.jar)
  281. UCHIJAAAA presets{3.4.5.6} [§3Presets!] (DynamicSurroundings-1.10.2-3.4.5.6.jar)
  282. UCHIJAAAA earthworks{1.3.4} [Earthworks] (Earthworks-1.10.2-1.3.4.jar)
  283. UCHIJAAAA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
  284. UCHIJAAAA Waila{1.8.17-B31_1.10.2} [Waila] (Hwyla-1.8.17-B31_1.10.2.jar)
  285. UCHIJAAAA EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
  286. UCHIJAAAA everlastingabilities{1.2.4} [EverlastingAbilities] (EverlastingAbilities-1.9.4-1.2.4.jar)
  287. UCHIJAAAA ExtraBitManipulation{1.10.2-2.3.4} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.3.4.jar)
  288. UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.4.jar)
  289. UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  290. UCHIJAAAA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  291. UCHIJAAAA flintmod{7.5} [Flint Instead of Wood] (FlintInsteadOfWood[1.10.2]-7.5.jar)
  292. UCHIJAAAA forgelin{1.4.2} [Shadowfacts' Forgelin] (Forgelin-1.5.0.jar)
  293. UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.5.4.jar)
  294. UCHIJAAAA ftbtweaks{2.0.0} [FTB Tweaks] (FTBTweaks-2.0.0.jar)
  295. UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.5.4.jar)
  296. UCHIJAAAA lit{@VERSION@} [Little Insignificant Things] (LittleInsignificantThings-1.10.2-3.0.4.jar)
  297. UCHIJAAAA silentlib{2.1.5} [Silent Lib] (SilentLib-1.10.2-2.1.5-63.jar)
  298. UCHIJAAAA silentgems{2.3.16} [Silent's Gems] (SilentsGems-1.11.x-2.3.16-186.jar)
  299. UCHIJAAAA gemulation{1.10.2-4.0.1} [Gemulation] (Gemulation-1.10.2-4.0.1.jar)
  300. UCHIJAAAA grapplemod{1.10.2-v9} [Grappling hook mod] (grapplemod-1.10-v9.jar)
  301. UCHIJAAAA grimoireofgaia{1.5.5} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.10.2-1.5.5.jar)
  302. UCHIJAAAA holovm{1.9.4-1.1} [HolographicVictoryMonument] (HolographicVictoryMonument-1.9.4-1.1.jar)
  303. UCHIJAAAA llibrary{1.7.6} [LLibrary] (llibrary-1.7.6-1.10.2.jar)
  304. UCHIJAAAA iceandfire{1.0.1} [Ice and Fire] (iceandfire-1.0.1.jar)
  305. UCHIJAAAA immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar)
  306. UCHIJAAAA imc{1.12.1} [Improving Minecraft] (Improving Minecraft-1.12.1.jar)
  307. UCHIJAAAA incontrol{3.5.5} [InControl] (incontrol-3.5.5.jar)
  308. UCHIJAAAA inventorysorter{0.11.0+47} [Simple Inventory sorting] (inventorysorter-1.10.2-0.11.0+47.jar)
  309. UCHIJAAAA ironbackpacks{1.10.2-2.2.27} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.27.jar)
  310. UCHIJAAAA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
  311. UCHIJAAAA itemzoom{1.4} [Item Zoom] (itemzoom1.10.2-1.4.jar)
  312. UCHIJAAAA journeymap{1.10.2-5.4.7} [JourneyMap] (journeymap-1.10.2-5.4.7.jar)
  313. UCHIJAAAA JsonLootBags{1.0.0.12} [JsonLootBags] (JsonLootBags-1.9.4-1.0.0.12.jar)
  314. UCHIJAAAA jwin{univ_compat_filler} [Just What I Needed] (jwin-0.12.0_mc1.10.2.jar)
  315. UCHIJAAAA levels{r1.2.8} [Levels] (Levels 2-1.10.2-r1.2.8.jar)
  316. UCHIJAAAA levelup{${version}} [Level Up!] (LevelUp!-0.12.9-1.10.2.jar)
  317. UCHIJAAAA librarianlib{1.10.1} [LibrarianLib] (librarianlib-1.10.1.jar)
  318. UCHIJAAAA literalascension{1.10.2-1.0.2.2} [Literal Ascension] (literalascension-1.10.2-1.0.2.2.jar)
  319. UCHIJAAAA login_shield{1.10.2-19-gd16e7e0} [Login Shield] (Login_Shield-1.10.2-19-gd16e7e0.jar)
  320. UCHIJAAAA loottweaker{0.0.6.2} [LootTweaker] (LootTweaker-1.10.2-0.0.6.2.jar)
  321. UCHIJAAAA malisisblocks{1.10.2-4.2.0} [Malisis Blocks] (malisisblocks-1.10.2-4.2.0.jar)
  322. UCHIJAAAA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
  323. UCHIJAAAA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)
  324. UCHIJAAAA minecolonies{@VERSION@} [MineColonies] (minecolonies-universal-1.10.2-0.8.2817.jar)
  325. UCHIJAAAA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.10.2-1.13.jar)
  326. UCHIJAAAA mob_properties{1.0.3} [Mob Properties] (mob_properties-1.10.2-1.0.3.jar)
  327. UCHIJAAAA mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar)
  328. UCHIJAAAA modtweaker{2.0.12} [Mod Tweaker] (ModTweaker2-2.0.12.jar)
  329. UCHIJAAAA morematerials{1.10.2-1.9.20160723.0} [More Materials] (morematerials-1.10.2-1.9.20160723.0.jar)
  330. UCHIJAAAA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  331. UCHIJAAAA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar)
  332. UCHIJAAAA mowziesmobs{1.3.2} [Mowzie's Mobs] (mowziesmobs-1.3.2.jar)
  333. UCHIJAAAA mputils{1.2.9} [ModPack Utilities] (mputils-1.10.2-1.2.9.jar)
  334. UCHIJAAAA mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar)
  335. UCHIJAAAA botanicaladdons{1.10} [Natural Pledge] (NaturalPledge-r1.11.jar)
  336. UCHIJAAAA Neat{1.3-12} [Neat] (Neat 1.3-12.jar)
  337. UCHIJAAAA recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
  338. UCHIJAAAA plants{0.8.5} [Plants] (Plants-1.10.2-beta-0.8.5.jar)
  339. UCHIJAAAA shetiphiancore{3.3.9} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.9.jar)
  340. UCHIJAAAA platforms{1.2.10} [Platforms] (platforms-1.10.0-1.2.10.jar)
  341. UCHIJAAAA quadrum{0.6.0} [Quadrum] (Quadrum-0.7.2-MC1.10.2.jar)
  342. UCHIJAAAA railcraft{10.1.2} [Railcraft] (Railcraft_1.10.2-10.1.2.jar)
  343. UCHIJAAAA rccosmetic{3.0.5} [Railcraft Cosmetic Additions] (RailCraft Cosmetic Additions-3.0.5.jar)
  344. UCHIJAAAA randomrestockablecrates{1.2.6} [Rando Restockable Crates] (randomrestockablecrates-1.10.2-1.2.6.jar)
  345. UCHIJAAAA reauth{3.5.0} [ReAuth] (ReAuth-3.5.0.jar)
  346. UCHIJAAAA reccomplex{1.2.10-1.10} [Recurrent Complex] (RecurrentComplex-1.2.10-1.10.jar)
  347. UCHIJAAAA xreliquary{1.10.2-1.3.3.664} [Reliquary] (Reliquary-1.10.2-1.3.3.664.jar)
  348. UCHIJAAAA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
  349. UCHIJAAAA rftools{6.01} [RFTools] (rftools-1.1x-6.01.jar)
  350. UCHIJAAAA rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar)
  351. UCHIJAAAA rftoolsdim{5.02} [RFTools Dimensions] (rftoolsdim-1.1x-5.02.jar)
  352. UCHIJAAAA corerm{1.2e-1.9.4} [RikMuld's Core] (RikMuldsCore_1.2e-1.10.2.jar)
  353. UCHIJAAAA roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9.jar)
  354. UCHIJAAAA roots{0.208} [Roots] (roots-0.208.jar)
  355. UCHIJAAAA runesofwizardry{1.10.2-0.7.2} [Runes of Wizardry] (Runes-of-Wizardry-1.10.2-0.7.2.jar)
  356. UCHIJAAAA runesofwizardry_classics{1.10.2-0.4.3} [Runes of Wizardry - Classic Dusts Pack] (RunesofWizardry-Classics-1.10.2-0.4.3.jar)
  357. UCHIJAAAA rustic{0.1.2.2} [Rustic] (rustic-0.1.2.2.jar)
  358. UCHIJAAAA scalinghealth{1.0.8} [Scaling Health] (ScalingHealth-1.11.2-1.0.8-52.jar)
  359. UCHIJAAAA sgextraparts{1.2.6} [Silent's Gems: Extra Parts] (SGExtraParts-1.11.x-1.2.6-21.jar)
  360. UCHIJAAAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
  361. UCHIJAAAA Signals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar)
  362. UCHIJAAAA SimilsaxTranstructors{1.10.2.18} [Similsax Transtructors] (SimilsaxTranstructors-1.10.2.18.jar)
  363. UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
  364. UCHIJAAAA soundfilters{0.9_for_1.9} [Sound Filters] (SoundFilters-0.9_for_1.9.4.jar)
  365. UCHIJAAAA stacksonstacks{1.1.4} [stacksonstacks] (StacksOnStacks2-1.1.4.jar)
  366. UCHIJAAAA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  367. UCHIJAAAA supermultidrills{1.5.1} [Super Multi-Drills] (SuperMultiDrills-1.11.x-1.5.1-37.jar)
  368. UCHIJAAAA terraqueous{1.2.24} [Terraqueous] (terraqueous-1.10.0-1.2.24.jar)
  369. UCHIJAAAA camping{2.3d-1.9.4} [The Camping Mod 2] (TheCampingMod_2.3d-1.9.4.jar)
  370. UCHIJAAAA tombmanygraves{1.10.2-2.1.16} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.16.jar)
  371. UCHIJAAAA trashslot{6.3.7} [TrashSlot] (TrashSlot_1.10.2-6.3.7.jar)
  372. UCHIJAAAA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
  373. UCHIJAAAA VillageNames{1.10.2-1.0} [Village Names] (VillageNames-1.10.2-1.1.jar)
  374. UCHIJAAAA WailaHarvestability{1.1.10} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.10.jar)
  375. UCHIJAAAA waterstrainer{1.4.2} [Water Strainer] (WaterStrainer-1.9.4-1.4.2.jar)
  376. UCHIJAAAA waystones{2.0.12} [Waystones] (Waystones_1.10.2-2.0.12.jar)
  377. UCHIJAAAA wired{1.7.0} [WIRED: More Augs] (WIRED-1.7.0.jar)
  378. UCHIJAAAA librarianliblate{1.10.1} [LibrarianLib Stage 2] (librarianlib-1.10.1.jar)
  379. UD BiomeTweakerCore{2.3.239} [BiomeTweaker Core] (minecraft.jar)
  380. Loaded coremods (and transformers):
  381. DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.4.5.6.jar)
  382. org.blockartistry.DynSurround.asm.Transformer
  383. IceAndFireForgeLoading (iceandfire-1.0.1.jar)
  384. com.github.alexthe666.iceandfire.access.IceAndFireTransformer
  385. CreativePatchingLoader (CreativeCore v1.7.3 mc1.10.2.jar)
  386.  
  387. MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  388. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  389. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  390. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  391. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  392. net.malisis.core.util.clientnotif.ClientNotifTransformer
  393. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  394. lumien.resourceloader.asm.ClassTransformer
  395. ForgelinPlugin (Forgelin-1.5.0.jar)
  396.  
  397. literalascension (literalascension-1.10.2-1.0.2.2.jar)
  398. com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher
  399. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  400. com.enderio.core.common.transform.EnderCoreTransformer
  401. LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
  402. lumien.chunkanimator.asm.ClassTransformer
  403. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.9.jar)
  404. shetiphian.core.asm.ClassTransformer
  405. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  406. net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
  407. CTMCorePlugin (CTM-MC1.10.2-0.1.1.16.jar)
  408. team.chisel.ctm.client.asm.CTMTransformer
  409. LoadingPlugin (Quark-r1.1-70.jar)
  410. vazkii.quark.base.asm.ClassTransformer
  411. AstralCore (astralsorcery-1.4.3.jar)
  412.  
  413. ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-17b.jar)
  414. am2.asm.Transformer
  415. SHLoadingPlugin (ScalingHealth-1.11.2-1.0.8-52.jar)
  416. net.silentchaos512.scalinghealth.asm.SHClassTransformer
  417. BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
  418. me.superckl.biometweaker.core.BiomeTweakerASMTransformer
  419. LoadingPluginBuildingBricks (BuildingBricks-1.10.2-2.0.13.jar)
  420. com.hea3ven.buildingbricks.core.load.ClassTransformerBuildingBricks
  421. IvToolkit (IvToolkit-1.3.3-1.10.jar)
  422.  
  423. llibrary (llibrary-1.7.6-1.10.2.jar)
  424. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  425. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  426. ItemPatchingLoader (ItemPhysic Full 1.4.5 mc1.10.2.jar)
  427. com.creativemd.itemphysic.ItemTransformer
  428. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  429. D3Core: Debug: false Silliness: true AprilFools: false PastPost:true
  430. EnderIO: No known problems detected.
  431. Detailed RF API diagnostics:
  432. * RF API class 'EnergyStorage' is loaded from: jar:file:/I:/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.3.11.jar!/cofh/api/energy/EnergyStorage.class
  433. * RF API class 'IEnergyConnection' is loaded from: jar:file:/I:/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.3.11.jar!/cofh/api/energy/IEnergyConnection.class
  434. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/I:/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.3.11.jar!/cofh/api/energy/IEnergyContainerItem.class
  435. * RF API class 'IEnergyHandler' is loaded from: jar:file:/I:/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.3.11.jar!/cofh/api/energy/IEnergyHandler.class
  436. * RF API class 'IEnergyProvider' is loaded from: jar:file:/I:/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.3.11.jar!/cofh/api/energy/IEnergyProvider.class
  437. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/I:/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.3.11.jar!/cofh/api/energy/IEnergyReceiver.class
  438. * RF API class 'IEnergyStorage' is loaded from: jar:file:/I:/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.3.11.jar!/cofh/api/energy/IEnergyStorage.class
  439. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/I:/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.3.11.jar!/cofh/api/energy/ItemEnergyContainer.class
  440. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/I:/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.3.11.jar!/cofh/api/energy/TileEnergyHandler.class
  441. Detailed Tesla API diagnostics:
  442. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  443. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  444. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  445. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  446. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  447. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  448. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  449. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  450. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  451. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  452. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  453.  
  454. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  455. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  456. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  457.  
  458. Profiler Position: N/A (disabled)
  459. Player Count: 1 / 8; [EntityPlayerMP['TheRastrick'/873, l='Dad's Multiplayer', x=97.37, y=81.00, z=238.71]]
  460. Type: Integrated Server (map_client.txt)
  461. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement