So, I've customized one of the 1.7.10 FTB modpacks by adding a few more mods to play around with. I've gotten them all working fine on singleplayer, no hitches. HOWEVER, when I put them on a server, there is a client-sided crash any time you
1. Use nei to see what recipes an item is used in (Example, you push "u" on cobblestone in NEI), but not when you see the recipe for an item (Pushing "r" on cobblestone in NEI").
or
2. Click to use the vanilla creative search tab. The moment you click it will crash.
Doing either of these actions on singleplayer is completely fine allowing normal gameplay, however doing it on multiplayer, all the same mods, will instantly crash out the client & client console without affecting the server in any way.
Modlist:
Below are the logs for each incident, both the client side generated log and what gets spat out in the server console.
Client-side NEI use
---- Minecraft Crash Report ----
// I let you down. Sorry
java.lang.NullPointerException: Updating screen events
at codechicken.microblock.MicroRecipe$$anonfun$2.apply(MicroRecipe.scala:182)
at codechicken.microblock.MicroRecipe$$anonfun$2.apply(MicroRecipe.scala:182)
at scala.collection.IndexedSeqOptimized$$anonfun$1.apply(IndexedSeqOptimized.scala:50)
at scala.collection.IndexedSeqOptimized$$anonfun$1.apply(IndexedSeqOptimized.scala:50)
at scala.collection.IndexedSeqOptimized$class.segmentLength(IndexedSeqOptimized.scala:195)
at scala.collection.mutable.ArrayOps$ofRef.segmentLength(ArrayOps.scala:186)
at scala.collection.GenSeqLike$class.prefixLength(GenSeqLike.scala:93)
at scala.collection.mutable.ArrayOps$ofRef.prefixLength(ArrayOps.scala:186)
at scala.collection.IndexedSeqOptimized$class.find(IndexedSeqOptimized.scala:50)
at scala.collection.mutable.ArrayOps$ofRef.find(ArrayOps.scala:186)
at codechicken.microblock.MicroRecipe$.findMaterial(MicroRecipe.scala:182)
at codechicken.microblock.MicroRecipe.findMaterial(MicroRecipe.scala)
at com.rwtema.extrautils.nei.FMPMicroBlocksHandler.loadUsageRecipes(FMPMicroBlocksHandler.java:163)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:475)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at codechicken.microblock.MicroRecipe$$anonfun$2.apply(MicroRecipe.scala:182)
at codechicken.microblock.MicroRecipe$$anonfun$2.apply(MicroRecipe.scala:182)
at scala.collection.IndexedSeqOptimized$$anonfun$1.apply(IndexedSeqOptimized.scala:50)
at scala.collection.IndexedSeqOptimized$$anonfun$1.apply(IndexedSeqOptimized.scala:50)
at scala.collection.IndexedSeqOptimized$class.segmentLength(IndexedSeqOptimized.scala:195)
at scala.collection.mutable.ArrayOps$ofRef.segmentLength(ArrayOps.scala:186)
at scala.collection.GenSeqLike$class.prefixLength(GenSeqLike.scala:93)
at scala.collection.mutable.ArrayOps$ofRef.prefixLength(ArrayOps.scala:186)
at scala.collection.IndexedSeqOptimized$class.find(IndexedSeqOptimized.scala:50)
at scala.collection.mutable.ArrayOps$ofRef.find(ArrayOps.scala:186)
at codechicken.microblock.MicroRecipe$.findMaterial(MicroRecipe.scala:182)
at codechicken.microblock.MicroRecipe.findMaterial(MicroRecipe.scala)
at com.rwtema.extrautils.nei.FMPMicroBlocksHandler.loadUsageRecipes(FMPMicroBlocksHandler.java:163)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:475)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Server-side NEI use
07.08 16:37:39 [Server] INFO [16:37:39] [Server thread/INFO]: Niikk left the game
07.08 16:37:39 [Disconnect] User [16:37:39] [Server thread/INFO]: Niikk has disconnected, reason: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
07.08 16:37:39 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
07.08 16:37:39 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
07.08 16:37:39 [Server] INFO at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
07.08 16:37:39 [Server] INFO at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
07.08 16:37:39 [Server] INFO at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
07.08 16:37:39 [Server] INFO at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:87) [AbstractNioByteChannel$NioByteUnsafe.class:?]
07.08 16:37:39 [Server] INFO at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:208) ~[NioSocketChannel.class:?]
07.08 16:37:39 [Server] INFO at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:870) ~[AbstractByteBuf.class:?]
07.08 16:37:39 [Server] INFO at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:436) ~[UnpooledUnsafeDirectByteBuf.class:?]
07.08 16:37:39 [Server] INFO at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_31]
07.08 16:37:39 [Server] INFO at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_31]
07.08 16:37:39 [Server] INFO at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_31]
07.08 16:37:39 [Server] INFO at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_31]
07.08 16:37:39 [Server] INFO at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[?:1.8.0_31]
07.08 16:37:39 [Server] INFO java.io.IOException: Connection reset by peer
07.08 16:37:39 [Server] INFO [16:37:39] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
java.lang.NullPointerException: Updating screen events
at com.rwtema.extrautils.multipart.microblock.ItemMicroBlock.func_150895_a(ItemMicroBlock.java:76)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147053_i(GuiContainerCreative.java:347)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:550)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:456)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:566)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.rwtema.extrautils.multipart.microblock.ItemMicroBlock.func_150895_a(ItemMicroBlock.java:76)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147053_i(GuiContainerCreative.java:347)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:550)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:456)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:566)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Server-side creative tab
07.08 17:38:12 [Server] INFO [17:38:12] [Server thread/INFO]: Niikk left the game
07.08 17:38:12 [Disconnect] User [17:38:12] [Server thread/INFO]: Niikk has disconnected, reason: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.io.IOException: Connection reset by peer], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
07.08 17:38:12 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
07.08 17:38:12 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
07.08 17:38:12 [Server] INFO at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
07.08 17:38:12 [Server] INFO at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
07.08 17:38:12 [Server] INFO at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
07.08 17:38:12 [Server] INFO at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:87) [AbstractNioByteChannel$NioByteUnsafe.class:?]
07.08 17:38:12 [Server] INFO at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:208) ~[NioSocketChannel.class:?]
07.08 17:38:12 [Server] INFO at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:870) ~[AbstractByteBuf.class:?]
07.08 17:38:12 [Server] INFO at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:436) ~[UnpooledUnsafeDirectByteBuf.class:?]
07.08 17:38:12 [Server] INFO at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_31]
07.08 17:38:12 [Server] INFO at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_31]
07.08 17:38:12 [Server] INFO at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_31]
07.08 17:38:12 [Server] INFO at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_31]
07.08 17:38:12 [Server] INFO at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[?:1.8.0_31]
07.08 17:38:12 [Server] INFO java.io.IOException: Connection reset by peer
07.08 17:38:12 [Server] INFO [17:38:12] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
If there is any additional information required, please let me know and I'll update as quick as I can.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
So, I've customized one of the 1.7.10 FTB modpacks by adding a few more mods to play around with. I've gotten them all working fine on singleplayer, no hitches. HOWEVER, when I put them on a server, there is a client-sided crash any time you
1. Use nei to see what recipes an item is used in (Example, you push "u" on cobblestone in NEI), but not when you see the recipe for an item (Pushing "r" on cobblestone in NEI").
or
2. Click to use the vanilla creative search tab. The moment you click it will crash.
Doing either of these actions on singleplayer is completely fine allowing normal gameplay, however doing it on multiplayer, all the same mods, will instantly crash out the client & client console without affecting the server in any way.
Modlist:
Below are the logs for each incident, both the client side generated log and what gets spat out in the server console.
Client-side NEI use
---- Minecraft Crash Report ----
// I let you down. Sorry
Time: 8/7/15 5:43 PM
Description: Updating screen events
java.lang.NullPointerException: Updating screen events
at codechicken.microblock.MicroRecipe$$anonfun$2.apply(MicroRecipe.scala:182)
at codechicken.microblock.MicroRecipe$$anonfun$2.apply(MicroRecipe.scala:182)
at scala.collection.IndexedSeqOptimized$$anonfun$1.apply(IndexedSeqOptimized.scala:50)
at scala.collection.IndexedSeqOptimized$$anonfun$1.apply(IndexedSeqOptimized.scala:50)
at scala.collection.IndexedSeqOptimized$class.segmentLength(IndexedSeqOptimized.scala:195)
at scala.collection.mutable.ArrayOps$ofRef.segmentLength(ArrayOps.scala:186)
at scala.collection.GenSeqLike$class.prefixLength(GenSeqLike.scala:93)
at scala.collection.mutable.ArrayOps$ofRef.prefixLength(ArrayOps.scala:186)
at scala.collection.IndexedSeqOptimized$class.find(IndexedSeqOptimized.scala:50)
at scala.collection.mutable.ArrayOps$ofRef.find(ArrayOps.scala:186)
at codechicken.microblock.MicroRecipe$.findMaterial(MicroRecipe.scala:182)
at codechicken.microblock.MicroRecipe.findMaterial(MicroRecipe.scala)
at com.rwtema.extrautils.nei.FMPMicroBlocksHandler.loadUsageRecipes(FMPMicroBlocksHandler.java:163)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:475)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at codechicken.microblock.MicroRecipe$$anonfun$2.apply(MicroRecipe.scala:182)
at codechicken.microblock.MicroRecipe$$anonfun$2.apply(MicroRecipe.scala:182)
at scala.collection.IndexedSeqOptimized$$anonfun$1.apply(IndexedSeqOptimized.scala:50)
at scala.collection.IndexedSeqOptimized$$anonfun$1.apply(IndexedSeqOptimized.scala:50)
at scala.collection.IndexedSeqOptimized$class.segmentLength(IndexedSeqOptimized.scala:195)
at scala.collection.mutable.ArrayOps$ofRef.segmentLength(ArrayOps.scala:186)
at scala.collection.GenSeqLike$class.prefixLength(GenSeqLike.scala:93)
at scala.collection.mutable.ArrayOps$ofRef.prefixLength(ArrayOps.scala:186)
at scala.collection.IndexedSeqOptimized$class.find(IndexedSeqOptimized.scala:50)
at scala.collection.mutable.ArrayOps$ofRef.find(ArrayOps.scala:186)
at codechicken.microblock.MicroRecipe$.findMaterial(MicroRecipe.scala:182)
at codechicken.microblock.MicroRecipe.findMaterial(MicroRecipe.scala)
at com.rwtema.extrautils.nei.FMPMicroBlocksHandler.loadUsageRecipes(FMPMicroBlocksHandler.java:163)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:475)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Niikk'/467, l='MpServer', x=236.62, y=75.62, z=232.30]]
Chunk stats: MultiplayerChunkCache: 390, 390
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (236,74,233), Chunk: (at 12,4,9 in 14,14; contains blocks 224,0,224 to 239,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 12989513 game time, 976836 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 114 total; [EntityClown['Clown'/258, l='MpServer', x=316.44, y=20.00, z=269.09], EntityClown['Clown'/259, l='MpServer', x=313.31, y=20.00, z=266.69], EntityCyclops['Cyclops'/260, l='MpServer', x=306.47, y=21.00, z=259.69], EntityGhost['Ghost'/261, l='MpServer', x=312.00, y=27.00, z=323.28], EntityTrail['unknown'/1030, l='MpServer', x=236.62, y=75.62, z=232.30], EntityEnt['Tree Spirit'/270, l='MpServer', x=324.50, y=102.00, z=300.50], EntityClientPlayerMP['Niikk'/467, l='MpServer', x=236.62, y=75.62, z=232.30], EntityDicer['Dicer'/292, l='MpServer', x=338.13, y=93.00, z=302.09], EntityShadow['Shadow'/52, l='MpServer', x=140.56, y=31.00, z=218.22], EntityVoidwalker['Void Walker'/53, l='MpServer', x=137.59, y=32.00, z=225.59], EntityClown['Clown'/54, l='MpServer', x=132.31, y=33.00, z=213.50], EntityClown['Clown'/55, l='MpServer', x=134.50, y=34.00, z=216.50], EntityVoidwalker['Void Walker'/56, l='MpServer', x=135.44, y=31.00, z=226.75], EntityShadow['Shadow'/57, l='MpServer', x=133.63, y=27.00, z=239.69], EntityGhostineAncient['Ghostine Ancient'/827, l='MpServer', x=161.81, y=80.00, z=327.71], EntityShadow['Shadow'/65, l='MpServer', x=141.91, y=14.00, z=284.50], EntitySheep['Sheep'/74, l='MpServer', x=159.53, y=77.00, z=165.47], EntitySheep['Sheep'/75, l='MpServer', x=159.50, y=64.00, z=169.94], EntityGhost['Ghost'/76, l='MpServer', x=155.31, y=13.00, z=194.91], EntityShadow['Shadow'/78, l='MpServer', x=148.63, y=12.00, z=212.94], EntityShadow['Shadow'/79, l='MpServer', x=148.47, y=12.00, z=213.78], EntityClown['Clown'/80, l='MpServer', x=147.50, y=16.00, z=285.03], EntityClown['Clown'/84, l='MpServer', x=148.50, y=33.00, z=315.50], EntityGrunt['Grunt'/90, l='MpServer', x=167.50, y=61.00, z=135.50], EntityDarkBeast['Dark Beast'/860, l='MpServer', x=156.81, y=23.00, z=304.41], EntityGoalby['Goalby'/92, l='MpServer', x=168.03, y=84.00, z=148.63], EntityGoalby['Goalby'/94, l='MpServer', x=168.09, y=90.00, z=147.03], EntitySkeleton['Skeleton'/95, l='MpServer', x=160.91, y=18.00, z=166.50], EntityBat['Bat'/96, l='MpServer', x=166.56, y=50.10, z=163.25], EntityVoidwalker['Void Walker'/97, l='MpServer', x=171.41, y=44.00, z=180.75], EntitySkeleton['Skeleton'/98, l='MpServer', x=175.50, y=39.00, z=189.50], EntityGhostlyGoblin['Ghostly Goblin'/866, l='MpServer', x=331.50, y=81.00, z=151.50], EntityGhost['Ghost'/99, l='MpServer', x=168.91, y=33.00, z=190.03], EntityGhostlyGoblin['Ghostly Goblin'/867, l='MpServer', x=334.50, y=81.00, z=153.50], EntitySheep['Sheep'/100, l='MpServer', x=167.53, y=64.00, z=176.47], EntityVoidwalker['Void Walker'/101, l='MpServer', x=166.28, y=33.09, z=201.66], EntityZombie['Zombie'/102, l='MpServer', x=164.30, y=32.00, z=197.30], EntitySkeleton['Skeleton'/114, l='MpServer', x=167.50, y=20.00, z=241.50], EntityVoidwalker['Void Walker'/115, l='MpServer', x=169.66, y=19.00, z=250.38], EntityMotherVoidwalker['Mother Void Walker'/119, l='MpServer', x=172.50, y=11.00, z=273.50], EntityCreeper['Creeper'/120, l='MpServer', x=168.53, y=27.00, z=286.00], EntityCreeper['Creeper'/122, l='MpServer', x=171.50, y=24.00, z=290.50], EntityXPOrb['Experience Orb'/126, l='MpServer', x=186.50, y=88.25, z=131.50], EntitySheep['Sheep'/128, l='MpServer', x=186.41, y=63.00, z=188.75], EntityGhost['Ghost'/129, l='MpServer', x=175.78, y=35.00, z=209.06], EntityVoidwalker['Void Walker'/130, l='MpServer', x=176.06, y=36.00, z=222.91], EntityClown['Clown'/131, l='MpServer', x=177.53, y=35.00, z=219.94], EntitySquid['Squid'/132, l='MpServer', x=184.19, y=55.38, z=229.75], EntityBat['Bat'/135, l='MpServer', x=178.63, y=49.10, z=244.47], EntitySquid['Squid'/136, l='MpServer', x=179.38, y=58.31, z=270.66], EntitySquid['Squid'/137, l='MpServer', x=177.09, y=57.34, z=263.72], EntitySheep['Sheep'/138, l='MpServer', x=182.97, y=61.48, z=273.84], EntitySquid['Squid'/139, l='MpServer', x=181.47, y=56.00, z=274.84], EntityZombie['Zombie'/141, l='MpServer', x=188.34, y=26.00, z=306.34], EntitySkeleton['Skeleton'/149, l='MpServer', x=207.50, y=20.00, z=160.50], EntitySheep['Sheep'/150, l='MpServer', x=200.22, y=63.00, z=262.47], EntityPig['Pig'/151, l='MpServer', x=203.53, y=63.00, z=266.34], EntityBat['Bat'/921, l='MpServer', x=275.63, y=17.00, z=232.66], EntitySheep['Sheep'/153, l='MpServer', x=197.53, y=75.00, z=309.78], EntityHat['unknown'/1185, l='MpServer', x=236.62, y=75.62, z=232.30], GlisteningPixon['Glistening Pixon'/163, l='MpServer', x=218.50, y=76.00, z=201.50], EntityBat['Bat'/164, l='MpServer', x=214.75, y=13.10, z=247.66], EntityVoidwalker['Void Walker'/165, l='MpServer', x=211.44, y=21.00, z=243.50], EntityShadow['Shadow'/166, l='MpServer', x=208.72, y=22.00, z=238.00], EntityBat['Bat'/167, l='MpServer', x=209.25, y=22.00, z=245.78], EntityShadow['Shadow'/168, l='MpServer', x=214.50, y=41.00, z=251.50], EntitySoulAgent['entity.nevermine.SoulAgent.name'/169, l='MpServer', x=209.50, y=69.00, z=285.50], EntityShadow['Shadow'/170, l='MpServer', x=209.28, y=44.00, z=288.97], EntitySkeleton['Skeleton'/171, l='MpServer', x=217.50, y=37.00, z=300.50], EntityGoblin['Goblin'/177, l='MpServer', x=232.97, y=28.00, z=146.59], GlisteningPixon['Glistening Pixon'/178, l='MpServer', x=230.50, y=79.00, z=164.50], EntityZombie['Zombie'/947, l='MpServer', x=171.50, y=38.00, z=312.50], EntitySheep['Sheep'/184, l='MpServer', x=248.16, y=80.00, z=153.38], EntitySheep['Sheep'/185, l='MpServer', x=246.22, y=76.00, z=172.63], EntitySoulAgent['entity.nevermine.SoulAgent.name'/186, l='MpServer', x=245.50, y=72.00, z=203.50], GlisteningPixon['Glistening Pixon'/187, l='MpServer', x=235.25, y=73.00, z=200.31], EntityMagicke['Magicke'/188, l='MpServer', x=254.50, y=20.00, z=213.50], EntityGhost['Ghost'/189, l='MpServer', x=253.50, y=20.00, z=218.50], EntitySnowman['Snow Golem'/190, l='MpServer', x=248.50, y=73.00, z=242.50], EntityItem['item.item.dyePowder.black'/447, l='MpServer', x=177.88, y=56.13, z=262.81], EntitySheep['Sheep'/197, l='MpServer', x=263.50, y=76.00, z=164.25], EntityScrubby['Scrubby'/965, l='MpServer', x=180.50, y=15.00, z=148.50], EntitySlime['Slime'/198, l='MpServer', x=270.31, y=38.00, z=191.69], EntityItem['item.item.egg'/200, l='MpServer', x=268.59, y=63.13, z=252.13], EntityChicken['Chicken'/201, l='MpServer', x=267.31, y=73.00, z=255.41], GlisteningPixon['Glistening Pixon'/202, l='MpServer', x=262.53, y=73.00, z=246.53], GlisteningPixon['Glistening Pixon'/203, l='MpServer', x=271.53, y=75.00, z=241.34], GlisteningPixon['Glistening Pixon'/204, l='MpServer', x=261.38, y=73.00, z=246.50], EntityLottoman['LottoMan'/205, l='MpServer', x=258.50, y=75.00, z=307.50], EntityShadow['Shadow'/206, l='MpServer', x=260.09, y=30.00, z=344.13], EntityItem['item.item.dyePowder.black'/465, l='MpServer', x=180.78, y=55.13, z=276.88], GlisteningPixon['Glistening Pixon'/216, l='MpServer', x=277.50, y=81.00, z=187.50], EntitySheep['Sheep'/217, l='MpServer', x=281.84, y=83.00, z=196.09], EntitySasquatch['Sasquatch'/218, l='MpServer', x=282.53, y=13.00, z=233.72], EntityShadow['Shadow'/219, l='MpServer', x=281.31, y=14.00, z=234.31], EntityNaturalist['entity.nevermine.Naturalist.name'/220, l='MpServer', x=282.78, y=79.00, z=231.66], EntityCreeper['Creeper'/221, l='MpServer', x=285.38, y=39.00, z=245.94], EntityBat['Bat'/222, l='MpServer', x=277.25, y=37.10, z=249.06], EntityMagicke['Magicke'/223, l='MpServer', x=285.50, y=39.00, z=243.50], EntityBat['Bat'/224, l='MpServer', x=286.75, y=40.10, z=250.75], EntityCreeper['Creeper'/225, l='MpServer', x=272.94, y=41.00, z=266.28], EntityCreeper['Creeper'/226, l='MpServer', x=270.88, y=40.00, z=262.72], EntityZombie['Zombie'/994, l='MpServer', x=172.50, y=22.00, z=296.50], EntityFacelessRunner['Faceless Runner'/229, l='MpServer', x=287.72, y=27.00, z=333.84], EntityShadow['Shadow'/230, l='MpServer', x=272.78, y=31.00, z=343.69], EntityGhost['Ghost'/231, l='MpServer', x=284.50, y=36.00, z=339.50], EntityZombie['Zombie'/238, l='MpServer', x=302.50, y=44.00, z=249.50], EntityBat['Bat'/239, l='MpServer', x=288.44, y=36.14, z=254.50], EntityBat['Bat'/240, l='MpServer', x=286.97, y=59.00, z=249.69], EntitySkeleton['Skeleton'/250, l='MpServer', x=311.50, y=41.00, z=194.50], EntityMagicke['Magicke'/251, l='MpServer', x=304.56, y=31.00, z=222.91], EntityBat['Bat'/252, l='MpServer', x=309.25, y=56.10, z=255.50], GlisteningPixon['Glistening Pixon'/253, l='MpServer', x=312.13, y=86.00, z=253.97], EntityXPOrb['Experience Orb'/255, l='MpServer', x=317.66, y=25.25, z=255.91]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 488922568 bytes (466 MB) / 2083520512 bytes (1987 MB) up to 2083520512 bytes (1987 MB)
JVM Flags: 3 total; -Xms256M -Xmx2048M -XX:PermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 166 mods loaded, 166 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCHIJA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCHIJA appliedenergistics2-core{rv2-stable-9} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJA Aroma1997Core{1.0.2.13} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.13.jar)
UCHIJA CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
UCHIJA InfiniBows{1.3.0 build 20} [InfiniBows] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
UCHIJA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJA VeinMiner_coremod{0.27.1_build.unknown} [Core mod] (minecraft.jar)
UCHIJA OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJA appliedenergistics2{rv2-stable-9} [Applied Energistics 2] (appliedenergistics2-rv2-stable-9.jar)
UCHIJA bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
UCHIJA ae2stuff{0.4.2.43} [AE2 Stuff] (ae2stuff-0.4.2.43-mc1.7.10.jar)
UCHIJA nevermine{2.3} [AdventOfAscension] (AoA-2.3.1.jar)
UCHIJA Aroma1997CoreHelper{1.0.2.13} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.13.jar)
UCHIJA AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
UCHIJA BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
UCHIJA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCHIJA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJA IC2{2.2.736-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.736-experimental.jar)
UCHIJA CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
UCHIJA BuildCraft|Core{7.0.12} [BuildCraft] (buildcraft-7.0.12.jar)
UCHIJA Forestry{3.5.7.16} [Forestry for Minecraft] (forestry_1.7.10-3.5.7.16.jar)
UCHIJA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJA ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar)
UCHIJA ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
UCHIJA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJA BinnieCore{2.0-pre12} [Binnie Core] (binnie-mods-2.0-pre12.jar)
UCHIJA Botany{2.0-pre12} [Botany] (binnie-mods-2.0-pre12.jar)
UCHIJA ExtraBees{2.0-pre12} [Extra Bees] (binnie-mods-2.0-pre12.jar)
UCHIJA ExtraTrees{2.0-pre12} [Extra Trees] (binnie-mods-2.0-pre12.jar)
UCHIJA Genetics{2.0-pre12} [Genetics] (binnie-mods-2.0-pre12.jar)
UCHIJA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-4.jar)
UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJA Botania{r1.6-193} [Botania] (Botania r1.6-193.jar)
UCHIJA BuildCraft|Energy{7.0.12} [BC Energy] (buildcraft-7.0.12.jar)
UCHIJA BuildCraft|Factory{7.0.12} [BC Factory] (buildcraft-7.0.12.jar)
UCHIJA BuildCraft|Transport{7.0.12} [BC Transport] (buildcraft-7.0.12.jar)
UCHIJA BuildCraft|Builders{7.0.12} [BC Builders] (buildcraft-7.0.12.jar)
UCHIJA BuildCraft|Silicon{7.0.12} [BC Silicon] (buildcraft-7.0.12.jar)
UCHIJA BuildCraft|Robotics{7.0.12} [BC Robotics] (buildcraft-7.0.12.jar)
UCHIJA BuildCraft|Compat{7.0.8} [BuildCraft Compat] (buildcraft-compat-7.0.8.jar)
UCHIJA CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
UCHIJA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJA Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar)
UCHIJA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJA ForgeMultipart{1.1.2.334} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
UCHIJA chisel{2.3.10.37} [Chisel 2] (Chisel2-2.3.10.37.jar)
UCHIJA CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.39.315-universal.jar)
UCHIJA ComputerCraft{1.73} [ComputerCraft] (ComputerCraft1.73.jar)
UCHIJA CustomMainMenu{1.5} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.5.jar)
UCHIJA DraconicEvolution{1.0.1c} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.1c.jar)
UCHIJA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA Mekanism{8.1.5} [Mekanism] (Mekanism-1.7.10-8.1.5.246.jar)
UCHIJA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
UCHIJA EnderStorage{1.4.7.33} [EnderStorage] (EnderStorage-1.7.10-1.4.7.33-universal.jar)
UCHIJA EnderTech{1.7.10-0.3.2.388} [EnderTech] (EnderTech-1.7.10-0.3.2.388.jar)
UCHIJA EnderZoo{1.7.10-1.0.11.28} [Ender Zoo] (EnderZoo-1.7.10-1.0.11.28.jar)
UCHIJA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJA extracells{2.2.73} [Extra Cells 2] (ExtraCells-1.7.10-2.2.73b129.jar)
UCHIJA ExtraUtilities{1.2.5} [Extra Utilities] (extrautilities-1.2.5.jar)
UCHIJA factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJA factorization.dimensionalSlice{0.8.88.8.8888g} [Factorization Dimensional Slices] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJA factorization{0.8.88.8.8888g} [Factorization] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJA factorization.misc{0.8.88.8.8888g} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJA FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar)
UCHIJA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar)
UCHIJA fluxedcrystals{1.0.3} [Fluxed-Crystals] (fluxedCrystals-1.0.3.jar)
UCHIJA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-5c.jar)
UCHIJA TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCHIJA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-502.jar)
UCHIJA MagicBees{1.7.10-2.3.1} [Magic Bees] (magicbees-1.7.10-2.3.1.jar)
UCHIJA gendustry{1.4.13.97} [GenDustry] (gendustry-1.4.13.97-mc1.7.10.jar)
UCHIJA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCHIJA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHIJA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCHIJA HelpFixer{1.0.7} [HelpFixer] (HelpFixer-1.0.7.jar)
UCHIJA IC2NuclearControl{2.2.5a-GoingForTheKill} [Nuclear Control 2] (IC2NuclearControl-2.2.5a-GoingForTheKill.jar)
UCHIJA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
UCHIJA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJA journeymap{5.0.1} [JourneyMap] (JourneyMap5.0.1_Unlimited_MC1.7.10.jar)
UCHIJA MekanismGenerators{8.1.5} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.5.246.jar)
UCHIJA MekanismTools{8.1.5} [MekanismTools] (MekanismTools-1.7.10-8.1.5.246.jar)
UCHIJA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA Mystcraft{0.11.13.00} [Mystcraft] (mystcraft-1.7.10-0.11.13.00.jar)
UCHIJA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MrTJPCoreMod{1.0.7.14} [MrTJPCore] (MrTJPCore-1.7.10-1.0.7.14-universal.jar)
UCHIJA ProjRed|Core{4.6.1.80} [ProjectRed] (ProjectRed-1.7.10-4.6.1.80-Base.jar)
UCHIJA ProjRed|Exploration{4.6.1.80} [ProjectRed-Exploration] (ProjectRed-1.7.10-4.6.1.80-World.jar)
UCHIJA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA numina{0.4.0.100} [Numina] (Numina-0.4.0.100.jar)
UCHIJA powersuits{0.11.0.178} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.178.jar)
UCHIJA Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)
UCHIJA Morpheus{1.7.10-1.6.4} [Morpheus] (Morpheus-1.7.10-1.6.4.jar)
UCHIJA NEIAddons{1.12.10.33} [NEI Addons] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJA NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJA NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJA NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJA NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJA NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJA neiintegration{1.0.9} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.9.jar)
UCHIJA NotEnoughCodecs{0.3} [NotEnoughCodecs] (NotEnoughCodecs-1.7.10-0.3-snapshot-11.jar)
UCHIJA notenoughkeys{@[email protected]} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
UCHIJA ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
UCHIJA OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
UCHIJA OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
UCHIJA OpenPeripheralCore{1.1.1} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.1.1.jar)
UCHIJA OpenPeripheral{0.3.1} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.3.1.jar)
UCHIJA OpenPeripheralIntegration{0.2.2} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.2.2.jar)
UCHIJA PneumaticCraft{1.8.2-84} [PneumaticCraft] (PneumaticCraft-1.7.10-1.8.2-84-universal.jar)
UCHIJA PortalGun{4.0.0-beta-4} [PortalGun] (PortalGun-4.0.0-beta-4.jar)
UCHIJA JotatosPracticalities{0.6.2} [Practicalities] (practicalities-1.7.10-0.6.2.jar)
UCHIJA ProjRed|Transmission{4.6.1.80} [ProjectRed-Transmission] (ProjectRed-1.7.10-4.6.1.80-Integration.jar)
UCHIJA ProjRed|Compatibility{4.6.1.80} [ProjectRed-Compatibility] (ProjectRed-1.7.10-4.6.1.80-Compat.jar)
UCHIJA ProjRed|Integration{4.6.1.80} [ProjectRed-Integration] (ProjectRed-1.7.10-4.6.1.80-Integration.jar)
UCHIJA ProjRed|Illumination{4.6.1.80} [ProjectRed-Illumination] (ProjectRed-1.7.10-4.6.1.80-Lighting.jar)
UCHIJA RedstoneArsenal{1.7.10R1.1.0} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0-80.jar)
UCHIJA ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
UCHIJA rftools{3.10} [RFTools] (rftools-3.10.jar)
UCHIJA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
UCHIJA StevesAddons{0.10.13} [Steve's Addons] (StevesAddons-1.7.10-0.10.13.jar)
UCHIJA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCHIJA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-37.jar)
UCHIJA ThermalDynamics{1.7.10R1.0.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.0.0-122.jar)
UCHIJA ThermalSmeltery{1.7.10-1.2.1} [Thermal Smeltery] (ThermalSmeltery-1.7.10-1.2.1.jar)
UCHIJA TiCTooltips{1.2.4} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.4.jar)
UCHIJA TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)
UCHIJA Translocator{1.1.1.14} [Translocator] (Translocator-1.7.10-1.1.1.14-universal.jar)
UCHIJA VeinMiner{0.27.1_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UCHIJA VeinMinerModSupport{0.27.1_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UCHIJA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UCHIJA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJA McMultipart{1.1.2.334} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
UCHIJA aobd{2.6.3} [Another One Bites The Dust] (AOBD-2.6.3.jar)
UCHIJA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJA IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar)
UCHIJA ForgeMicroblock{1.1.2.334} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.30' Renderer: 'GeForce GTX 750/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-9 for Forge 10.13.2.1291
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.0.2-262
ThermalFoundation: -[1.7.10]1.0.0-81
ThermalExpansion: -[1.7.10]4.0.1-182
MineFactoryReloaded: -[1.7.10]2.8.0-104
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.0-80
ThermalDynamics: -[1.7.10]1.0.0-122
List of loaded APIs:
* API_NEK (1.0.0) from NotEnoughKeys-1.7.10-1.0.0b29.jar
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-9.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar
* BotaniaAPI (24) from fluxedCrystals-1.0.3.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|blueprints (1.3) from buildcraft-7.0.12.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|core (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|events (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|items (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.0.12.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|robotics (2.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|tiles (1.1) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|tools (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.0.12.jar
* ChiselAPI (0.0.2) from Chisel2-2.3.10.37.jar
* ChiselAPI|Carving (0.0.2) from Chisel2-2.3.10.37.jar
* CoFHAPI (1.7.10R1.0.12) from fluxedCrystals-1.0.3.jar
* CoFHAPI|block (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|core (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|energy (1.7.10R1.0.0) from funky-locomotion-1.7.10-beta-5c.jar
* CoFHAPI|fluid (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|inventory (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|item (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|modhelpers (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|tileentity (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|transport (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|world (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|audio (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|container (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|element (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|gui|slot (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|inventory (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|render (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|render|particle (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|util (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|util|helpers (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|util|position (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|world (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|world|feature (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* ComputerCraft|API (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|FileSystem (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Lua (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Media (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Peripheral (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Redstone (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Turtle (1.73) from ComputerCraft1.73.jar
* DraconicEvolution|API (1.0) from Draconic-Evolution-1.7.10-1.0.1c.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* factorization notification system (1.0) from Factorization-1.7.10-0.8.88.8.8888g.jar
* ForestryAPI|apiculture (2.6.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|circuits (1.1.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|core (2.6.1) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|genetics (2.7.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|hives (4.0.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|recipes (2.1.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|storage (2.3.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.5.7.16.jar
* gendustryAPI (1.4.13.97) from gendustry-1.4.13.97-mc1.7.10.jar
* Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
* IC2API (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.11.13.00.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.2.5a-GoingForTheKill.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.3.jar
* OpenPeripheralApi (3.2) from OpenPeripheralCore-1.7.10-1.1.1.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.8.2-84-universal.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|carts (1.3.1) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|core (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|signals (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* Thaumcraft|API (4.2.2.0) from Thaumcraft-1.7.10-4.2.3.5.jar
* VeinMinerApi (0.1) from VeinMiner-1.7.10_0.27.1.unknown.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 750/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.30, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Server-side NEI use
07.08 16:37:39 [Server] INFO [16:37:39] [Server thread/INFO]: Niikk left the game
07.08 16:37:39 [Disconnect] User [16:37:39] [Server thread/INFO]: Niikk has disconnected, reason: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
07.08 16:37:39 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
07.08 16:37:39 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
07.08 16:37:39 [Server] INFO at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
07.08 16:37:39 [Server] INFO at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
07.08 16:37:39 [Server] INFO at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
07.08 16:37:39 [Server] INFO at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:87) [AbstractNioByteChannel$NioByteUnsafe.class:?]
07.08 16:37:39 [Server] INFO at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:208) ~[NioSocketChannel.class:?]
07.08 16:37:39 [Server] INFO at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:870) ~[AbstractByteBuf.class:?]
07.08 16:37:39 [Server] INFO at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:436) ~[UnpooledUnsafeDirectByteBuf.class:?]
07.08 16:37:39 [Server] INFO at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_31]
07.08 16:37:39 [Server] INFO at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_31]
07.08 16:37:39 [Server] INFO at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_31]
07.08 16:37:39 [Server] INFO at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_31]
07.08 16:37:39 [Server] INFO at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[?:1.8.0_31]
07.08 16:37:39 [Server] INFO java.io.IOException: Connection reset by peer
07.08 16:37:39 [Server] INFO [16:37:39] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
Client-side creative tab
---- Minecraft Crash Report ----
// Oops.
Time: 8/7/15 6:44 PM
Description: Updating screen events
java.lang.NullPointerException: Updating screen events
at com.rwtema.extrautils.multipart.microblock.ItemMicroBlock.func_150895_a(ItemMicroBlock.java:76)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147053_i(GuiContainerCreative.java:347)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:550)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:456)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:566)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.rwtema.extrautils.multipart.microblock.ItemMicroBlock.func_150895_a(ItemMicroBlock.java:76)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147053_i(GuiContainerCreative.java:347)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:550)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:456)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:566)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Niikk'/451, l='MpServer', x=236.62, y=75.62, z=232.30]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (236,74,233), Chunk: (at 12,4,9 in 14,14; contains blocks 224,0,224 to 239,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 13061340 game time, 1048663 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 120 total; [EntityHat['unknown'/1024, l='MpServer', x=236.62, y=75.62, z=232.30], EntityClown['Clown'/2054, l='MpServer', x=161.50, y=17.00, z=166.50], EntityClown['Clown'/2055, l='MpServer', x=163.50, y=17.00, z=167.50], EntityClown['Clown'/2056, l='MpServer', x=163.50, y=17.00, z=166.50], EntityGrunt['Grunt'/265, l='MpServer', x=341.03, y=99.00, z=284.03], EntityClown['Clown'/2057, l='MpServer', x=164.50, y=17.00, z=166.50], EntityItem['item.item.slimeball'/2571, l='MpServer', x=271.59, y=37.13, z=191.19], EntitySquid['Squid'/1551, l='MpServer', x=180.50, y=52.00, z=190.28], EntitySquid['Squid'/1555, l='MpServer', x=178.38, y=54.38, z=184.50], EntityClientPlayerMP['Niikk'/451, l='MpServer', x=236.62, y=75.62, z=232.30], EntitySquid['Squid'/1557, l='MpServer', x=179.50, y=54.09, z=184.53], EntitySquid['Squid'/1563, l='MpServer', x=175.22, y=61.03, z=266.47], EntitySquid['Squid'/1569, l='MpServer', x=184.56, y=59.91, z=260.03], EntityVoidwalker['Void Walker'/1826, l='MpServer', x=129.31, y=40.00, z=214.03], EntitySoulAgent['entity.nevermine.SoulAgent.name'/2082, l='MpServer', x=212.50, y=76.00, z=255.50], EntitySquid['Squid'/1573, l='MpServer', x=178.50, y=61.09, z=266.00], EntitySquid['Squid'/1579, l='MpServer', x=171.72, y=58.94, z=264.53], EntityCyclops['Cyclops'/2348, l='MpServer', x=215.44, y=18.00, z=242.38], EntityTrail['unknown'/1074, l='MpServer', x=236.62, y=75.62, z=232.30], EntitySquid['Squid'/1587, l='MpServer', x=173.16, y=62.31, z=268.50], EntitySquid['Squid'/1589, l='MpServer', x=177.16, y=59.19, z=270.06], EntitySquid['Squid'/1593, l='MpServer', x=175.81, y=60.09, z=272.75], EntitySquid['Squid'/1595, l='MpServer', x=169.94, y=58.69, z=269.16], EntityFacelessRunner['Faceless Runner'/2363, l='MpServer', x=194.50, y=11.00, z=182.50], EntitySquid['Squid'/1597, l='MpServer', x=175.34, y=60.81, z=282.25], EntitySquid['Squid'/1599, l='MpServer', x=179.03, y=60.75, z=278.13], EntitySheep['Sheep'/65, l='MpServer', x=159.53, y=77.00, z=165.47], EntitySquid['Squid'/1601, l='MpServer', x=174.63, y=57.78, z=273.56], EntitySheep['Sheep'/66, l='MpServer', x=159.50, y=64.00, z=169.94], EntityVoidwalker['Void Walker'/68, l='MpServer', x=155.50, y=39.00, z=302.50], EntitySquid['Squid'/1605, l='MpServer', x=176.47, y=61.31, z=276.72], EntitySasquatch['Sasquatch'/2634, l='MpServer', x=214.90, y=89.04, z=122.59], EntityHeadlessHunter['Headless Hunter'/2636, l='MpServer', x=216.91, y=91.00, z=118.69], EntityHeadlessHunter['Headless Hunter'/2637, l='MpServer', x=212.09, y=90.00, z=122.50], EntitySkeleton['Skeleton'/79, l='MpServer', x=178.50, y=36.00, z=197.91], EntityCyclops['Cyclops'/2383, l='MpServer', x=209.13, y=18.00, z=148.16], EntitySheep['Sheep'/80, l='MpServer', x=167.53, y=64.00, z=176.47], EntityCyclops['Cyclops'/2384, l='MpServer', x=213.16, y=17.00, z=141.22], EntityZombie['Zombie'/81, l='MpServer', x=164.31, y=32.69, z=197.31], EntityMagicke['Magicke'/2385, l='MpServer', x=194.25, y=15.00, z=137.88], EntityCharger['Charger'/1363, l='MpServer', x=326.25, y=88.00, z=158.56], EntityClown['Clown'/2387, l='MpServer', x=195.50, y=13.00, z=146.78], EntityDicer['Dicer'/853, l='MpServer', x=175.63, y=35.00, z=208.03], EntityCharger['Charger'/1365, l='MpServer', x=327.19, y=87.00, z=162.81], EntityZombie['Zombie'/92, l='MpServer', x=171.50, y=38.00, z=312.50], EntityBat['Bat'/1885, l='MpServer', x=296.25, y=23.51, z=254.28], EntityVoidwalker['Void Walker'/1376, l='MpServer', x=165.41, y=44.00, z=173.97], EntityXPOrb['Experience Orb'/97, l='MpServer', x=186.50, y=88.25, z=131.50], EntitySheep['Sheep'/100, l='MpServer', x=186.41, y=63.00, z=188.75], EntityBugeye['Bugeye'/868, l='MpServer', x=233.59, y=17.00, z=134.28], EntityItem['item.item.dyePowder.black'/101, l='MpServer', x=182.38, y=49.13, z=228.59], EntityItem['item.item.dyePowder.black'/102, l='MpServer', x=177.88, y=56.13, z=262.81], EntitySheep['Sheep'/103, l='MpServer', x=182.97, y=62.47, z=273.84], EntitySkeleton['Skeleton'/2407, l='MpServer', x=236.97, y=59.36, z=219.31], EntityItem['item.item.dyePowder.black'/105, l='MpServer', x=180.78, y=55.13, z=276.88], EntityAssassin['entity.nevermine.Assassin.name'/1898, l='MpServer', x=306.50, y=91.00, z=303.50], EntitySkeleton['Skeleton'/2410, l='MpServer', x=237.44, y=61.15, z=214.46], EntityBat['Bat'/1388, l='MpServer', x=292.31, y=38.10, z=253.66], EntitySkeleton['Skeleton'/2412, l='MpServer', x=237.89, y=58.14, z=219.30], EntityPincher['Pincher'/1648, l='MpServer', x=126.00, y=38.13, z=261.09], EntitySheep['Sheep'/118, l='MpServer', x=200.22, y=63.00, z=262.47], EntityPig['Pig'/119, l='MpServer', x=203.53, y=63.00, z=266.34], EntityFacelessRunner['Faceless Runner'/2168, l='MpServer', x=229.50, y=31.14, z=131.09], EntityMagicke['Magicke'/2428, l='MpServer', x=149.50, y=87.00, z=151.50], EntityMagicke['Magicke'/2429, l='MpServer', x=147.50, y=87.00, z=152.50], EntityAssassin['entity.nevermine.Assassin.name'/2174, l='MpServer', x=226.50, y=74.00, z=202.50], EntityShadow['Shadow'/1151, l='MpServer', x=202.50, y=13.00, z=126.50], EntityAssassin['entity.nevermine.Assassin.name'/2176, l='MpServer', x=231.50, y=74.00, z=199.50], EntityMagicke['Magicke'/2433, l='MpServer', x=305.50, y=28.00, z=234.50], EntityAssassin['entity.nevermine.Assassin.name'/2178, l='MpServer', x=232.50, y=74.00, z=198.50], EntityVoidwalker['Void Walker'/132, l='MpServer', x=209.72, y=22.00, z=244.13], EntityShadow['Shadow'/133, l='MpServer', x=214.53, y=40.00, z=249.88], EntityClown['Clown'/2439, l='MpServer', x=141.31, y=34.00, z=210.49], EntityClown['Clown'/2440, l='MpServer', x=133.72, y=34.00, z=217.22], EntityClown['Clown'/1162, l='MpServer', x=151.50, y=30.00, z=225.50], EntityCharger['Charger'/912, l='MpServer', x=166.50, y=84.00, z=147.50], EntityGhostlySasquatch['Ghostly Sasquatch'/147, l='MpServer', x=239.69, y=15.00, z=256.91], EntitySheep['Sheep'/157, l='MpServer', x=248.16, y=80.00, z=153.38], EntitySheep['Sheep'/158, l='MpServer', x=246.22, y=76.00, z=172.63], EntityHat['unknown'/8607, l='MpServer', x=231.50, y=74.00, z=199.50], EntitySoulAgent['entity.nevermine.SoulAgent.name'/160, l='MpServer', x=245.50, y=72.00, z=203.50], EntitySnowman['Snow Golem'/161, l='MpServer', x=248.50, y=73.00, z=242.50], EntityMagicke['Magicke'/162, l='MpServer', x=252.50, y=32.00, z=345.50], EntitySheep['Sheep'/169, l='MpServer', x=263.50, y=76.00, z=164.25], EntitySlime['Slime'/170, l='MpServer', x=270.31, y=38.00, z=191.53], GlisteningPixon['Glistening Pixon'/938, l='MpServer', x=257.22, y=85.00, z=125.22], GlisteningPixon['Glistening Pixon'/939, l='MpServer', x=258.81, y=85.00, z=126.81], GlisteningPixon['Glistening Pixon'/940, l='MpServer', x=265.84, y=84.00, z=128.22], EntityChicken['Chicken'/173, l='MpServer', x=267.31, y=73.00, z=255.41], GlisteningPixon['Glistening Pixon'/174, l='MpServer', x=256.81, y=73.00, z=243.38], GlisteningPixon['Glistening Pixon'/175, l='MpServer', x=264.34, y=77.00, z=252.44], EntityShadow['Shadow'/177, l='MpServer', x=260.72, y=30.00, z=344.03], EntitySheep['Sheep'/187, l='MpServer', x=281.84, y=83.00, z=196.09], EntitySkeleton['Skeleton'/1211, l='MpServer', x=195.50, y=25.00, z=296.50], EntityBat['Bat'/188, l='MpServer', x=281.25, y=46.10, z=244.25], EntityGhostlyCharger['Ghostly Charger'/705, l='MpServer', x=217.50, y=87.00, z=108.22], EntityGhostlySasquatch['Ghostly Sasquatch'/706, l='MpServer', x=203.69, y=87.00, z=115.59], EntityGhostlyCyclops['Ghostly Cyclops'/196, l='MpServer', x=284.50, y=89.00, z=326.97], EntityShadow['Shadow'/197, l='MpServer', x=269.38, y=30.24, z=341.72], EntityBat['Bat'/2508, l='MpServer', x=277.94, y=37.51, z=243.00], EntityZombie['Zombie'/205, l='MpServer', x=302.50, y=44.00, z=249.50], EntityWitch['Witch'/209, l='MpServer', x=289.69, y=41.00, z=242.63], EntityWitch['Witch'/210, l='MpServer', x=295.50, y=41.00, z=248.50], EntityHat['unknown'/3541, l='MpServer', x=302.50, y=44.00, z=249.50], EntityHat['unknown'/3542, l='MpServer', x=159.50, y=64.00, z=169.94], EntityZombie['Zombie'/1755, l='MpServer', x=176.50, y=35.00, z=219.50], EntityVoidwalker['Void Walker'/1758, l='MpServer', x=274.50, y=41.00, z=266.50], EntityVoidwalker['Void Walker'/1759, l='MpServer', x=274.34, y=41.00, z=264.56], EntitySkeleton['Skeleton'/224, l='MpServer', x=311.50, y=41.00, z=194.50], EntityBat['Bat'/226, l='MpServer', x=309.25, y=56.10, z=255.50], EntityGhost['Ghost'/227, l='MpServer', x=316.69, y=20.00, z=265.94], EntityGoalby['Goalby'/2787, l='MpServer', x=199.50, y=86.00, z=123.50], EntityVoidwalker['Void Walker'/228, l='MpServer', x=313.22, y=21.00, z=266.19], EntityGhost['Ghost'/2537, l='MpServer', x=143.50, y=39.00, z=198.50], EntityClown['Clown'/1779, l='MpServer', x=284.50, y=32.00, z=341.50], EntityEnt['Tree Spirit'/244, l='MpServer', x=325.16, y=102.00, z=300.09], GlisteningPixon['Glistening Pixon'/2042, l='MpServer', x=178.50, y=91.00, z=147.50], GlisteningPixon['Glistening Pixon'/2043, l='MpServer', x=178.50, y=91.00, z=143.50], EntityMagicke['Magicke'/2555, l='MpServer', x=264.78, y=88.00, z=347.63], EntityMagicke['Magicke'/2556, l='MpServer', x=267.13, y=88.00, z=345.63]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 523695792 bytes (499 MB) / 2100822016 bytes (2003 MB) up to 2100822016 bytes (2003 MB)
JVM Flags: 3 total; -Xms256M -Xmx2048M -XX:PermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 166 mods loaded, 166 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCHIJA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCHIJA appliedenergistics2-core{rv2-stable-9} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJA Aroma1997Core{1.0.2.13} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.13.jar)
UCHIJA CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
UCHIJA InfiniBows{1.3.0 build 20} [InfiniBows] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
UCHIJA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJA VeinMiner_coremod{0.27.1_build.unknown} [Core mod] (minecraft.jar)
UCHIJA OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJA appliedenergistics2{rv2-stable-9} [Applied Energistics 2] (appliedenergistics2-rv2-stable-9.jar)
UCHIJA bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
UCHIJA ae2stuff{0.4.2.43} [AE2 Stuff] (ae2stuff-0.4.2.43-mc1.7.10.jar)
UCHIJA nevermine{2.3} [AdventOfAscension] (AoA-2.3.1.jar)
UCHIJA Aroma1997CoreHelper{1.0.2.13} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.13.jar)
UCHIJA AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
UCHIJA BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
UCHIJA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCHIJA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJA IC2{2.2.736-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.736-experimental.jar)
UCHIJA CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
UCHIJA BuildCraft|Core{7.0.12} [BuildCraft] (buildcraft-7.0.12.jar)
UCHIJA Forestry{3.5.7.16} [Forestry for Minecraft] (forestry_1.7.10-3.5.7.16.jar)
UCHIJA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJA ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar)
UCHIJA ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
UCHIJA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJA BinnieCore{2.0-pre12} [Binnie Core] (binnie-mods-2.0-pre12.jar)
UCHIJA Botany{2.0-pre12} [Botany] (binnie-mods-2.0-pre12.jar)
UCHIJA ExtraBees{2.0-pre12} [Extra Bees] (binnie-mods-2.0-pre12.jar)
UCHIJA ExtraTrees{2.0-pre12} [Extra Trees] (binnie-mods-2.0-pre12.jar)
UCHIJA Genetics{2.0-pre12} [Genetics] (binnie-mods-2.0-pre12.jar)
UCHIJA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-4.jar)
UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJA Botania{r1.6-193} [Botania] (Botania r1.6-193.jar)
UCHIJA BuildCraft|Energy{7.0.12} [BC Energy] (buildcraft-7.0.12.jar)
UCHIJA BuildCraft|Factory{7.0.12} [BC Factory] (buildcraft-7.0.12.jar)
UCHIJA BuildCraft|Transport{7.0.12} [BC Transport] (buildcraft-7.0.12.jar)
UCHIJA BuildCraft|Builders{7.0.12} [BC Builders] (buildcraft-7.0.12.jar)
UCHIJA BuildCraft|Silicon{7.0.12} [BC Silicon] (buildcraft-7.0.12.jar)
UCHIJA BuildCraft|Robotics{7.0.12} [BC Robotics] (buildcraft-7.0.12.jar)
UCHIJA BuildCraft|Compat{7.0.8} [BuildCraft Compat] (buildcraft-compat-7.0.8.jar)
UCHIJA CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
UCHIJA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJA Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar)
UCHIJA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJA ForgeMultipart{1.1.2.334} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
UCHIJA chisel{2.3.10.37} [Chisel 2] (Chisel2-2.3.10.37.jar)
UCHIJA CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.39.315-universal.jar)
UCHIJA ComputerCraft{1.73} [ComputerCraft] (ComputerCraft1.73.jar)
UCHIJA CustomMainMenu{1.5} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.5.jar)
UCHIJA DraconicEvolution{1.0.1c} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.1c.jar)
UCHIJA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA Mekanism{8.1.5} [Mekanism] (Mekanism-1.7.10-8.1.5.246.jar)
UCHIJA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
UCHIJA EnderStorage{1.4.7.33} [EnderStorage] (EnderStorage-1.7.10-1.4.7.33-universal.jar)
UCHIJA EnderTech{1.7.10-0.3.2.388} [EnderTech] (EnderTech-1.7.10-0.3.2.388.jar)
UCHIJA EnderZoo{1.7.10-1.0.11.28} [Ender Zoo] (EnderZoo-1.7.10-1.0.11.28.jar)
UCHIJA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJA extracells{2.2.73} [Extra Cells 2] (ExtraCells-1.7.10-2.2.73b129.jar)
UCHIJA ExtraUtilities{1.2.5} [Extra Utilities] (extrautilities-1.2.5.jar)
UCHIJA factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJA factorization.dimensionalSlice{0.8.88.8.8888g} [Factorization Dimensional Slices] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJA factorization{0.8.88.8.8888g} [Factorization] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJA factorization.misc{0.8.88.8.8888g} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJA FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar)
UCHIJA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar)
UCHIJA fluxedcrystals{1.0.3} [Fluxed-Crystals] (fluxedCrystals-1.0.3.jar)
UCHIJA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-5c.jar)
UCHIJA TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCHIJA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-502.jar)
UCHIJA MagicBees{1.7.10-2.3.1} [Magic Bees] (magicbees-1.7.10-2.3.1.jar)
UCHIJA gendustry{1.4.13.97} [GenDustry] (gendustry-1.4.13.97-mc1.7.10.jar)
UCHIJA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCHIJA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHIJA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCHIJA HelpFixer{1.0.7} [HelpFixer] (HelpFixer-1.0.7.jar)
UCHIJA IC2NuclearControl{2.2.5a-GoingForTheKill} [Nuclear Control 2] (IC2NuclearControl-2.2.5a-GoingForTheKill.jar)
UCHIJA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
UCHIJA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJA journeymap{5.0.1} [JourneyMap] (JourneyMap5.0.1_Unlimited_MC1.7.10.jar)
UCHIJA MekanismGenerators{8.1.5} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.5.246.jar)
UCHIJA MekanismTools{8.1.5} [MekanismTools] (MekanismTools-1.7.10-8.1.5.246.jar)
UCHIJA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA Mystcraft{0.11.13.00} [Mystcraft] (mystcraft-1.7.10-0.11.13.00.jar)
UCHIJA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MrTJPCoreMod{1.0.7.14} [MrTJPCore] (MrTJPCore-1.7.10-1.0.7.14-universal.jar)
UCHIJA ProjRed|Core{4.6.1.80} [ProjectRed] (ProjectRed-1.7.10-4.6.1.80-Base.jar)
UCHIJA ProjRed|Exploration{4.6.1.80} [ProjectRed-Exploration] (ProjectRed-1.7.10-4.6.1.80-World.jar)
UCHIJA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA numina{0.4.0.100} [Numina] (Numina-0.4.0.100.jar)
UCHIJA powersuits{0.11.0.178} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.178.jar)
UCHIJA Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)
UCHIJA Morpheus{1.7.10-1.6.4} [Morpheus] (Morpheus-1.7.10-1.6.4.jar)
UCHIJA NEIAddons{1.12.10.33} [NEI Addons] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJA NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJA NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJA NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJA NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJA NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJA neiintegration{1.0.9} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.9.jar)
UCHIJA NotEnoughCodecs{0.3} [NotEnoughCodecs] (NotEnoughCodecs-1.7.10-0.3-snapshot-11.jar)
UCHIJA notenoughkeys{@[email protected]} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
UCHIJA ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
UCHIJA OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
UCHIJA OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
UCHIJA OpenPeripheralCore{1.1.1} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.1.1.jar)
UCHIJA OpenPeripheral{0.3.1} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.3.1.jar)
UCHIJA OpenPeripheralIntegration{0.2.2} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.2.2.jar)
UCHIJA PneumaticCraft{1.8.2-84} [PneumaticCraft] (PneumaticCraft-1.7.10-1.8.2-84-universal.jar)
UCHIJA PortalGun{4.0.0-beta-4} [PortalGun] (PortalGun-4.0.0-beta-4.jar)
UCHIJA JotatosPracticalities{0.6.2} [Practicalities] (practicalities-1.7.10-0.6.2.jar)
UCHIJA ProjRed|Transmission{4.6.1.80} [ProjectRed-Transmission] (ProjectRed-1.7.10-4.6.1.80-Integration.jar)
UCHIJA ProjRed|Compatibility{4.6.1.80} [ProjectRed-Compatibility] (ProjectRed-1.7.10-4.6.1.80-Compat.jar)
UCHIJA ProjRed|Integration{4.6.1.80} [ProjectRed-Integration] (ProjectRed-1.7.10-4.6.1.80-Integration.jar)
UCHIJA ProjRed|Illumination{4.6.1.80} [ProjectRed-Illumination] (ProjectRed-1.7.10-4.6.1.80-Lighting.jar)
UCHIJA RedstoneArsenal{1.7.10R1.1.0} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0-80.jar)
UCHIJA ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
UCHIJA rftools{3.10} [RFTools] (rftools-3.10.jar)
UCHIJA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
UCHIJA StevesAddons{0.10.13} [Steve's Addons] (StevesAddons-1.7.10-0.10.13.jar)
UCHIJA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCHIJA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-37.jar)
UCHIJA ThermalDynamics{1.7.10R1.0.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.0.0-122.jar)
UCHIJA ThermalSmeltery{1.7.10-1.2.1} [Thermal Smeltery] (ThermalSmeltery-1.7.10-1.2.1.jar)
UCHIJA TiCTooltips{1.2.4} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.4.jar)
UCHIJA TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)
UCHIJA Translocator{1.1.1.14} [Translocator] (Translocator-1.7.10-1.1.1.14-universal.jar)
UCHIJA VeinMiner{0.27.1_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UCHIJA VeinMinerModSupport{0.27.1_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UCHIJA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UCHIJA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJA McMultipart{1.1.2.334} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
UCHIJA aobd{2.6.3} [Another One Bites The Dust] (AOBD-2.6.3.jar)
UCHIJA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJA IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar)
UCHIJA ForgeMicroblock{1.1.2.334} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.30' Renderer: 'GeForce GTX 750/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-9 for Forge 10.13.2.1291
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.0.2-262
ThermalFoundation: -[1.7.10]1.0.0-81
ThermalExpansion: -[1.7.10]4.0.1-182
MineFactoryReloaded: -[1.7.10]2.8.0-104
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.0-80
ThermalDynamics: -[1.7.10]1.0.0-122
List of loaded APIs:
* API_NEK (1.0.0) from NotEnoughKeys-1.7.10-1.0.0b29.jar
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-9.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar
* BotaniaAPI (24) from fluxedCrystals-1.0.3.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|blueprints (1.3) from buildcraft-7.0.12.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|core (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|events (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|items (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.0.12.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|robotics (2.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|tiles (1.1) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|tools (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.0.12.jar
* ChiselAPI (0.0.2) from Chisel2-2.3.10.37.jar
* ChiselAPI|Carving (0.0.2) from Chisel2-2.3.10.37.jar
* CoFHAPI (1.7.10R1.0.12) from fluxedCrystals-1.0.3.jar
* CoFHAPI|block (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|core (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|energy (1.7.10R1.0.0) from funky-locomotion-1.7.10-beta-5c.jar
* CoFHAPI|fluid (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|inventory (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|item (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|modhelpers (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|tileentity (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|transport (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|world (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|audio (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|container (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|element (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|gui|slot (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|inventory (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|render (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|render|particle (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|util (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|util|helpers (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|util|position (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|world (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|world|feature (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* ComputerCraft|API (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|FileSystem (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Lua (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Media (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Peripheral (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Redstone (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Turtle (1.73) from ComputerCraft1.73.jar
* DraconicEvolution|API (1.0) from Draconic-Evolution-1.7.10-1.0.1c.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* factorization notification system (1.0) from Factorization-1.7.10-0.8.88.8.8888g.jar
* ForestryAPI|apiculture (2.6.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|circuits (1.1.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|core (2.6.1) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|genetics (2.7.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|hives (4.0.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|recipes (2.1.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|storage (2.3.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.5.7.16.jar
* gendustryAPI (1.4.13.97) from gendustry-1.4.13.97-mc1.7.10.jar
* Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
* IC2API (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.11.13.00.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.2.5a-GoingForTheKill.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.3.jar
* OpenPeripheralApi (3.2) from OpenPeripheralCore-1.7.10-1.1.1.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.8.2-84-universal.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|carts (1.3.1) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|core (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|signals (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* Thaumcraft|API (4.2.2.0) from Thaumcraft-1.7.10-4.2.3.5.jar
* VeinMinerApi (0.1) from VeinMiner-1.7.10_0.27.1.unknown.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 750/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.30, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Server-side creative tab
07.08 17:38:12 [Server] INFO [17:38:12] [Server thread/INFO]: Niikk left the game
07.08 17:38:12 [Disconnect] User [17:38:12] [Server thread/INFO]: Niikk has disconnected, reason: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.io.IOException: Connection reset by peer], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
07.08 17:38:12 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
07.08 17:38:12 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
07.08 17:38:12 [Server] INFO at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
07.08 17:38:12 [Server] INFO at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
07.08 17:38:12 [Server] INFO at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
07.08 17:38:12 [Server] INFO at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:87) [AbstractNioByteChannel$NioByteUnsafe.class:?]
07.08 17:38:12 [Server] INFO at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:208) ~[NioSocketChannel.class:?]
07.08 17:38:12 [Server] INFO at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:870) ~[AbstractByteBuf.class:?]
07.08 17:38:12 [Server] INFO at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:436) ~[UnpooledUnsafeDirectByteBuf.class:?]
07.08 17:38:12 [Server] INFO at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_31]
07.08 17:38:12 [Server] INFO at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_31]
07.08 17:38:12 [Server] INFO at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_31]
07.08 17:38:12 [Server] INFO at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_31]
07.08 17:38:12 [Server] INFO at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[?:1.8.0_31]
07.08 17:38:12 [Server] INFO java.io.IOException: Connection reset by peer
07.08 17:38:12 [Server] INFO [17:38:12] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
If there is any additional information required, please let me know and I'll update as quick as I can.