Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [09:04:05] [Client thread/INFO] [FML]: Trying to hook into NEI
- [09:05:52] [Netty Client IO #0/INFO] [MobiusCore]: [MobiusCore] Found net.minecraft.util.MessageDeserializer [ ez ] with checksum B572EAD65FC76FFC1ED80F44BC0F9931
- [09:05:52] [Netty Client IO #0/INFO] [MobiusCore]: Successful injection in decode (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
- [09:05:52] [Netty Client IO #0/INFO] [MobiusCore]: [MobiusCore] Found net.minecraft.util.MessageSerializer [ fa ] with checksum 6CFABFD319BD3317743170B737CA472D
- [09:05:52] [Netty Client IO #0/INFO] [MobiusCore]: Successful injection in a (Lio/netty/channel/ChannelHandlerContext;Lft;Lio/netty/buffer/ByteBuf;)V
- [09:05:52] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [PlayerAPI, BetterFoliage, BiblioWoodsEBXL, CustomMainMenu, D3Core, ExtrabiomesXL, FastCraft, LogisticsPipes, Mineshot, ResourceLoader, TorchTools, VersionChecker] at SERVER
- [09:05:56] [Client thread/INFO]: Connecting to 10.0.0.36, 25565
- [09:05:56] [Netty Client IO #1/INFO] [FML]: Server protocol version 2
- [09:05:56] [Netty Client IO #1/INFO] [FML]: Attempting connection with missing mods [PlayerAPI, BetterFoliage, BiblioWoodsEBXL, CustomMainMenu, D3Core, ExtrabiomesXL, FastCraft, LogisticsPipes, Mineshot, ResourceLoader, TorchTools, VersionChecker] at SERVER
- [09:05:56] [Netty Client IO #1/INFO] [FML]: Injecting existing block and item data into this client instance
- [09:05:56] [Netty Client IO #1/INFO] [FML]: Applying holder lookups
- [09:05:56] [Netty Client IO #1/WARN] [FML]: Unable to lookup CompactMachines:interfaceblock for public static org.dave.CompactMachines.block.BlockCM org.dave.CompactMachines.init.ModBlocks.interfaceblock. Is there something wrong with the registry?
- [09:05:56] [Netty Client IO #1/WARN] [FML]: Unable to lookup chisel:cobblestoneWall for public static com.cricketcraft.chisel.block.BlockCarvableWall com.cricketcraft.chisel.init.ChiselBlocks.cobblestoneWall. Is there something wrong with the registry?
- [09:05:56] [Netty Client IO #1/WARN] [FML]: Unable to lookup chisel:obsidian2 for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.obsidian2. Is there something wrong with the registry?
- [09:05:56] [Netty Client IO #1/WARN] [FML]: Unable to lookup chisel:voidstonerunic for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.voidstonerunic. Is there something wrong with the registry?
- [09:05:56] [Netty Client IO #1/WARN] [FML]: Unable to lookup chisel:circuits for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.circuits. Is there something wrong with the registry?
- [09:05:56] [Netty Client IO #1/INFO] [FML]: Holder lookups applied
- [09:05:56] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
- [09:05:56] [Client thread/INFO] [neresources]: Loading compatibility for minecraft
- [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for CoFHCore
- [09:05:57] [Client thread/INFO] [neresources]: Metallurgy not loaded - skipping
- [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for NetherOres
- [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for BigReactors
- [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for appliedenergistics2
- [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for Thaumcraft
- [09:05:57] [Client thread/INFO] [neresources]: ElectriCraft not loaded - skipping
- [09:05:57] [Client thread/INFO] [neresources]: ReactorCraft not loaded - skipping
- [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for Forestry
- [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for TConstruct
- [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for IC2
- [09:05:57] [Client thread/INFO] [neresources]: MobProperties not loaded - skipping
- [09:05:57] [Client thread/INFO] [neresources]: Requesting Sync...
- [09:06:01] [Client thread/INFO] [NEIAddons]: Connected to new server, resetting commands
- [09:06:01] [Client thread/INFO] [Compact Machines]: Receiving configuration from server
- [09:06:01] [Client thread/INFO] [Compact Machines]: Registering dimension 2 on client side
- [09:06:01] [Client thread/ERROR] [FML]: SimpleChannelHandlerWrapper exception
- java.lang.IllegalArgumentException: Failed to register dimension for id 2, One is already registered
- at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:118) ~[DimensionManager.class:?]
- at org.dave.CompactMachines.network.MessageConfiguration.onMessage(MessageConfiguration.java:46) ~[MessageConfiguration.class:?]
- at org.dave.CompactMachines.network.MessageConfiguration.onMessage(MessageConfiguration.java:14) ~[MessageConfiguration.class:?]
- at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:37) ~[SimpleChannelHandlerWrapper.class:?]
- at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:17) ~[SimpleChannelHandlerWrapper.class:?]
- at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
- at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
- at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
- at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
- at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
- at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
- at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) [bcx.class:?]
- at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) [bao.class:?]
- at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
- at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
- [09:06:01] [Client thread/ERROR] [FML]: SimpleChannelHandlerWrapper exception
- java.lang.IllegalArgumentException: Failed to register dimension for id 2, One is already registered
- at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:118) ~[DimensionManager.class:?]
- at org.dave.CompactMachines.network.MessageConfiguration.onMessage(MessageConfiguration.java:46) ~[MessageConfiguration.class:?]
- at org.dave.CompactMachines.network.MessageConfiguration.onMessage(MessageConfiguration.java:14) ~[MessageConfiguration.class:?]
- at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:37) ~[SimpleChannelHandlerWrapper.class:?]
- at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:17) ~[SimpleChannelHandlerWrapper.class:?]
- at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
- at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
- at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
- at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
- at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
- at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
- at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) [bcx.class:?]
- at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) [bao.class:?]
- at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
- at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
- [09:06:01] [Client thread/ERROR] [FML]: There was a critical exception handling a packet on channel compactmachines
- java.lang.IllegalArgumentException: Failed to register dimension for id 2, One is already registered
- at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:118) ~[DimensionManager.class:?]
- at org.dave.CompactMachines.network.MessageConfiguration.onMessage(MessageConfiguration.java:46) ~[MessageConfiguration.class:?]
- at org.dave.CompactMachines.network.MessageConfiguration.onMessage(MessageConfiguration.java:14) ~[MessageConfiguration.class:?]
- at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:37) ~[SimpleChannelHandlerWrapper.class:?]
- at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:17) ~[SimpleChannelHandlerWrapper.class:?]
- at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
- at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[MessageToMessageDecoder.class:?]
- at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
- at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
- at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
- at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
- at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) [bcx.class:?]
- at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) [bao.class:?]
- at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
- at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
- [09:06:01] [Netty Client IO #1/INFO] [Compact Machines]: Unregistering dimension 2 on client side
- [09:06:01] [Netty Client IO #1/INFO] [Compact Machines]: Restored original dimension id: 2
- [09:06:01] [Netty Client IO #1/INFO] [mcjty.varia.Logging]: Disconnect from server: Unregistering RFTools dimensions
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: Exception caught during firing event cpw.mods.fml.common.network.FMLNetworkEvent$ClientDisconnectionFromServerEvent@52ca55c1:
- java.lang.NullPointerException
- at mcjty.rftools.dimension.RfToolsDimensionManager.unregisterDimensions(RfToolsDimensionManager.java:96) ~[RfToolsDimensionManager.class:?]
- at mcjty.rftools.ClientDisconnectEvent.onDisconnectedFromServerEvent(ClientDisconnectEvent.java:14) ~[ClientDisconnectEvent.class:?]
- at cpw.mods.fml.common.eventhandler.ASMEventHandler_1428_ClientDisconnectEvent_onDisconnectedFromServerEvent_ClientDisconnectionFromServerEvent.invoke(.dynamic) ~[?:?]
- at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
- at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
- at cpw.mods.fml.common.network.handshake.NetworkDispatcher.close(NetworkDispatcher.java:405) [NetworkDispatcher.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.invokeClose(DefaultChannelHandlerContext.java:560) [DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.access$1200(DefaultChannelHandlerContext.java:28) [DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelHandlerContext$14.run(DefaultChannelHandlerContext.java:550) [DefaultChannelHandlerContext$14.class:?]
- at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354) [SingleThreadEventExecutor.class:?]
- at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:348) [NioEventLoop.class:?]
- at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
- at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: Index: 10 Listeners:
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: 0: NORMAL
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: 1: ASM: thaumcraft.common.lib.network.EventHandlerNetwork@3fd08b99 clientLogsOut(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: 2: ASM: org.dave.CompactMachines.handler.CMEventHandler@558c9e78 onClientDisconnect(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: 3: ASM: crazypants.enderio.machine.hypercube.ConnectionHandler@3d99dc9a onDisconnectedFromServer(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: 4: ASM: crazypants.enderio.machine.transceiver.ConnectionHandler@4b30b72a onDisconnectedFromServer(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: 5: ASM: openperipheral.addons.glasses.TerminalManagerClient$FmlBusListener@5d860234 onDisconnect(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: 6: ASM: portalgun.common.core.EventHandler@1b28d346 connectionClosed(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: 7: ASM: dan200.computercraft.shared.proxy.ComputerCraftProxyCommon$ForgeHandlers@2d85aa1e onConnectionClosed(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: 8: ASM: micdoodle8.mods.galacticraft.core.network.ConnectionEvents@47965b8d onConnectionClosed(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: 9: ASM: hats.common.core.EventHandler@7f7784a3 onClientDisconnect(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: 10: ASM: mcjty.rftools.ClientDisconnectEvent@6d8c8f73 onDisconnectedFromServerEvent(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: 11: ASM: tonius.simplyjetpacks.handler.SyncHandler@523c6045 onClientDisconnectedFromServer(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: 12: ASM: ic2.core.network.RpcHandler@38942b19 onDisconnect(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
- [09:06:01] [Netty Client IO #1/ERROR] [FML]: 13: ASM: openmods.network.IdSyncManager@566eb29e onDisconnect(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
- [09:06:02] [Thread-45/INFO] [FML]: [Modstats] Stat wasn't reported 'modstats.org'
- [09:06:02] [Client thread/INFO] [journeymap]: Requesting World ID
- [09:06:04] [Client thread/INFO]: [CHAT] ajthemacboy joined the game.
- [09:06:04] [Client thread/INFO]: [CHAT] Found new version of KCauldron: 1.7.10-1492.152
- [09:06:04] [Client thread/INFO]: [CHAT] Current is 1.7.10-1492.150
- [09:06:04] [Client thread/INFO]: [CHAT] Type '/kc update' to update
- [09:06:04] [Client thread/INFO] [THAUMCRAFT]: Client received server config settings.
- [09:06:04] [Client thread/INFO] [THAUMCRAFT]: CHEAT_SHEET[false], WARDED_STONE[true], MIRRORS[true], HARD_NODES[true], WUSS_MODE[false], RESEARCH_DIFFICULTY[0], ASPECT_TOTAL_CAP[100
- [09:06:04] [Client thread/INFO] [ThermalExpansion]: Receiving Server Configuration...
- [09:06:04] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:106]: Loading scripts
- [09:06:04] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:152]: MineTweaker: Loading intermod
- Adjusting clock screw. Server differential is 7629 ms.
- Adjusting clock screw. Server differential is 7630 ms.
- [09:06:04] [Client thread/ERROR] [NotEnoughItems]: Error loading brewing ingredients for: net.minecraft.item.ItemBlock@68f590ef
- java.lang.NullPointerException
- at net.minecraft.block.BlockFlower.func_149666_a(SourceFile:73) ~[alc.class:?]
- at net.minecraft.item.ItemBlock.func_150895_a(ItemBlock.java:181) ~[abh.class:?]
- at codechicken.nei.api.ItemInfo.searchItems(ItemInfo.java:417) [ItemInfo.class:?]
- at codechicken.nei.api.ItemInfo.load(ItemInfo.java:96) [ItemInfo.class:?]
- at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:258) [NEIClientConfig.class:?]
- at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208) [NEIClientConfig.class:?]
- at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:109) [NEICPH.class:?]
- at codechicken.nei.NEICPH.handlePacket(NEICPH.java:23) [NEICPH.class:?]
- at codechicken.lib.packet.PacketCustom$ClientInboundHandler.handle(PacketCustom.java:100) [PacketCustom$ClientInboundHandler.class:?]
- at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:77) [PacketCustom$CustomInboundHandler.class:?]
- at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:64) [PacketCustom$CustomInboundHandler.class:?]
- at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
- at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
- at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
- at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
- at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) [bcx.class:?]
- at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) [bao.class:?]
- at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
- at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
- [09:06:05] [Client thread/ERROR] [NotEnoughItems]: Error loading sub-items for: cofh.thermaldynamics.item.ItemCover@4792c40f. Tab: thermaldynamics.creativeTabCovers
- java.lang.NullPointerException
- at net.minecraft.block.BlockFlower.func_149666_a(SourceFile:73) ~[alc.class:?]
- at net.minecraft.item.ItemBlock.func_150895_a(ItemBlock.java:181) ~[abh.class:?]
- at cofh.thermaldynamics.item.ItemCover.createCoverList(ItemCover.java:106) ~[ItemCover.class:?]
- at cofh.thermaldynamics.item.ItemCover.getCoverList(ItemCover.java:123) ~[ItemCover.class:?]
- at cofh.thermaldynamics.item.ItemCover.func_150895_a(ItemCover.java:46) ~[ItemCover.class:?]
- at codechicken.nei.api.ItemInfo.searchItems(ItemInfo.java:370) [ItemInfo.class:?]
- at codechicken.nei.api.ItemInfo.load(ItemInfo.java:96) [ItemInfo.class:?]
- at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:258) [NEIClientConfig.class:?]
- at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208) [NEIClientConfig.class:?]
- at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:109) [NEICPH.class:?]
- at codechicken.nei.NEICPH.handlePacket(NEICPH.java:23) [NEICPH.class:?]
- at codechicken.lib.packet.PacketCustom$ClientInboundHandler.handle(PacketCustom.java:100) [PacketCustom$ClientInboundHandler.class:?]
- at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:77) [PacketCustom$CustomInboundHandler.class:?]
- at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:64) [PacketCustom$CustomInboundHandler.class:?]
- at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
- at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
- at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
- at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
- at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) [bcx.class:?]
- at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) [bao.class:?]
- at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
- at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
- [09:06:05] [Client thread/ERROR] [NotEnoughItems]: Error loading brewing ingredients for: cofh.thermaldynamics.item.ItemCover@4792c40f
- java.lang.NullPointerException
- at net.minecraft.block.BlockFlower.func_149666_a(SourceFile:73) ~[alc.class:?]
- at net.minecraft.item.ItemBlock.func_150895_a(ItemBlock.java:181) ~[abh.class:?]
- at cofh.thermaldynamics.item.ItemCover.createCoverList(ItemCover.java:106) ~[ItemCover.class:?]
- at cofh.thermaldynamics.item.ItemCover.getCoverList(ItemCover.java:123) ~[ItemCover.class:?]
- at cofh.thermaldynamics.item.ItemCover.func_150895_a(ItemCover.java:46) ~[ItemCover.class:?]
- at codechicken.nei.api.ItemInfo.searchItems(ItemInfo.java:417) [ItemInfo.class:?]
- at codechicken.nei.api.ItemInfo.load(ItemInfo.java:96) [ItemInfo.class:?]
- at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:258) [NEIClientConfig.class:?]
- at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208) [NEIClientConfig.class:?]
- at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:109) [NEICPH.class:?]
- at codechicken.nei.NEICPH.handlePacket(NEICPH.java:23) [NEICPH.class:?]
- at codechicken.lib.packet.PacketCustom$ClientInboundHandler.handle(PacketCustom.java:100) [PacketCustom$ClientInboundHandler.class:?]
- at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:77) [PacketCustom$CustomInboundHandler.class:?]
- at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:64) [PacketCustom$CustomInboundHandler.class:?]
- at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
- at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
- at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
- at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
- at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
- at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) [bcx.class:?]
- at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) [bao.class:?]
- at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
- at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
- [09:06:05] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: net.minecraft.item.ItemBlock@7dbd0a32
- [09:06:05] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.natura.items.BerryMedley@63045d5
- [09:06:12] [Client thread/INFO] [STDOUT]: [ic2.neiIntegration.core.NEIIC2Config:loadConfig:37]: IC2 NEI Submodule initialized
- [09:06:12] [Client thread/INFO] [INpureCullingEngine]: Script handler ready. Waiting for a while to ensure all other mods are done messing with NEI.
- [09:06:12] [Client thread/INFO] [STDOUT]: [advsolar.client.nei.NEIASPConfig:loadConfig:10]: [Advanced Solar Panels]: Loading NEI compatibility...
- [09:06:12] [Client thread/INFO] [Draconic Evolution]: Added NEI integration
- [09:06:13] [Client thread/INFO] [extrautils]: Added NEI integration
- [09:06:13] [Client thread/INFO] [NEIAddons|Botany]: Root=binnie.botany.genetics.FlowerHelper@62e9c28a Species=interface binnie.botany.api.IAlleleFlowerSpecies
- [09:06:13] [Client thread/INFO] [NEIAddons|Forestry]: Loaded Extra Bees comb item: binnie.extrabees.products.ItemHoneyComb@f246c88 (binnie.extrabees.products.ItemHoneyComb@f246c88)
- [09:06:13] [Client thread/INFO] [NEIAddons|Forestry]: Loaded TB comb item: magicbees.item.ItemComb@75c81186
- [09:06:13] [Client thread/INFO] [NEIAddons|Forestry]: Loaded Magic Bees comb item: magicbees.item.ItemComb@75c81186 (magicbees.item.ItemComb@75c81186)
- [09:06:13] [Client thread/WARN] [NEIAddons]: magicbees.speciesRSAFluxed specialty contains nulls and/or corrupt item stacks
- [09:06:13] [Client thread/INFO] [neiintegration]: Loading integration: Minecraft / Forge
- [09:06:13] [Client thread/INFO] [neiintegration]: Loading integration: Big Reactors
- [09:06:13] [Client thread/INFO] [neiintegration]: Loading integration: Forestry
- [09:06:13] [Client thread/INFO] [neiintegration]: Loading integration: Pam's HarvestCraft
- [09:06:13] [Client thread/INFO] [neiintegration]: Loading integration: MineFactory Reloaded
- [09:06:13] [Client thread/INFO] [neiintegration]: Loading integration: Railcraft
- [09:06:13] [Client thread/INFO] [Waila]: Received server authentication msg. Remote sync will be activated
- [09:06:14] [Client thread/INFO] [Mekanism]: Received config from server.
- [09:06:14] [Client thread/INFO] [Mekanism]: Received Cardboard Box blacklist entries from server (10 total)
- [09:06:14] [Client thread/INFO] [NEIAddons]: Received handshake from server
- [09:06:14] [Client thread/INFO] [NEIAddons]: Available server commands: SetForestryWorktableRecipe;SetAE2FakeSlot
- [09:06:14] [Client thread/INFO] [STDOUT]: [mcjty.rftools.dimension.network.SyncDimensionInfoHelper:syncDimensionManagerFromServer:15]: SYNC DIMENSION STUFF: world.isRemote = true
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: RfToolsDimensionManager.syncFromServer
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Dimension information from server is empty.
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Getting dimlet mapping from server
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Material, tile.thermalfoundation.ore6
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Material, tile.appliedenergistics2.OreQuartzCharged
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Foliage, Oak
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Sky
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Storage Cell
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Alpine
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Autumn Woods
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Extreme Jungle
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Forested Hills
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Forested Island
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Glacier
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Green Hills
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Ice Wasteland
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Mini Jungle
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Mountainous Desert
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Red Rock Mountains
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Mountain Taiga
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Pine Forest
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Lush Redwoods
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Snow Forest
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Snowy Rainforest
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Woodlands
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Desert Oil Field
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, mana
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, honey
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, steam
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, glowstone
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, ic2constructionfoam
- [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Could not read 'userdimlets.json', this is not an error!
- [09:06:14] [Client thread/INFO] [simplyjetpacks]: Received server configuration
- [09:06:19] [Client thread/INFO] [StevesAddons]: Search database generated in 5684ms
- [09:06:19] [Client thread/INFO] [MapWriter]: Mw.load: loading...
- [09:06:20] [Client thread/INFO] [MapWriter]: generating block colours
- [09:06:20] [Client thread/INFO] [MapWriter]: loading block colour overrides file C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\config\MapWriterBlockColourOverrides.txt
- [09:06:20] [Client thread/INFO] [MapWriter]: generating block map colours from textures
- [09:06:20] [Client thread/INFO] [MapWriter]: created new MwTexture from GL texture id 17 (4096x2048) (8388608 pixels)
- [09:06:20] [Client thread/INFO] [MapWriter]: processed 10193 block textures, 41643 skipped, 613 exceptions
- [09:06:20] [Client thread/INFO] [MapWriter]: loading block colour overrides file C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\config\MapWriterBlockColourOverrides.txt
- [09:06:20] [Client thread/INFO] [MapWriter]: saving block colours to 'C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\config\MapWriterBlockColours.txt'
- * Chat messages removed
- [09:06:21] [Client thread/INFO]: [CHAT] versioncheck.ganysnether.message §f[§aversioncheck.ganysnether.download§f]
- [09:06:21] [Client thread/INFO] [PortalGun]: [4.0.0-beta-5] Sending client info to server
- [SMC INF]OpenGL Version : 4.5.0 NVIDIA 355.60
- [SMC INF]Vendor : NVIDIA Corporation
- [SMC INF]Renderer : GeForce GTX 765M/PCIe/SSE2
- [SMC INF]Capabilities 2.0 2.1 3.0 3.2 4.0
- [SMC INF]GL_MAX_DRAW_BUFFERS = 8
- [SMC INF]GL_MAX_COLOR_ATTACHMENTS_EXT = 8
- [SMC INF]GL_MAX_TEXTURE_IMAGE_UNITS = 32
- [SMC INF]Framebuffer created.
- [SMC INF]Reset model renderers
- [SMC INF]Reset world renderers
- [SMC INF].
- [09:06:21] [Client thread/WARN] [FML]: =============================================================
- [09:06:21] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
- [09:06:21] [Client thread/WARN] [FML]: Offendor: truetyper/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I
- [09:06:21] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
- [09:06:21] [Client thread/WARN] [FML]: =============================================================
- [09:06:21] [Client thread/INFO] [STDOUT]: [truetyper.TrueTypeFont:<init>:94]: TrueTypeFont loaded: java.awt.Font[family=Arial,name=Arial,style=plain,size=12] - AntiAlias = true
- [09:06:21] [Netty Client IO #1/ERROR] [FML]: NetworkDispatcher exception
- io.netty.handler.timeout.ReadTimeoutException
- [09:06:21] [Netty Client IO #1/INFO] [THAUMCRAFT]: Restoring client configs.
- [09:06:21] [Netty Client IO #1/INFO] [mcjty.varia.Logging]: Disconnect from server: Unregistering RFTools dimensions
- [09:06:21] [Netty Client IO #1/INFO] [simplyjetpacks]: Loading configuration files
- [09:06:22] [Client thread/INFO] [STDOUT]: [gravisuite.GraviSuite:addLog:148]: [GraviSuite] Keyregistry: IC2 ALT key found
- [09:06:22] [Client thread/INFO] [STDOUT]: [gravisuite.GraviSuite:addLog:148]: [GraviSuite] Keyregistry: IC2 Boost key found
- [09:06:22] [Client thread/INFO] [STDOUT]: [gravisuite.GraviSuite:addLog:148]: [GraviSuite] Keyregistry: IC2 MODE SWITCH key found
- [09:06:22] [Client thread/INFO] [STDOUT]: [gravisuite.GraviSuite:addLog:148]: [GraviSuite] Keyregistry: IC2 MODE SWITCH key found
- [09:06:22] [Client thread/INFO]: [CHAT] InvTweaks: Configuration loaded.
- [09:06:22] [Client thread/INFO] [inventorytweaks]: net.minecraft.client.gui.GuiIngameMenu
- [09:06:22] [Client thread/INFO] [FML]: Applying holder lookups
- [09:06:22] [Client thread/WARN] [FML]: Unable to lookup CompactMachines:interfaceblock for public static org.dave.CompactMachines.block.BlockCM org.dave.CompactMachines.init.ModBlocks.interfaceblock. Is there something wrong with the registry?
- [09:06:22] [Client thread/WARN] [FML]: Unable to lookup chisel:cobblestoneWall for public static com.cricketcraft.chisel.block.BlockCarvableWall com.cricketcraft.chisel.init.ChiselBlocks.cobblestoneWall. Is there something wrong with the registry?
- [09:06:22] [Client thread/WARN] [FML]: Unable to lookup chisel:obsidian2 for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.obsidian2. Is there something wrong with the registry?
- [09:06:22] [Client thread/WARN] [FML]: Unable to lookup chisel:voidstonerunic for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.voidstonerunic. Is there something wrong with the registry?
- [09:06:22] [Client thread/WARN] [FML]: Unable to lookup chisel:circuits for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.circuits. Is there something wrong with the registry?
- [09:06:22] [Client thread/INFO] [FML]: Holder lookups applied
- [09:06:24] [Thread-49/INFO] [Galacticraft]: Galacticraft remote version found: 3.0.11
- [09:06:24] [Client thread/INFO] [MapWriter]: Mw.close: closing...
- [09:06:24] [Client thread/INFO] [MapWriter]: waiting for 7 tasks to finish...
- [09:06:24] [Client thread/INFO] [MapWriter]: done
- [09:06:24] [Client thread/INFO] [Mekanism]: Finished loading Cardboard Box blacklist (loaded 0 entries)
- [09:06:25] [Client thread/INFO] [Mekanism]: Reloaded config.
- [09:06:28] [Client thread/INFO] [INpureCullingEngine]: Starting NEI Filter scripting. This might take a moment to load all the modules...
- [09:06:28] [Client thread/INFO] [INpureCullingEngine]: Engine: JAVASCRIPT
- [09:06:28] [Client thread/INFO] [INpureLogInterceptor]: Log parsing appears to have failed. Attempting to dig the data out of FML directly...
- [09:06:28] [Client thread/INFO] [INpureLogInterceptor]: NEI has entered the ready state. Sending data to culling system. List contains 0 entries.
- [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading table of contents for module: custom_nei_filters, 1.0, Author: denoflionsx
- [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Bootstrap setting found. Loading: Bootstrap.js
- [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: vanilla.js
- [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: ThermalExpansion.js
- [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: Mekanism.js
- [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: ForgeMicroblock.js
- [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: ExtraUtilities.js
- [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: BuildCraft.js
- [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: Bibliocraft.js
- [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: AppliedEnergistics2.js
- [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: Tcon.js
- [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: MFR.js
- [09:08:00] [Client thread/INFO]: Connecting to 10.0.0.36, 25565
- [09:08:00] [Netty Client IO #2/INFO] [FML]: Server protocol version 2
- [09:08:00] [Netty Client IO #2/INFO] [FML]: Attempting connection with missing mods [PlayerAPI, BetterFoliage, BiblioWoodsEBXL, CustomMainMenu, D3Core, ExtrabiomesXL, FastCraft, LogisticsPipes, Mineshot, ResourceLoader, TorchTools, VersionChecker] at SERVER
- [09:08:00] [Netty Client IO #2/INFO] [FML]: Injecting existing block and item data into this client instance
- [09:08:01] [Netty Client IO #2/INFO] [FML]: Applying holder lookups
- [09:08:01] [Netty Client IO #2/WARN] [FML]: Unable to lookup CompactMachines:interfaceblock for public static org.dave.CompactMachines.block.BlockCM org.dave.CompactMachines.init.ModBlocks.interfaceblock. Is there something wrong with the registry?
- [09:08:01] [Netty Client IO #2/WARN] [FML]: Unable to lookup chisel:cobblestoneWall for public static com.cricketcraft.chisel.block.BlockCarvableWall com.cricketcraft.chisel.init.ChiselBlocks.cobblestoneWall. Is there something wrong with the registry?
- [09:08:01] [Netty Client IO #2/WARN] [FML]: Unable to lookup chisel:obsidian2 for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.obsidian2. Is there something wrong with the registry?
- [09:08:01] [Netty Client IO #2/WARN] [FML]: Unable to lookup chisel:voidstonerunic for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.voidstonerunic. Is there something wrong with the registry?
- [09:08:01] [Netty Client IO #2/WARN] [FML]: Unable to lookup chisel:circuits for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.circuits. Is there something wrong with the registry?
- [09:08:01] [Netty Client IO #2/INFO] [FML]: Holder lookups applied
- [09:08:01] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
- [09:08:01] [Client thread/INFO] [neresources]: Requesting Sync...
- [09:08:05] [Client thread/INFO] [NEIAddons]: Connected to new server, resetting commands
- [09:08:05] [Client thread/INFO] [Compact Machines]: Receiving configuration from server
- [09:08:05] [Client thread/INFO] [Compact Machines]: Registering dimension 2 on client side
- [09:08:05] [Client thread/INFO] [journeymap]: Requesting World ID
- [09:08:07] [Client thread/INFO]: [CHAT] ajthemacboy joined the game.
- [09:08:07] [Client thread/INFO]: [CHAT] Found new version of KCauldron: 1.7.10-1492.152
- [09:08:07] [Client thread/INFO]: [CHAT] Current is 1.7.10-1492.150
- [09:08:07] [Client thread/INFO]: [CHAT] Type '/kc update' to update
- [09:08:07] [Client thread/INFO] [THAUMCRAFT]: Client received server config settings.
- [09:08:07] [Client thread/INFO] [THAUMCRAFT]: CHEAT_SHEET[false], WARDED_STONE[true], MIRRORS[true], HARD_NODES[true], WUSS_MODE[false], RESEARCH_DIFFICULTY[0], ASPECT_TOTAL_CAP[100
- [09:08:07] [Client thread/INFO] [ThermalExpansion]: Receiving Server Configuration...
- [09:08:07] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:106]: Loading scripts
- [09:08:07] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:152]: MineTweaker: Loading intermod
- Adjusting clock screw. Server differential is 6733 ms.
- Adjusting clock screw. Server differential is 6733 ms.
- [09:08:07] [Client thread/INFO] [Waila]: Received server authentication msg. Remote sync will be activated
- [09:08:07] [Client thread/INFO] [Mekanism]: Received config from server.
- [09:08:07] [Client thread/INFO] [Mekanism]: Received Cardboard Box blacklist entries from server (10 total)
- [09:08:07] [Client thread/INFO] [NEIAddons]: Received handshake from server
- [09:08:07] [Client thread/INFO] [NEIAddons]: Available server commands: SetForestryWorktableRecipe;SetAE2FakeSlot
- [09:08:07] [Client thread/INFO] [STDOUT]: [mcjty.rftools.dimension.network.SyncDimensionInfoHelper:syncDimensionManagerFromServer:15]: SYNC DIMENSION STUFF: world.isRemote = true
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: RfToolsDimensionManager.syncFromServer
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Dimension information from server is empty.
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Getting dimlet mapping from server
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Material, tile.thermalfoundation.ore6
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Material, tile.appliedenergistics2.OreQuartzCharged
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Foliage, Oak
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Sky
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Storage Cell
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Alpine
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Autumn Woods
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Extreme Jungle
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Forested Hills
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Forested Island
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Glacier
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Green Hills
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Ice Wasteland
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Mini Jungle
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Mountainous Desert
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Red Rock Mountains
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Mountain Taiga
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Pine Forest
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Lush Redwoods
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Snow Forest
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Snowy Rainforest
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Woodlands
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Desert Oil Field
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, mana
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, honey
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, steam
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, glowstone
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, ic2constructionfoam
- [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Could not read 'userdimlets.json', this is not an error!
- [09:08:07] [Client thread/INFO] [simplyjetpacks]: Received server configuration
- [09:08:07] [Client thread/INFO] [MapWriter]: Mw.load: loading...
- [09:08:07] [Client thread/INFO] [MapWriter]: generating block colours
- [09:08:07] [Client thread/INFO] [MapWriter]: loading block colour overrides file C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\config\MapWriterBlockColourOverrides.txt
- [09:08:07] [Client thread/INFO] [MapWriter]: generating block map colours from textures
- [09:08:08] [Client thread/INFO] [MapWriter]: created new MwTexture from GL texture id 17 (4096x2048) (8388608 pixels)
- [09:08:08] [Client thread/INFO] [MapWriter]: processed 10193 block textures, 41643 skipped, 613 exceptions
- [09:08:08] [Client thread/INFO] [MapWriter]: loading block colour overrides file C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\config\MapWriterBlockColourOverrides.txt
- [09:08:08] [Client thread/INFO] [MapWriter]: saving block colours to 'C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\config\MapWriterBlockColours.txt'
- * Chat messages removed
- [09:08:08] [Client thread/INFO] [PortalGun]: [4.0.0-beta-5] Sending client info to server
- [09:08:09] [Client thread/INFO] [Draconic Evolution]: Requesting speed packet from server
- [09:08:09] [Client thread/INFO] [PortalGun]: [4.0.0-beta-5] Received world props from server.
- [09:08:09] [Client thread/INFO] [Draconic Evolution]: Server speed is set to 20.0
- [09:08:09] [Client thread/INFO] [journeymap]: Requesting World ID
- [09:08:10] [Client thread/INFO] [journeymap]: Loaded 19 waypoints from C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\journeymap\data\mp\RubixMC\waypoints
- [09:08:12] [Client thread/INFO] [journeymap]: Getting color palette for Resource Pack(s): Default
- [09:08:13] [Client thread/INFO] [journeymap]: Existing color palette's resource packs and mod names match current loadout.
- [09:08:13] [Client thread/INFO] [journeymap]: Existing color palette loaded 117588 colors in 545ms from file: C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\journeymap\colorpalette.json
- [09:08:13] [Client thread/INFO] [journeymap]: Mapping started in C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\journeymap\data\mp\RubixMC\DIM0. Memory: 2651MB total, 1183MB free
- [SMC INF]Expand tesselator buffer 1048576
- [09:08:26] [Client thread/INFO]: [CHAT] §eJourneyMap:§f Press [§bJ§f]
- [09:08:26] [JM-VersionCheck-5/INFO] [journeymap]: Checking for updated version: https://dl.dropboxusercontent.com/u/38077766/JourneyMap/journeymap-versions.json
- [09:08:26] [Client thread/INFO] [journeymap]: JourneyMap: Press [J]
- [09:08:27] [JM-VersionCheck-5/INFO] [journeymap]: Current version online: JourneyMap 5.1.0 for Minecraft 1.7.10 on http://journeymap.info/download
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement