So, every time I load minecraft with mods, this happens.
The textures go invisible, or they glitch out and makes the world go invisible with streaks of textures and all blocks and entities go invisible, but not items. I fixed it before but now everytime I add a new mod this happens.
Source code:
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Could not find dwSkymarePolymer when adding recipe for nothing
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Failed to add recipe for : dwContractorBody
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NullPointerException
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:230)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:245)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:157)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.FlansMod.init(FlansMod.java:223)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Could not find dwSkymarePolymer when adding recipe for nothing
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Failed to add recipe for : dwContractorLegs
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NullPointerException
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:230)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:245)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:157)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.FlansMod.init(FlansMod.java:223)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Could not find dwSkymarePolymer when adding recipe for nothing
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Could not find dye when adding recipe for nothing
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Failed to add recipe for : dwContractorBoots
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NullPointerException
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:230)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:245)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:157)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.FlansMod.init(FlansMod.java:223)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Could not find dwReinforcedPolymer when adding recipe for nothing
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Could not find dwArmorCloth when adding recipe for nothing
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Failed to add recipe for : penbarUrbanPolice
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NullPointerException
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:230)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.guns.boxes.GunBoxType.addRecipe(GunBoxType.java:254)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:157)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.FlansMod.init(FlansMod.java:223)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded recipes.
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loading complete.
[12:41:19] [Client thread/INFO] [voltzengine]: Starting resource generator
[12:41:19] [Client thread/INFO] [voltzengine]: Generating dust
[12:41:19] [Client thread/INFO] [voltzengine]: Generating dustImpure
[12:41:19] [Client thread/INFO] [voltzengine]: Generating rubble
[12:41:19] [Client thread/INFO] [voltzengine]: Generating ingot
[12:41:19] [Client thread/INFO] [voltzengine]: Generating plate
[12:41:19] [Client thread/INFO] [voltzengine]: Generating rod
[12:41:19] [Client thread/INFO] [voltzengine]: Generating gear
[12:41:19] [Client thread/INFO] [voltzengine]: Generating screw
[12:41:19] [Client thread/INFO] [voltzengine]: Generating wire
[12:41:19] [Client thread/INFO] [voltzengine]: Generating nugget
[12:41:19] [Client thread/INFO] [voltzengine]: Done... Took 10ms 238us 896ns
[12:41:19] [Client thread/INFO] [voltzengine]: RF support loaded
[12:41:19] [Client thread/ERROR] [voltzengine]: ExplosiveRegistry: Attempt to register item[1xitem.icbm:[email protected]] to ExHandler[BiomeChange] when the item was already registered.
[12:41:19] [Client thread/INFO] [Treecapitator]: Received IMC message from mod ExtrabiomesXL.
[12:41:19] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
[12:41:19] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.AdaptiveSmelteryLogic by TConstruct
[12:41:19] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.AqueductLogic by TConstruct
[12:41:19] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.TankAirLogic by TConstruct
[12:41:19] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.TowerFurnaceLogic by TConstruct
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ securitycraft ] for method net.geforcemods.securitycraft.imc.waila.WailaDataProvider.callbackRegister
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ appliedenergistics2 ] for method appeng.integration.modules.Waila.register
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ chisel ] for method team.chisel.compat.WailaCompat.register
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ TConstruct ] for method tconstruct.plugins.waila.WailaRegistrar.wailaCallback
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ cfm ] for method com.mrcrayfish.furniture.util.WailaIconRegister.callbackRegister
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ PneumaticCraft ] for method pneumaticCraft.common.thirdparty.waila.Waila.callbackRegister
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.vanillamc.AddonVanillaEntities.registerAddon
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.vanillamc.AddonVanillaTiles.registerAddon
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.generic.AddonGenericEntities.registerAddon
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.generic.AddonGenericTiles.registerAddon
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.tinkersconstruct.AddonTinkersTiles.registerAddon
[12:41:20] [Client thread/INFO] [STDOUT]: [com.mrcrayfish.furniture.MrCrayfishFurnitureMod:processIMC:699]: RecipeAPI (InterModComm): Registering recipes from 1 mod(s).
[12:41:20] [Client thread/INFO] [FML]: Injecting itemstacks
[12:41:20] [Client thread/INFO] [FML]: Itemstack injection complete
[12:41:20] [SAPUpdateThread/INFO] [SAPUpdateMgr]: Checking for SAP Manager Pack update
[12:41:20] [Client thread/INFO] [Treecapitator]: Prioritizing User and IMC mod configs...
[12:41:20] [Client thread/INFO] [Treecapitator]: Registering items and trees...
[12:41:20] [Client thread/INFO] [Treecapitator]: Skipping Ore Dictionary processing.
[12:41:20] [Client thread/INFO] [AE2:C]: Post Initialization ( started )
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerISidedInventory_TileCableBus loaded successfully - 5294 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIFluidHandler_TileCableBus loaded successfully - 2442 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerITileStorageMonitorable_TileCableBus loaded successfully - 1070 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergyHandler_TileCableBus loaded successfully - 1811 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIPipeConnection_TileCableBus loaded successfully - 1352 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerISidedInventory_TileCableBusTESR loaded successfully - 5306 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIFluidHandler_TileCableBusTESR loaded successfully - 2454 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerITileStorageMonitorable_TileCableBusTESR loaded successfully - 1082 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergyHandler_TileCableBusTESR loaded successfully - 1823 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIPipeConnection_TileCableBusTESR loaded successfully - 1364 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Industrial Craft 2 - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Rotary Craft - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Railcraft - Integration Enable
[12:41:20] [Client thread/INFO] [AE2:C]: BuildCraft - Integration Enable
[12:41:20] [Client thread/INFO] [AE2:C]: RedstoneFlux Power - Tiles - Integration Enable
[12:41:20] [Client thread/INFO] [AE2:C]: RedstoneFlux Power - Items - Integration Enable
[12:41:20] [Client thread/INFO] [AE2:C]: Mine Factory Reloaded - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Deep Storage Unit - Integration Enable
[12:41:20] [Client thread/INFO] [AE2:C]: Factorization - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Forge MultiPart - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Rotatable Blocks - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Colored Lights Core - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Waila - Integration Enable
[12:41:20] [Client thread/INFO] [AE2:C]: Inventory Tweaks - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Not Enough Items - Integration Enable
[12:41:20] [Client thread/INFO] [AE2:C]: Craft Guide - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Mekanism - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: ImmibisMicroblocks - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: BetterStorage - Integration Disabled
[12:41:20] [SAPUpdateThread/INFO] [SAPUpdateMgr]: No new update for SAP Manager Pack is available.
[12:41:20] [Client thread/INFO] [AE2:C]: Post Initialization ( ended after 571ms )
[12:41:21] [Client thread/INFO] [ThermalExpansion]: There are no crafting files present in C:\Users\THayes\AppData\Roaming\.minecraft\config\cofh\thermalexpansion\crafting.
[12:41:21] [Client thread/INFO] [BuildCraft]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[BuildCraft]'!
[12:41:22] [Client thread/WARN] [Railcraft]: Could not register CraftGuide plugins: CraftGuide missing.
[12:41:22] [Client thread/INFO] [ExtrabiomesXL]: Successfully Loaded.
[12:41:23] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
[12:41:23] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[12:41:23] [Client thread/INFO] [STDOUT]: [mcp.mobius.waila.gui.truetyper.TrueTypeFont:<init>:98]: TrueTypeFont loaded: java.awt.Font[family=Minecraftia,name=Minecraftia Regular,style=plain,size=14] - AntiAlias = true
[12:41:23] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[12:41:23] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[12:41:23] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[12:41:23] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[12:41:23] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[12:41:23] [Client thread/WARN] [TConstruct]: Could not find itemResourcefrom thaumcraft.common.config.ConfigItems
[12:41:23] [Client thread/WARN] [TConstruct]: Thaumcraft not detected.
[12:41:24] [Client thread/WARN] [ExtraTiC]: Peridot was not found, skipping recipe
[12:41:24] [Client thread/WARN] [ExtraTiC]: Dark Steel was not found, skipping recipe
[12:41:25] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansHooks:hook:23]: [Flan] BuildCraft integration loaded.
[12:41:25] [Client thread/INFO] [GraveStone]: start Mo'Creatures mobs loading
[12:41:25] [Client thread/INFO] [GraveStone]: end Mo'Creatures mobs loading
[12:41:25] [Client thread/ERROR] [voltzengine]: HeatedBlockRegistry: Block[Pair[l='[email protected]' r='-1']] conversion to [email protected] is being replaced by Pair[l='[email protected]' r='-1']
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotRefinedIron] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotStone] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotDiamond] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotWood] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[nuggetNaturalAluminum] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotNaturalAluminum] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[nuggetmolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotmolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[dustmolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[crystallinemolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[oremolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[oreNethermolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[denseoremolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[orePoormolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[blockmolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[nuggetGlue] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotGlue] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[nuggetmolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotmolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[dustmolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[crystallinemolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[oremolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[oreNethermolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[denseoremolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[orePoormolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[blockmolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotDarkSteel] without an ItemStack. Ores: []
[12:41:25] [Client thread/INFO] [malisiscore]: Loading texture and data for Digital-7 Mono
[12:41:26] [Client thread/ERROR] [PneumaticCraft]: Chisel's ClientUtils inside ctmlib couldn't be found! No support for connected texture blocks for camouflage is given
[12:41:26] [Client thread/INFO] [FML]: Unknown recipe class! net.malisis.doors.recipe.BigDoorRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[12:41:26] [Client thread/INFO] [FML]: Unknown recipe class! com.builtbroken.mc.prefab.recipe.item.RecipeShapedOre Modder please refer to net.minecraftforge.oredict.RecipeSorter
[12:41:26] [Client thread/INFO] [CoFHWorld]: CoFH Core found 2 World Generation files present in C:\Users\THayes\AppData\Roaming\.minecraft\config\cofh\world/.
[12:41:26] [Client thread/INFO] [CoFHWorld]: Reading world generation info from: C:\Users\THayes\AppData\Roaming\.minecraft\config\cofh\world\ThermalFoundation-Ores.json:
[12:41:26] [Client thread/INFO] [ThermalFoundation]: [Whitelist] Reading established Whitelist from file.
[12:41:27] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Thaumcraft Plugin Enabled.
[12:41:27] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Tinker's Construct Plugin Enabled.
[12:41:27] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Load Complete.
[12:41:28] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Thaumcraft Plugin Enabled.
[12:41:28] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Load Complete.
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.RuntimeException: ItemStack with null item found in ShapedRecipes getRecipeOutput()
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.rwtema.extrautils.tileentity.enderconstructor.EnderConstructorRecipesHandler.postInit(EnderConstructorRecipesHandler.java:64)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.rwtema.extrautils.ExtraUtils.specialInit(ExtraUtils.java:1370)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.rwtema.extrautils.ExtraUtils.loadComplete(ExtraUtils.java:2015)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.rwtema.extrautils.ExtraUtilsMod.loadComplete(ExtraUtilsMod.java:50)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:745)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[12:41:28] [Client thread/WARN] [Waila]: [IndustrialCraft 2] Error while loading generator hooks.java.lang.ClassNotFoundException: ic2.core.block.generator.tileentity.TileEntityBaseGenerator
[12:41:28] [Client thread/WARN] [Waila]: [Thaumcraft] Class not found. java.lang.ClassNotFoundException: thaumcraft.common.Thaumcraft
[12:41:28] [Client thread/INFO] [Waila]: [EnderStorage] EnderStorage mod not found.
[12:41:28] [Client thread/INFO] [Waila]: [GraveStone] GraveStone mod not found.
[12:41:28] [Client thread/INFO] [Waila]: [TwilightForestMod] TwilightForestMod mod not found.
[12:41:28] [Client thread/WARN] [Waila]: [Thermal Dynamics] Error while loading FluidDuct hooks.java.lang.ClassNotFoundException: cofh.thermaldynamics.ducts.fluid.TileFluidDuct
[12:41:28] [Client thread/INFO] [Waila]: [Engineer Toolbox] Engineer Toolbox mod not found.
[12:41:28] [Client thread/INFO] [Waila]: [ProjectRed] ProjectRed|Integration mod not found.
[12:41:28] [Client thread/INFO] [Waila]: ExtraUtilities mod found.
[12:41:28] [Client thread/INFO] [Waila]: [OpenBlocks] OpenBlocks mod not found.
[12:41:28] [Client thread/INFO] [Waila]: Railcraft mod found.
[12:41:28] [Client thread/INFO] [Waila]: [PamHarvestCraft] PamHarvestCraft mod not found.
[12:41:28] [Client thread/INFO] [Waila]: [MagicalCrops] MagicalCrops mod not found.
[12:41:28] [Client thread/INFO] [Waila]: [Statues] Statues mod not found.
[12:41:28] [Client thread/INFO] [Waila]: [Agriculture] Agriculture mod not found.
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect net.geforcemods.securitycraft.imc.waila.WailaDataProvider callbackRegister
[12:41:28] [Client thread/INFO] [Waila]: Success in registering securitycraft
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect appeng.integration.modules.Waila register
[12:41:28] [Client thread/INFO] [Waila]: Success in registering appliedenergistics2
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect team.chisel.compat.WailaCompat register
[12:41:28] [Client thread/INFO] [Waila]: Success in registering chisel
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect tconstruct.plugins.waila.WailaRegistrar wailaCallback
[12:41:28] [Client thread/INFO] [TConstruct]: [Waila-Compat] Got registrar: [email protected]
[12:41:28] [Client thread/INFO] [Waila]: Success in registering TConstruct
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect com.mrcrayfish.furniture.util.WailaIconRegister callbackRegister
[12:41:28] [Client thread/INFO] [Waila]: Success in registering cfm
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect pneumaticCraft.common.thirdparty.waila.Waila callbackRegister
[12:41:28] [Client thread/INFO] [Waila]: Success in registering PneumaticCraft
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.vanillamc.AddonVanillaEntities registerAddon
[12:41:28] [Client thread/INFO] [Waila]: Success in registering wawla
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.vanillamc.AddonVanillaTiles registerAddon
[12:41:28] [Client thread/INFO] [Waila]: Success in registering wawla
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.generic.AddonGenericEntities registerAddon
[12:41:28] [Client thread/INFO] [Waila]: Success in registering wawla
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.generic.AddonGenericTiles registerAddon
[12:41:28] [Client thread/INFO] [Waila]: Success in registering wawla
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.tinkersconstruct.AddonTinkersTiles registerAddon
[12:41:28] [Client thread/INFO] [Waila]: Success in registering wawla
[12:41:28] [Client thread/INFO] [ThermalDynamics]: Thaumcraft Plugin Enabled.
[12:41:28] [Client thread/INFO] [ThermalDynamics]: Thermal Dynamics: Load Complete.
[12:41:29] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 65 mods
[12:41:29] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:SanAndreasPs Manager Pack CORE edition, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:SecurityCraft, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Big Reactors, FMLFileResourcePack:The BigTrees Mod, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:DrZhark's Mo'Creatures Mod, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Flan's Mod, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GraveStone, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:ICBM, FMLFileResourcePack:Lamps and Traffic Lights, FMLFileResourcePack:M-Ore mod, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:Malisis' Doors, FMLFileResourcePack:Mantle, FMLFileResourcePack:Metallurgy 4, FMLFileResourcePack:Metallurgy Core, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:§9MrCrayfish's Furniture Mod, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Penny Arcade Mod, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Rival Rebels, FMLFileResourcePack:RoadWorks, FMLFileResourcePack:Tails, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:tradeboothmod, FMLFileResourcePack:Universal Coins, FMLFileResourcePack:Voltz Engine, FMLFileResourcePack:Waila, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Flan's Mod : Akaku Vehicle Package 3.1 for 1.7.10.zip, FMLFileResourcePack:Flan's Mod : Fleet Pack - unzip me.zip, FMLFileResourcePack:Flan's Mod : Greylight 2_0 by DerpiWolf-Content Pack-1.7.10-4.10.0.jar, FMLFileResourcePack:Flan's Mod : Greylight_Pack_1.7.10.zip, FMLFileResourcePack:Flan's Mod : Milox117's_Cars_Package, FMLFileResourcePack:Flan's Mod : Modern Warfare-Content Pack-1.7.10-4.10.0.jar, FMLFileResourcePack:Flan's Mod : Simple Parts-Content Pack-1.7.10-4.10.0.jar, FMLFileResourcePack:Flan's Mod : Spino's Vehicles v4.1, FMLFileResourcePack:Flan's Mod : Spino's Vehicles v4.1.zip, FMLFileResourcePack:Flan's Mod : WW2-Content Pack-1.7.10-4.10.0.jar, LiteLoader, VoxelMap, FMLFileResourcePack:Carpenter's Blocks Cached Resources, XU_Delegate_Pack, XU_Delegate_Pack, XU_Delegate_Pack
[12:41:41] [Client thread/INFO]: Created: 2048x2048 textures/blocks-atlas
[12:41:59] [Client thread/INFO]: Created: 4096x2048 textures/items-atlas
[12:41:59] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 30 textures
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 3 locations:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: mod cfm resources at C:\Users\THayes\AppData\Roaming\.minecraft\mods\MrCrayfishs-Furniture-Mod-1.7.10.jar
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path C:\Users\THayes\AppData\Roaming\.minecraft\mods\mod_voxelMap_1.6.7_for_1.7.10.litemod
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1326_blockPoleKnick.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1319_blockDoubleLamppost.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1328_rrArmMedium.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7889_logisticFrameDefaultStorage.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/TConIntegration.bedrock.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1333_rrPoleStub.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7892_logisticFrameActiveProvider.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_TILE_1295_missileworkstation.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1329_rrArmShort.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1320_blockSimpleLamppost.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_4114_taser.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1327_rrArmLong.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1332_rrCrossSignPole.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1318_blockLamppost.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_TILE_1297_AMS.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/planks.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1331_rrCrossSign.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1323_blockTrafficLightOnwall.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1321_blockTrafficLight.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1325_blockPoleVer.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1324_blockPoleHor.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_TILE_1298_ICBMxFoF.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1330_rrCrossLamps.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7891_logisticFramePassiveProvider.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7890_logisticFrameStorage.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_203_alarmLit.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7904_heatFrame.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_4120_briefcase.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7888_logisticFrameRequester.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1322_blockTrafficLightHang.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN voltzengine
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain voltzengine is missing 2 textures
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain voltzengine has 1 location:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: mod VoltzEngine resources at C:\Users\THayes\AppData\Roaming\.minecraft\mods\VoltzEngine-1.7.10-0.15.10b164-dev-universal.jar
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain voltzengine are:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/gem.emerald.uncut.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/gem.quartz.uncut.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain voltzengine
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN icbm
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain icbm is missing 180 textures
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain icbm has 1 location:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: mod icbm resources at C:\Users\THayes\AppData\Roaming\.minecraft\mods\ICBM-1.7.10-2.10.2b24-universal.jar
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain icbm are:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Alpine.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Sky.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.DesertHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Ocean.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.MushroomIslandShore.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/explosivePart.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Beach.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mountainous Desert.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Pine Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Cold Taiga M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Cold Beach.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Meadow.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mesa Plateau M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.WyvernBiome.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.DesertHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.JungleEdge.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mesa Plateau.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Forested Island.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.FrozenOcean.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Plains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Snow Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Storage Cell.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Rainforest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Cold Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Wasteland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Pine Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Ice Wasteland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Extreme Hills+.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Desert.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.MushroomIsland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Lush Redwoods.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.JungleHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mountain Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Savanna.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Ice Mountains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Beach.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Temperate Rainforest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Meadow.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mesa.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Birch Forest Hills M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Autumn Woods.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Birch Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Red Rock Mountains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.FrozenOcean.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mesa Plateau F M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Snow Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mesa Plateau F.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mesa (Bryce).png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Roofed Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Rainforest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Ice Plains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mini Jungle.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Woodlands.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.JungleHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Woodlands.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.JungleEdge M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Roofed Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Red Rock Mountains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Extreme Hills M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Desert Oil Field.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Temperate Rainforest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.ForestHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Roofed Forest M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Cold Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.FrozenRiver.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mesa Plateau.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Alpine.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mesa Plateau F M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Extreme Hills Edge.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Swampland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Hell.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Glacier.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mountainous Desert.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Extreme Jungle.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Cold Taiga Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Extreme Hills Edge.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Extreme Hills+.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Shrubland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Savanna Plateau.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mountain Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Extreme Hills+ M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Forested Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Swampland M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/explosiveItem.SlimeRain.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Desert Oil Field.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Green Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/explosiveItem.null.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Tundra.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Lush Redwoods.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Storage Cell.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Stone Beach.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Jungle M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Ocean Oil Field.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Ice Plains Spikes.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/explosiveItem.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mesa Plateau F.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Birch Forest M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Savanna M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.River.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.JungleEdge M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Desert M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Glacier.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Green Swamplands.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Taiga M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Extreme Jungle.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Flower Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Savanna Plateau.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Tundra.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Flower Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Ice Plains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Extreme Hills+ M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Birch Forest Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Wasteland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.TaigaHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Redwood Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.MushroomIsland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.MushroomIslandShore.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Birch Forest Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Deep Ocean.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Ice Plains Spikes.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Jungle M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Sky.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Savanna M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Jungle.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mega Spruce Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Birch Forest M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Green Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Savanna.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mega Taiga Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Plains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Savanna Plateau M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Stone Beach.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mega Spruce Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Snowy Rainforest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Birch Forest Hills M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mesa Plateau M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.FrozenRiver.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Sunflower Plains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mega Taiga Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Taiga M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.TaigaHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Desert.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Extreme Hills M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.ForestHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mega Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Deep Ocean.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Shrubland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Savanna Plateau M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Forested Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Swampland M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mini Jungle.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Extreme Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mesa.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mega Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Ice Wasteland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.River.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.JungleEdge.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Roofed Forest M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Cold Beach.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Ice Mountains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Ocean Oil Field.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.WyvernBiome.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Green Swamplands.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Autumn Woods.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Ocean.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Redwood Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Jungle.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Extreme Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mesa (Bryce).png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Forested Island.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Swampland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Birch Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Desert M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Snowy Rainforest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Cold Taiga M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Sunflower Plains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain icbm
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN missing_icon_item_4976_extrautils
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain missing_icon_item_4976_extrautils is missing 1 texture
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain missing_icon_item_4976_extrautils is missing a resource manager - it is probably a side-effect of automatic texture processing
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain missing_icon_item_4976_extrautils are:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/lawSword.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain missing_icon_item_4976_extrautils
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN pneumaticcraft
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain pneumaticcraft is missing 1 texture
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain pneumaticcraft has 1 location:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: mod PneumaticCraft resources at C:\Users\THayes\AppData\Roaming\.minecraft\mods\PneumaticCraft-1.7.10-1.12.7-150-universal.jar
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain pneumaticcraft are:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/cannonBarrel.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain pneumaticcraft
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN chisel
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain chisel is missing 1 texture
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain chisel has 1 location:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: mod chisel resources at C:\Users\THayes\AppData\Roaming\.minecraft\mods\Chisel-2.9.5.11.jar
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain chisel are:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/endstone/EnderFrame.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain chisel
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[12:41:59] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:SanAndreasPs Manager Pack CORE edition, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:SecurityCraft, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Big Reactors, FMLFileResourcePack:The BigTrees Mod, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:DrZhark's Mo'Creatures Mod, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Flan's Mod, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GraveStone, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:ICBM, FMLFileResourcePack:Lamps and Traffic Lights, FMLFileResourcePack:M-Ore mod, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:Malisis' Doors, FMLFileResourcePack:Mantle, FMLFileResourcePack:Metallurgy 4, FMLFileResourcePack:Metallurgy Core, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:§9MrCrayfish's Furniture Mod, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Penny Arcade Mod, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Rival Rebels, FMLFileResourcePack:RoadWorks, FMLFileResourcePack:Tails, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:tradeboothmod, FMLFileResourcePack:Universal Coins, FMLFileResourcePack:Voltz Engine, FMLFileResourcePack:Waila, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Flan's Mod : Akaku Vehicle Package 3.1 for 1.7.10.zip, FMLFileResourcePack:Flan's Mod : Fleet Pack - unzip me.zip, FMLFileResourcePack:Flan's Mod : Greylight 2_0 by DerpiWolf-Content Pack-1.7.10-4.10.0.jar, FMLFileResourcePack:Flan's Mod : Greylight_Pack_1.7.10.zip, FMLFileResourcePack:Flan's Mod : Milox117's_Cars_Package, FMLFileResourcePack:Flan's Mod : Modern Warfare-Content Pack-1.7.10-4.10.0.jar, FMLFileResourcePack:Flan's Mod : Simple Parts-Content Pack-1.7.10-4.10.0.jar, FMLFileResourcePack:Flan's Mod : Spino's Vehicles v4.1, FMLFileResourcePack:Flan's Mod : Spino's Vehicles v4.1.zip, FMLFileResourcePack:Flan's Mod : WW2-Content Pack-1.7.10-4.10.0.jar, LiteLoader, VoxelMap, FMLFileResourcePack:Carpenter's Blocks Cached Resources, XU_Delegate_Pack, XU_Delegate_Pack, XU_Delegate_Pack
[12:42:09] [Client thread/INFO]: Created: 2048x2048 textures/blocks-atlas
[12:42:23] [Client thread/INFO]: Created: 4096x2048 textures/items-atlas
[12:42:23] [Client thread/INFO] [LiteLoader]: Baking listener list for ViewportListener with 0 listeners
[12:42:23] [Client thread/INFO] [LiteLoader]: Calling late init for mod VoxelMap
[12:42:23] [Client thread/WARN] [FML]: =============================================================
[12:42:23] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[12:42:23] [Client thread/WARN] [FML]: Offendor: com/thevoxelbox/voxelmap/c/h.if()V
[12:42:23] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
[12:42:23] [Client thread/WARN] [FML]: =============================================================
[12:42:23] [Client thread/WARN] [FML]: =============================================================
[12:42:23] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[12:42:23] [Client thread/WARN] [FML]: Offendor: com/thevoxelbox/voxelmap/c/h.for()V
[12:42:23] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
[12:42:23] [Client thread/WARN] [FML]: =============================================================
[12:42:24] [Client thread/INFO] [STDOUT]: [com.thevoxelbox.voxelmap.k:<init>:-1]: could not get entityRenderMap
[12:42:24] [Client thread/INFO] [com.thevoxelbox.voxelmap.c.h]: Created: 256x128 waypoints-atlas
[12:42:24] [Client thread/INFO] [com.thevoxelbox.voxelmap.c.h]: Created: 128x128 chooser-atlas
[12:42:24] [Client thread/INFO] [com.thevoxelbox.voxelmap.c.h]: Created: 512x256 mobs-atlas
[12:42:24] [Client thread/INFO] [LiteLoader]: Sound handler reload inhibit removed
[12:42:24] [Client thread/INFO] [LiteLoader]: Reloading sound handler
[12:42:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[12:42:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[12:42:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[12:42:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[12:42:24] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[12:42:24] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[12:42:25] [Thread-24/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[12:42:25] [Thread-24/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[12:42:25] [Thread-24/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[12:42:25] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[12:42:25] [Sound Library Loader/INFO]: Sound engine started
[12:42:27] [Client thread/WARN]: File flansmod:sounds/_Reload.ogg does not exist, cannot add it to event flansmod:_Reload
[12:42:27] [Client thread/WARN]: File flansmod:sounds/_Fire.ogg does not exist, cannot add it to event flansmod:_Fire
[12:42:28] [Client thread/WARN]: File flansmod:sounds/Tank1Reload.ogg does not exist, cannot add it to event flansmod:Tank1Reload
[12:42:28] [Client thread/INFO] [LiteLoader]: Baking listener list for GameLoopListener with 0 listeners
[12:42:28] [Client thread/ERROR]: ########## GL ERROR ##########
[12:42:28] [Client thread/ERROR]: @ Pre render
[12:42:28] [Client thread/ERROR]: 1282: Invalid operation
[12:42:28] [Thread-15/INFO]: [CHAT] §2MorePlayerModels§f installed. More info at §9§nClick here
[12:42:28] [Client thread/INFO] [LiteLoader]: Baking listener list for RenderListener with 0 listeners
[12:42:28] [Client thread/INFO] [LiteLoader]: Generating new Event Handler Proxy Class com.mumfrey.liteloader.core.event.EventProxy$2
[12:42:28] [Client thread/INFO] [LiteLoader]: Successfully generated event handler proxy class with 104 handlers(s) and 104 total invokations
[12:42:28] [Client thread/INFO] [LiteLoader]: Baking listener list for TickObserver with 3 listeners
[12:42:28] [Client thread/INFO] [LiteLoader]: Baking listener list for PostRenderObserver with 3 listeners
[12:42:28] [Client thread/INFO] [LiteLoader]: Baking listener list for Tickable with 1 listeners
[12:42:28] [Client thread/INFO] [LiteLoader]: Baking listener list for WorldObserver with 2 listeners
[12:42:28] [Client thread/INFO] [LiteLoader]: Baking listener list for FrameBufferListener with 0 listeners
[12:42:29] [Thread-13/INFO]: [CHAT] §2CustomNpcs§f installed. For more info §9§nClick here
Rollback Post to RevisionRollBack
I am a furry, DEAL WITH IT.
To post a comment, please login or register a new account.
So, every time I load minecraft with mods, this happens.
The textures go invisible, or they glitch out and makes the world go invisible with streaks of textures and all blocks and entities go invisible, but not items. I fixed it before but now everytime I add a new mod this happens.
Source code:
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Could not find dwSkymarePolymer when adding recipe for nothing
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Failed to add recipe for : dwContractorBody
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NullPointerException
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:230)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:245)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:157)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.FlansMod.init(FlansMod.java:223)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Could not find dwSkymarePolymer when adding recipe for nothing
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Failed to add recipe for : dwContractorLegs
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NullPointerException
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:230)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:245)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:157)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.FlansMod.init(FlansMod.java:223)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Could not find dwSkymarePolymer when adding recipe for nothing
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Could not find dye when adding recipe for nothing
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Failed to add recipe for : dwContractorBoots
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NullPointerException
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:230)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:245)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:157)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.FlansMod.init(FlansMod.java:223)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Could not find dwReinforcedPolymer when adding recipe for nothing
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Could not find dwArmorCloth when adding recipe for nothing
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Failed to add recipe for : penbarUrbanPolice
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NullPointerException
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:230)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.guns.boxes.GunBoxType.addRecipe(GunBoxType.java:254)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:157)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.flansmod.common.FlansMod.init(FlansMod.java:223)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[12:41:18] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded recipes.
[12:41:18] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loading complete.
[12:41:19] [Client thread/INFO] [voltzengine]: Starting resource generator
[12:41:19] [Client thread/INFO] [voltzengine]: Generating dust
[12:41:19] [Client thread/INFO] [voltzengine]: Generating dustImpure
[12:41:19] [Client thread/INFO] [voltzengine]: Generating rubble
[12:41:19] [Client thread/INFO] [voltzengine]: Generating ingot
[12:41:19] [Client thread/INFO] [voltzengine]: Generating plate
[12:41:19] [Client thread/INFO] [voltzengine]: Generating rod
[12:41:19] [Client thread/INFO] [voltzengine]: Generating gear
[12:41:19] [Client thread/INFO] [voltzengine]: Generating screw
[12:41:19] [Client thread/INFO] [voltzengine]: Generating wire
[12:41:19] [Client thread/INFO] [voltzengine]: Generating nugget
[12:41:19] [Client thread/INFO] [voltzengine]: Done... Took 10ms 238us 896ns
[12:41:19] [Client thread/INFO] [voltzengine]: RF support loaded
[12:41:19] [Client thread/ERROR] [voltzengine]: ExplosiveRegistry: Attempt to register item[1xitem.icbm:[email protected]] to ExHandler[BiomeChange] when the item was already registered.
[12:41:19] [Client thread/INFO] [Treecapitator]: Received IMC message from mod ExtrabiomesXL.
[12:41:19] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
[12:41:19] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.AdaptiveSmelteryLogic by TConstruct
[12:41:19] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.AqueductLogic by TConstruct
[12:41:19] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.TankAirLogic by TConstruct
[12:41:19] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.TowerFurnaceLogic by TConstruct
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ securitycraft ] for method net.geforcemods.securitycraft.imc.waila.WailaDataProvider.callbackRegister
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ appliedenergistics2 ] for method appeng.integration.modules.Waila.register
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ chisel ] for method team.chisel.compat.WailaCompat.register
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ TConstruct ] for method tconstruct.plugins.waila.WailaRegistrar.wailaCallback
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ cfm ] for method com.mrcrayfish.furniture.util.WailaIconRegister.callbackRegister
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ PneumaticCraft ] for method pneumaticCraft.common.thirdparty.waila.Waila.callbackRegister
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.vanillamc.AddonVanillaEntities.registerAddon
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.vanillamc.AddonVanillaTiles.registerAddon
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.generic.AddonGenericEntities.registerAddon
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.generic.AddonGenericTiles.registerAddon
[12:41:20] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.tinkersconstruct.AddonTinkersTiles.registerAddon
[12:41:20] [Client thread/INFO] [STDOUT]: [com.mrcrayfish.furniture.MrCrayfishFurnitureMod:processIMC:699]: RecipeAPI (InterModComm): Registering recipes from 1 mod(s).
[12:41:20] [Client thread/INFO] [FML]: Injecting itemstacks
[12:41:20] [Client thread/INFO] [FML]: Itemstack injection complete
[12:41:20] [SAPUpdateThread/INFO] [SAPUpdateMgr]: Checking for SAP Manager Pack update
[12:41:20] [Client thread/INFO] [Treecapitator]: Prioritizing User and IMC mod configs...
[12:41:20] [Client thread/INFO] [Treecapitator]: Registering items and trees...
[12:41:20] [Client thread/INFO] [Treecapitator]: Skipping Ore Dictionary processing.
[12:41:20] [Client thread/INFO] [AE2:C]: Post Initialization ( started )
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerISidedInventory_TileCableBus loaded successfully - 5294 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIFluidHandler_TileCableBus loaded successfully - 2442 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerITileStorageMonitorable_TileCableBus loaded successfully - 1070 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergyHandler_TileCableBus loaded successfully - 1811 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIPipeConnection_TileCableBus loaded successfully - 1352 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerISidedInventory_TileCableBusTESR loaded successfully - 5306 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIFluidHandler_TileCableBusTESR loaded successfully - 2454 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerITileStorageMonitorable_TileCableBusTESR loaded successfully - 1082 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergyHandler_TileCableBusTESR loaded successfully - 1823 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIPipeConnection_TileCableBusTESR loaded successfully - 1364 bytes
[12:41:20] [Client thread/INFO] [AE2:C]: Industrial Craft 2 - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Rotary Craft - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Railcraft - Integration Enable
[12:41:20] [Client thread/INFO] [AE2:C]: BuildCraft - Integration Enable
[12:41:20] [Client thread/INFO] [AE2:C]: RedstoneFlux Power - Tiles - Integration Enable
[12:41:20] [Client thread/INFO] [AE2:C]: RedstoneFlux Power - Items - Integration Enable
[12:41:20] [Client thread/INFO] [AE2:C]: Mine Factory Reloaded - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Deep Storage Unit - Integration Enable
[12:41:20] [Client thread/INFO] [AE2:C]: Factorization - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Forge MultiPart - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Rotatable Blocks - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Colored Lights Core - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Waila - Integration Enable
[12:41:20] [Client thread/INFO] [AE2:C]: Inventory Tweaks - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Not Enough Items - Integration Enable
[12:41:20] [Client thread/INFO] [AE2:C]: Craft Guide - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: Mekanism - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: ImmibisMicroblocks - Integration Disabled
[12:41:20] [Client thread/INFO] [AE2:C]: BetterStorage - Integration Disabled
[12:41:20] [SAPUpdateThread/INFO] [SAPUpdateMgr]: No new update for SAP Manager Pack is available.
[12:41:20] [Client thread/INFO] [AE2:C]: Post Initialization ( ended after 571ms )
[12:41:21] [Client thread/INFO] [ThermalExpansion]: There are no crafting files present in C:\Users\THayes\AppData\Roaming\.minecraft\config\cofh\thermalexpansion\crafting.
[12:41:21] [Client thread/INFO] [BuildCraft]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[BuildCraft]'!
[12:41:22] [Client thread/WARN] [Railcraft]: Could not register CraftGuide plugins: CraftGuide missing.
[12:41:22] [Client thread/INFO] [ExtrabiomesXL]: Successfully Loaded.
[12:41:23] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
[12:41:23] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[12:41:23] [Client thread/INFO] [STDOUT]: [mcp.mobius.waila.gui.truetyper.TrueTypeFont:<init>:98]: TrueTypeFont loaded: java.awt.Font[family=Minecraftia,name=Minecraftia Regular,style=plain,size=14] - AntiAlias = true
[12:41:23] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[12:41:23] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[12:41:23] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[12:41:23] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[12:41:23] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[12:41:23] [Client thread/WARN] [TConstruct]: Could not find itemResourcefrom thaumcraft.common.config.ConfigItems
[12:41:23] [Client thread/WARN] [TConstruct]: Thaumcraft not detected.
[12:41:24] [Client thread/WARN] [ExtraTiC]: Peridot was not found, skipping recipe
[12:41:24] [Client thread/WARN] [ExtraTiC]: Dark Steel was not found, skipping recipe
[12:41:25] [Client thread/INFO] [STDOUT]: [com.flansmod.common.FlansHooks:hook:23]: [Flan] BuildCraft integration loaded.
[12:41:25] [Client thread/INFO] [GraveStone]: start Mo'Creatures mobs loading
[12:41:25] [Client thread/INFO] [GraveStone]: end Mo'Creatures mobs loading
[12:41:25] [Client thread/ERROR] [voltzengine]: HeatedBlockRegistry: Block[Pair[l='[email protected]' r='-1']] conversion to [email protected] is being replaced by Pair[l='[email protected]' r='-1']
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotRefinedIron] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotStone] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotDiamond] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotWood] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[nuggetNaturalAluminum] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotNaturalAluminum] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[nuggetmolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotmolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[dustmolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[crystallinemolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[oremolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[oreNethermolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[denseoremolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[orePoormolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[blockmolten.unstableingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[nuggetGlue] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotGlue] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[nuggetmolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotmolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[dustmolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[crystallinemolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[oremolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[oreNethermolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[denseoremolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[orePoormolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[blockmolten.bedrockiumingots] without an ItemStack. Ores: []
[12:41:25] [Client thread/ERROR] [voltzengine]: [CastRecipeLoader]Attempted to create a recipe with an oreName[ingotDarkSteel] without an ItemStack. Ores: []
[12:41:25] [Client thread/INFO] [malisiscore]: Loading texture and data for Digital-7 Mono
[12:41:26] [Client thread/ERROR] [PneumaticCraft]: Chisel's ClientUtils inside ctmlib couldn't be found! No support for connected texture blocks for camouflage is given
[12:41:26] [Client thread/INFO] [FML]: Unknown recipe class! net.malisis.doors.recipe.BigDoorRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[12:41:26] [Client thread/INFO] [FML]: Unknown recipe class! com.builtbroken.mc.prefab.recipe.item.RecipeShapedOre Modder please refer to net.minecraftforge.oredict.RecipeSorter
[12:41:26] [Client thread/INFO] [CoFHWorld]: CoFH Core found 2 World Generation files present in C:\Users\THayes\AppData\Roaming\.minecraft\config\cofh\world/.
[12:41:26] [Client thread/INFO] [CoFHWorld]: Reading world generation info from: C:\Users\THayes\AppData\Roaming\.minecraft\config\cofh\world\ThermalFoundation-Ores.json:
[12:41:26] [Client thread/INFO] [ThermalFoundation]: [Whitelist] Reading established Whitelist from file.
[12:41:27] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Thaumcraft Plugin Enabled.
[12:41:27] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Tinker's Construct Plugin Enabled.
[12:41:27] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Load Complete.
[12:41:28] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Thaumcraft Plugin Enabled.
[12:41:28] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Load Complete.
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.RuntimeException: ItemStack with null item found in ShapedRecipes getRecipeOutput()
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.rwtema.extrautils.tileentity.enderconstructor.EnderConstructorRecipesHandler.postInit(EnderConstructorRecipesHandler.java:64)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.rwtema.extrautils.ExtraUtils.specialInit(ExtraUtils.java:1370)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.rwtema.extrautils.ExtraUtils.loadComplete(ExtraUtils.java:2015)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.rwtema.extrautils.ExtraUtilsMod.loadComplete(ExtraUtilsMod.java:50)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:745)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[12:41:28] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[12:41:28] [Client thread/WARN] [Waila]: [IndustrialCraft 2] Error while loading generator hooks.java.lang.ClassNotFoundException: ic2.core.block.generator.tileentity.TileEntityBaseGenerator
[12:41:28] [Client thread/WARN] [Waila]: [Thaumcraft] Class not found. java.lang.ClassNotFoundException: thaumcraft.common.Thaumcraft
[12:41:28] [Client thread/INFO] [Waila]: [EnderStorage] EnderStorage mod not found.
[12:41:28] [Client thread/INFO] [Waila]: [GraveStone] GraveStone mod not found.
[12:41:28] [Client thread/INFO] [Waila]: [TwilightForestMod] TwilightForestMod mod not found.
[12:41:28] [Client thread/WARN] [Waila]: [Thermal Dynamics] Error while loading FluidDuct hooks.java.lang.ClassNotFoundException: cofh.thermaldynamics.ducts.fluid.TileFluidDuct
[12:41:28] [Client thread/INFO] [Waila]: [Engineer Toolbox] Engineer Toolbox mod not found.
[12:41:28] [Client thread/INFO] [Waila]: [ProjectRed] ProjectRed|Integration mod not found.
[12:41:28] [Client thread/INFO] [Waila]: ExtraUtilities mod found.
[12:41:28] [Client thread/INFO] [Waila]: [OpenBlocks] OpenBlocks mod not found.
[12:41:28] [Client thread/INFO] [Waila]: Railcraft mod found.
[12:41:28] [Client thread/INFO] [Waila]: [PamHarvestCraft] PamHarvestCraft mod not found.
[12:41:28] [Client thread/INFO] [Waila]: [MagicalCrops] MagicalCrops mod not found.
[12:41:28] [Client thread/INFO] [Waila]: [Statues] Statues mod not found.
[12:41:28] [Client thread/INFO] [Waila]: [Agriculture] Agriculture mod not found.
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect net.geforcemods.securitycraft.imc.waila.WailaDataProvider callbackRegister
[12:41:28] [Client thread/INFO] [Waila]: Success in registering securitycraft
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect appeng.integration.modules.Waila register
[12:41:28] [Client thread/INFO] [Waila]: Success in registering appliedenergistics2
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect team.chisel.compat.WailaCompat register
[12:41:28] [Client thread/INFO] [Waila]: Success in registering chisel
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect tconstruct.plugins.waila.WailaRegistrar wailaCallback
[12:41:28] [Client thread/INFO] [TConstruct]: [Waila-Compat] Got registrar: [email protected]
[12:41:28] [Client thread/INFO] [Waila]: Success in registering TConstruct
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect com.mrcrayfish.furniture.util.WailaIconRegister callbackRegister
[12:41:28] [Client thread/INFO] [Waila]: Success in registering cfm
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect pneumaticCraft.common.thirdparty.waila.Waila callbackRegister
[12:41:28] [Client thread/INFO] [Waila]: Success in registering PneumaticCraft
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.vanillamc.AddonVanillaEntities registerAddon
[12:41:28] [Client thread/INFO] [Waila]: Success in registering wawla
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.vanillamc.AddonVanillaTiles registerAddon
[12:41:28] [Client thread/INFO] [Waila]: Success in registering wawla
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.generic.AddonGenericEntities registerAddon
[12:41:28] [Client thread/INFO] [Waila]: Success in registering wawla
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.generic.AddonGenericTiles registerAddon
[12:41:28] [Client thread/INFO] [Waila]: Success in registering wawla
[12:41:28] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.tinkersconstruct.AddonTinkersTiles registerAddon
[12:41:28] [Client thread/INFO] [Waila]: Success in registering wawla
[12:41:28] [Client thread/INFO] [ThermalDynamics]: Thaumcraft Plugin Enabled.
[12:41:28] [Client thread/INFO] [ThermalDynamics]: Thermal Dynamics: Load Complete.
[12:41:29] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 65 mods
[12:41:29] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:SanAndreasPs Manager Pack CORE edition, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:SecurityCraft, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Big Reactors, FMLFileResourcePack:The BigTrees Mod, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:DrZhark's Mo'Creatures Mod, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Flan's Mod, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GraveStone, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:ICBM, FMLFileResourcePack:Lamps and Traffic Lights, FMLFileResourcePack:M-Ore mod, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:Malisis' Doors, FMLFileResourcePack:Mantle, FMLFileResourcePack:Metallurgy 4, FMLFileResourcePack:Metallurgy Core, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:§9MrCrayfish's Furniture Mod, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Penny Arcade Mod, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Rival Rebels, FMLFileResourcePack:RoadWorks, FMLFileResourcePack:Tails, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:tradeboothmod, FMLFileResourcePack:Universal Coins, FMLFileResourcePack:Voltz Engine, FMLFileResourcePack:Waila, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Flan's Mod : Akaku Vehicle Package 3.1 for 1.7.10.zip, FMLFileResourcePack:Flan's Mod : Fleet Pack - unzip me.zip, FMLFileResourcePack:Flan's Mod : Greylight 2_0 by DerpiWolf-Content Pack-1.7.10-4.10.0.jar, FMLFileResourcePack:Flan's Mod : Greylight_Pack_1.7.10.zip, FMLFileResourcePack:Flan's Mod : Milox117's_Cars_Package, FMLFileResourcePack:Flan's Mod : Modern Warfare-Content Pack-1.7.10-4.10.0.jar, FMLFileResourcePack:Flan's Mod : Simple Parts-Content Pack-1.7.10-4.10.0.jar, FMLFileResourcePack:Flan's Mod : Spino's Vehicles v4.1, FMLFileResourcePack:Flan's Mod : Spino's Vehicles v4.1.zip, FMLFileResourcePack:Flan's Mod : WW2-Content Pack-1.7.10-4.10.0.jar, LiteLoader, VoxelMap, FMLFileResourcePack:Carpenter's Blocks Cached Resources, XU_Delegate_Pack, XU_Delegate_Pack, XU_Delegate_Pack
[12:41:41] [Client thread/INFO]: Created: 2048x2048 textures/blocks-atlas
[12:41:59] [Client thread/INFO]: Created: 4096x2048 textures/items-atlas
[12:41:59] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 30 textures
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 3 locations:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: mod cfm resources at C:\Users\THayes\AppData\Roaming\.minecraft\mods\MrCrayfishs-Furniture-Mod-1.7.10.jar
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path C:\Users\THayes\AppData\Roaming\.minecraft\mods\mod_voxelMap_1.6.7_for_1.7.10.litemod
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1326_blockPoleKnick.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1319_blockDoubleLamppost.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1328_rrArmMedium.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7889_logisticFrameDefaultStorage.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/TConIntegration.bedrock.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1333_rrPoleStub.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7892_logisticFrameActiveProvider.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_TILE_1295_missileworkstation.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1329_rrArmShort.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1320_blockSimpleLamppost.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_4114_taser.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1327_rrArmLong.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1332_rrCrossSignPole.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1318_blockLamppost.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_TILE_1297_AMS.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/planks.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1331_rrCrossSign.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1323_blockTrafficLightOnwall.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1321_blockTrafficLight.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1325_blockPoleVer.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1324_blockPoleHor.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_TILE_1298_ICBMxFoF.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1330_rrCrossLamps.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7891_logisticFramePassiveProvider.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7890_logisticFrameStorage.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_203_alarmLit.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7904_heatFrame.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_4120_briefcase.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7888_logisticFrameRequester.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1322_blockTrafficLightHang.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN voltzengine
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain voltzengine is missing 2 textures
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain voltzengine has 1 location:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: mod VoltzEngine resources at C:\Users\THayes\AppData\Roaming\.minecraft\mods\VoltzEngine-1.7.10-0.15.10b164-dev-universal.jar
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain voltzengine are:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/gem.emerald.uncut.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/gem.quartz.uncut.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain voltzengine
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN icbm
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain icbm is missing 180 textures
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain icbm has 1 location:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: mod icbm resources at C:\Users\THayes\AppData\Roaming\.minecraft\mods\ICBM-1.7.10-2.10.2b24-universal.jar
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain icbm are:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Alpine.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Sky.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.DesertHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Ocean.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.MushroomIslandShore.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/explosivePart.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Beach.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mountainous Desert.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Pine Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Cold Taiga M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Cold Beach.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Meadow.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mesa Plateau M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.WyvernBiome.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.DesertHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.JungleEdge.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mesa Plateau.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Forested Island.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.FrozenOcean.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Plains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Snow Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Storage Cell.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Rainforest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Cold Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Wasteland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Pine Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Ice Wasteland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Extreme Hills+.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Desert.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.MushroomIsland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Lush Redwoods.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.JungleHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mountain Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Savanna.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Ice Mountains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Beach.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Temperate Rainforest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Meadow.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mesa.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Birch Forest Hills M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Autumn Woods.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Birch Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Red Rock Mountains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.FrozenOcean.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mesa Plateau F M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Snow Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mesa Plateau F.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mesa (Bryce).png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Roofed Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Rainforest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Ice Plains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mini Jungle.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Woodlands.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.JungleHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Woodlands.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.JungleEdge M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Roofed Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Red Rock Mountains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Extreme Hills M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Desert Oil Field.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Temperate Rainforest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.ForestHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Roofed Forest M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Cold Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.FrozenRiver.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mesa Plateau.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Alpine.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mesa Plateau F M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Extreme Hills Edge.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Swampland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Hell.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Glacier.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mountainous Desert.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Extreme Jungle.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Cold Taiga Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Extreme Hills Edge.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Extreme Hills+.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Shrubland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Savanna Plateau.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mountain Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Extreme Hills+ M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Forested Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Swampland M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/explosiveItem.SlimeRain.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Desert Oil Field.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Green Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/explosiveItem.null.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Tundra.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Lush Redwoods.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Storage Cell.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Stone Beach.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Jungle M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Ocean Oil Field.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Ice Plains Spikes.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/explosiveItem.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mesa Plateau F.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Birch Forest M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Savanna M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.River.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.JungleEdge M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Desert M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Glacier.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Green Swamplands.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Taiga M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Extreme Jungle.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Flower Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Savanna Plateau.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Tundra.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Flower Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Ice Plains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Extreme Hills+ M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Birch Forest Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Wasteland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.TaigaHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Redwood Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.MushroomIsland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.MushroomIslandShore.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Birch Forest Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Deep Ocean.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Ice Plains Spikes.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Jungle M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Sky.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Savanna M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Jungle.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mega Spruce Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Birch Forest M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Green Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Savanna.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mega Taiga Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Plains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Savanna Plateau M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Stone Beach.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mega Spruce Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Snowy Rainforest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Birch Forest Hills M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mesa Plateau M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.FrozenRiver.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Sunflower Plains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mega Taiga Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Taiga M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.TaigaHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Desert.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Extreme Hills M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.ForestHills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mega Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Deep Ocean.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Shrubland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Savanna Plateau M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Forested Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Swampland M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Mini Jungle.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Extreme Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mesa.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mega Taiga.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Ice Wasteland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.River.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.JungleEdge.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Roofed Forest M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Cold Beach.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Ice Mountains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Ocean Oil Field.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.WyvernBiome.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Green Swamplands.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Autumn Woods.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Ocean.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Redwood Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Jungle.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Extreme Hills.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Mesa (Bryce).png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Forested Island.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Swampland.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.icon.Birch Forest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Desert M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Snowy Rainforest.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Cold Taiga M.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ex.biome.Sunflower Plains.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain icbm
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN missing_icon_item_4976_extrautils
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain missing_icon_item_4976_extrautils is missing 1 texture
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain missing_icon_item_4976_extrautils is missing a resource manager - it is probably a side-effect of automatic texture processing
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain missing_icon_item_4976_extrautils are:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/lawSword.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain missing_icon_item_4976_extrautils
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN pneumaticcraft
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain pneumaticcraft is missing 1 texture
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain pneumaticcraft has 1 location:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: mod PneumaticCraft resources at C:\Users\THayes\AppData\Roaming\.minecraft\mods\PneumaticCraft-1.7.10-1.12.7-150-universal.jar
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain pneumaticcraft are:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/cannonBarrel.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain pneumaticcraft
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN chisel
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain chisel is missing 1 texture
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain chisel has 1 location:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: mod chisel resources at C:\Users\THayes\AppData\Roaming\.minecraft\mods\Chisel-2.9.5.11.jar
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain chisel are:
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/endstone/EnderFrame.png
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain chisel
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[12:41:59] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[12:41:59] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:SanAndreasPs Manager Pack CORE edition, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:SecurityCraft, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Big Reactors, FMLFileResourcePack:The BigTrees Mod, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:DrZhark's Mo'Creatures Mod, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Flan's Mod, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GraveStone, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:ICBM, FMLFileResourcePack:Lamps and Traffic Lights, FMLFileResourcePack:M-Ore mod, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:Malisis' Doors, FMLFileResourcePack:Mantle, FMLFileResourcePack:Metallurgy 4, FMLFileResourcePack:Metallurgy Core, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:§9MrCrayfish's Furniture Mod, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Penny Arcade Mod, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Rival Rebels, FMLFileResourcePack:RoadWorks, FMLFileResourcePack:Tails, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:tradeboothmod, FMLFileResourcePack:Universal Coins, FMLFileResourcePack:Voltz Engine, FMLFileResourcePack:Waila, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Flan's Mod : Akaku Vehicle Package 3.1 for 1.7.10.zip, FMLFileResourcePack:Flan's Mod : Fleet Pack - unzip me.zip, FMLFileResourcePack:Flan's Mod : Greylight 2_0 by DerpiWolf-Content Pack-1.7.10-4.10.0.jar, FMLFileResourcePack:Flan's Mod : Greylight_Pack_1.7.10.zip, FMLFileResourcePack:Flan's Mod : Milox117's_Cars_Package, FMLFileResourcePack:Flan's Mod : Modern Warfare-Content Pack-1.7.10-4.10.0.jar, FMLFileResourcePack:Flan's Mod : Simple Parts-Content Pack-1.7.10-4.10.0.jar, FMLFileResourcePack:Flan's Mod : Spino's Vehicles v4.1, FMLFileResourcePack:Flan's Mod : Spino's Vehicles v4.1.zip, FMLFileResourcePack:Flan's Mod : WW2-Content Pack-1.7.10-4.10.0.jar, LiteLoader, VoxelMap, FMLFileResourcePack:Carpenter's Blocks Cached Resources, XU_Delegate_Pack, XU_Delegate_Pack, XU_Delegate_Pack
[12:42:09] [Client thread/INFO]: Created: 2048x2048 textures/blocks-atlas
[12:42:23] [Client thread/INFO]: Created: 4096x2048 textures/items-atlas
[12:42:23] [Client thread/INFO] [LiteLoader]: Baking listener list for ViewportListener with 0 listeners
[12:42:23] [Client thread/INFO] [LiteLoader]: Calling late init for mod VoxelMap
[12:42:23] [Client thread/WARN] [FML]: =============================================================
[12:42:23] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[12:42:23] [Client thread/WARN] [FML]: Offendor: com/thevoxelbox/voxelmap/c/h.if()V
[12:42:23] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
[12:42:23] [Client thread/WARN] [FML]: =============================================================
[12:42:23] [Client thread/WARN] [FML]: =============================================================
[12:42:23] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[12:42:23] [Client thread/WARN] [FML]: Offendor: com/thevoxelbox/voxelmap/c/h.for()V
[12:42:23] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
[12:42:23] [Client thread/WARN] [FML]: =============================================================
[12:42:24] [Client thread/INFO] [STDOUT]: [com.thevoxelbox.voxelmap.k:<init>:-1]: could not get entityRenderMap
[12:42:24] [Client thread/INFO] [com.thevoxelbox.voxelmap.c.h]: Created: 256x128 waypoints-atlas
[12:42:24] [Client thread/INFO] [com.thevoxelbox.voxelmap.c.h]: Created: 128x128 chooser-atlas
[12:42:24] [Client thread/INFO] [com.thevoxelbox.voxelmap.c.h]: Created: 512x256 mobs-atlas
[12:42:24] [Client thread/INFO] [LiteLoader]: Sound handler reload inhibit removed
[12:42:24] [Client thread/INFO] [LiteLoader]: Reloading sound handler
[12:42:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[12:42:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[12:42:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[12:42:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[12:42:24] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[12:42:24] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[12:42:25] [Thread-24/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[12:42:25] [Thread-24/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[12:42:25] [Thread-24/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[12:42:25] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[12:42:25] [Sound Library Loader/INFO]: Sound engine started
[12:42:27] [Client thread/WARN]: File flansmod:sounds/_Reload.ogg does not exist, cannot add it to event flansmod:_Reload
[12:42:27] [Client thread/WARN]: File flansmod:sounds/_Fire.ogg does not exist, cannot add it to event flansmod:_Fire
[12:42:28] [Client thread/WARN]: File flansmod:sounds/Tank1Reload.ogg does not exist, cannot add it to event flansmod:Tank1Reload
[12:42:28] [Client thread/INFO] [LiteLoader]: Baking listener list for GameLoopListener with 0 listeners
[12:42:28] [Client thread/ERROR]: ########## GL ERROR ##########
[12:42:28] [Client thread/ERROR]: @ Pre render
[12:42:28] [Client thread/ERROR]: 1282: Invalid operation
[12:42:28] [Thread-15/INFO]: [CHAT] §2MorePlayerModels§f installed. More info at §9§nClick here
[12:42:28] [Client thread/INFO] [LiteLoader]: Baking listener list for RenderListener with 0 listeners
[12:42:28] [Client thread/INFO] [LiteLoader]: Generating new Event Handler Proxy Class com.mumfrey.liteloader.core.event.EventProxy$2
[12:42:28] [Client thread/INFO] [LiteLoader]: Successfully generated event handler proxy class with 104 handlers(s) and 104 total invokations
[12:42:28] [Client thread/INFO] [LiteLoader]: Baking listener list for TickObserver with 3 listeners
[12:42:28] [Client thread/INFO] [LiteLoader]: Baking listener list for PostRenderObserver with 3 listeners
[12:42:28] [Client thread/INFO] [LiteLoader]: Baking listener list for Tickable with 1 listeners
[12:42:28] [Client thread/INFO] [LiteLoader]: Baking listener list for WorldObserver with 2 listeners
[12:42:28] [Client thread/INFO] [LiteLoader]: Baking listener list for FrameBufferListener with 0 listeners
[12:42:29] [Thread-13/INFO]: [CHAT] §2CustomNpcs§f installed. For more info §9§nClick here