Git Product home page Git Product logo

production-line's People

Contributors

bestowl avatar calunvier avatar gitter-badger avatar java0 avatar liach avatar xuyuere avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

production-line's Issues

Could not add ore washing machine recipe

test

ic2.api.recipe.Recipes.oreWashing.addRecipe(
                new RecipeInputItemStack(GtiItems.crushedIridium),
                null,
                GtiItems.cleanedCrushedIridium,
                doubleSmallTinDust
);

no work

Fix style

1156407698, you should improve your style... As you cannot see it on travis-ci, run build.bat and you can see lots of warnings.

Block Gui

Block Gui Rendering exception,look at this
guiexp

FluidKineticGenerator fluid name Display error

At the beginning, the fluid in the fluidTank is lava, and fluid name displays correctly.
However, when fluid burned to the remaining 10mb, the name start error

In fact, the fluid in the fluidTank is lava(岩浆), not Distilled water(蒸馏水).
ku

Multiple Texture

Multiple texture change with the direction of the block is placed.Just like ic2 machines.

Shadow字段不存在

https://github.com/GoodTimeStudio/Production-Line/blob/master/src/main/java/com/mcgoodtime/productionline/common/mixin/MixinTileEntityFurnace.java#L26

Mixin failed applying mixins.productionline.core.json:MixinTileEntityFurnace -> 
 net.minecraft.tileentity.TileEntityFurnace: org.spongepowered.asm.mixin.transformer.InvalidMixinException
  Shadow field furnaceItemStacks was not located in the target class
 org.spongepowered.asm.mixin.transformer.InvalidMixinException: Shadow field furnaceItemStacks was not located in the target class 
     at org.spongepowered.asm.mixin.transformer.MixinPreProcessor.attachFields(MixinPreProcessor.java:222) 
 ~[%5B工业拓展%5DProductionLine-dev.0.3.249.jar:?]    
  at org.spongepowered.asm.mixin.transformer.MixinPreProcessor.attach(MixinPreProcessor.java:151)
  ~[%5B工业拓展%5DProductionLine-dev.0.3.249.jar:?] 
     at org.spongepowered.asm.mixin.transformer.MixinPreProcessor.createContextFor(MixinPreProcessor.java:133) 
 ~[%5B工业拓展%5DProductionLine-dev.0.3.249.jar:?]   
   at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:511)
  ~[%5B工业拓展%5DProductionLine-dev.0.3.249.jar:?]   
   at org.spongepowered.asm.mixin.transformer.MixinApplicator.apply(MixinApplicator.java:189
 ) ~[%5B工业拓展%5DProductionLine-dev.0.3.249.jar:?]  
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:594) ~[%5B工业拓展%5DProductionLine-dev.0.3.249.jar:?]  
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:566) [%5B工业拓展%5DProductionLine-dev.0.3.249.jar:?] 
     at org.spongepowered.asm.mixin.transformer.MixinTransformer.transform(MixinTransformer.java:402) [%5B工业拓展%5DProductionLine-dev.0.3.249.jar:?]  
    at org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy.transform(MixinTransformer.java:104) [%5B工业拓展%5DProductionLine-dev.0.3.249.jar:?]
     at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?]
     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?]
     at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_101]
     at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_101]
     at net.minecraft.block.Block.func_149671_p(Block.java:268) [aji.class:?]
     at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) [kl.class:?]
     at net.minecraft.client.Minecraft. (Minecraft.java:287) [bao.class:?]
     at net.minecraft.client.main.Main.main(SourceFile:129) [Main.class:?] 
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
     at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
     at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

https://github.com/ForgeEssentials/ForgeEssentials/blob/develop/build.gradle#L320-L333

Generate error

When you create a new world or enter a normal world, your minecraft will crash.

Crash-report

---- Minecraft Crash Report ----
// I'm sorry, Dave.

Time: 15-7-3 下午6:49
Description: Exception getting block type in world

java.lang.NullPointerException: Exception getting block type in world
at com.mcgoodtime.gti.common.worldgen.BasaltGen.generate(BasaltGen.java:69)
at com.mcgoodtime.gti.common.worldgen.DummyWorldGenerator.generate(DummyWorldGenerator.java:55)
at com.mcgoodtime.gti.common.worldgen.WorldGenerationHandler.generateOre(WorldGenerationHandler.java:46)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_53_WorldGenerationHandler_generateOre_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.world.biome.BiomeDecorator.generateOres(BiomeDecorator.java:409)
at net.minecraft.world.biome.BiomeDecorator.genDecorations(BiomeDecorator.java:154)
at net.minecraft.world.biome.BiomeDecorator.decorateChunk(BiomeDecorator.java:145)
at net.minecraft.world.biome.BiomeGenBase.decorate(BiomeGenBase.java:412)
at net.minecraft.world.biome.BiomeGenForest.decorate(BiomeGenForest.java:198)
at net.minecraft.world.gen.ChunkProviderGenerate.populate(ChunkProviderGenerate.java:444)
at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:313)
at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1157)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:208)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:149)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:119)
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:221)
at net.minecraft.world.World.getChunkFromChunkCoords(World.java:482)
at net.minecraft.world.World.getBlock(World.java:387)
at net.minecraft.world.World.isAirBlock(World.java:410)
at net.minecraft.block.BlockStaticLiquid.updateTick(BlockStaticLiquid.java:88)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:408)
at net.minecraft.world.WorldServer.tick(WorldServer.java:191)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:692)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at com.mcgoodtime.gti.common.worldgen.BasaltGen.generate(BasaltGen.java:69)
at com.mcgoodtime.gti.common.worldgen.DummyWorldGenerator.generate(DummyWorldGenerator.java:55)
at com.mcgoodtime.gti.common.worldgen.WorldGenerationHandler.generateOre(WorldGenerationHandler.java:46)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_53_WorldGenerationHandler_generateOre_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.world.biome.BiomeDecorator.generateOres(BiomeDecorator.java:409)
at net.minecraft.world.biome.BiomeDecorator.genDecorations(BiomeDecorator.java:154)
at net.minecraft.world.biome.BiomeDecorator.decorateChunk(BiomeDecorator.java:145)
at net.minecraft.world.biome.BiomeGenBase.decorate(BiomeGenBase.java:412)
at net.minecraft.world.biome.BiomeGenForest.decorate(BiomeGenForest.java:198)
at net.minecraft.world.gen.ChunkProviderGenerate.populate(ChunkProviderGenerate.java:444)
at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:313)
at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1157)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:208)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:149)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:119)
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:221)
at net.minecraft.world.World.getChunkFromChunkCoords(World.java:482)

-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (272,10,464), Chunk: (at 0,0,0 in 17,29; contains blocks 272,0,464 to 287,255,479), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.world.World.getBlock(World.java:387)
at net.minecraft.world.World.isAirBlock(World.java:410)
at net.minecraft.block.BlockStaticLiquid.updateTick(BlockStaticLiquid.java:88)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:408)
at net.minecraft.world.WorldServer.tick(WorldServer.java:191)

-- Affected level --
Details:
Level name: 新的世界
All players: 1 total; [EntityPlayerMP['Owl'/406, l='新的世界', x=245.36, y=94.90, z=256.49]]
Chunk stats: ServerChunkCache: 640 Drop: 0
Level seed: -8007624914686505427
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (248,64,256), Chunk: (at 8,4,0 in 15,16; contains blocks 240,0,256 to 255,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 352315 game time, 5364 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 78325 (now: false), thunder time: 130567 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:692)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_79, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 850516800 bytes (811 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 7 mods loaded, 7 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} Minecraft Coder Pack
UCHIJAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1481} Minecraft Forge
UCHIJAAAA CodeChickenCore{1.0.4.29} CodeChicken Core
UCHIJAAAA NotEnoughItems{1.0.3.74} Not Enough Items
UCHIJAAAA IC2{2.2.742-experimental} IndustrialCraft 2
UCHIJAAAA gti{Dev.0.1} GoodTime-Industrial
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Owl'/406, l='新的世界', x=245.36, y=94.90, z=256.49]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

log

[18:37:54] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[18:37:54] [main/INFO] [FML/]: Forge Mod Loader version 7.99.26.1481 for Minecraft 1.7.10 loading
[18:37:54] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_79, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jdk1.7.0_79\jre
[18:37:54] [main/DEBUG] [FML/]: Java classpath at launch is C:\Program Files\Java\jdk1.7.0_79\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\jfxrt.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\resources.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\zipfs.jar;F:\Work\JAVA Project\GoodTime-Industrial\out\production\GoodTime-Industrial;F:.gradle\caches\modules-2\files-2.1\net.industrial-craft\industrialcraft-2\2.2.742-experimental\6ee9abf83ae59935b08bd25f303aa3737f05c677\industrialcraft-2-2.2.742-experimental-dev.jar;F:.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1481-1.7.10\forgeSrc-1.7.10-10.13.4.1481-1.7.10.jar;F:.gradle\caches\modules-2\files-2.1\net.minecraft\launchwrapper\1.12\111e7bea9c968cdb3d06ef4632bf7ff0824d0f36\launchwrapper-1.12.jar;F:.gradle\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\1.3.9\40719ea6961c0cb6afaeb6a921eaa1f6afd4cfdf\jsr305-1.3.9.jar;F:.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\5.0.3\f9e364ae2a66ce2a543012a4668856e84e5dab74\asm-debug-all-5.0.3.jar;F:.gradle\caches\modules-2\files-2.1\com.typesafe.akka\akka-actor_2.11\2.3.3\ed62e9fc709ca0f2ff1a3220daa8b70a2870078e\akka-actor_2.11-2.3.3.jar;F:.gradle\caches\modules-2\files-2.1\com.typesafe\config\1.2.1\f771f71fdae3df231bcd54d5ca2d57f0bf93f467\config-1.2.1.jar;F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors-migration_2.11\1.1.0\dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f\scala-actors-migration_2.11-1.1.0.jar;F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-compiler\2.11.1\56ea2e6c025e0821f28d73ca271218b8dd04926a\scala-compiler-2.11.1.jar;F:.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-library_2.11\1.0.2\e517c53a7e9acd6b1668c5a35eccbaa3bab9aac\scala-continuations-library_2.11-1.0.2.jar;F:.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-plugin_2.11.1\1.0.2\f361a3283452c57fa30c1ee69448995de23c60f7\scala-continuations-plugin_2.11.1-1.0.2.jar;F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.11.1\e11da23da3eabab9f4777b9220e60d44c1aab6a\scala-library-2.11.1.jar;F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar;F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-reflect\2.11.1\6580347e61cc7f8e802941e7fde40fa83b8badeb\scala-reflect-2.11.1.jar;F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-swing_2.11\1.0.1\b1cdd92bd47b1e1837139c1c53020e86bb9112ae\scala-swing_2.11-1.0.1.jar;F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-xml_2.11\1.0.2\7a80ec00aec122fba7cd4e0d4cdd87ff7e4cb6d0\scala-xml_2.11-1.0.2.jar;F:.gradle\caches\modules-2\files-2.1\net.sf.jopt-simple\jopt-simple\4.5\6065cc95c661255349c1d0756657be17c29a4fd3\jopt-simple-4.5.jar;F:.gradle\caches\modules-2\files-2.1\lzma\lzma\0.0.1\521616dc7487b42bef0e803bd2fa3faf668101d7\lzma-0.0.1.jar;F:.gradle\caches\modules-2\files-2.1\com.mojang\realms\1.3.5\807ae355ee63583becd7ea60e76aab1532bb42e\realms-1.3.5.jar;F:.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.8.1\a698750c16740fd5b3871425f4cb3bbaa87f529d\commons-compress-1.8.1.jar;F:.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.3.3\18f4247ff4572a074444572cee34647c43e7c9c7\httpclient-4.3.3.jar;F:.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.1.3\f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f\commons-logging-1.1.3.jar;F:.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.3.2\31fbbff1ddbf98f3aa7377c94d33b0447c646b6e\httpcore-4.3.2.jar;F:.gradle\caches\modules-2\files-2.1\java3d\vecmath\1.3.1\a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d\vecmath-1.3.1.jar;F:.gradle\caches\modules-2\files-2.1\net.sf.trove4j\trove4j\3.0.3\42ccaf4761f0dfdfa805c9e340d99a755907e2dd\trove4j-3.0.3.jar;F:.gradle\caches\modules-2\files-2.1\com.ibm.icu\icu4j-core-mojang\51.2\63d216a9311cca6be337c1e458e587f99d382b84\icu4j-core-mojang-51.2.jar;F:.gradle\caches\modules-2\files-2.1\com.paulscode\codecjorbis\20101023\c73b5636faf089d9f00e8732a829577de25237ee\codecjorbis-20101023.jar;F:.gradle\caches\modules-2\files-2.1\com.paulscode\codecwav\20101023\12f031cfe88fef5c1dd36c563c0a3a69bd7261da\codecwav-20101023.jar;F:.gradle\caches\modules-2\files-2.1\com.paulscode\libraryjavasound\20101123\5c5e304366f75f9eaa2e8cca546a1fb6109348b3\libraryjavasound-20101123.jar;F:.gradle\caches\modules-2\files-2.1\com.paulscode\librarylwjglopenal\20100824\73e80d0794c39665aec3f62eee88ca91676674ef\librarylwjglopenal-20100824.jar;F:.gradle\caches\modules-2\files-2.1\com.paulscode\soundsystem\20120107\419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6\soundsystem-20120107.jar;F:.gradle\caches\modules-2\files-2.1\io.netty\netty-all\4.0.10.Final\9e50bd52ffe257a0e2cd8d971688d6ce7d174325\netty-all-4.0.10.Final.jar;F:.gradle\caches\modules-2\files-2.1\com.google.guava\guava\17.0\9c6ef172e8de35fd8d4d8783e4821e57cdef7445\guava-17.0.jar;F:.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.3.2\90a3822c38ec8c996e84c16a3477ef632cbc87a3\commons-lang3-3.3.2.jar;F:.gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.4\b1b6ea3b7e4aa4f492509a4952029cd8e48019ad\commons-io-2.4.jar;F:.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.9\9ce04e34240f674bc72680f8b843b1457383161a\commons-codec-1.9.jar;F:.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput\2.0.5\39c7796b469a600f72380316f6b1f11db6c2c7c4\jinput-2.0.5.jar;F:.gradle\caches\modules-2\files-2.1\net.java.jutils\jutils\1.0.0\e12fe1fda814bd348c1579329c86943d2cd3c6a6\jutils-1.0.0.jar;F:.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.2.4\a60a5e993c98c864010053cb901b7eab25306568\gson-2.2.4.jar;F:.gradle\caches\modules-2\files-2.1\com.mojang\authlib\1.5.16\ef1582b11fd0943d069cdcb72e99008ac209a283\authlib-1.5.16.jar;F:.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.0-beta9\1dd66e68cccd907880229f9e2de1314bd13ff785\log4j-api-2.0-beta9.jar;F:.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-core\2.0-beta9\678861ba1b2e1fccb594bb0ca03114bb05da9695\log4j-core-2.0-beta9.jar;F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl\2.9.1\f58c5aabcef0e41718a564be9f8e412fff8db847\lwjgl-2.9.1.jar;F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl_util\2.9.1\290d7ba8a1bd9566f5ddf16ad06f09af5ec9b20e\lwjgl_util-2.9.1.jar;F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch\5.16\1f55f009c61637c10c0acfb8b5ffc600f30044b4\twitch-5.16.jar;F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors\2.11.0\8ccfb6541de179bb1c4d45cf414acee069b7f78b\scala-actors-2.11.0.jar;F:.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-xml_2.11\1.0.2\820fbca7e524b530fdadc594c39d49a21ea0337e\scala-xml_2.11-1.0.2.jar;F:.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar;F:.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\7ff832a6eb9ab6a767f1ade2b548092d0fa64795\jinput-platform-2.0.5-natives-linux.jar;F:.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\385ee093e01f587f30ee1c8a2ee7d408fd732e16\jinput-platform-2.0.5-natives-windows.jar;F:.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\53f9c919f34d2ca9de8c51fc4e1e8282029a9232\jinput-platform-2.0.5-natives-osx.jar;F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\7c6affe439099806a4f552da14c42f9d643d8b23\twitch-platform-5.16-natives-windows-32.jar;F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\39d0c3d363735b4785598e0e7fbf8297c706a9f9\twitch-platform-5.16-natives-windows-64.jar;F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\62503ee712766cf77f97252e5902786fd834b8c5\twitch-platform-5.16-natives-osx.jar;F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-external-platform\4.5\18215140f010c05b9f86ef6f0f8871954d2ccebf\twitch-external-platform-4.5-natives-windows-32.jar;F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-external-platform\4.5\c3cde57891b935d41b6680a9c5e1502eeab76d86\twitch-external-platform-4.5-natives-windows-64.jar;F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\4c517eca808522457dd95ee8fc1fbcdbb602efbe\lwjgl-platform-2.9.1-natives-windows.jar;F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\aa9aae879af8eb378e22cfc64db56ec2ca9a44d1\lwjgl-platform-2.9.1-natives-linux.jar;F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\2d12c83fdfbc04ecabf02c7bc8cc54d034f0daac\lwjgl-platform-2.9.1-natives-osx.jar;F:.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1481-1.7.10\start;E:\Program Files (x86)\JetBrains\IntelliJ IDEA 14.1.1\lib\idea_rt.jar
[18:37:54] [main/DEBUG] [FML/]: Java library path at launch is C:\Program Files\Java\jdk1.7.0_79\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Java\jdk1.7.0_79\bin;C:\Program Files\Java\jdk1.7.0_79\jre\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Microsoft SQL Server\120\Tools\Binn;C:\Program Files\Microsoft SQL Server\110\Tools\Binn;C:\WINDOWS\system32\config\systemprofile.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Program Files (x86)\nodejs;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Users\suhao\AppData\Roaming\npm;.;F:/.gradle/caches/minecraft/net/minecraft/minecraft_natives/1.7.10
[18:37:54] [main/INFO] [FML/]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[18:37:54] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[18:37:54] [main/DEBUG] [FML/]: Added access transformer class cpw.mods.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[18:37:54] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[18:37:54] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
[18:37:54] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.transformers.ForgeAccessTransformer to enqueued access transformers
[18:37:54] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin
[18:37:54] [main/DEBUG] [FML/]: All fundamental core mods are successfully located
[18:37:54] [main/INFO] [FML/]: Found a command line coremod : ic2.core.coremod.IC2core
[18:37:54] [main/DEBUG] [FML/]: Instantiating coremod class IC2core
[18:37:54] [main/WARN] [FML/]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[18:37:54] [main/DEBUG] [FML/]: Enqueued coremod IC2core
[18:37:54] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to F:\Work\JAVA Project\GoodTime-Industrial\eclipse.
[18:37:54] [main/DEBUG] [FML/]: Discovering coremods
[18:37:54] [main/DEBUG] [FML/]: Examining for coremod candidacy CodeChickenCore-1.7.10-1.0.4.29-universal.jar
[18:37:54] [main/TRACE] [FML/]: Adding CodeChickenCore-1.7.10-1.0.4.29-universal.jar to the list of known coremods, it will not be examined again
[18:37:54] [main/DEBUG] [FML/]: Instantiating coremod class CodeChickenCorePlugin
[18:37:54] [main/WARN] [FML/]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[18:37:55] [main/DEBUG] [FML/]: Added access transformer class codechicken.core.asm.CodeChickenAccessTransformer to enqueued access transformers
[18:37:55] [main/DEBUG] [FML/]: Enqueued coremod CodeChickenCorePlugin
[18:37:55] [main/DEBUG] [FML/]: Examining for coremod candidacy CodeChickenLib-1.7.10-1.1.1.99-dev.jar
[18:37:55] [main/DEBUG] [FML/]: Not found coremod data in CodeChickenLib-1.7.10-1.1.1.99-dev.jar
[18:37:55] [main/DEBUG] [FML/]: Examining for coremod candidacy NotEnoughItems-1.7.10-1.0.3.74-universal.jar
[18:37:55] [main/TRACE] [FML/]: Adding NotEnoughItems-1.7.10-1.0.3.74-universal.jar to the list of known coremods, it will not be examined again
[18:37:55] [main/DEBUG] [FML/]: Instantiating coremod class NEICorePlugin
[18:37:55] [main/WARN] [FML/]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[18:37:55] [main/DEBUG] [FML/]: Enqueued coremod NEICorePlugin
[18:37:55] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[18:37:55] [main/INFO] [GradleStart/]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
[18:37:55] [main/INFO] [GradleStart/]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[18:37:55] [main/INFO] [GradleStart/]: Injecting location in coremod codechicken.core.asm.MCPDeobfuscationTransformer.LoadPlugin
[18:37:55] [main/INFO] [GradleStart/]: Injecting location in coremod ic2.core.coremod.IC2core
[18:37:55] [main/INFO] [GradleStart/]: Injecting location in coremod codechicken.core.launch.CodeChickenCorePlugin
[18:37:55] [main/INFO] [GradleStart/]: Injecting location in coremod codechicken.nei.asm.NEICorePlugin
[18:37:55] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:37:55] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:37:55] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[18:37:55] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:37:55] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:37:55] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:37:55] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} class transformers
[18:37:55] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.MarkerTransformer
[18:37:55] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.SideTransformer
[18:37:55] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer
[18:37:55] [main/DEBUG] [FML/]: Injection complete
[18:37:55] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin}
[18:37:55] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin
[18:37:55] [main/ERROR] [FML/]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[18:37:57] [main/ERROR] [FML/]: FML appears to be missing any signature data. This is not a good thing
[18:37:57] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully
[18:37:57] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:37:57] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
[18:37:57] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.classloading.FluidIdTransformer
[18:37:57] [main/DEBUG] [FML/]: Injection complete
[18:37:57] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
[18:37:57] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin
[18:37:57] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully
[18:37:57] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:37:57] [main/DEBUG] [FML/]: Injecting coremod CCCDeobfPlugin {codechicken.core.asm.MCPDeobfuscationTransformer$LoadPlugin} class transformers
[18:37:57] [main/DEBUG] [FML/]: Injection complete
[18:37:57] [main/DEBUG] [FML/]: Running coremod plugin for CCCDeobfPlugin {codechicken.core.asm.MCPDeobfuscationTransformer$LoadPlugin}
[18:37:57] [main/DEBUG] [FML/]: Running coremod plugin CCCDeobfPlugin
[18:37:58] [main/DEBUG] [FML/]: Coremod plugin class LoadPlugin run successfully
[18:37:58] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:37:58] [main/DEBUG] [FML/]: Injecting coremod IC2core {ic2.core.coremod.IC2core} class transformers
[18:37:58] [main/DEBUG] [FML/]: Injection complete
[18:37:58] [main/DEBUG] [FML/]: Running coremod plugin for IC2core {ic2.core.coremod.IC2core}
[18:37:58] [main/DEBUG] [FML/]: Running coremod plugin IC2core
[18:37:58] [main/INFO] [IC2-core/]: Loaded library EJML-core-0.26.jar.
[18:37:58] [main/DEBUG] [FML/]: Coremod plugin class IC2core run successfully
[18:37:58] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:37:58] [main/DEBUG] [FML/]: Injecting coremod CodeChickenCorePlugin {codechicken.core.launch.CodeChickenCorePlugin} class transformers
[18:37:58] [main/TRACE] [FML/]: Registering transformer codechicken.lib.asm.ClassHeirachyManager
[18:37:58] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.InterfaceDependancyTransformer
[18:37:58] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.TweakTransformer
[18:37:58] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.DelegatedTransformer
[18:37:58] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.DefaultImplementationTransformer
[18:37:58] [main/DEBUG] [FML/]: Injection complete
[18:37:58] [main/DEBUG] [FML/]: Running coremod plugin for CodeChickenCorePlugin {codechicken.core.launch.CodeChickenCorePlugin}
[18:37:58] [main/DEBUG] [FML/]: Running coremod plugin CodeChickenCorePlugin
[18:37:58] [main/DEBUG] [FML/]: Coremod plugin class CodeChickenCorePlugin run successfully
[18:37:58] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:37:58] [main/DEBUG] [FML/]: Injecting coremod NEICorePlugin {codechicken.nei.asm.NEICorePlugin} class transformers
[18:37:58] [main/TRACE] [FML/]: Registering transformer codechicken.nei.asm.NEITransformer
[18:37:58] [main/DEBUG] [FML/]: Injection complete
[18:37:58] [main/DEBUG] [FML/]: Running coremod plugin for NEICorePlugin {codechicken.nei.asm.NEICorePlugin}
[18:37:58] [main/DEBUG] [FML/]: Running coremod plugin NEICorePlugin
[18:37:58] [main/DEBUG] [FML/]: Coremod plugin class NEICorePlugin run successfully
[18:37:58] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:37:58] [main/DEBUG] [FML/]: Loaded 57 rules from AccessTransformer config file fml_at.cfg
[18:37:58] [main/DEBUG] [FML/]: Loaded 89 rules from AccessTransformer config file forge_at.cfg
[18:37:58] [main/DEBUG] [FML/]: Loaded 57 rules from AccessTransformer config file fml_at.cfg
[18:37:58] [main/DEBUG] [FML/]: Loaded 11 rules from AccessTransformer mod jar file F:\Work\JAVA Project\GoodTime-Industrial\eclipse\mods\NotEnoughItems-1.7.10-1.0.3.74-universal.jar!META-INF/nei_at.cfg

[18:37:58] [main/DEBUG] [FML/]: Validating minecraft
[18:38:00] [main/DEBUG] [FML/]: Minecraft validated, launching...
[18:38:00] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[18:38:00] [main/DEBUG] [GradleStart/]: Reading CSV file: F:.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1481-1.7.10\unpacked\conf\fields.csv
[18:38:00] [main/DEBUG] [GradleStart/]: Reading CSV file: F:.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1481-1.7.10\unpacked\conf\methods.csv
[18:38:00] [main/INFO] [GradleStart/]: Remapping AccessTransformer rules...
[18:38:00] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[18:38:00] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[18:38:00] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[18:38:03] [main/DEBUG] [CCL ASM/]: Inserted super call into [net/minecraft/client/renderer/InventoryEffectRenderer.updateScreen()V]
[18:38:03] [main/DEBUG] [CCL ASM/]: Writing method [net/minecraft/client/gui/inventory/GuiContainer.setWorldAndResolution(Lnet/minecraft/client/Minecraft;II)V]
[18:38:03] [main/DEBUG] [CCL ASM/]: Writing method [net/minecraft/client/gui/inventory/GuiContainer.handleKeyboardInput()V]
[18:38:03] [main/DEBUG] [CCL ASM/]: Writing method [net/minecraft/client/gui/inventory/GuiContainer.handleKeyboardInput()V]
[18:38:03] [main/DEBUG] [CCL ASM/]: Writing method [net/minecraft/client/gui/inventory/GuiContainer.handleKeyboardInput()V]
[18:38:03] [main/DEBUG] [CCL ASM/]: Writing method [net/minecraft/client/gui/inventory/GuiContainer.handleMouseInput()V]
[18:38:03] [main/DEBUG] [CCL ASM/]: Writing method [net/minecraft/client/gui/inventory/GuiContainer.public_func_73869_a(CI)V]
[18:38:03] [main/DEBUG] [CCL ASM/]: Writing method [net/minecraft/client/gui/inventory/GuiContainer.public_func_146984_a(Lnet/minecraft/inventory/Slot;III)V]
[18:38:03] [main/DEBUG] [CCL ASM/]: Injecting before method [net/minecraft/client/gui/inventory/GuiContainer.drawScreen(IIF)V]
[18:38:03] [main/DEBUG] [CCL ASM/]: Injecting after method [net/minecraft/client/gui/inventory/GuiContainer.drawScreen(IIF)V] @ 138 - 140
[18:38:03] [main/DEBUG] [CCL ASM/]: Injecting after method [net/minecraft/client/gui/inventory/GuiContainer.drawScreen(IIF)V] @ 220 - 225
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.drawScreen(IIF)V] @ 444 - 470
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.drawItemStack(Lnet/minecraft/item/ItemStack;IILjava/lang/String;)V] @ 9 - 10
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.drawItemStack(Lnet/minecraft/item/ItemStack;IILjava/lang/String;)V] @ 14 - 15
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.func_146977_a(Lnet/minecraft/inventory/Slot;)V] @ 298 - 323
[18:38:03] [main/DEBUG] [CCL ASM/]: Injecting before method [net/minecraft/client/gui/inventory/GuiContainer.mouseClicked(III)V]
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseClicked(III)V] @ 259 - 260
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseClicked(III)V] @ 331 - 332
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseClickMove(IIIJ)V] @ 98 - 99
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseClickMove(IIIJ)V] @ 107 - 108
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseClickMove(IIIJ)V] @ 118 - 119
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseMovedOrUp(III)V] @ 158 - 159
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseMovedOrUp(III)V] @ 168 - 169
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseMovedOrUp(III)V] @ 287 - 288
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseMovedOrUp(III)V] @ 295 - 296
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseMovedOrUp(III)V] @ 314 - 315
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseMovedOrUp(III)V] @ 424 - 425
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseMovedOrUp(III)V] @ 454 - 455
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseMovedOrUp(III)V] @ 468 - 469
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseMovedOrUp(III)V] @ 497 - 498
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.mouseMovedOrUp(III)V] @ 557 - 559
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.keyTyped(CI)V] @ 54 - 55
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.keyTyped(CI)V] @ 84 - 85
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.checkHotbarKeys(I)Z] @ 41 - 42
[18:38:03] [main/DEBUG] [CCL ASM/]: Writing method [net/minecraft/client/gui/inventory/GuiContainer.managerHandleMouseClick(Lnet/minecraft/inventory/Slot;III)V]
[18:38:03] [main/DEBUG] [CCL ASM/]: Injecting after method [net/minecraft/client/gui/inventory/GuiContainer.mouseClickMove(IIIJ)V] @ 14 - 15
[18:38:03] [main/DEBUG] [CCL ASM/]: Injecting before method [net/minecraft/client/gui/inventory/GuiContainer.mouseMovedOrUp(III)V]
[18:38:03] [main/DEBUG] [CCL ASM/]: NEI: Injecting mouseUp call
[18:38:03] [main/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/gui/inventory/GuiContainer.handleMouseClick(Lnet/minecraft/inventory/Slot;III)V] @ 10 - 26
[18:38:03] [main/DEBUG] [CCL ASM/]: Injecting before method [net/minecraft/client/gui/inventory/GuiContainer.keyTyped(CI)V]
[18:38:03] [main/DEBUG] [CCL ASM/]: Injecting after method [net/minecraft/client/gui/inventory/GuiContainer.updateScreen()V] @ 0 - 4
[18:38:04] [main/DEBUG] [CCL ASM/]: Writing method [net/minecraft/block/Block.canBeReplacedByLeaves(Lnet/minecraft/world/IBlockAccess;III)Z]
[18:38:05] [main/DEBUG] [CCL ASM/]: Writing method [net/minecraft/block/BlockMobSpawner.onBlockPlacedBy(Lnet/minecraft/world/World;IIILnet/minecraft/entity/EntityLivingBase;Lnet/minecraft/item/ItemStack;)V]
[18:38:05] [main/DEBUG] [CCL ASM/]: Injecting before method [net/minecraft/nbt/NBTTagCompound.toString()Ljava/lang/String;] @ 51 - 55
[18:38:06] [main/DEBUG] [CCL ASM/]: Injecting before method [net/minecraft/nbt/NBTTagList.toString()Ljava/lang/String;] @ 56 - 60
[18:38:08] [Client thread/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/client/renderer/entity/RenderItem.renderGlint(IIIII)V] @ 7 - 16
[18:38:08] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - LanguageManager took 0.079s
[18:38:08] [Client thread/INFO] [STDOUT/]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Why is it breaking :(

Time: 15-7-3 下午6:38
Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_79, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 930629312 bytes (887 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.30' Renderer: 'GeForce GTX 750/PCIe/SSE2'
[18:38:08] [Client thread/INFO] [MinecraftForge/]: Attempting early MinecraftForge initialization
[18:38:08] [Client thread/INFO] [FML/]: MinecraftForge v10.13.4.1481 Initialized
[18:38:09] [Client thread/INFO] [FML/]: Replaced 183 ore recipies
[18:38:09] [Client thread/INFO] [MinecraftForge/]: Completed early MinecraftForge initialization
[18:38:09] [Client thread/DEBUG] [FML/]: File F:\Work\JAVA Project\GoodTime-Industrial\eclipse\config\injectedDependencies.json not found. No dependencies injected
[18:38:09] [Client thread/DEBUG] [FML/]: Building injected Mod Containers [cpw.mods.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer, codechicken.core.asm.CodeChickenCoreModContainer, codechicken.nei.NEIModContainer]
[18:38:09] [Client thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\charsets.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\deploy.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\javaws.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\jce.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\jfr.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\jfxrt.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\jsse.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\management-agent.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\plugin.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\resources.jar, examining for mod candidates
[18:38:09] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.7.0_79\jre\lib\rt.jar
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\access-bridge-64.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\dnsns.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\jaccess.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\localedata.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\sunec.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\sunjce_provider.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\sunmscapi.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\zipfs.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related directory at F:\Work\JAVA Project\GoodTime-Industrial\out\production\GoodTime-Industrial, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.industrial-craft\industrialcraft-2\2.2.742-experimental\6ee9abf83ae59935b08bd25f303aa3737f05c677\industrialcraft-2-2.2.742-experimental-dev.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1481-1.7.10\forgeSrc-1.7.10-10.13.4.1481-1.7.10.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.minecraft\launchwrapper\1.12\111e7bea9c968cdb3d06ef4632bf7ff0824d0f36\launchwrapper-1.12.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\1.3.9\40719ea6961c0cb6afaeb6a921eaa1f6afd4cfdf\jsr305-1.3.9.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\5.0.3\f9e364ae2a66ce2a543012a4668856e84e5dab74\asm-debug-all-5.0.3.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.typesafe.akka\akka-actor_2.11\2.3.3\ed62e9fc709ca0f2ff1a3220daa8b70a2870078e\akka-actor_2.11-2.3.3.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.typesafe\config\1.2.1\f771f71fdae3df231bcd54d5ca2d57f0bf93f467\config-1.2.1.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors-migration_2.11\1.1.0\dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f\scala-actors-migration_2.11-1.1.0.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-compiler\2.11.1\56ea2e6c025e0821f28d73ca271218b8dd04926a\scala-compiler-2.11.1.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-library_2.11\1.0.2\e517c53a7e9acd6b1668c5a35eccbaa3bab9aac\scala-continuations-library_2.11-1.0.2.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-plugin_2.11.1\1.0.2\f361a3283452c57fa30c1ee69448995de23c60f7\scala-continuations-plugin_2.11.1-1.0.2.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.11.1\e11da23da3eabab9f4777b9220e60d44c1aab6a\scala-library-2.11.1.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-reflect\2.11.1\6580347e61cc7f8e802941e7fde40fa83b8badeb\scala-reflect-2.11.1.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-swing_2.11\1.0.1\b1cdd92bd47b1e1837139c1c53020e86bb9112ae\scala-swing_2.11-1.0.1.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-xml_2.11\1.0.2\7a80ec00aec122fba7cd4e0d4cdd87ff7e4cb6d0\scala-xml_2.11-1.0.2.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.sf.jopt-simple\jopt-simple\4.5\6065cc95c661255349c1d0756657be17c29a4fd3\jopt-simple-4.5.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\lzma\lzma\0.0.1\521616dc7487b42bef0e803bd2fa3faf668101d7\lzma-0.0.1.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.mojang\realms\1.3.5\807ae355ee63583becd7ea60e76aab1532bb42e\realms-1.3.5.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.8.1\a698750c16740fd5b3871425f4cb3bbaa87f529d\commons-compress-1.8.1.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.3.3\18f4247ff4572a074444572cee34647c43e7c9c7\httpclient-4.3.3.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.1.3\f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f\commons-logging-1.1.3.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.3.2\31fbbff1ddbf98f3aa7377c94d33b0447c646b6e\httpcore-4.3.2.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\java3d\vecmath\1.3.1\a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d\vecmath-1.3.1.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.sf.trove4j\trove4j\3.0.3\42ccaf4761f0dfdfa805c9e340d99a755907e2dd\trove4j-3.0.3.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.ibm.icu\icu4j-core-mojang\51.2\63d216a9311cca6be337c1e458e587f99d382b84\icu4j-core-mojang-51.2.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.paulscode\codecjorbis\20101023\c73b5636faf089d9f00e8732a829577de25237ee\codecjorbis-20101023.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.paulscode\codecwav\20101023\12f031cfe88fef5c1dd36c563c0a3a69bd7261da\codecwav-20101023.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.paulscode\libraryjavasound\20101123\5c5e304366f75f9eaa2e8cca546a1fb6109348b3\libraryjavasound-20101123.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.paulscode\librarylwjglopenal\20100824\73e80d0794c39665aec3f62eee88ca91676674ef\librarylwjglopenal-20100824.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.paulscode\soundsystem\20120107\419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6\soundsystem-20120107.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\io.netty\netty-all\4.0.10.Final\9e50bd52ffe257a0e2cd8d971688d6ce7d174325\netty-all-4.0.10.Final.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.google.guava\guava\17.0\9c6ef172e8de35fd8d4d8783e4821e57cdef7445\guava-17.0.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.3.2\90a3822c38ec8c996e84c16a3477ef632cbc87a3\commons-lang3-3.3.2.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.4\b1b6ea3b7e4aa4f492509a4952029cd8e48019ad\commons-io-2.4.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.9\9ce04e34240f674bc72680f8b843b1457383161a\commons-codec-1.9.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput\2.0.5\39c7796b469a600f72380316f6b1f11db6c2c7c4\jinput-2.0.5.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.java.jutils\jutils\1.0.0\e12fe1fda814bd348c1579329c86943d2cd3c6a6\jutils-1.0.0.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.2.4\a60a5e993c98c864010053cb901b7eab25306568\gson-2.2.4.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.mojang\authlib\1.5.16\ef1582b11fd0943d069cdcb72e99008ac209a283\authlib-1.5.16.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.0-beta9\1dd66e68cccd907880229f9e2de1314bd13ff785\log4j-api-2.0-beta9.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-core\2.0-beta9\678861ba1b2e1fccb594bb0ca03114bb05da9695\log4j-core-2.0-beta9.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl\2.9.1\f58c5aabcef0e41718a564be9f8e412fff8db847\lwjgl-2.9.1.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl_util\2.9.1\290d7ba8a1bd9566f5ddf16ad06f09af5ec9b20e\lwjgl_util-2.9.1.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch\5.16\1f55f009c61637c10c0acfb8b5ffc600f30044b4\twitch-5.16.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors\2.11.0\8ccfb6541de179bb1c4d45cf414acee069b7f78b\scala-actors-2.11.0.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-xml_2.11\1.0.2\820fbca7e524b530fdadc594c39d49a21ea0337e\scala-xml_2.11-1.0.2.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\7ff832a6eb9ab6a767f1ade2b548092d0fa64795\jinput-platform-2.0.5-natives-linux.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\385ee093e01f587f30ee1c8a2ee7d408fd732e16\jinput-platform-2.0.5-natives-windows.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\53f9c919f34d2ca9de8c51fc4e1e8282029a9232\jinput-platform-2.0.5-natives-osx.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\7c6affe439099806a4f552da14c42f9d643d8b23\twitch-platform-5.16-natives-windows-32.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\39d0c3d363735b4785598e0e7fbf8297c706a9f9\twitch-platform-5.16-natives-windows-64.jar, examining for mod candidates
[18:38:09] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\62503ee712766cf77f97252e5902786fd834b8c5\twitch-platform-5.16-natives-osx.jar, examining for mod candidates
[18:38:10] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-external-platform\4.5\18215140f010c05b9f86ef6f0f8871954d2ccebf\twitch-external-platform-4.5-natives-windows-32.jar, examining for mod candidates
[18:38:10] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-external-platform\4.5\c3cde57891b935d41b6680a9c5e1502eeab76d86\twitch-external-platform-4.5-natives-windows-64.jar, examining for mod candidates
[18:38:10] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\4c517eca808522457dd95ee8fc1fbcdbb602efbe\lwjgl-platform-2.9.1-natives-windows.jar, examining for mod candidates
[18:38:10] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\aa9aae879af8eb378e22cfc64db56ec2ca9a44d1\lwjgl-platform-2.9.1-natives-linux.jar, examining for mod candidates
[18:38:10] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\2d12c83fdfbc04ecabf02c7bc8cc54d034f0daac\lwjgl-platform-2.9.1-natives-osx.jar, examining for mod candidates
[18:38:10] [Client thread/DEBUG] [FML/]: Found a minecraft related directory at F:.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1481-1.7.10\start, examining for mod candidates
[18:38:10] [Client thread/DEBUG] [FML/]: Found a minecraft related file at E:\Program Files (x86)\JetBrains\IntelliJ IDEA 14.1.1\lib\idea_rt.jar, examining for mod candidates
[18:38:10] [Client thread/TRACE] [FML/]: Skipping known library file F:\Work\JAVA Project\GoodTime-Industrial\eclipse\mods\CodeChickenCore-1.7.10-1.0.4.29-universal.jar
[18:38:10] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:\Work\JAVA Project\GoodTime-Industrial\eclipse.\mods\1.7.10\CodeChickenLib-1.7.10-1.1.1.99-dev.jar, examining for mod candidates
[18:38:10] [Client thread/TRACE] [FML/]: Skipping known library file F:\Work\JAVA Project\GoodTime-Industrial\eclipse\mods\NotEnoughItems-1.7.10-1.0.3.74-universal.jar
[18:38:10] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:\Work\JAVA Project\GoodTime-Industrial\eclipse.\mods\ic2\EJML-core-0.26.jar, examining for mod candidates
[18:38:10] [Client thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully
[18:38:10] [Client thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer
[18:38:10] [Client thread/INFO] [FML/]: Searching F:\Work\JAVA Project\GoodTime-Industrial\eclipse\mods for mods
[18:38:10] [Client thread/DEBUG] [FML/]: Found a candidate mod directory 1.7.10
[18:38:10] [Client thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker CodeChickenCore-1.7.10-1.0.4.29-universal.jar
[18:38:10] [Client thread/DEBUG] [FML/]: Found a candidate mod directory ic2
[18:38:10] [Client thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker NotEnoughItems-1.7.10-1.0.3.74-universal.jar
[18:38:10] [Client thread/INFO] [FML/]: Also searching F:\Work\JAVA Project\GoodTime-Industrial\eclipse\mods\1.7.10 for mods
[18:38:10] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file CodeChickenLib-1.7.10-1.1.1.99-dev.jar
[18:38:10] [Client thread/DEBUG] [FML/]: Examining file charsets.jar for potential mods
[18:38:10] [Client thread/DEBUG] [FML/]: The mod container charsets.jar appears to be missing an mcmod.info file
[18:38:10] [Client thread/DEBUG] [FML/]: Examining file deploy.jar for potential mods
[18:38:10] [Client thread/DEBUG] [FML/]: The mod container deploy.jar appears to be missing an mcmod.info file
[18:38:10] [Client thread/DEBUG] [FML/]: Examining file javaws.jar for potential mods
[18:38:10] [Client thread/DEBUG] [FML/]: The mod container javaws.jar appears to be missing an mcmod.info file
[18:38:10] [Client thread/DEBUG] [FML/]: Examining file jce.jar for potential mods
[18:38:10] [Client thread/DEBUG] [FML/]: The mod container jce.jar appears to be missing an mcmod.info file
[18:38:10] [Client thread/DEBUG] [FML/]: Examining file jfr.jar for potential mods
[18:38:10] [Client thread/DEBUG] [FML/]: The mod container jfr.jar appears to be missing an mcmod.info file
[18:38:10] [Client thread/DEBUG] [FML/]: Examining file jfxrt.jar for potential mods
[18:38:10] [Client thread/DEBUG] [FML/]: The mod container jfxrt.jar appears to be missing an mcmod.info file
[18:38:11] [Client thread/DEBUG] [FML/]: Examining file jsse.jar for potential mods
[18:38:11] [Client thread/DEBUG] [FML/]: The mod container jsse.jar appears to be missing an mcmod.info file
[18:38:11] [Client thread/DEBUG] [FML/]: Examining file management-agent.jar for potential mods
[18:38:11] [Client thread/DEBUG] [FML/]: The mod container management-agent.jar appears to be missing an mcmod.info file
[18:38:11] [Client thread/DEBUG] [FML/]: Examining file plugin.jar for potential mods
[18:38:11] [Client thread/DEBUG] [FML/]: The mod container plugin.jar appears to be missing an mcmod.info file
[18:38:11] [Client thread/DEBUG] [FML/]: Examining file resources.jar for potential mods
[18:38:11] [Client thread/DEBUG] [FML/]: The mod container resources.jar appears to be missing an mcmod.info file
[18:38:11] [Client thread/DEBUG] [FML/]: Examining file access-bridge-64.jar for potential mods
[18:38:11] [Client thread/DEBUG] [FML/]: The mod container access-bridge-64.jar appears to be missing an mcmod.info file
[18:38:11] [Client thread/DEBUG] [FML/]: Examining file dnsns.jar for potential mods
[18:38:11] [Client thread/DEBUG] [FML/]: The mod container dnsns.jar appears to be missing an mcmod.info file
[18:38:11] [Client thread/DEBUG] [FML/]: Examining file jaccess.jar for potential mods
[18:38:11] [Client thread/DEBUG] [FML/]: The mod container jaccess.jar appears to be missing an mcmod.info file
[18:38:11] [Client thread/DEBUG] [FML/]: Examining file localedata.jar for potential mods
[18:38:11] [Client thread/DEBUG] [FML/]: The mod container localedata.jar appears to be missing an mcmod.info file
[18:38:11] [Client thread/DEBUG] [FML/]: Examining file sunec.jar for potential mods
[18:38:11] [Client thread/DEBUG] [FML/]: The mod container sunec.jar appears to be missing an mcmod.info file
[18:38:11] [Client thread/DEBUG] [FML/]: Examining file sunjce_provider.jar for potential mods
[18:38:11] [Client thread/DEBUG] [FML/]: The mod container sunjce_provider.jar appears to be missing an mcmod.info file
[18:38:11] [Client thread/DEBUG] [FML/]: Examining file sunmscapi.jar for potential mods
[18:38:11] [Client thread/DEBUG] [FML/]: The mod container sunmscapi.jar appears to be missing an mcmod.info file
[18:38:11] [Client thread/DEBUG] [FML/]: Examining file zipfs.jar for potential mods
[18:38:11] [Client thread/DEBUG] [FML/]: The mod container zipfs.jar appears to be missing an mcmod.info file
[18:38:11] [Client thread/DEBUG] [FML/]: Examining directory GoodTime-Industrial for potential mods
[18:38:11] [Client thread/DEBUG] [FML/]: Found an mcmod.info file in directory GoodTime-Industrial
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package assets
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package assets.gti
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package assets.gti.lang
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package assets.gti.sounds
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package assets.gti.textures
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package assets.gti.textures.blocks
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package assets.gti.textures.blocks.fluids
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package assets.gti.textures.client
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package assets.gti.textures.client.gui
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package assets.gti.textures.items
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime.gti
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime.gti.client
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime.gti.client.gui
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime.gti.common
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime.gti.common.blocks
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime.gti.common.blocks.fluid
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime.gti.common.core
[18:38:11] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (com.mcgoodtime.gti.common.core.Gti) - loading
[18:38:11] [Client thread/TRACE] [gti/]: Parsed dependency info : [Forge@[10.13.2.1291,), IC2@[2.2.660,)] [Forge@[10.13.2.1291,), IC2@[2.2.660,)] []
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime.gti.common.init
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime.gti.common.inventory
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime.gti.common.items
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime.gti.common.items.tools
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime.gti.common.recipes
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime.gti.common.tiles
[18:38:11] [Client thread/TRACE] [FML/]: Recursing into package com.mcgoodtime.gti.common.worldgen
[18:38:11] [Client thread/DEBUG] [FML/]: Examining file industrialcraft-2-2.2.742-experimental-dev.jar for potential mods
[18:38:11] [Client thread/TRACE] [FML/]: Located mcmod.info file in file industrialcraft-2-2.2.742-experimental-dev.jar
[18:38:11] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (ic2.core.IC2) - loading
[18:38:11] [Client thread/TRACE] [IC2/]: Parsed dependency info : [Forge@[10.13.0.1200,)] [Forge@[10.13.0.1200,)] []
[18:38:12] [Client thread/DEBUG] [FML/]: Examining file forgeSrc-1.7.10-10.13.4.1481-1.7.10.jar for potential mods
[18:38:12] [Client thread/DEBUG] [FML/]: The mod container forgeSrc-1.7.10-10.13.4.1481-1.7.10.jar appears to be missing an mcmod.info file
[18:38:12] [Client thread/DEBUG] [FML/]: Examining file launchwrapper-1.12.jar for potential mods
[18:38:12] [Client thread/DEBUG] [FML/]: The mod container launchwrapper-1.12.jar appears to be missing an mcmod.info file
[18:38:12] [Client thread/DEBUG] [FML/]: Examining file jsr305-1.3.9.jar for potential mods
[18:38:12] [Client thread/DEBUG] [FML/]: The mod container jsr305-1.3.9.jar appears to be missing an mcmod.info file
[18:38:12] [Client thread/DEBUG] [FML/]: Examining file asm-debug-all-5.0.3.jar for potential mods
[18:38:12] [Client thread/DEBUG] [FML/]: The mod container asm-debug-all-5.0.3.jar appears to be missing an mcmod.info file
[18:38:12] [Client thread/DEBUG] [FML/]: Examining file akka-actor_2.11-2.3.3.jar for potential mods
[18:38:12] [Client thread/DEBUG] [FML/]: The mod container akka-actor_2.11-2.3.3.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file config-1.2.1.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container config-1.2.1.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file scala-actors-migration_2.11-1.1.0.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container scala-actors-migration_2.11-1.1.0.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file scala-compiler-2.11.1.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container scala-compiler-2.11.1.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file scala-continuations-library_2.11-1.0.2.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container scala-continuations-library_2.11-1.0.2.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file scala-continuations-plugin_2.11.1-1.0.2.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container scala-continuations-plugin_2.11.1-1.0.2.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file scala-library-2.11.1.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container scala-library-2.11.1.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file scala-parser-combinators_2.11-1.0.1.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container scala-parser-combinators_2.11-1.0.1.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file scala-reflect-2.11.1.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container scala-reflect-2.11.1.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file scala-swing_2.11-1.0.1.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container scala-swing_2.11-1.0.1.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file scala-xml_2.11-1.0.2.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container scala-xml_2.11-1.0.2.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file jopt-simple-4.5.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container jopt-simple-4.5.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file lzma-0.0.1.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container lzma-0.0.1.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file realms-1.3.5.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container realms-1.3.5.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file commons-compress-1.8.1.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container commons-compress-1.8.1.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file httpclient-4.3.3.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container httpclient-4.3.3.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file commons-logging-1.1.3.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container commons-logging-1.1.3.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file httpcore-4.3.2.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container httpcore-4.3.2.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file vecmath-1.3.1.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container vecmath-1.3.1.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file trove4j-3.0.3.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container trove4j-3.0.3.jar appears to be missing an mcmod.info file
[18:38:13] [Client thread/DEBUG] [FML/]: Examining file icu4j-core-mojang-51.2.jar for potential mods
[18:38:13] [Client thread/DEBUG] [FML/]: The mod container icu4j-core-mojang-51.2.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file codecjorbis-20101023.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container codecjorbis-20101023.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file codecwav-20101023.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container codecwav-20101023.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file libraryjavasound-20101123.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container libraryjavasound-20101123.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file librarylwjglopenal-20100824.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container librarylwjglopenal-20100824.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file soundsystem-20120107.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container soundsystem-20120107.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file netty-all-4.0.10.Final.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container netty-all-4.0.10.Final.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file guava-17.0.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container guava-17.0.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file commons-lang3-3.3.2.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container commons-lang3-3.3.2.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file commons-io-2.4.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container commons-io-2.4.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file commons-codec-1.9.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container commons-codec-1.9.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file jinput-2.0.5.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container jinput-2.0.5.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file jutils-1.0.0.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container jutils-1.0.0.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file gson-2.2.4.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container gson-2.2.4.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file authlib-1.5.16.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container authlib-1.5.16.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file log4j-api-2.0-beta9.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container log4j-api-2.0-beta9.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file log4j-core-2.0-beta9.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container log4j-core-2.0-beta9.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file lwjgl-2.9.1.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container lwjgl-2.9.1.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file lwjgl_util-2.9.1.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container lwjgl_util-2.9.1.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file twitch-5.16.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container twitch-5.16.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file scala-actors-2.11.0.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container scala-actors-2.11.0.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file scala-xml_2.11-1.0.2.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container scala-xml_2.11-1.0.2.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file scala-parser-combinators_2.11-1.0.1.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container scala-parser-combinators_2.11-1.0.1.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file jinput-platform-2.0.5-natives-linux.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container jinput-platform-2.0.5-natives-linux.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file jinput-platform-2.0.5-natives-windows.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container jinput-platform-2.0.5-natives-windows.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file jinput-platform-2.0.5-natives-osx.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container jinput-platform-2.0.5-natives-osx.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file twitch-platform-5.16-natives-windows-32.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container twitch-platform-5.16-natives-windows-32.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file twitch-platform-5.16-natives-windows-64.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container twitch-platform-5.16-natives-windows-64.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file twitch-platform-5.16-natives-osx.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container twitch-platform-5.16-natives-osx.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file twitch-external-platform-4.5-natives-windows-32.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container twitch-external-platform-4.5-natives-windows-32.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file twitch-external-platform-4.5-natives-windows-64.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container twitch-external-platform-4.5-natives-windows-64.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file lwjgl-platform-2.9.1-natives-windows.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container lwjgl-platform-2.9.1-natives-windows.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file lwjgl-platform-2.9.1-natives-linux.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container lwjgl-platform-2.9.1-natives-linux.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file lwjgl-platform-2.9.1-natives-osx.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container lwjgl-platform-2.9.1-natives-osx.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining directory start for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: No mcmod.info file found in directory start
[18:38:14] [Client thread/TRACE] [FML/]: Recursing into package net
[18:38:14] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge
[18:38:14] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.gradle
[18:38:14] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.gradle.tweakers
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file idea_rt.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container idea_rt.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file CodeChickenLib-1.7.10-1.1.1.99-dev.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container CodeChickenLib-1.7.10-1.1.1.99-dev.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file EJML-core-0.26.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container EJML-core-0.26.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/DEBUG] [FML/]: Examining directory 1.7.10 for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: No mcmod.info file found in directory 1.7.10
[18:38:14] [Client thread/DEBUG] [FML/]: Examining directory ic2 for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: No mcmod.info file found in directory ic2
[18:38:14] [Client thread/DEBUG] [FML/]: Examining file CodeChickenLib-1.7.10-1.1.1.99-dev.jar for potential mods
[18:38:14] [Client thread/DEBUG] [FML/]: The mod container CodeChickenLib-1.7.10-1.1.1.99-dev.jar appears to be missing an mcmod.info file
[18:38:14] [Client thread/INFO] [FML/]: Forge Mod Loader has identified 7 mods to load
[18:38:14] [Client thread/DEBUG] [FML/]: Found API ic2.api.reactor (owned by IC2 providing IC2API) embedded in IC2
[18:38:14] [Client thread/DEBUG] [FML/]: Found API ic2.api.recipe (owned by IC2 providing IC2API) embedded in IC2
[18:38:14] [Client thread/DEBUG] [FML/]: Found API ic2.api.network (owned by IC2 providing IC2API) embedded in IC2
[18:38:14] [Client thread/DEBUG] [FML/]: Found API ic2.api (owned by IC2 providing IC2API) embedded in IC2
[18:38:14] [Client thread/DEBUG] [FML/]: Found API ic2.api.tile (owned by IC2 providing IC2API) embedded in IC2
[18:38:14] [Client thread/DEBUG] [FML/]: Found API ic2.api.crops (owned by IC2 providing IC2API) embedded in IC2
[18:38:14] [Client thread/DEBUG] [FML/]: Found API ic2.api.energy.tile (owned by IC2 providing IC2API) embedded in IC2
[18:38:14] [Client thread/DEBUG] [FML/]: Found API ic2.api.energy.event (owned by IC2 providing IC2API) embedded in IC2
[18:38:14] [Client thread/DEBUG] [FML/]: Found API ic2.api.item (owned by IC2 providing IC2API) embedded in IC2
[18:38:14] [Client thread/DEBUG] [FML/]: Found API ic2.api.util (owned by IC2 providing IC2API) embedded in IC2
[18:38:14] [Client thread/DEBUG] [FML/]: Found API ic2.api.event (owned by IC2 providing IC2API) embedded in IC2
[18:38:14] [Client thread/DEBUG] [FML/]: Found API ic2.api.info (owned by IC2 providing IC2API) embedded in IC2
[18:38:14] [Client thread/DEBUG] [FML/]: Found API ic2.api.energy (owned by IC2 providing IC2API) embedded in IC2
[18:38:14] [Client thread/DEBUG] [FML/]: Found API ic2.api.energy.prefab (owned by IC2 providing IC2API) embedded in IC2
[18:38:14] [Client thread/DEBUG] [FML/]: Creating API container dummy for API IC2API: owner: IC2, dependents: []
[18:38:14] [Client thread/TRACE] [FML/]: Received a system property request ''
[18:38:14] [Client thread/TRACE] [FML/]: System property request managing the state of 0 mods
[18:38:14] [Client thread/DEBUG] [FML/]: After merging, found state information for 0 mods
[18:38:14] [Client thread/DEBUG] [FML/]: Found translations in forgeSrc-1.7.10-10.13.4.1481-1.7.10.jar [en_US, af_ZA, ar_SA, br_FR, ca_ES, cs_CZ, da_DK, de_DE, el_GR, en_US, es_ES, fa_IR, fi_FI, fr_FR, he_IL, hu_HU, it_IT, ja_JP, ko_KR, lt_LT, nb_NO, nl_NL, nn_NO, no_NO, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sl_SI, sr_SP, sv_SE, tr_TR, uk_UA, vi_VN, zh_CN, zh_TW, en_US]
[18:38:14] [Client thread/DEBUG] [FML/]: Found translations in forgeSrc-1.7.10-10.13.4.1481-1.7.10.jar [en_US, af_ZA, ar_SA, br_FR, ca_ES, cs_CZ, da_DK, de_DE, el_GR, en_US, es_ES, fa_IR, fi_FI, fr_FR, he_IL, hu_HU, it_IT, ja_JP, ko_KR, lt_LT, nb_NO, nl_NL, nn_NO, no_NO, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sl_SI, sr_SP, sv_SE, tr_TR, uk_UA, vi_VN, zh_CN, zh_TW, en_US]
[18:38:14] [Client thread/DEBUG] [FML/]: Found translations in NotEnoughItems-1.7.10-1.0.3.74-universal.jar [cs_CZ, fr_FR, et_EE, zh_CN, it_IT, zh_TW, de_DE, tr_TR, ru_RU, pt_BR, sk_SK, ko_KR, en_US]
[18:38:14] [Client thread/DEBUG] [gti/]: Enabling mod gti
[18:38:14] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang en_US at assets/gti/lang/en_US.lang into language system
[18:38:15] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang zh_CN at assets/gti/lang/zh_CN.lang into language system
[18:38:15] [Client thread/DEBUG] [IC2/]: Enabling mod IC2
[18:38:15] [Client thread/DEBUG] [FML/]: Found translations in industrialcraft-2-2.2.742-experimental-dev.jar [en_IC]
[18:38:15] [Client thread/TRACE] [FML/]: Verifying mod requirements are satisfied
[18:38:15] [Client thread/TRACE] [FML/]: All mod requirements are satisfied
[18:38:15] [Client thread/TRACE] [FML/]: Sorting mods into an ordered list
[18:38:15] [Client thread/TRACE] [FML/]: Mod sorting completed successfully
[18:38:15] [Client thread/DEBUG] [FML/]: Mod sorting data
[18:38:15] [Client thread/DEBUG] [FML/]: IC2(IndustrialCraft 2:2.2.742-experimental): industrialcraft-2-2.2.742-experimental-dev.jar (required-after:Forge@[10.13.0.1200,))
[18:38:15] [Client thread/DEBUG] [FML/]: gti(GoodTime-Industrial:Dev.0.1): GoodTime-Industrial (required-after:Forge@[10.13.2.1291,);required-after:IC2@[2.2.660,);)
[18:38:15] [Client thread/DEBUG] [FML/]: IC2API(API: IC2API:1.0): industrialcraft-2-2.2.742-experimental-dev.jar ()
[18:38:15] [Client thread/INFO] [FML/]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.99-dev.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[18:38:15] [Client thread/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp
[18:38:15] [Client thread/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp
[18:38:15] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Coder Pack took 0.003s
[18:38:15] [Client thread/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML
[18:38:15] [Client thread/TRACE] [FML/FML]: Mod FML is using network checker : Invoking method checkModLists
[18:38:15] [Client thread/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection
[18:38:15] [Client thread/TRACE] [FML/FML]: The mod FML accepts its own version (7.10.99.99)
[18:38:15] [Client thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, gti, IC2] at CLIENT
[18:38:15] [Client thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, gti, IC2] at SERVER
[18:38:16] [Client thread/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML
[18:38:16] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Forge Mod Loader took 1.344s
[18:38:16] [Client thread/TRACE] [Forge/Forge]: Sending event FMLConstructionEvent to mod Forge
[18:38:16] [Client thread/TRACE] [FML/Forge]: Mod Forge is using network checker : No network checking performed
[18:38:16] [Client thread/TRACE] [FML/Forge]: Testing mod Forge to verify it accepts its own version in a remote connection
[18:38:16] [Client thread/TRACE] [FML/Forge]: The mod Forge accepts its own version (10.13.4.1481)
[18:38:16] [Client thread/TRACE] [Forge/Forge]: Sent event FMLConstructionEvent to mod Forge
[18:38:16] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Forge took 0.071s
[18:38:16] [Client thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLConstructionEvent to mod CodeChickenCore
[18:38:16] [Client thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLConstructionEvent to mod CodeChickenCore
[18:38:16] [Client thread/DEBUG] [FML/]: Bar Step: Construction - CodeChicken Core took 0.001s
[18:38:16] [Client thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event FMLConstructionEvent to mod NotEnoughItems
[18:38:16] [Client thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event FMLConstructionEvent to mod NotEnoughItems
[18:38:16] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Not Enough Items took 0.002s
[18:38:16] [Client thread/TRACE] [IC2/IC2]: Sending event FMLConstructionEvent to mod IC2
[18:38:17] [Client thread/TRACE] [FML/IC2]: Mod IC2 is using network checker : Accepting version 2.2.742-experimental
[18:38:17] [Client thread/TRACE] [FML/IC2]: Testing mod IC2 to verify it accepts its own version in a remote connection
[18:38:17] [Client thread/TRACE] [FML/IC2]: The mod IC2 accepts its own version (2.2.742-experimental)
[18:38:17] [Client thread/DEBUG] [FML/IC2]: Attempting to inject @SidedProxy classes into IC2
[18:38:17] [Client thread/TRACE] [IC2/IC2]: Sent event FMLConstructionEvent to mod IC2
[18:38:17] [Client thread/DEBUG] [FML/]: Bar Step: Construction - IndustrialCraft 2 took 1.252s
[18:38:17] [Client thread/TRACE] [gti/gti]: Sending event FMLConstructionEvent to mod gti
[18:38:18] [Client thread/TRACE] [FML/gti]: Mod gti is using network checker : Accepting version Dev.0.1
[18:38:18] [Client thread/TRACE] [FML/gti]: Testing mod gti to verify it accepts its own version in a remote connection
[18:38:18] [Client thread/TRACE] [FML/gti]: The mod gti accepts its own version (Dev.0.1)
[18:38:18] [Client thread/DEBUG] [FML/gti]: Attempting to inject @SidedProxy classes into gti
[18:38:18] [Client thread/TRACE] [gti/gti]: Sent event FMLConstructionEvent to mod gti
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Step: Construction - GoodTime-Industrial took 0.213s
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Finished: Construction took 2.887s
[18:38:18] [Client thread/DEBUG] [FML/]: Mod signature data
[18:38:18] [Client thread/DEBUG] [FML/]: Valid Signatures:
[18:38:18] [Client thread/DEBUG] [FML/]: (de041f9f6187debbc77034a344134053277aa3b0) IC2 (IndustrialCraft 2 2.2.742-experimental) industrialcraft-2-2.2.742-experimental-dev.jar
[18:38:18] [Client thread/DEBUG] [FML/]: Missing Signatures:
[18:38:18] [Client thread/DEBUG] [FML/]: mcp (Minecraft Coder Pack 9.05) minecraft.jar
[18:38:18] [Client thread/DEBUG] [FML/]: FML (Forge Mod Loader 7.10.99.99) forgeSrc-1.7.10-10.13.4.1481-1.7.10.jar
[18:38:18] [Client thread/DEBUG] [FML/]: Forge (Minecraft Forge 10.13.4.1481) forgeSrc-1.7.10-10.13.4.1481-1.7.10.jar
[18:38:18] [Client thread/DEBUG] [FML/]: CodeChickenCore (CodeChicken Core 1.0.4.29) minecraft.jar
[18:38:18] [Client thread/DEBUG] [FML/]: NotEnoughItems (Not Enough Items 1.0.3.74) NotEnoughItems-1.7.10-1.0.3.74-universal.jar
[18:38:18] [Client thread/DEBUG] [FML/]: gti (GoodTime-Industrial Dev.0.1) GoodTime-Industrial
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Default took 0.009s
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.014s
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.011s
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Not Enough Items took 0.001s
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:GoodTime-Industrial took 0.005s
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:IndustrialCraft 2 took 0.008s
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading - LanguageManager took 0.306s
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Reloading listeners took 0.309s
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resources took 0.356s
[18:38:18] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one
[18:38:18] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one
[18:38:18] [Client thread/DEBUG] [Not Enough Items/]: Mod Not Enough Items is missing a pack.mcmeta file, substituting a dummy one
[18:38:18] [Client thread/DEBUG] [GoodTime-Industrial/]: Mod GoodTime-Industrial is missing a pack.mcmeta file, substituting a dummy one
[18:38:18] [Client thread/INFO] [FML/]: Processing ObjectHolder annotations
[18:38:18] [Client thread/INFO] [FML/]: Found 341 ObjectHolder annotations
[18:38:18] [Client thread/INFO] [FML/]: Identifying ItemStackHolder annotations
[18:38:18] [Client thread/INFO] [FML/]: Found 0 ItemStackHolder annotations
[18:38:18] [Client thread/TRACE] [mcp/mcp]: Sending event FMLPreInitializationEvent to mod mcp
[18:38:18] [Client thread/TRACE] [mcp/mcp]: Sent event FMLPreInitializationEvent to mod mcp
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.001s
[18:38:18] [Client thread/TRACE] [FML/FML]: Sending event FMLPreInitializationEvent to mod FML
[18:38:18] [Client thread/TRACE] [FML/FML]: Sent event FMLPreInitializationEvent to mod FML
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Mod Loader took 0.001s
[18:38:18] [Client thread/TRACE] [Forge/Forge]: Sending event FMLPreInitializationEvent to mod Forge
[18:38:18] [Client thread/INFO] [FML/Forge]: Configured a dormant chunk cache size of 0
[18:38:18] [Client thread/TRACE] [Forge/Forge]: Sent event FMLPreInitializationEvent to mod Forge
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Forge took 0.125s
[18:38:18] [Client thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLPreInitializationEvent to mod CodeChickenCore
[18:38:18] [Client thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLPreInitializationEvent to mod CodeChickenCore
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - CodeChicken Core took 0.085s
[18:38:18] [Client thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event FMLPreInitializationEvent to mod NotEnoughItems
[18:38:18] [Client thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event FMLPreInitializationEvent to mod NotEnoughItems
[18:38:18] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Not Enough Items took 0.233s
[18:38:18] [Client thread/TRACE] [IC2/IC2]: Sending event FMLPreInitializationEvent to mod IC2
[18:38:18] [Client thread/DEBUG] [IC2.General/IC2]: Starting pre-init.
[18:38:19] [ic2-poolthread-1/DEBUG] [IC2.Resource/IC2]: Translations loaded from file F:.gradle\caches\modules-2\files-2.1\net.industrial-craft\industrialcraft-2\2.2.742-experimental\6ee9abf83ae59935b08bd25f303aa3737f05c677\industrialcraft-2-2.2.742-experimental-dev.jar.
[18:38:19] [Client thread/DEBUG] [IC2.Audio/IC2]: Using 32 audio sources.
[18:38:21] [Client thread/DEBUG] [FML/IC2]: Method ic2.core.block.TileEntityLiquidTankElectricMachine.getTankFluidId()I: Replacing GETFIELD fluidID with INVOKEVIRTUAL getFluidID
[18:38:21] [Client thread/DEBUG] [FML/IC2]: Method ic2.core.block.TileEntityLiquidTankStandardMaschine.getTankFluidId()I: Replacing GETFIELD fluidID with INVOKEVIRTUAL getFluidID
[18:38:22] [Client thread/DEBUG] [FML/IC2]: Method ic2.core.block.machine.gui.GuiCanner.drawGuiContainerBackgroundLayer(FII)V: Replacing GETFIELD fluidID with INVOKEVIRTUAL getFluidID
[18:38:22] [Client thread/DEBUG] [FML/IC2]: Method ic2.core.block.machine.gui.GuiCanner.drawGuiContainerBackgroundLayer(FII)V: Replacing GETFIELD fluidID with INVOKEVIRTUAL getFluidID
[18:38:23] [Client thread/DEBUG] [FML/IC2]: Method ic2.core.AdvRecipe.expand(Ljava/lang/Object;)Ljava/util/List;: Replacing GETFIELD fluidID with INVOKEVIRTUAL getFluidID
[18:38:23] [Client thread/TRACE] [FML/IC2]: Automatically registered mod IC2 entity MiningLaser as IC2.MiningLaser
[18:38:23] [Client thread/TRACE] [FML/IC2]: Automatically registered mod IC2 entity Dynamite as IC2.Dynamite
[18:38:23] [Client thread/TRACE] [FML/IC2]: Automatically registered mod IC2 entity StickyDynamite as IC2.StickyDynamite
[18:38:23] [Client thread/TRACE] [FML/IC2]: Automatically registered mod IC2 entity Itnt as IC2.Itnt
[18:38:23] [Client thread/TRACE] [FML/IC2]: Automatically registered mod IC2 entity Nuke as IC2.Nuke
[18:38:23] [Client thread/TRACE] [FML/IC2]: Automatically registered mod IC2 entity BoatCarbon as IC2.BoatCarbon
[18:38:23] [Client thread/TRACE] [FML/IC2]: Automatically registered mod IC2 entity BoatRubber as IC2.BoatRubber
[18:38:23] [Client thread/TRACE] [FML/IC2]: Automatically registered mod IC2 entity BoatElectric as IC2.BoatElectric
[18:38:23] [Client thread/TRACE] [FML/IC2]: Automatically registered mod IC2 entity Particle as IC2.Particle
[18:38:23] [Client thread/DEBUG] [IC2.General/IC2]: Finished pre-init after 4643 ms.
[18:38:23] [Client thread/TRACE] [IC2/IC2]: Sent event FMLPreInitializationEvent to mod IC2
[18:38:23] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - IndustrialCraft 2 took 4.644s
[18:38:23] [Client thread/TRACE] [gti/gti]: Sending event FMLPreInitializationEvent to mod gti
[18:38:23] [Client thread/INFO] [gti/gti]: Gti config loaded
[18:38:23] [Client thread/INFO] [gti/gti]: oreIridium226
[18:38:23] [Client thread/INFO] [gti/gti]: CompressedWaterHyacinth227
[18:38:23] [Client thread/INFO] [gti/gti]: DehydratedWaterHyacinthBlock228
[18:38:23] [Client thread/INFO] [gti/gti]: CarbonizeFurnace229
[18:38:23] [Client thread/INFO] [gti/gti]: waterhyacinth230
[18:38:23] [Client thread/INFO] [gti/gti]: gengasku231
[18:38:23] [Client thread/INFO] [gti/gti]: carbonizefurnace229
[18:38:23] [Client thread/TRACE] [gti/gti]: Sent event FMLPreInitializationEvent to mod gti
[18:38:23] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - GoodTime-Industrial took 0.053s
[18:38:23] [Client thread/DEBUG] [FML/]: Bar Finished: PreInitialization took 5.142s
[18:38:23] [Client thread/INFO] [FML/]: Applying holder lookups
[18:38:23] [Client thread/INFO] [FML/]: Holder lookups applied
[18:38:23] [Client thread/INFO] [FML/]: Injecting itemstacks
[18:38:23] [Client thread/INFO] [FML/]: Itemstack injection complete
[18:38:23] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - TextureManager took 0.000s
[18:38:23] [Client thread/DEBUG] [IC2.Audio/]: IC2 audio starting.
[18:38:23] [Sound Library Loader/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]:
[18:38:23] [Sound Library Loader/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[18:38:23] [Thread-9/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[18:38:23] [Thread-9/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[18:38:23] [Thread-9/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[18:38:24] [Sound Library Loader/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]:
[18:38:24] [IC2 audio init thread/DEBUG] [IC2.Audio/]: IC2 audio ready.
[18:38:30] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - SoundHandler took 7.248s
[18:38:31] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.007s
[18:38:31] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.007s
[18:38:31] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - GrassColorReloadListener took 0.011s
[18:38:31] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FoliageColorReloadListener took 0.016s
[18:38:31] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Render Manager took 0.441s
[18:38:31] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - EntityRenderer took 0.002s
[18:38:31] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Entity Renderer took 0.026s
[18:38:31] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading GL properties took 0.041s
[18:38:31] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Render Global instance took 0.198s
[18:38:31] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Building Blocks Texture took 0.076s
[18:38:31] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Anisotropy and Mipmaps took 0.000s
[18:38:31] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching - missingno took 0.003s
[18:38:31] [Client thread/DEBUG] [FML/]: Bar Finished: Texture creation took 0.033s
[18:38:31] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Blocks Texture took 0.073s
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching - missingno took 0.000s
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Finished: Texture creation took 0.016s
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Items Texture took 0.180s
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Viewport took 0.002s
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Finished: Rendering Setup took 1.038s
[18:38:32] [Client thread/TRACE] [mcp/mcp]: Sending event FMLInitializationEvent to mod mcp
[18:38:32] [Client thread/TRACE] [mcp/mcp]: Sent event FMLInitializationEvent to mod mcp
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Coder Pack took 0.001s
[18:38:32] [Client thread/TRACE] [FML/FML]: Sending event FMLInitializationEvent to mod FML
[18:38:32] [Client thread/TRACE] [FML/FML]: Sent event FMLInitializationEvent to mod FML
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - Forge Mod Loader took 0.001s
[18:38:32] [Client thread/TRACE] [Forge/Forge]: Sending event FMLInitializationEvent to mod Forge
[18:38:32] [Client thread/TRACE] [Forge/Forge]: Sent event FMLInitializationEvent to mod Forge
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Forge took 0.001s
[18:38:32] [Client thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLInitializationEvent to mod CodeChickenCore
[18:38:32] [Client thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLInitializationEvent to mod CodeChickenCore
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - CodeChicken Core took 0.084s
[18:38:32] [Client thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event FMLInitializationEvent to mod NotEnoughItems
[18:38:32] [Client thread/ERROR] [CodeChickenCore/NotEnoughItems]: Unable to do mod description scrolling due to lack of stencil buffer
[18:38:32] [Client thread/DEBUG] [FML/NotEnoughItems]: Method codechicken.lib.packet.PacketCustom.writeFluidStack(Lnet/minecraftforge/fluids/FluidStack;)Lcodechicken/lib/packet/PacketCustom;: Replacing GETFIELD fluidID with INVOKEVIRTUAL getFluidID
[18:38:32] [Client thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event FMLInitializationEvent to mod NotEnoughItems
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - Not Enough Items took 0.358s
[18:38:32] [Client thread/TRACE] [IC2/IC2]: Sending event FMLInitializationEvent to mod IC2
[18:38:32] [Client thread/DEBUG] [IC2.General/IC2]: Starting init.
[18:38:32] [Client thread/DEBUG] [IC2.General/IC2]: Finished init after 223 ms.
[18:38:32] [Client thread/TRACE] [IC2/IC2]: Sent event FMLInitializationEvent to mod IC2
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - IndustrialCraft 2 took 0.225s
[18:38:32] [Client thread/TRACE] [gti/gti]: Sending event FMLInitializationEvent to mod gti
[18:38:32] [Client thread/TRACE] [gti/gti]: Sent event FMLInitializationEvent to mod gti
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - GoodTime-Industrial took 0.064s
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Finished: Initialization took 0.733s
[18:38:32] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod mcp
[18:38:32] [Client thread/TRACE] [mcp/mcp]: Sending event IMCEvent to mod mcp
[18:38:32] [Client thread/TRACE] [mcp/mcp]: Sent event IMCEvent to mod mcp
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0.009s
[18:38:32] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod FML
[18:38:32] [Client thread/TRACE] [FML/FML]: Sending event IMCEvent to mod FML
[18:38:32] [Client thread/TRACE] [FML/FML]: Sent event IMCEvent to mod FML
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0.001s
[18:38:32] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod Forge
[18:38:32] [Client thread/TRACE] [Forge/Forge]: Sending event IMCEvent to mod Forge
[18:38:32] [Client thread/TRACE] [Forge/Forge]: Sent event IMCEvent to mod Forge
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Forge took 0.001s
[18:38:32] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod CodeChickenCore
[18:38:32] [Client thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event IMCEvent to mod CodeChickenCore
[18:38:32] [Client thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event IMCEvent to mod CodeChickenCore
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - CodeChicken Core took 0.001s
[18:38:32] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod NotEnoughItems
[18:38:32] [Client thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event IMCEvent to mod NotEnoughItems
[18:38:32] [Client thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event IMCEvent to mod NotEnoughItems
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Not Enough Items took 0.001s
[18:38:32] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod IC2
[18:38:32] [Client thread/TRACE] [IC2/IC2]: Sending event IMCEvent to mod IC2
[18:38:32] [Client thread/TRACE] [IC2/IC2]: Sent event IMCEvent to mod IC2
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - IndustrialCraft 2 took 0.004s
[18:38:32] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod gti
[18:38:32] [Client thread/TRACE] [gti/gti]: Sending event IMCEvent to mod gti
[18:38:32] [Client thread/TRACE] [gti/gti]: Sent event IMCEvent to mod gti
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - GoodTime-Industrial took 0.001s
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Finished: InterModComms$IMC took 0.017s
[18:38:32] [Client thread/INFO] [FML/]: Injecting itemstacks
[18:38:32] [Client thread/INFO] [FML/]: Itemstack injection complete
[18:38:32] [Client thread/TRACE] [mcp/mcp]: Sending event FMLPostInitializationEvent to mod mcp
[18:38:32] [Client thread/TRACE] [mcp/mcp]: Sent event FMLPostInitializationEvent to mod mcp
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Coder Pack took 0.001s
[18:38:32] [Client thread/TRACE] [FML/FML]: Sending event FMLPostInitializationEvent to mod FML
[18:38:32] [Client thread/TRACE] [FML/FML]: Sent event FMLPostInitializationEvent to mod FML
[18:38:32] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Forge Mod Loader took 0.001s
[18:38:32] [Client thread/TRACE] [Forge/Forge]: Sending event FMLPostInitializationEvent to mod Forge
[18:38:33] [Client thread/TRACE] [Forge/Forge]: Sent event FMLPostInitializationEvent to mod Forge
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Forge took 0.226s
[18:38:33] [Client thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLPostInitializationEvent to mod CodeChickenCore
[18:38:33] [Client thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLPostInitializationEvent to mod CodeChickenCore
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - CodeChicken Core took 0.001s
[18:38:33] [Client thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event FMLPostInitializationEvent to mod NotEnoughItems
[18:38:33] [Client thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event FMLPostInitializationEvent to mod NotEnoughItems
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Not Enough Items took 0.001s
[18:38:33] [Client thread/TRACE] [IC2/IC2]: Sending event FMLPostInitializationEvent to mod IC2
[18:38:33] [Client thread/DEBUG] [IC2.General/IC2]: Starting post-init.
[18:38:33] [Client thread/DEBUG] [FML/IC2]: Bar Finished: Loading Resource - Localization$3 took 0.001s
[18:38:33] [Client thread/DEBUG] [IC2.SubModule/IC2]: Loading IC2 submodule: bcIntegration.
[18:38:33] [Client thread/DEBUG] [IC2.SubModule/IC2]: Submodule bcIntegration not loaded.
[18:38:33] [Client thread/DEBUG] [IC2.Uu/IC2]: Loading UU world scan values from the user config.
[18:38:33] [Client thread/DEBUG] [IC2.Uu/IC2]: 1046 UU recipe transformations fetched after 52 ms.
[18:38:33] [Client thread/DEBUG] [IC2.General/IC2]: Finished post-init after 406 ms.
[18:38:33] [Client thread/INFO] [IC2.General/IC2]: IC2 version 2.2.742-experimental loaded.
[18:38:33] [Client thread/TRACE] [IC2/IC2]: Sent event FMLPostInitializationEvent to mod IC2
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - IndustrialCraft 2 took 0.407s
[18:38:33] [Client thread/TRACE] [gti/gti]: Sending event FMLPostInitializationEvent to mod gti
[18:38:33] [Client thread/TRACE] [gti/gti]: Sent event FMLPostInitializationEvent to mod gti
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - GoodTime-Industrial took 0.001s
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Finished: PostInitialization took 0.637s
[18:38:33] [Client thread/TRACE] [mcp/mcp]: Sending event FMLLoadCompleteEvent to mod mcp
[18:38:33] [Client thread/TRACE] [mcp/mcp]: Sent event FMLLoadCompleteEvent to mod mcp
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Coder Pack took 0.001s
[18:38:33] [Client thread/TRACE] [FML/FML]: Sending event FMLLoadCompleteEvent to mod FML
[18:38:33] [Client thread/TRACE] [FML/FML]: Sent event FMLLoadCompleteEvent to mod FML
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Forge Mod Loader took 0.001s
[18:38:33] [Client thread/TRACE] [Forge/Forge]: Sending event FMLLoadCompleteEvent to mod Forge
[18:38:33] [Client thread/DEBUG] [FML/Forge]: Forge RecipeSorter Baking:
[18:38:33] [Client thread/DEBUG] [FML/Forge]: 13: RecipeEntry("Before", UNKNOWN, )
[18:38:33] [Client thread/DEBUG] [FML/Forge]: 12: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless
[18:38:33] [Client thread/DEBUG] [FML/Forge]: 11: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped
[18:38:33] [Client thread/DEBUG] [FML/Forge]: 10: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped
[18:38:33] [Client thread/DEBUG] [FML/Forge]: 9: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped
[18:38:33] [Client thread/DEBUG] [FML/Forge]: 8: RecipeEntry("ic2:shaped", SHAPED, ic2.core.AdvRecipe) After: minecraft:shapeless
[18:38:33] [Client thread/DEBUG] [FML/Forge]: 7: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless
[18:38:33] [Client thread/DEBUG] [FML/Forge]: 6: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless
[18:38:33] [Client thread/DEBUG] [FML/Forge]: 5: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless
[18:38:33] [Client thread/DEBUG] [FML/Forge]: 4: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless
[18:38:33] [Client thread/DEBUG] [FML/Forge]: 3: RecipeEntry("ic2:shapeless", SHAPELESS, ic2.core.AdvShapelessRecipe) After: ic2:shaped
[18:38:33] [Client thread/DEBUG] [FML/Forge]: 2: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless
[18:38:33] [Client thread/DEBUG] [FML/Forge]: 1: RecipeEntry("After", UNKNOWN, )
[18:38:33] [Client thread/DEBUG] [FML/Forge]: Sorting recipies
[18:38:33] [Client thread/TRACE] [Forge/Forge]: Sent event FMLLoadCompleteEvent to mod Forge
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Forge took 0.009s
[18:38:33] [Client thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLLoadCompleteEvent to mod CodeChickenCore
[18:38:33] [Client thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLLoadCompleteEvent to mod CodeChickenCore
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - CodeChicken Core took 0.001s
[18:38:33] [Client thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event FMLLoadCompleteEvent to mod NotEnoughItems
[18:38:33] [Client thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event FMLLoadCompleteEvent to mod NotEnoughItems
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Not Enough Items took 0.001s
[18:38:33] [Client thread/TRACE] [IC2/IC2]: Sending event FMLLoadCompleteEvent to mod IC2
[18:38:33] [Client thread/TRACE] [IC2/IC2]: Sent event FMLLoadCompleteEvent to mod IC2
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - IndustrialCraft 2 took 0.001s
[18:38:33] [Client thread/TRACE] [gti/gti]: Sending event FMLLoadCompleteEvent to mod gti
[18:38:33] [Client thread/TRACE] [gti/gti]: Sent event FMLLoadCompleteEvent to mod gti
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - GoodTime-Industrial took 0.002s
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Finished: LoadComplete took 0.014s
[18:38:33] [Client thread/DEBUG] [FML/]: Freezing block and item id maps
[18:38:33] [Client thread/DEBUG] [FML/]: Registry consistency check successful
[18:38:33] [Client thread/DEBUG] [FML/]: Registry consistency check successful
[18:38:33] [Client thread/INFO] [FML/]: Forge Mod Loader has successfully loaded 7 mods
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Default took 0.004s
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.025s
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.030s
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Not Enough Items took 0.001s
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:GoodTime-Industrial took 0.001s
[18:38:33] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:IndustrialCraft 2 took 0.002s
[18:38:34] [ic2-poolthread-2/DEBUG] [IC2.Uu/IC2]: UU graph built with 822 nodes after 1034 ms.
[18:38:35] [Client thread/DEBUG] [FML/]: Bar Finished: Texture Loading took 1.471s
[18:38:35] [Client thread/DEBUG] [FML/]: Bar Finished: Mipmap generation took 0.071s
[18:38:35] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching took 0.075s
[18:38:35] [Client thread/DEBUG] [FML/]: Bar Finished: Texture creation took 0.086s
[18:38:35] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/atlas/items.png took 1.632s
[18:38:37] [Client thread/DEBUG] [FML/]: Bar Finished: Texture Loading took 2.206s
[18:38:38] [Client thread/DEBUG] [FML/]: Bar Finished: Mipmap generation took 0.702s
[18:38:38] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching took 0.131s
[18:38:38] [Client thread/DEBUG] [FML/]: Bar Finished: Texture creation took 0.174s
[18:38:38] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/atlas/blocks.png took 3.090s
[18:38:38] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/font/ascii.png took 0.004s
[18:38:38] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/font/ascii_sga.png took 0.003s
[18:38:38] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/lightMap_1 took 0.000s
[18:38:38] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading Texture Manager took 4.729s
[18:38:38] [Client thread/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]:
[18:38:38] [Client thread/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[18:38:38] [Client thread/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[18:38:38] [Client thread/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]:
[18:38:38] [Client thread/DEBUG] [IC2.Audio/]: IC2 audio starting.
[18:38:38] [Sound Library Loader/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]:
[18:38:38] [Sound Library Loader/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[18:38:38] [Thread-12/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[18:38:38] [Thread-12/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[18:38:39] [Thread-12/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[18:38:39] [Sound Library Loader/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]:
[18:38:39] [IC2 audio init thread/DEBUG] [IC2.Audio/]: IC2 audio ready.
[18:38:40] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading took 6.574s
[18:38:40] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Reloading listeners took 6.575s
[18:38:40] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resources took 6.637s
[18:38:40] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one
[18:38:40] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one
[18:38:40] [Client thread/DEBUG] [Not Enough Items/]: Mod Not Enough Items is missing a pack.mcmeta file, substituting a dummy one
[18:38:40] [Client thread/DEBUG] [GoodTime-Industrial/]: Mod GoodTime-Industrial is missing a pack.mcmeta file, substituting a dummy one
[18:38:40] [Client thread/DEBUG] [FML/]: Bar Finished: Loading took 30.848s
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: The following texture errors were found.
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: ==================================================
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: DOMAIN gti
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: --------------------------------------------------
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: domain gti is missing 3 textures
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: domain gti has 1 location:
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: mod gti resources at F:\Work\JAVA Project\GoodTime-Industrial\out\production\GoodTime-Industrial
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: -------------------------
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: The missing resources for domain gti are:
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: textures/blocks/blockDehydratedWaterHyacinthBlock.png
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: textures/blocks/BlockWaterHyacinth.png
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: textures/items/record_MusicSpring.png
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: -------------------------
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: No other errors exist for domain gti
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: ==================================================
[18:38:40] [Client thread/ERROR] [TEXTURE ERRORS/]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[18:49:05] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerAboutToStartEvent to mod mcp
[18:49:05] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerAboutToStartEvent to mod mcp
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Minecraft Coder Pack took 0.001s
[18:49:05] [Server thread/TRACE] [FML/FML]: Sending event FMLServerAboutToStartEvent to mod FML
[18:49:05] [Server thread/TRACE] [FML/FML]: Sent event FMLServerAboutToStartEvent to mod FML
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Forge Mod Loader took 0.001s
[18:49:05] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerAboutToStartEvent to mod Forge
[18:49:05] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerAboutToStartEvent to mod Forge
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Minecraft Forge took 0.000s
[18:49:05] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLServerAboutToStartEvent to mod CodeChickenCore
[18:49:05] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLServerAboutToStartEvent to mod CodeChickenCore
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - CodeChicken Core took 0.000s
[18:49:05] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event FMLServerAboutToStartEvent to mod NotEnoughItems
[18:49:05] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event FMLServerAboutToStartEvent to mod NotEnoughItems
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Not Enough Items took 0.001s
[18:49:05] [Server thread/TRACE] [IC2/IC2]: Sending event FMLServerAboutToStartEvent to mod IC2
[18:49:05] [Server thread/TRACE] [IC2/IC2]: Sent event FMLServerAboutToStartEvent to mod IC2
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - IndustrialCraft 2 took 0.000s
[18:49:05] [Server thread/TRACE] [gti/gti]: Sending event FMLServerAboutToStartEvent to mod gti
[18:49:05] [Server thread/TRACE] [gti/gti]: Sent event FMLServerAboutToStartEvent to mod gti
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - GoodTime-Industrial took 0.000s
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Finished: ServerAboutToStart took 0.004s
[18:49:05] [Server thread/INFO] [FML/]: Injecting existing block and item data into this server instance
[18:49:05] [Server thread/DEBUG] [FML/]: Registry consistency check successful
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed block id mismatch gti:GenGasKu: 231 (init) -> 230 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed block id mismatch gti:CarbonizeFurnace: 229 (init) -> 231 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed block id mismatch gti:WaterHyacinth: 230 (init) -> 229 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed block id mismatch gti:EVSU: 232 (init) -> 233 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed item id mismatch gti:CarbonizeFurnace: 229 (init) -> 231 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed item id mismatch gti:EVSU: 232 (init) -> 233 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed item id mismatch gti:PackagedSalt: 4318 (init) -> 4321 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed item id mismatch gti:DiamondApple: 4321 (init) -> 4316 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed item id mismatch gti:Salt: 4317 (init) -> 4323 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed item id mismatch gti:WaterHyacinth: 230 (init) -> 229 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed item id mismatch gti:CarbonTube: 4319 (init) -> 4324 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed item id mismatch gti:gti.iridiumPickaxe: 4322 (init) -> 4317 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed item id mismatch gti:record_TheSaltwaterRoom: 4316 (init) -> 4320 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed item id mismatch gti:smallCompressedWaterHyacinth: 4299 (init) -> 4322 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed item id mismatch gti:record_MusicSpring: 4320 (init) -> 4325 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Fixed item id mismatch gti:GenGasKu: 231 (init) -> 230 (map).
[18:49:05] [Server thread/DEBUG] [FML/]: Registry consistency check successful
[18:49:05] [Server thread/TRACE] [mcp/mcp]: Sending event FMLModIdMappingEvent to mod mcp
[18:49:05] [Server thread/TRACE] [mcp/mcp]: Sent event FMLModIdMappingEvent to mod mcp
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.001s
[18:49:05] [Server thread/TRACE] [FML/FML]: Sending event FMLModIdMappingEvent to mod FML
[18:49:05] [Server thread/TRACE] [FML/FML]: Sent event FMLModIdMappingEvent to mod FML
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Forge Mod Loader took 0.001s
[18:49:05] [Server thread/TRACE] [Forge/Forge]: Sending event FMLModIdMappingEvent to mod Forge
[18:49:05] [Server thread/TRACE] [Forge/Forge]: Sent event FMLModIdMappingEvent to mod Forge
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Forge took 0.002s
[18:49:05] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLModIdMappingEvent to mod CodeChickenCore
[18:49:05] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLModIdMappingEvent to mod CodeChickenCore
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - CodeChicken Core took 0.001s
[18:49:05] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event FMLModIdMappingEvent to mod NotEnoughItems
[18:49:05] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event FMLModIdMappingEvent to mod NotEnoughItems
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Not Enough Items took 0.001s
[18:49:05] [Server thread/TRACE] [IC2/IC2]: Sending event FMLModIdMappingEvent to mod IC2
[18:49:05] [Server thread/TRACE] [IC2/IC2]: Sent event FMLModIdMappingEvent to mod IC2
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - IndustrialCraft 2 took 0.001s
[18:49:05] [Server thread/TRACE] [gti/gti]: Sending event FMLModIdMappingEvent to mod gti
[18:49:05] [Server thread/TRACE] [gti/gti]: Sent event FMLModIdMappingEvent to mod gti
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - GoodTime-Industrial took 0.001s
[18:49:05] [Server thread/DEBUG] [FML/]: Bar Finished: ModIdMapping took 0.006s
[18:49:05] [Server thread/INFO] [FML/]: Applying holder lookups
[18:49:05] [Server thread/INFO] [FML/]: Holder lookups applied
[18:49:05] [Server thread/DEBUG] [FML/]: Loading persistent fluid defaults from world
[18:49:05] [Server thread/DEBUG] [FML/]: The fluid IC2:ic2biogas has been selected as the default fluid for ic2biogas
[18:49:05] [Server thread/DEBUG] [FML/]: The fluid IC2:ic2uumatter has been selected as the default fluid for ic2uumatter
[18:49:05] [Server thread/DEBUG] [FML/]: The fluid IC2:ic2coolant has been selected as the default fluid for ic2coolant
[18:49:05] [Server thread/DEBUG] [FML/]: The fluid IC2:ic2steam has been selected as the default fluid for ic2steam
[18:49:05] [Server thread/DEBUG] [FML/]: The fluid IC2:ic2pahoehoelava has been selected as the default fluid for ic2pahoehoelava
[18:49:05] [Server thread/DEBUG] [FML/]: The fluid IC2:ic2distilledwater has been selected as the default fluid for ic2distilledwater
[18:49:05] [Server thread/DEBUG] [FML/]: The fluid IC2:ic2biomass has been selected as the default fluid for ic2biomass
[18:49:05] [Server thread/DEBUG] [FML/]: The fluid IC2:ic2constructionfoam has been selected as the default fluid for ic2constructionfoam
[18:49:05] [Server thread/DEBUG] [FML/]: The fluid minecraft:water has been selected as the default fluid for water
[18:49:05] [Server thread/DEBUG] [FML/]: The fluid IC2:ic2superheatedsteam has been selected as the default fluid for ic2superheatedsteam
[18:49:05] [Server thread/DEBUG] [FML/]: The fluid gti:natural gas has been selected as the default fluid for natural gas
[18:49:05] [Server thread/DEBUG] [FML/]: The fluid IC2:ic2hotcoolant has been selected as the default fluid for ic2hotcoolant
[18:49:05] [Server thread/DEBUG] [FML/]: The fluid minecraft:lava has been selected as the default fluid for lava
[18:49:05] [Server thread/INFO] [FML/]: Loading dimension 0 (新的世界) (net.minecraft.server.integrated.IntegratedServer@338d6cb9)
[18:49:05] [Server thread/INFO] [FML/]: Loading dimension 1 (新的世界) (net.minecraft.server.integrated.IntegratedServer@338d6cb9)
[18:49:05] [Server thread/DEBUG] [NotEnoughItems/]: Loading NEI Server
[18:49:06] [Server thread/INFO] [FML/]: Loading dimension -1 (新的世界) (net.minecraft.server.integrated.IntegratedServer@338d6cb9)
[18:49:06] [Server thread/DEBUG] [CCL ASM/]: Replacing method [net/minecraft/tileentity/MobSpawnerBaseLogic.func_98281_h()Lnet/minecraft/entity/Entity;] @ 9 - 10
[18:49:07] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStartingEvent to mod mcp
[18:49:07] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStartingEvent to mod mcp
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Minecraft Coder Pack took 0.001s
[18:49:07] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStartingEvent to mod FML
[18:49:07] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStartingEvent to mod FML
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Forge Mod Loader took 0.001s
[18:49:07] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerStartingEvent to mod Forge
[18:49:07] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerStartingEvent to mod Forge
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Minecraft Forge took 0.004s
[18:49:07] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLServerStartingEvent to mod CodeChickenCore
[18:49:07] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLServerStartingEvent to mod CodeChickenCore
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - CodeChicken Core took 0.001s
[18:49:07] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event FMLServerStartingEvent to mod NotEnoughItems
[18:49:07] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event FMLServerStartingEvent to mod NotEnoughItems
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Not Enough Items took 0.001s
[18:49:07] [Server thread/TRACE] [IC2/IC2]: Sending event FMLServerStartingEvent to mod IC2
[18:49:07] [Server thread/TRACE] [IC2/IC2]: Sent event FMLServerStartingEvent to mod IC2
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - IndustrialCraft 2 took 0.013s
[18:49:07] [Server thread/TRACE] [gti/gti]: Sending event FMLServerStartingEvent to mod gti
[18:49:07] [Server thread/TRACE] [gti/gti]: Sent event FMLServerStartingEvent to mod gti
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - GoodTime-Industrial took 0.001s
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStarting took 0.020s
[18:49:07] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStartedEvent to mod mcp
[18:49:07] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStartedEvent to mod mcp
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Minecraft Coder Pack took 0.000s
[18:49:07] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStartedEvent to mod FML
[18:49:07] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStartedEvent to mod FML
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Forge Mod Loader took 0.000s
[18:49:07] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerStartedEvent to mod Forge
[18:49:07] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerStartedEvent to mod Forge
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Minecraft Forge took 0.001s
[18:49:07] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLServerStartedEvent to mod CodeChickenCore
[18:49:07] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLServerStartedEvent to mod CodeChickenCore
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - CodeChicken Core took 0.001s
[18:49:07] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event FMLServerStartedEvent to mod NotEnoughItems
[18:49:07] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event FMLServerStartedEvent to mod NotEnoughItems
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Not Enough Items took 0.001s
[18:49:07] [Server thread/TRACE] [IC2/IC2]: Sending event FMLServerStartedEvent to mod IC2
[18:49:07] [Server thread/TRACE] [IC2/IC2]: Sent event FMLServerStartedEvent to mod IC2
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - IndustrialCraft 2 took 0.001s
[18:49:07] [Server thread/TRACE] [gti/gti]: Sending event FMLServerStartedEvent to mod gti
[18:49:07] [Server thread/TRACE] [gti/gti]: Sent event FMLServerStartedEvent to mod gti
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - GoodTime-Industrial took 0.001s
[18:49:07] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStarted took 0.004s
[18:49:07] [Server thread/DEBUG] [CCL ASM/]: NEI: Applying workbench fix
[18:49:08] [Netty Client IO #0/DEBUG] [FML/]: Server FML protocol version 2, 4 byte dimension received 0
[18:49:08] [Netty Client IO #0/TRACE] [FML/]: $ServerHello->FMLHandshakeClientState$2:HELLO
[18:49:08] [Netty Client IO #0/INFO] [FML/]: Server protocol version 2
[18:49:08] [Netty Client IO #0/DEBUG] [FML/]: Received override dimension 0
[18:49:08] [Netty IO #1/TRACE] [FML/]: $ClientHello->FMLHandshakeServerState$2:HELLO
[18:49:08] [Netty IO #1/INFO] [FML/]: Client protocol version 2
[18:49:08] [Netty IO #1/TRACE] [FML/]: $ModList:7 mods->FMLHandshakeServerState$2:HELLO
[18:49:08] [Netty IO #1/INFO] [FML/]: Client attempting to join with 7 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[18:49:08] [Netty IO #1/INFO] [FML/]: Attempting connection with missing mods [] at CLIENT
[18:49:08] [Netty Client IO #0/TRACE] [FML/]: $ModList:7 mods->FMLHandshakeClientState$3:WAITINGSERVERDATA
[18:49:08] [Netty Client IO #0/INFO] [FML/]: Attempting connection with missing mods [] at SERVER
[18:49:08] [Netty IO #1/TRACE] [FML/]: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK
[18:49:08] [Netty Client IO #0/TRACE] [FML/]: $HandshakeAck:{2}->FMLHandshakeClientState$5:PENDINGCOMPLETE
[18:49:08] [Netty IO #1/TRACE] [FML/]: $HandshakeAck:{4}->FMLHandshakeServerState$4:COMPLETE
[18:49:08] [Netty Client IO #0/TRACE] [FML/]: $HandshakeAck:{3}->FMLHandshakeClientState$6:COMPLETE
[18:49:08] [Netty IO #1/TRACE] [FML/]: $HandshakeAck:{5}->FMLHandshakeServerState$5:DONE
[18:49:08] [Server thread/INFO] [FML/]: [Server thread] Server side modded connection established
[18:49:08] [Client thread/DEBUG] [FML/]: The fluid IC2:ic2biogas has been selected as the default fluid for ic2biogas
[18:49:08] [Client thread/DEBUG] [FML/]: The fluid IC2:ic2uumatter has been selected as the default fluid for ic2uumatter
[18:49:08] [Client thread/DEBUG] [FML/]: The fluid IC2:ic2coolant has been selected as the default fluid for ic2coolant
[18:49:08] [Client thread/DEBUG] [FML/]: The fluid IC2:ic2steam has been selected as the default fluid for ic2steam
[18:49:08] [Client thread/DEBUG] [FML/]: The fluid IC2:ic2pahoehoelava has been selected as the default fluid for ic2pahoehoelava
[18:49:08] [Client thread/DEBUG] [FML/]: The fluid IC2:ic2distilledwater has been selected as the default fluid for ic2distilledwater
[18:49:08] [Client thread/DEBUG] [FML/]: The fluid IC2:ic2biomass has been selected as the default fluid for ic2biomass
[18:49:08] [Client thread/DEBUG] [FML/]: The fluid IC2:ic2constructionfoam has been selected as the default fluid for ic2constructionfoam
[18:49:08] [Client thread/DEBUG] [FML/]: The fluid minecraft:water has been selected as the default fluid for water
[18:49:08] [Client thread/DEBUG] [FML/]: The fluid IC2:ic2superheatedsteam has been selected as the default fluid for ic2superheatedsteam
[18:49:08] [Client thread/DEBUG] [FML/]: The fluid gti:natural gas has been selected as the default fluid for natural gas
[18:49:08] [Client thread/DEBUG] [FML/]: The fluid IC2:ic2hotcoolant has been selected as the default fluid for ic2hotcoolant
[18:49:08] [Client thread/DEBUG] [FML/]: The fluid minecraft:lava has been selected as the default fluid for lava
[18:49:08] [Client thread/INFO] [FML/]: [Client thread] Client side modded connection established
[18:49:08] [Server thread/DEBUG] [NotEnoughItems/]: Loading Player: Owl
[18:49:08] [Client thread/DEBUG] [FML/]: Overriding dimension: using 0
[18:49:08] [Server thread/DEBUG] [NotEnoughItems/]: Sending serverside check to: Owl
[18:49:08] [Client thread/DEBUG] [NotEnoughItems/]: Loading Local World
[18:49:09] [Client thread/DEBUG] [CCL ASM/]: Writing method [codechicken/nei/guihook/GuiContainerManager.getManager(Lnet/minecraft/client/gui/inventory/GuiContainer;)Lcodechicken/nei/guihook/GuiContainerManager;]
[18:49:09] [Client thread/DEBUG] [CCL ASM/]: Writing method [codechicken/nei/guihook/GuiContainerManager.callKeyTyped(Lnet/minecraft/client/gui/inventory/GuiContainer;CI)V]
[18:49:09] [Client thread/DEBUG] [CCL ASM/]: Writing method [codechicken/nei/guihook/DefaultSlotClickHandler.callHandleMouseClick(Lnet/minecraft/client/gui/inventory/GuiContainer;Lnet/minecraft/inventory/Slot;III)V]
[18:49:10] [Client thread/DEBUG] [CCL ASM/]: Inserted super call into [net/minecraft/client/renderer/InventoryEffectRenderer.updateScreen()V]
[18:49:10] [Client thread/DEBUG] [CCL ASM/]: Injecting before method [net/minecraft/client/gui/inventory/GuiContainerCreative.func_147049_a(Lnet/minecraft/creativetab/CreativeTabs;II)Z]
[18:49:10] [Client thread/DEBUG] [CCL ASM/]: Injecting before method [net/minecraft/client/gui/inventory/GuiContainerCreative.renderCreativeInventoryHoveringText(Lnet/minecraft/creativetab/CreativeTabs;II)Z]
[18:49:10] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\charsets.jar, examining for codechicken classes
[18:49:10] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\deploy.jar, examining for codechicken classes
[18:49:10] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\javaws.jar, examining for codechicken classes
[18:49:10] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\jce.jar, examining for codechicken classes
[18:49:10] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\jfr.jar, examining for codechicken classes
[18:49:10] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\jfxrt.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\jsse.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\management-agent.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\plugin.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\resources.jar, examining for codechicken classes
[18:49:11] [Server thread/INFO] [STDOUT/]: [ic2.api.item.IC2Items:getItem:36]: IC2 API: Call getItem failed for Basalt
[18:49:11] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.terraingen.OreGenEvent$Post@1437e470:
java.lang.NullPointerException
at com.mcgoodtime.gti.common.worldgen.BasaltGen.generate(BasaltGen.java:69) ~[BasaltGen.class:?]
at com.mcgoodtime.gti.common.worldgen.DummyWorldGenerator.generate(DummyWorldGenerator.java:55) ~[DummyWorldGenerator.class:?]
at com.mcgoodtime.gti.common.worldgen.WorldGenerationHandler.generateOre(WorldGenerationHandler.java:46) ~[WorldGenerationHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_53_WorldGenerationHandler_generateOre_Post.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
at net.minecraft.world.biome.BiomeDecorator.generateOres(BiomeDecorator.java:409) [BiomeDecorator.class:?]
at net.minecraft.world.biome.BiomeDecorator.genDecorations(BiomeDecorator.java:154) [BiomeDecorator.class:?]
at net.minecraft.world.biome.BiomeDecorator.decorateChunk(BiomeDecorator.java:145) [BiomeDecorator.class:?]
at net.minecraft.world.biome.BiomeGenBase.decorate(BiomeGenBase.java:412) [BiomeGenBase.class:?]
at net.minecraft.world.biome.BiomeGenForest.decorate(BiomeGenForest.java:198) [BiomeGenForest.class:?]
at net.minecraft.world.gen.ChunkProviderGenerate.populate(ChunkProviderGenerate.java:444) [ChunkProviderGenerate.class:?]
at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:313) [ChunkProviderServer.class:?]
at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1157) [Chunk.class:?]
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:208) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:149) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:119) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:221) [ChunkProviderServer.class:?]
at net.minecraft.world.World.getChunkFromChunkCoords(World.java:482) [World.class:?]
at net.minecraft.world.World.getBlock(World.java:387) [World.class:?]
at net.minecraft.world.World.isAirBlock(World.java:410) [World.class:?]
at net.minecraft.block.BlockStaticLiquid.updateTick(BlockStaticLiquid.java:88) [BlockStaticLiquid.class:?]
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:408) [WorldServer.class:?]
at net.minecraft.world.WorldServer.tick(WorldServer.java:191) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:692) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[18:49:11] [Server thread/ERROR] [FML/]: Index: 1 Listeners:
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\access-bridge-64.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\dnsns.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\jaccess.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\localedata.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\sunec.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\sunjce_provider.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\sunmscapi.jar, examining for codechicken classes
[18:49:11] [Server thread/ERROR] [FML/]: 0: NORMAL
[18:49:11] [Server thread/ERROR] [FML/]: 1: ASM: com.mcgoodtime.gti.common.worldgen.WorldGenerationHandler@60fa30ff generateOre(Lnet/minecraftforge/event/terraingen/OreGenEvent$Post;)V
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\zipfs.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related directory at F:\Work\JAVA Project\GoodTime-Industrial\out\production\GoodTime-Industrial, examining for codechicken classes
[18:49:11] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save 新的世界
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.industrial-craft\industrialcraft-2\2.2.742-experimental\6ee9abf83ae59935b08bd25f303aa3737f05c677\industrialcraft-2-2.2.742-experimental-dev.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1481-1.7.10\forgeSrc-1.7.10-10.13.4.1481-1.7.10.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.minecraft\launchwrapper\1.12\111e7bea9c968cdb3d06ef4632bf7ff0824d0f36\launchwrapper-1.12.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\1.3.9\40719ea6961c0cb6afaeb6a921eaa1f6afd4cfdf\jsr305-1.3.9.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\5.0.3\f9e364ae2a66ce2a543012a4668856e84e5dab74\asm-debug-all-5.0.3.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.typesafe.akka\akka-actor_2.11\2.3.3\ed62e9fc709ca0f2ff1a3220daa8b70a2870078e\akka-actor_2.11-2.3.3.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.typesafe\config\1.2.1\f771f71fdae3df231bcd54d5ca2d57f0bf93f467\config-1.2.1.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors-migration_2.11\1.1.0\dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f\scala-actors-migration_2.11-1.1.0.jar, examining for codechicken classes
[18:49:11] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-compiler\2.11.1\56ea2e6c025e0821f28d73ca271218b8dd04926a\scala-compiler-2.11.1.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-library_2.11\1.0.2\e517c53a7e9acd6b1668c5a35eccbaa3bab9aac\scala-continuations-library_2.11-1.0.2.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-plugin_2.11.1\1.0.2\f361a3283452c57fa30c1ee69448995de23c60f7\scala-continuations-plugin_2.11.1-1.0.2.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.11.1\e11da23da3eabab9f4777b9220e60d44c1aab6a\scala-library-2.11.1.jar, examining for codechicken classes
[18:49:12] [Server thread/INFO] [FML/]: Unloading dimension 0
[18:49:12] [Server thread/INFO] [FML/]: Unloading dimension -1
[18:49:12] [Server thread/INFO] [FML/]: Unloading dimension 1
[18:49:12] [Server thread/DEBUG] [FML/]: Reverting to frozen data state.
[18:49:12] [Server thread/INFO] [FML/]: Applying holder lookups
[18:49:12] [Server thread/INFO] [FML/]: Holder lookups applied
[18:49:12] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppedEvent to mod mcp
[18:49:12] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppedEvent to mod mcp
[18:49:12] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.000s
[18:49:12] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStoppedEvent to mod FML
[18:49:12] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStoppedEvent to mod FML
[18:49:12] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Forge Mod Loader took 0.000s
[18:49:12] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppedEvent to mod Forge
[18:49:12] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppedEvent to mod Forge
[18:49:12] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Forge took 0.001s
[18:49:12] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLServerStoppedEvent to mod CodeChickenCore
[18:49:12] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLServerStoppedEvent to mod CodeChickenCore
[18:49:12] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - CodeChicken Core took 0.000s
[18:49:12] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event FMLServerStoppedEvent to mod NotEnoughItems
[18:49:12] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event FMLServerStoppedEvent to mod NotEnoughItems
[18:49:12] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Not Enough Items took 0.001s
[18:49:12] [Server thread/TRACE] [IC2/IC2]: Sending event FMLServerStoppedEvent to mod IC2
[18:49:12] [Server thread/TRACE] [IC2/IC2]: Sent event FMLServerStoppedEvent to mod IC2
[18:49:12] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - IndustrialCraft 2 took 0.000s
[18:49:12] [Server thread/TRACE] [gti/gti]: Sending event FMLServerStoppedEvent to mod gti
[18:49:12] [Server thread/TRACE] [gti/gti]: Sent event FMLServerStoppedEvent to mod gti
[18:49:12] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - GoodTime-Industrial took 0.000s
[18:49:12] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStopped took 0.003s
[18:49:12] [Server thread/INFO] [FML/]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-reflect\2.11.1\6580347e61cc7f8e802941e7fde40fa83b8badeb\scala-reflect-2.11.1.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-swing_2.11\1.0.1\b1cdd92bd47b1e1837139c1c53020e86bb9112ae\scala-swing_2.11-1.0.1.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-xml_2.11\1.0.2\7a80ec00aec122fba7cd4e0d4cdd87ff7e4cb6d0\scala-xml_2.11-1.0.2.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.sf.jopt-simple\jopt-simple\4.5\6065cc95c661255349c1d0756657be17c29a4fd3\jopt-simple-4.5.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\lzma\lzma\0.0.1\521616dc7487b42bef0e803bd2fa3faf668101d7\lzma-0.0.1.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.mojang\realms\1.3.5\807ae355ee63583becd7ea60e76aab1532bb42e\realms-1.3.5.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.8.1\a698750c16740fd5b3871425f4cb3bbaa87f529d\commons-compress-1.8.1.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.3.3\18f4247ff4572a074444572cee34647c43e7c9c7\httpclient-4.3.3.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.1.3\f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f\commons-logging-1.1.3.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.3.2\31fbbff1ddbf98f3aa7377c94d33b0447c646b6e\httpcore-4.3.2.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\java3d\vecmath\1.3.1\a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d\vecmath-1.3.1.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.sf.trove4j\trove4j\3.0.3\42ccaf4761f0dfdfa805c9e340d99a755907e2dd\trove4j-3.0.3.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.ibm.icu\icu4j-core-mojang\51.2\63d216a9311cca6be337c1e458e587f99d382b84\icu4j-core-mojang-51.2.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.paulscode\codecjorbis\20101023\c73b5636faf089d9f00e8732a829577de25237ee\codecjorbis-20101023.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.paulscode\codecwav\20101023\12f031cfe88fef5c1dd36c563c0a3a69bd7261da\codecwav-20101023.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.paulscode\libraryjavasound\20101123\5c5e304366f75f9eaa2e8cca546a1fb6109348b3\libraryjavasound-20101123.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.paulscode\librarylwjglopenal\20100824\73e80d0794c39665aec3f62eee88ca91676674ef\librarylwjglopenal-20100824.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.paulscode\soundsystem\20120107\419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6\soundsystem-20120107.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\io.netty\netty-all\4.0.10.Final\9e50bd52ffe257a0e2cd8d971688d6ce7d174325\netty-all-4.0.10.Final.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.google.guava\guava\17.0\9c6ef172e8de35fd8d4d8783e4821e57cdef7445\guava-17.0.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.3.2\90a3822c38ec8c996e84c16a3477ef632cbc87a3\commons-lang3-3.3.2.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.4\b1b6ea3b7e4aa4f492509a4952029cd8e48019ad\commons-io-2.4.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.9\9ce04e34240f674bc72680f8b843b1457383161a\commons-codec-1.9.jar, examining for codechicken classes
[18:49:12] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput\2.0.5\39c7796b469a600f72380316f6b1f11db6c2c7c4\jinput-2.0.5.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.java.jutils\jutils\1.0.0\e12fe1fda814bd348c1579329c86943d2cd3c6a6\jutils-1.0.0.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.2.4\a60a5e993c98c864010053cb901b7eab25306568\gson-2.2.4.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\com.mojang\authlib\1.5.16\ef1582b11fd0943d069cdcb72e99008ac209a283\authlib-1.5.16.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.0-beta9\1dd66e68cccd907880229f9e2de1314bd13ff785\log4j-api-2.0-beta9.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-core\2.0-beta9\678861ba1b2e1fccb594bb0ca03114bb05da9695\log4j-core-2.0-beta9.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl\2.9.1\f58c5aabcef0e41718a564be9f8e412fff8db847\lwjgl-2.9.1.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl_util\2.9.1\290d7ba8a1bd9566f5ddf16ad06f09af5ec9b20e\lwjgl_util-2.9.1.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch\5.16\1f55f009c61637c10c0acfb8b5ffc600f30044b4\twitch-5.16.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors\2.11.0\8ccfb6541de179bb1c4d45cf414acee069b7f78b\scala-actors-2.11.0.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-xml_2.11\1.0.2\820fbca7e524b530fdadc594c39d49a21ea0337e\scala-xml_2.11-1.0.2.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\7ff832a6eb9ab6a767f1ade2b548092d0fa64795\jinput-platform-2.0.5-natives-linux.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\385ee093e01f587f30ee1c8a2ee7d408fd732e16\jinput-platform-2.0.5-natives-windows.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\53f9c919f34d2ca9de8c51fc4e1e8282029a9232\jinput-platform-2.0.5-natives-osx.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\7c6affe439099806a4f552da14c42f9d643d8b23\twitch-platform-5.16-natives-windows-32.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\39d0c3d363735b4785598e0e7fbf8297c706a9f9\twitch-platform-5.16-natives-windows-64.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\62503ee712766cf77f97252e5902786fd834b8c5\twitch-platform-5.16-natives-osx.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-external-platform\4.5\18215140f010c05b9f86ef6f0f8871954d2ccebf\twitch-external-platform-4.5-natives-windows-32.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-external-platform\4.5\c3cde57891b935d41b6680a9c5e1502eeab76d86\twitch-external-platform-4.5-natives-windows-64.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\4c517eca808522457dd95ee8fc1fbcdbb602efbe\lwjgl-platform-2.9.1-natives-windows.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\aa9aae879af8eb378e22cfc64db56ec2ca9a44d1\lwjgl-platform-2.9.1-natives-linux.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\2d12c83fdfbc04ecabf02c7bc8cc54d034f0daac\lwjgl-platform-2.9.1-natives-osx.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related directory at F:.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1481-1.7.10\start, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at E:\Program Files (x86)\JetBrains\IntelliJ IDEA 14.1.1\lib\idea_rt.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:\Work\JAVA Project\GoodTime-Industrial\eclipse.\mods\1.7.10\CodeChickenLib-1.7.10-1.1.1.99-dev.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:\Work\JAVA Project\GoodTime-Industrial\eclipse.\mods\ic2\EJML-core-0.26.jar, examining for codechicken classes
[18:49:13] [Client thread/DEBUG] [FML/]: Found a minecraft related file at F:\Work\JAVA Project\GoodTime-Industrial\eclipse\mods\1.7.10\CodeChickenLib-1.7.10-1.1.1.99-dev.jar, examining for codechicken classes
[18:49:13] [Client thread/INFO] [STDOUT/]: [ic2.neiIntegration.core.NEIIC2Config:loadConfig:37]: IC2 NEI Submodule initialized
[18:49:13] [Client thread/DEBUG] [NotEnoughItems/]: Loaded ic2.neiIntegration.core.NEIIC2Config
[18:49:14] [Client thread/INFO] [STDOUT/]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [HUG]

Time: 15-7-3 下午6:49
Description: Exception getting block type in world

java.lang.NullPointerException: Exception getting block type in world
at com.mcgoodtime.gti.common.worldgen.BasaltGen.generate(BasaltGen.java:69)
at com.mcgoodtime.gti.common.worldgen.DummyWorldGenerator.generate(DummyWorldGenerator.java:55)
at com.mcgoodtime.gti.common.worldgen.WorldGenerationHandler.generateOre(WorldGenerationHandler.java:46)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_53_WorldGenerationHandler_generateOre_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.world.biome.BiomeDecorator.generateOres(BiomeDecorator.java:409)
at net.minecraft.world.biome.BiomeDecorator.genDecorations(BiomeDecorator.java:154)
at net.minecraft.world.biome.BiomeDecorator.decorateChunk(BiomeDecorator.java:145)
at net.minecraft.world.biome.BiomeGenBase.decorate(BiomeGenBase.java:412)
at net.minecraft.world.biome.BiomeGenForest.decorate(BiomeGenForest.java:198)
at net.minecraft.world.gen.ChunkProviderGenerate.populate(ChunkProviderGenerate.java:444)
at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:313)
at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1157)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:208)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:149)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:119)
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:221)
at net.minecraft.world.World.getChunkFromChunkCoords(World.java:482)
at net.minecraft.world.World.getBlock(World.java:387)
at net.minecraft.world.World.isAirBlock(World.java:410)
at net.minecraft.block.BlockStaticLiquid.updateTick(BlockStaticLiquid.java:88)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:408)
at net.minecraft.world.WorldServer.tick(WorldServer.java:191)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:692)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at com.mcgoodtime.gti.common.worldgen.BasaltGen.generate(BasaltGen.java:69)
at com.mcgoodtime.gti.common.worldgen.DummyWorldGenerator.generate(DummyWorldGenerator.java:55)
at com.mcgoodtime.gti.common.worldgen.WorldGenerationHandler.generateOre(WorldGenerationHandler.java:46)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_53_WorldGenerationHandler_generateOre_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.world.biome.BiomeDecorator.generateOres(BiomeDecorator.java:409)
at net.minecraft.world.biome.BiomeDecorator.genDecorations(BiomeDecorator.java:154)
at net.minecraft.world.biome.BiomeDecorator.decorateChunk(BiomeDecorator.java:145)
at net.minecraft.world.biome.BiomeGenBase.decorate(BiomeGenBase.java:412)
at net.minecraft.world.biome.BiomeGenForest.decorate(BiomeGenForest.java:198)
at net.minecraft.world.gen.ChunkProviderGenerate.populate(ChunkProviderGenerate.java:444)
at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:313)
at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1157)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:208)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:149)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:119)
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:221)
at net.minecraft.world.World.getChunkFromChunkCoords(World.java:482)

-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (272,10,464), Chunk: (at 0,0,0 in 17,29; contains blocks 272,0,464 to 287,255,479), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.world.World.getBlock(World.java:387)
at net.minecraft.world.World.isAirBlock(World.java:410)
at net.minecraft.block.BlockStaticLiquid.updateTick(BlockStaticLiquid.java:88)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:408)
at net.minecraft.world.WorldServer.tick(WorldServer.java:191)

-- Affected level --
Details:
Level name: 新的世界
All players: 1 total; [EntityPlayerMP['Owl'/406, l='新的世界', x=245.36, y=94.90, z=256.49]]
Chunk stats: ServerChunkCache: 640 Drop: 0
Level seed: -8007624914686505427
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (248,64,256), Chunk: (at 8,4,0 in 15,16; contains blocks 240,0,256 to 255,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 352315 game time, 5364 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 78325 (now: false), thunder time: 130567 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:692)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_79, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 850516800 bytes (811 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 7 mods loaded, 7 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} Minecraft Coder Pack
UCHIJAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1481} Minecraft Forge
UCHIJAAAA CodeChickenCore{1.0.4.29} CodeChicken Core
UCHIJAAAA NotEnoughItems{1.0.3.74} Not Enough Items
UCHIJAAAA IC2{2.2.742-experimental} IndustrialCraft 2
UCHIJAAAA gti{Dev.0.1} GoodTime-Industrial
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Owl'/406, l='新的世界', x=245.36, y=94.90, z=256.49]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
[18:49:14] [Client thread/INFO] [STDOUT/]: [net.minecraft.client.Minecraft:displayCrashReport:393]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2015-07-03_18.49.11-server.txt

IC2 dependency issue and mappings

See f3f30e7

[12:06:48] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
[12:06:48] [Client thread/ERROR] [FML]: 
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCH	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
	UCH	FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.10.2-12.18.3.2221-PROJECT(Production-Line).jar) 
	UCH	Forge{12.18.3.2221} [Minecraft Forge] (forgeSrc-1.10.2-12.18.3.2221-PROJECT(Production-Line).jar) 
	UCE	IC2{2.6.130-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.130-ex110-dev.jar) 
	UCE	productionline{${version}} [ProductionLine] (Production-Line) 
	UCH	JEI{3.14.3.403} [Just Enough Items] (jei_1.10.2-3.14.3.403.jar) 
[12:06:48] [Client thread/ERROR] [FML]: The following problems were captured during this phase
[12:06:48] [Client thread/ERROR] [FML]: Caught exception from IndustrialCraft 2 (IC2)
java.lang.reflect.MalformedParameterizedTypeException
	at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.validateConstructorArguments(ParameterizedTypeImpl.java:58) ~[?:1.8.0_101]
	at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.<init>(ParameterizedTypeImpl.java:51) ~[?:1.8.0_101]
	at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.make(ParameterizedTypeImpl.java:92) ~[?:1.8.0_101]
	at sun.reflect.generics.factory.CoreReflectionFactory.makeParameterizedType(CoreReflectionFactory.java:105) ~[?:1.8.0_101]
	at sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:140) ~[?:1.8.0_101]
	at sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49) ~[?:1.8.0_101]
	at sun.reflect.generics.repository.ClassRepository.getSuperclass(ClassRepository.java:90) ~[?:1.8.0_101]
	at java.lang.Class.getGenericSuperclass(Class.java:777) ~[?:1.8.0_101]
	at com.google.common.reflect.TypeResolver$TypeMappingIntrospector.visitClass(TypeResolver.java:326) ~[guava-17.0.jar:?]
	at com.google.common.reflect.TypeVisitor.visit(TypeVisitor.java:84) ~[guava-17.0.jar:?]
	at com.google.common.reflect.TypeResolver$TypeMappingIntrospector.getTypeMappings(TypeResolver.java:321) ~[guava-17.0.jar:?]
	at com.google.common.reflect.TypeResolver.accordingTo(TypeResolver.java:68) ~[guava-17.0.jar:?]
	at com.google.common.reflect.TypeToken.resolveType(TypeToken.java:253) ~[guava-17.0.jar:?]
	at com.google.common.reflect.TypeToken.<init>(TypeToken.java:144) ~[guava-17.0.jar:?]
	at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl$1.<init>(IForgeRegistryEntry.java:66) ~[forgeSrc-1.10.2-12.18.3.2221-PROJECT(Production-Line).jar:?]
	at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.<init>(IForgeRegistryEntry.java:66) ~[forgeSrc-1.10.2-12.18.3.2221-PROJECT(Production-Line).jar:?]
	at net.minecraft.item.Item.<init>(Item.java:183) ~[forgeSrc-1.10.2-12.18.3.2221-PROJECT(Production-Line).jar:?]
	at ic2.core.item.ItemIC2.<init>(ItemIC2.java:25) ~[industrialcraft-2-2.6.130-ex110-dev.jar:?]
	at ic2.core.item.ItemMulti.<init>(ItemMulti.java:36) ~[industrialcraft-2-2.6.130-ex110-dev.jar:?]
	at ic2.core.item.ItemMulti.<init>(ItemMulti.java:43) ~[industrialcraft-2-2.6.130-ex110-dev.jar:?]
	at ic2.core.item.ItemIC2Boat.<init>(ItemIC2Boat.java:27) ~[industrialcraft-2-2.6.130-ex110-dev.jar:?]
	at ic2.core.init.BlocksItems.initItems(BlocksItems.java:250) ~[industrialcraft-2-2.6.130-ex110-dev.jar:?]
	at ic2.core.init.BlocksItems.init(BlocksItems.java:147) ~[industrialcraft-2-2.6.130-ex110-dev.jar:?]
	at ic2.core.IC2.load(IC2.java:203) ~[industrialcraft-2-2.6.130-ex110-dev.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_101]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_101]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101]
	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:618) ~[forgeSrc-1.10.2-12.18.3.2221-PROJECT(Production-Line).jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_101]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_101]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
	at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243) ~[forgeSrc-1.10.2-12.18.3.2221-PROJECT(Production-Line).jar:?]
	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) ~[forgeSrc-1.10.2-12.18.3.2221-PROJECT(Production-Line).jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_101]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_101]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145) [LoadController.class:?]
	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624) [Loader.class:?]
	at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:259) [FMLClientHandler.class:?]
	at net.minecraft.client.Minecraft.init(Minecraft.java:477) [Minecraft.class:?]
	at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
	at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_101]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_101]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_101]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_101]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101]
	at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
	at GradleStart.main(GradleStart.java:26) [start/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_101]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_101]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101]
	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147) [idea_rt.jar:?]
[12:06:48] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: ---- Minecraft Crash Report ----
// I just don't know what went wrong :(

Time: 17-2-5 下午12:06
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from IndustrialCraft 2 (IC2)
Caused by: java.lang.reflect.MalformedParameterizedTypeException
	at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.validateConstructorArguments(ParameterizedTypeImpl.java:58)
	at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.<init>(ParameterizedTypeImpl.java:51)
	at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.make(ParameterizedTypeImpl.java:92)
	at sun.reflect.generics.factory.CoreReflectionFactory.makeParameterizedType(CoreReflectionFactory.java:105)
	at sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:140)
	at sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
	at sun.reflect.generics.repository.ClassRepository.getSuperclass(ClassRepository.java:90)
	at java.lang.Class.getGenericSuperclass(Class.java:777)
	at com.google.common.reflect.TypeResolver$TypeMappingIntrospector.visitClass(TypeResolver.java:326)
	at com.google.common.reflect.TypeVisitor.visit(TypeVisitor.java:84)
	at com.google.common.reflect.TypeResolver$TypeMappingIntrospector.getTypeMappings(TypeResolver.java:321)
	at com.google.common.reflect.TypeResolver.accordingTo(TypeResolver.java:68)
	at com.google.common.reflect.TypeToken.resolveType(TypeToken.java:253)
	at com.google.common.reflect.TypeToken.<init>(TypeToken.java:144)
	at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl$1.<init>(IForgeRegistryEntry.java:66)
	at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.<init>(IForgeRegistryEntry.java:66)
	at net.minecraft.item.Item.<init>(Item.java:183)
	at ic2.core.item.ItemIC2.<init>(ItemIC2.java:25)
	at ic2.core.item.ItemMulti.<init>(ItemMulti.java:36)
	at ic2.core.item.ItemMulti.<init>(ItemMulti.java:43)
	at ic2.core.item.ItemIC2Boat.<init>(ItemIC2Boat.java:27)
	at ic2.core.init.BlocksItems.initItems(BlocksItems.java:250)
	at ic2.core.init.BlocksItems.init(BlocksItems.java:147)
	at ic2.core.IC2.load(IC2.java:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:618)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
	at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
	at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:259)
	at net.minecraft.client.Minecraft.init(Minecraft.java:477)
	at net.minecraft.client.Minecraft.run(Minecraft.java:386)
	at net.minecraft.client.main.Main.main(Main.java:118)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
	at GradleStart.main(GradleStart.java:26)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
	Minecraft Version: 1.10.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_101, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 361180064 bytes (344 MB) / 844103680 bytes (805 MB) up to 1873805312 bytes (1787 MB)
	JVM Flags: 0 total; 
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.32 Powered by Forge 12.18.3.2221 6 mods loaded, 6 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCH	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
	UCH	FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.10.2-12.18.3.2221-PROJECT(Production-Line).jar) 
	UCH	Forge{12.18.3.2221} [Minecraft Forge] (forgeSrc-1.10.2-12.18.3.2221-PROJECT(Production-Line).jar) 
	UCE	IC2{2.6.130-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.130-ex110-dev.jar) 
	UCE	productionline{${version}} [ProductionLine] (Production-Line) 
	UCH	JEI{3.14.3.403} [Just Enough Items] (jei_1.10.2-3.14.3.403.jar) 
	Loaded coremods (and transformers): 
PLCore (Production-Line)
  
IC2core (industrialcraft-2-2.6.130-ex110-dev.jar)
  
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.90' Renderer: 'GeForce GTX 750/PCIe/SSE2'
[12:06:48] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: #@!@# Game crashed! Crash report saved to: #@!@# F:\Work\Java Projects\Production-Line\run\.\crash-reports\crash-2017-02-05_12.06.48-client.txt

Process finished with exit code -1

Checkstyle unable to create a Checker

Starting Build
Settings evaluated using settings file '/master/settings.gradle'.
Projects loaded. Root project using build file '/mnt/jenkins/workspace/Gti/build.gradle'.
Included projects: [root project 'Gti']
Evaluating root project 'Gti' using build file '/mnt/jenkins/workspace/Gti/build.gradle'.


Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : unknown


All projects evaluated.
Selected primary task 'clean' from project :
Selected primary task 'setupCIWorkspace' from project :
Selected primary task 'changeBuildNum' from project :
Selected primary task 'build' from project :
Tasks to be executed: [task ':clean', task ':downloadClient', task ':downloadServer', task ':getVersionJson', task ':extractUserDev', task ':mergeJars', task ':applyBinPatches', task ':downloadMcpTools', task ':extractMcpData', task ':genSrgs', task ':deobfBinJar', task ':setupCIWorkspace', task ':changeBuildNum', task ':compileApiJava', task ':processApiResources', task ':apiClasses', task ':checkstyleApi', task ':sourceMainJava', task ':compileJava', task ':processResources', task ':classes', task ':checkstyleMain', task ':compileTestJava', task ':processTestResources', task ':testClasses', task ':checkstyleTest', task ':test', task ':check', task ':jar', task ':reobf', task ':assemble', task ':build']
:clean (Thread[main,5,main]) started.
:clean
Executing task ':clean' (up-to-date check took 0.001 secs) due to:
Task has not declared any outputs.
:clean (Thread[main,5,main]) completed. Took 0.089 secs.
:downloadClient (Thread[main,5,main]) started.
:downloadClient
Skipping task ':downloadClient' as task onlyIf is false.
:downloadClient SKIPPED
:downloadClient (Thread[main,5,main]) completed. Took 0.513 secs.
:downloadServer (Thread[main,5,main]) started.
:downloadServer
Skipping task ':downloadServer' as task onlyIf is false.
:downloadServer SKIPPED
:downloadServer (Thread[main,5,main]) completed. Took 0.624 secs.
:getVersionJson (Thread[main,5,main]) started.
:getVersionJson
Executing task ':getVersionJson' (up-to-date check took 0.001 secs) due to:
Task has not declared any outputs.
:getVersionJson (Thread[main,5,main]) completed. Took 1.789 secs.
:extractUserDev (Thread[main,5,main]) started.
:extractUserDev
Failed to get resource: GET. [HTTP HTTP/1.1 403 Forbidden: https://libraries.minecraft.net/net/minecraftforge/forge/1.7.10-10.13.4.1481-1.7.10/forge-1.7.10-10.13.4.1481-1.7.10.pom]
Skipping task ':extractUserDev' as it is up-to-date (took 4.364 secs).
:extractUserDev UP-TO-DATE
:extractUserDev (Thread[main,5,main]) completed. Took 4.366 secs.
:mergeJars (Thread[main,5,main]) started.
:mergeJars
Skipping task ':mergeJars' as task onlyIf is false.
:mergeJars SKIPPED
:mergeJars (Thread[main,5,main]) completed. Took 1.419 secs.
:applyBinPatches (Thread[main,5,main]) started.
:applyBinPatches
Skipping task ':applyBinPatches' as task onlyIf is false.
:applyBinPatches SKIPPED
:applyBinPatches (Thread[main,5,main]) completed. Took 0.734 secs.
:downloadMcpTools (Thread[main,5,main]) started.
:downloadMcpTools
Skipping task ':downloadMcpTools' as task onlyIf is false.
:downloadMcpTools SKIPPED
:downloadMcpTools (Thread[main,5,main]) completed. Took 0.012 secs.
:extractMcpData (Thread[main,5,main]) started.
:extractMcpData
Skipping task ':extractMcpData' as it is up-to-date (took 0.004 secs).
:extractMcpData UP-TO-DATE
:extractMcpData (Thread[main,5,main]) completed. Took 0.004 secs.
:genSrgs (Thread[main,5,main]) started.
:genSrgs
Skipping task ':genSrgs' as task onlyIf is false.
:genSrgs SKIPPED
:genSrgs (Thread[main,5,main]) completed. Took 0.345 secs.
:deobfBinJar (Thread[main,5,main]) started.
:deobfBinJar
Skipping task ':deobfBinJar' as task onlyIf is false.
:deobfBinJar SKIPPED
:deobfBinJar (Thread[main,5,main]) completed. Took 0.757 secs.
:setupCIWorkspace (Thread[main,5,main]) started.
:setupCIWorkspace
Skipping task ':setupCIWorkspace' as it has no actions.
:setupCIWorkspace UP-TO-DATE
:setupCIWorkspace (Thread[main,5,main]) completed. Took 0.002 secs.
:changeBuildNum (Thread[main,5,main]) started.
:changeBuildNum
Executing task ':changeBuildNum' (up-to-date check took 0.0 secs) due to:
Task has not declared any outputs.
:changeBuildNum (Thread[main,5,main]) completed. Took 0.081 secs.
:compileApiJava (Thread[main,5,main]) started.
:compileApiJava
Skipping task ':compileApiJava' as it has no source files.
:compileApiJava UP-TO-DATE
:compileApiJava (Thread[main,5,main]) completed. Took 0.002 secs.
:processApiResources (Thread[main,5,main]) started.
:processApiResources
Skipping task ':processApiResources' as it has no source files.
:processApiResources UP-TO-DATE
:processApiResources (Thread[main,5,main]) completed. Took 0.009 secs.
:apiClasses (Thread[main,5,main]) started.
:apiClasses
Skipping task ':apiClasses' as it has no actions.
:apiClasses UP-TO-DATE
:apiClasses (Thread[main,5,main]) completed. Took 0.001 secs.
:checkstyleApi (Thread[main,5,main]) started.
:checkstyleApi
Skipping task ':checkstyleApi' as it has no source files.
:checkstyleApi UP-TO-DATE
:checkstyleApi (Thread[main,5,main]) completed. Took 0.002 secs.
:sourceMainJava (Thread[main,5,main]) started.
:sourceMainJava
Executing task ':sourceMainJava' (up-to-date check took 0.049 secs) due to:
Output file /mnt/jenkins/workspace/Gti/build/sources/java has changed.
Output file /mnt/jenkins/workspace/Gti/build/sources/java/com/mcgoodtime/gti/client/gui/GuiCarbonizeFurnace.java has been removed.
Output file /mnt/jenkins/workspace/Gti/build/sources/java/com/mcgoodtime/gti/common/blocks/BlockWaterHyacinth.java has been removed.
:sourceMainJava (Thread[main,5,main]) completed. Took 0.254 secs.
:compileJava (Thread[main,5,main]) started.
:compileJava
Failed to get resource: GET. [HTTP HTTP/1.1 403 Forbidden: https://libraries.minecraft.net/net/industrial-craft/industrialcraft-2/2.2.742-experimental/industrialcraft-2-2.2.742-experimental.pom]
Failed to get resource: GET. [HTTP HTTP/1.1 403 Forbidden: https://libraries.minecraft.net//forgeBin/1.7.10-10.13.4.1481-1.7.10/forgeBin-1.7.10-10.13.4.1481-1.7.10.pom]
Failed to get resource: GET. [HTTP HTTP/1.1 403 Forbidden: https://libraries.minecraft.net/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.pom]
Failed to get resource: GET. [HTTP HTTP/1.1 403 Forbidden: https://libraries.minecraft.net/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.pom]
Failed to get resource: GET. [HTTP HTTP/1.1 403 Forbidden: https://libraries.minecraft.net/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.pom]
file or directory '/mnt/jenkins/workspace/Gti/libs', not found
Executing task ':compileJava' (up-to-date check took 6.137 secs) due to:
Output file /mnt/jenkins/workspace/Gti/build/classes/main has changed.
Output file /mnt/jenkins/workspace/Gti/build/dependency-cache has changed.
Output file /mnt/jenkins/workspace/Gti/build/classes/main/com/mcgoodtime/gti/common/core/GtiConfig.class has been removed.
All input files are considered out-of-date for incremental task ':compileJava'.
file or directory '/mnt/jenkins/workspace/Gti/libs', not found
Compiling with JDK Java compiler API.
warning: [options] bootstrap class path not set in conjunction with -source 1.6
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
:compileJava (Thread[main,5,main]) completed. Took 9.881 secs.
:processResources (Thread[main,5,main]) started.
:processResources
Executing task ':processResources' (up-to-date check took 0.073 secs) due to:
Value of input property 'version' has changed for task ':processResources'
:processResources (Thread[main,5,main]) completed. Took 0.911 secs.
:classes (Thread[main,5,main]) started.
:classes
Skipping task ':classes' as it has no actions.
:classes (Thread[main,5,main]) completed. Took 0.001 secs.
:checkstyleMain (Thread[main,5,main]) started.
:checkstyleMain
Executing task ':checkstyleMain' (up-to-date check took 0.109 secs) due to:
No history is available.
:checkstyleMain FAILED
:checkstyleMain (Thread[main,5,main]) completed. Took 1.145 secs.

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':checkstyleMain'.

    Unable to create a Checker: No enum constant com.puppycrawl.tools.checkstyle.api.SeverityLevel.FATAL

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.

BUILD FAILED

Total time: 38.099 secs
Stopped 0 compiler daemon(s).
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

There is many issues.....

1.干燥机内脱水水葫芦块合成在NEI内显示错位;
2.铱矿材质崩溃;
3.小块压缩水葫芦材质有白点没抠干净;
4.干货无法显示模型类材质的食物,例如ganyssuface的烤鱿鱼;
5.很多东西没有合成表(这个好像很快就能补全);
6.F3+H显示物品详细标记的时候很多物品都会显示出durability(你在逗我);
7.水葫芦好像还没做....只添加了一个物品条目;
但是总体来说这次改变很成功.......兼容性不知道比原来高到哪里去
测试用的113mods的包,具体就不说了,总之能打的开...
我记得曾经有一阵子连新版IC都不兼容,最后希望能一直做下去,因为原创优质MOD不是很多
这个MOD有潜力.

Future Plans

  • Electric
    • extend from tesla coil
    • multiblock fluid generator,high efficiency,upgrades applicable
    • EVSU
    • CEU
    • CSEU
  • Machine
    • CarbonizeFurnace
    • Juicer
    • Liquid Extraction
    • Dryer
    • Garbage furnace
  • Kinetic
    • ku container
    • gengasku to fluidgenku
    • bronze lathing tool and bronze turning blank
    • ku detector
    • ku chargepad
    • recipes with turning blank
  • Heat
    • hu container
    • hu trader
    • hu centrifuge?
  • world gen
    • iridium
    • basalt
  • others
    • throwable uranium
    • throwable salt
    • add water hyacinth
    • add more tree taps
    • special containers for special fluid

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.