When I place an Object on Flans Mod it crashes every time. I'v tried 1.6.4, 1.7.1 and have the same result. It doesnt matter what object I try to place. Here is the Crash report.
---- Minecraft Crash Report ---- // There are four lights!
Time: 4/29/15 7:27 PM Description: Ticking entity
java.lang.NullPointerException at co.uk.flansmods.common.driveables.EntityPlane.func_70071_h_(EntityPlane.java:491) at net.minecraft.world.World.func_72866_a(World.java:2350) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719) at net.minecraft.world.World.func_72870_g(World.java:2311) at net.minecraft.world.World.func_72939_s(World.java:2157) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
A detailed walkthrough of the error, its code path and all known details is as follows: ---------------------------------------------------------------------------------------
-- Head -- Stacktrace: at co.uk.flansmods.common.driveables.EntityPlane.func_70071_h_(EntityPlane.java:491) at net.minecraft.world.World.func_72866_a(World.java:2350) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719) at net.minecraft.world.World.func_72870_g(World.java:2311)
-- Entity being ticked -- Details: Entity Type: Plane (co.uk.flansmods.common.driveables.EntityPlane) Entity ID: 537 Entity Name: Zero Entity's Exact location: 236.50, 70.50, 358.50 Entity's Block location: World: (236,70,358), Chunk: (at 12,4,6 in 14,22; contains blocks 224,0,352 to 239,255,367), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Entity's Momentum: 0.00, 0.00, 0.00 Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:2157) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
-- Affected level -- Details: Level name: cool All players: 1 total; [EntityPlayerMP['kennyholz'/342, l='cool', x=236.85, y=69.00, z=356.35]] Chunk stats: ServerChunkCache: 782 Drop: 0 Level seed: 6944856143478323686 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (168,64,236), Chunk: (at 8,4,12 in 10,14; contains blocks 160,0,224 to 175,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 9679 game time, 9679 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 65952 (now: false), thunder time: 152035 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
-- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.8.0_40, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 119556160 bytes (114 MB) / 384516096 bytes (366 MB) up to 523501568 bytes (499 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M AABB Pool Size: 5490 (307440 bytes; 0 MB) allocated, 5223 (292488 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63 FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 4 mods loaded, 4 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FlansMod{4.1.1} [Flans Mod] (FlansMod-4.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Profiler Position: N/A (disabled) Vec3 Pool Size: 1213 (67928 bytes; 0 MB) allocated, 1154 (64624 bytes; 0 MB) used Player Count: 1 / 8; [EntityPlayerMP['kennyholz'/342, l='cool', x=236.85, y=69.00, z=356.35]] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge'
Here is the "Game Output"
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellGerman88mmAPLong
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27010_Mat_Plate_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellGerman88mmHE
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellUSA114mmRocketHE
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.StringIndexOutOfBoundsException: String index out of range: 0
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.String.charAt(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:219)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellUSA75mmAP
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellUSA76mmAP
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.StringIndexOutOfBoundsException: String index out of range: 0
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.String.charAt(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:219)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellUSSR100mmAP
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellUSSR122mmHE
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellUSSR76mmAP
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellUSSR85mmAP
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : 20mm
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.StringIndexOutOfBoundsException: String index out of range: 2
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.String.charAt(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:171)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find fiberglass when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ZF4Scope
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27085_Part_Misc_Barrel_AAGun when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27103_Part_Misc_Seat_Car when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : Flak88
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27085_Part_Misc_Barrel_AAGun when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27103_Part_Misc_Seat_Car when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27020_Mat_Armor_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : Flak88a
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27085_Part_Misc_Barrel_AAGun when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27103_Part_Misc_Seat_Car when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27020_Mat_Armor_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27105_Part_Misc_Tent when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : Flak88b
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27085_Part_Misc_Barrel_AAGun when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27103_Part_Misc_Seat_Car when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27020_Mat_Armor_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27105_Part_Misc_Tent when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : Flak88c
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find aaBarrel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : flakvierling
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Loaded recipes.
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Loading Flan's mod.
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Loading complete.
2015-04-29 19:27:15 [INFO] [STDOUT] [Flan] Hooking complete.
2015-04-29 19:27:15 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods
2015-04-29 19:27:15 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
2015-04-29 19:27:15 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
2015-04-29 19:27:15 [WARNING] [Flans Mod] Mod Flans Mod is missing a pack.mcmeta file, things may not work well
2015-04-29 19:27:15 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Flans Mod, FMLFileResourcePack:Flan's Mod : Akaku Vehicle Package 3.1 for 1.7.10.zip, FMLFileResourcePack:Flan's Mod : manus_ww2_package_1.6.4b_for_flans_mod_4.0.zip, FMLFileResourcePack:Flan's Mod : WW2-Content Pack-1.7.10-4.10.0.jar
2015-04-29 19:27:15 [INFO] [STDOUT]
2015-04-29 19:27:15 [INFO] [STDOUT] Starting up SoundSystem...
2015-04-29 19:27:16 [INFO] [STDOUT] Initializing LWJGL OpenAL
2015-04-29 19:27:16 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
2015-04-29 19:27:16 [INFO] [STDOUT] OpenAL initialized.
2015-04-29 19:27:16 [INFO] [STDOUT]
2015-04-29 19:27:20 [INFO] [Minecraft-Server] Starting integrated minecraft server version 1.6.4
2015-04-29 19:27:20 [INFO] [Minecraft-Server] Generating keypair
2015-04-29 19:27:21 [INFO] [ForgeModLoader] Loading dimension 0 (cool) ([email protected])
2015-04-29 19:27:21 [INFO] [ForgeModLoader] Loading dimension 1 (cool) ([email protected])
2015-04-29 19:27:21 [INFO] [ForgeModLoader] Loading dimension -1 (cool) ([email protected])
2015-04-29 19:27:21 [INFO] [Minecraft-Server] Preparing start region for level 0
2015-04-29 19:27:22 [INFO] [Minecraft-Server] Preparing spawn area: 53%
2015-04-29 19:27:23 [INFO] [STDOUT] loading single player
2015-04-29 19:27:23 [INFO] [Minecraft-Server] kennyholz[/127.0.0.1:0] logged in with entity id 342 at (236.84903237237114, 69.0, 356.34953886433436)
2015-04-29 19:27:23 [INFO] [Minecraft-Server] kennyholz joined the game
2015-04-29 19:27:23 [INFO] [STDOUT] Setting up custom skins
2015-04-29 19:27:27 [INFO] [STDERR] "Silently" catching entity tracking error.
2015-04-29 19:27:27 [INFO] [STDERR] net.minecraft.util.ReportedException: Adding entity to track
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:219)
2015-04-29 19:27:27 [INFO] [STDERR] at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:363)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:64)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.WorldManager.func_72703_a(SourceFile:27)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.World.func_72923_a(World.java:1589)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:928)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.World.func_72838_d(World.java:1580)
2015-04-29 19:27:27 [INFO] [STDERR] at co.uk.flansmods.common.ItemPlane.func_77659_a(ItemPlane.java:126)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:177)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.item.ItemInWorldManager.func_73085_a(ItemInWorldManager.java:358)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:542)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2015-04-29 19:27:27 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2015-04-29 19:27:27 [INFO] [STDERR] at co.uk.flansmods.common.driveables.DriveableData.writeToNBT(DriveableData.java:77)
2015-04-29 19:27:27 [INFO] [STDERR] at co.uk.flansmods.common.driveables.EntityDriveable.writeSpawnData(EntityDriveable.java:150)
2015-04-29 19:27:27 [INFO] [STDERR] at cpw.mods.fml.common.network.EntitySpawnPacket.generatePacket(EntitySpawnPacket.java:135)
2015-04-29 19:27:27 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLPacket.makePacket(FMLPacket.java:131)
2015-04-29 19:27:27 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.getEntitySpawningPacket(FMLNetworkHandler.java:376)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.entity.EntityTrackerEntry.func_73124_b(EntityTrackerEntry.java:495)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.entity.EntityTrackerEntry.func_73117_b(EntityTrackerEntry.java:385)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.entity.EntityTrackerEntry.func_73125_b(EntityTrackerEntry.java:484)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:205)
2015-04-29 19:27:27 [INFO] [STDERR] ... 20 more
2015-04-29 19:27:27 [INFO] [STDERR] net.minecraft.util.ReportedException: Ticking entity
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2015-04-29 19:27:27 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2015-04-29 19:27:27 [INFO] [STDERR] at co.uk.flansmods.common.driveables.EntityPlane.func_70071_h_(EntityPlane.java:491)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.World.func_72866_a(World.java:2350)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.World.func_72870_g(World.java:2311)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.World.func_72939_s(World.java:2157)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
2015-04-29 19:27:27 [INFO] [STDERR] ... 4 more
2015-04-29 19:27:27 [SEVERE] [Minecraft-Server] Encountered an unexpected exception ReportedException
net.minecraft.util.ReportedException: Ticking entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NullPointerException
at co.uk.flansmods.common.driveables.EntityPlane.func_70071_h_(EntityPlane.java:491)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
at net.minecraft.world.World.func_72870_g(World.java:2311)
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
... 4 more
2015-04-29 19:27:27 [SEVERE] [Minecraft-Server] This crash report has been saved to: C:\Users\officeemax\AppData\Roaming\.minecraft\crash-reports\crash-2015-04-29_19.27.27-server.txt
2015-04-29 19:27:27 [INFO] [Minecraft-Server] Stopping server
2015-04-29 19:27:27 [INFO] [Minecraft-Server] Saving players
2015-04-29 19:27:27 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2015-04-29 19:27:27 [INFO] [STDOUT] // Quite honestly, I wouldn't worry myself about that.
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT] Time: 4/29/15 7:27 PM
2015-04-29 19:27:27 [INFO] [STDOUT] Description: Ticking entity
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT] java.lang.NullPointerException
2015-04-29 19:27:27 [INFO] [STDOUT] at co.uk.flansmods.common.driveables.EntityPlane.func_70071_h_(EntityPlane.java:491)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.World.func_72866_a(World.java:2350)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.World.func_72870_g(World.java:2311)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.World.func_72939_s(World.java:2157)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2015-04-29 19:27:27 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT] -- Head --
2015-04-29 19:27:27 [INFO] [STDOUT] Stacktrace:
2015-04-29 19:27:27 [INFO] [STDOUT] at co.uk.flansmods.common.driveables.EntityPlane.func_70071_h_(EntityPlane.java:491)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.World.func_72866_a(World.java:2350)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.World.func_72870_g(World.java:2311)
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT] -- Entity being ticked --
2015-04-29 19:27:27 [INFO] [STDOUT] Details:
2015-04-29 19:27:27 [INFO] [STDOUT] Entity Type: Plane (co.uk.flansmods.common.driveables.EntityPlane)
2015-04-29 19:27:27 [INFO] [STDOUT] Entity ID: 537
2015-04-29 19:27:27 [INFO] [STDOUT] Entity Name: Zero
2015-04-29 19:27:27 [INFO] [STDOUT] Entity's Exact location: 236.50, 70.50, 358.50
2015-04-29 19:27:27 [INFO] [STDOUT] Entity's Block location: World: (236,70,358), Chunk: (at 12,4,6 in 14,22; contains blocks 224,0,352 to 239,255,367), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
2015-04-29 19:27:27 [INFO] [STDOUT] Entity's Momentum: 0.00, 0.00, 0.00
2015-04-29 19:27:27 [INFO] [STDOUT] Stacktrace:
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.World.func_72939_s(World.java:2157)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT] -- Affected level --
2015-04-29 19:27:27 [INFO] [STDOUT] Details:
2015-04-29 19:27:27 [INFO] [STDOUT] Level name: cool
2015-04-29 19:27:27 [INFO] [STDOUT] All players: 1 total; [EntityPlayerMP['kennyholz'/342, l='cool', x=236.85, y=69.00, z=356.35]]
2015-04-29 19:27:27 [INFO] [STDOUT] Chunk stats: ServerChunkCache: 782 Drop: 0
2015-04-29 19:27:27 [INFO] [STDOUT] Level seed: 6944856143478323686
2015-04-29 19:27:27 [INFO] [STDOUT] Level generator: ID 00 - default, ver 1. Features enabled: true
2015-04-29 19:27:27 [INFO] [STDOUT] Level generator options:
2015-04-29 19:27:27 [INFO] [STDOUT] Level spawn location: World: (168,64,236), Chunk: (at 8,4,12 in 10,14; contains blocks 160,0,224 to 175,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
2015-04-29 19:27:27 [INFO] [STDOUT] Level time: 9679 game time, 9679 day time
2015-04-29 19:27:27 [INFO] [STDOUT] Level dimension: 0
2015-04-29 19:27:27 [INFO] [STDOUT] Level storage version: 0x04ABD - Anvil
2015-04-29 19:27:27 [INFO] [STDOUT] Level weather: Rain time: 65952 (now: false), thunder time: 152035 (now: false)
2015-04-29 19:27:27 [INFO] [STDOUT] Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
2015-04-29 19:27:27 [INFO] [STDOUT] Stacktrace:
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT] -- System Details --
2015-04-29 19:27:27 [INFO] [STDOUT] Details:
2015-04-29 19:27:27 [INFO] [STDOUT] Minecraft Version: 1.6.4
2015-04-29 19:27:27 [INFO] [STDOUT] Operating System: Windows 7 (x86) version 6.1
2015-04-29 19:27:27 [INFO] [STDOUT] Java Version: 1.8.0_40, Oracle Corporation
2015-04-29 19:27:27 [INFO] [STDOUT] Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
2015-04-29 19:27:27 [INFO] [STDOUT] Memory: 119556160 bytes (114 MB) / 384516096 bytes (366 MB) up to 523501568 bytes (499 MB)
2015-04-29 19:27:27 [INFO] [STDOUT] JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
2015-04-29 19:27:27 [INFO] [STDOUT] AABB Pool Size: 5490 (307440 bytes; 0 MB) allocated, 5223 (292488 bytes; 0 MB) used
2015-04-29 19:27:27 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2015-04-29 19:27:27 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
2015-04-29 19:27:27 [INFO] [STDOUT] FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 4 mods loaded, 4 mods active
2015-04-29 19:27:27 [INFO] [STDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
2015-04-29 19:27:27 [INFO] [STDOUT] FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
2015-04-29 19:27:27 [INFO] [STDOUT] Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
2015-04-29 19:27:27 [INFO] [STDOUT] FlansMod{4.1.1} [Flans Mod] (FlansMod-4.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
2015-04-29 19:27:27 [INFO] [STDOUT] Profiler Position: N/A (disabled)
2015-04-29 19:27:27 [INFO] [STDOUT] Vec3 Pool Size: 1213 (67928 bytes; 0 MB) allocated, 1154 (64624 bytes; 0 MB) used
2015-04-29 19:27:27 [INFO] [STDOUT] Player Count: 1 / 8; [EntityPlayerMP['kennyholz'/342, l='cool', x=236.85, y=69.00, z=356.35]]
2015-04-29 19:27:27 [INFO] [STDOUT] Type: Integrated Server (map_client.txt)
2015-04-29 19:27:27 [INFO] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
2015-04-29 19:27:27 [INFO] [STDOUT] #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\officeemax\AppData\Roaming\.minecraft\crash-reports\crash-2015-04-29_19.27.27-server.txt
2015-04-29 19:27:27 [INFO] [Minecraft-Server] Stopping server
2015-04-29 19:27:27 [INFO] [Minecraft-Server] Saving players
AL lib: (EE) alc_cleanup: 1 device not closed
Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
When I place an Object on Flans Mod it crashes every time. I'v tried 1.6.4, 1.7.1 and have the same result. It doesnt matter what object I try to place. Here is the Crash report.
---- Minecraft Crash Report ----
// There are four lights!
Time: 4/29/15 7:27 PM
Description: Ticking entity
java.lang.NullPointerException
at co.uk.flansmods.common.driveables.EntityPlane.func_70071_h_(EntityPlane.java:491)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
at net.minecraft.world.World.func_72870_g(World.java:2311)
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at co.uk.flansmods.common.driveables.EntityPlane.func_70071_h_(EntityPlane.java:491)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
at net.minecraft.world.World.func_72870_g(World.java:2311)
-- Entity being ticked --
Details:
Entity Type: Plane (co.uk.flansmods.common.driveables.EntityPlane)
Entity ID: 537
Entity Name: Zero
Entity's Exact location: 236.50, 70.50, 358.50
Entity's Block location: World: (236,70,358), Chunk: (at 12,4,6 in 14,22; contains blocks 224,0,352 to 239,255,367), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
-- Affected level --
Details:
Level name: cool
All players: 1 total; [EntityPlayerMP['kennyholz'/342, l='cool', x=236.85, y=69.00, z=356.35]]
Chunk stats: ServerChunkCache: 782 Drop: 0
Level seed: 6944856143478323686
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (168,64,236), Chunk: (at 8,4,12 in 10,14; contains blocks 160,0,224 to 175,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 9679 game time, 9679 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 65952 (now: false), thunder time: 152035 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_40, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 119556160 bytes (114 MB) / 384516096 bytes (366 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 5490 (307440 bytes; 0 MB) allocated, 5223 (292488 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FlansMod{4.1.1} [Flans Mod] (FlansMod-4.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 1213 (67928 bytes; 0 MB) allocated, 1154 (64624 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['kennyholz'/342, l='cool', x=236.85, y=69.00, z=356.35]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Here is the "Game Output"
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellGerman88mmAPLong
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27010_Mat_Plate_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellGerman88mmHE
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellUSA114mmRocketHE
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.StringIndexOutOfBoundsException: String index out of range: 0
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.String.charAt(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:219)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellUSA75mmAP
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellUSA76mmAP
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.StringIndexOutOfBoundsException: String index out of range: 0
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.String.charAt(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:219)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellUSSR100mmAP
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellUSSR122mmHE
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellUSSR76mmAP
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27136_Part_Misc_Ammo_Shell when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27135_Part_Misc_Ammo_Fuse when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ShellUSSR85mmAP
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : 20mm
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.StringIndexOutOfBoundsException: String index out of range: 2
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.String.charAt(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:171)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find fiberglass when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : ZF4Scope
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27085_Part_Misc_Barrel_AAGun when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27103_Part_Misc_Seat_Car when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : Flak88
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27085_Part_Misc_Barrel_AAGun when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27103_Part_Misc_Seat_Car when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27020_Mat_Armor_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : Flak88a
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27085_Part_Misc_Barrel_AAGun when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27103_Part_Misc_Seat_Car when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27020_Mat_Armor_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27105_Part_Misc_Tent when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : Flak88b
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27085_Part_Misc_Barrel_AAGun when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27000_Mat_Block_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27103_Part_Misc_Seat_Car when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27020_Mat_Armor_Steel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find 27105_Part_Misc_Tent when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : Flak88c
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Could not find aaBarrel when adding recipe
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : flakvierling
2015-04-29 19:27:14 [INFO] [STDERR] java.lang.NullPointerException
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:227)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:139)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:735)
2015-04-29 19:27:14 [INFO] [STDERR] at co.uk.flansmods.common.FlansMod.load(FlansMod.java:297)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2015-04-29 19:27:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2015-04-29 19:27:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2015-04-29 19:27:14 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Loaded recipes.
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Loading Flan's mod.
2015-04-29 19:27:14 [INFO] [STDOUT] Flan's Mod : Loading complete.
2015-04-29 19:27:15 [INFO] [STDOUT] [Flan] Hooking complete.
2015-04-29 19:27:15 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods
2015-04-29 19:27:15 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
2015-04-29 19:27:15 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
2015-04-29 19:27:15 [WARNING] [Flans Mod] Mod Flans Mod is missing a pack.mcmeta file, things may not work well
2015-04-29 19:27:15 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Flans Mod, FMLFileResourcePack:Flan's Mod : Akaku Vehicle Package 3.1 for 1.7.10.zip, FMLFileResourcePack:Flan's Mod : manus_ww2_package_1.6.4b_for_flans_mod_4.0.zip, FMLFileResourcePack:Flan's Mod : WW2-Content Pack-1.7.10-4.10.0.jar
2015-04-29 19:27:15 [INFO] [STDOUT]
2015-04-29 19:27:15 [INFO] [STDOUT] Starting up SoundSystem...
2015-04-29 19:27:16 [INFO] [STDOUT] Initializing LWJGL OpenAL
2015-04-29 19:27:16 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
2015-04-29 19:27:16 [INFO] [STDOUT] OpenAL initialized.
2015-04-29 19:27:16 [INFO] [STDOUT]
2015-04-29 19:27:20 [INFO] [Minecraft-Server] Starting integrated minecraft server version 1.6.4
2015-04-29 19:27:20 [INFO] [Minecraft-Server] Generating keypair
2015-04-29 19:27:21 [INFO] [ForgeModLoader] Loading dimension 0 (cool) ([email protected])
2015-04-29 19:27:21 [INFO] [ForgeModLoader] Loading dimension 1 (cool) ([email protected])
2015-04-29 19:27:21 [INFO] [ForgeModLoader] Loading dimension -1 (cool) ([email protected])
2015-04-29 19:27:21 [INFO] [Minecraft-Server] Preparing start region for level 0
2015-04-29 19:27:22 [INFO] [Minecraft-Server] Preparing spawn area: 53%
2015-04-29 19:27:23 [INFO] [STDOUT] loading single player
2015-04-29 19:27:23 [INFO] [Minecraft-Server] kennyholz[/127.0.0.1:0] logged in with entity id 342 at (236.84903237237114, 69.0, 356.34953886433436)
2015-04-29 19:27:23 [INFO] [Minecraft-Server] kennyholz joined the game
2015-04-29 19:27:23 [INFO] [STDOUT] Setting up custom skins
2015-04-29 19:27:27 [INFO] [STDERR] "Silently" catching entity tracking error.
2015-04-29 19:27:27 [INFO] [STDERR] net.minecraft.util.ReportedException: Adding entity to track
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:219)
2015-04-29 19:27:27 [INFO] [STDERR] at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:363)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:64)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.WorldManager.func_72703_a(SourceFile:27)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.World.func_72923_a(World.java:1589)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:928)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.World.func_72838_d(World.java:1580)
2015-04-29 19:27:27 [INFO] [STDERR] at co.uk.flansmods.common.ItemPlane.func_77659_a(ItemPlane.java:126)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:177)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.item.ItemInWorldManager.func_73085_a(ItemInWorldManager.java:358)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:542)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2015-04-29 19:27:27 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2015-04-29 19:27:27 [INFO] [STDERR] at co.uk.flansmods.common.driveables.DriveableData.writeToNBT(DriveableData.java:77)
2015-04-29 19:27:27 [INFO] [STDERR] at co.uk.flansmods.common.driveables.EntityDriveable.writeSpawnData(EntityDriveable.java:150)
2015-04-29 19:27:27 [INFO] [STDERR] at cpw.mods.fml.common.network.EntitySpawnPacket.generatePacket(EntitySpawnPacket.java:135)
2015-04-29 19:27:27 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLPacket.makePacket(FMLPacket.java:131)
2015-04-29 19:27:27 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.getEntitySpawningPacket(FMLNetworkHandler.java:376)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.entity.EntityTrackerEntry.func_73124_b(EntityTrackerEntry.java:495)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.entity.EntityTrackerEntry.func_73117_b(EntityTrackerEntry.java:385)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.entity.EntityTrackerEntry.func_73125_b(EntityTrackerEntry.java:484)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:205)
2015-04-29 19:27:27 [INFO] [STDERR] ... 20 more
2015-04-29 19:27:27 [INFO] [STDERR] net.minecraft.util.ReportedException: Ticking entity
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2015-04-29 19:27:27 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2015-04-29 19:27:27 [INFO] [STDERR] at co.uk.flansmods.common.driveables.EntityPlane.func_70071_h_(EntityPlane.java:491)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.World.func_72866_a(World.java:2350)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.World.func_72870_g(World.java:2311)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.World.func_72939_s(World.java:2157)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
2015-04-29 19:27:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
2015-04-29 19:27:27 [INFO] [STDERR] ... 4 more
2015-04-29 19:27:27 [SEVERE] [Minecraft-Server] Encountered an unexpected exception ReportedException
net.minecraft.util.ReportedException: Ticking entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NullPointerException
at co.uk.flansmods.common.driveables.EntityPlane.func_70071_h_(EntityPlane.java:491)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
at net.minecraft.world.World.func_72870_g(World.java:2311)
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
... 4 more
2015-04-29 19:27:27 [SEVERE] [Minecraft-Server] This crash report has been saved to: C:\Users\officeemax\AppData\Roaming\.minecraft\crash-reports\crash-2015-04-29_19.27.27-server.txt
2015-04-29 19:27:27 [INFO] [Minecraft-Server] Stopping server
2015-04-29 19:27:27 [INFO] [Minecraft-Server] Saving players
2015-04-29 19:27:27 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2015-04-29 19:27:27 [INFO] [STDOUT] // Quite honestly, I wouldn't worry myself about that.
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT] Time: 4/29/15 7:27 PM
2015-04-29 19:27:27 [INFO] [STDOUT] Description: Ticking entity
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT] java.lang.NullPointerException
2015-04-29 19:27:27 [INFO] [STDOUT] at co.uk.flansmods.common.driveables.EntityPlane.func_70071_h_(EntityPlane.java:491)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.World.func_72866_a(World.java:2350)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.World.func_72870_g(World.java:2311)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.World.func_72939_s(World.java:2157)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2015-04-29 19:27:27 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT] -- Head --
2015-04-29 19:27:27 [INFO] [STDOUT] Stacktrace:
2015-04-29 19:27:27 [INFO] [STDOUT] at co.uk.flansmods.common.driveables.EntityPlane.func_70071_h_(EntityPlane.java:491)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.World.func_72866_a(World.java:2350)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.World.func_72870_g(World.java:2311)
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT] -- Entity being ticked --
2015-04-29 19:27:27 [INFO] [STDOUT] Details:
2015-04-29 19:27:27 [INFO] [STDOUT] Entity Type: Plane (co.uk.flansmods.common.driveables.EntityPlane)
2015-04-29 19:27:27 [INFO] [STDOUT] Entity ID: 537
2015-04-29 19:27:27 [INFO] [STDOUT] Entity Name: Zero
2015-04-29 19:27:27 [INFO] [STDOUT] Entity's Exact location: 236.50, 70.50, 358.50
2015-04-29 19:27:27 [INFO] [STDOUT] Entity's Block location: World: (236,70,358), Chunk: (at 12,4,6 in 14,22; contains blocks 224,0,352 to 239,255,367), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
2015-04-29 19:27:27 [INFO] [STDOUT] Entity's Momentum: 0.00, 0.00, 0.00
2015-04-29 19:27:27 [INFO] [STDOUT] Stacktrace:
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.World.func_72939_s(World.java:2157)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT] -- Affected level --
2015-04-29 19:27:27 [INFO] [STDOUT] Details:
2015-04-29 19:27:27 [INFO] [STDOUT] Level name: cool
2015-04-29 19:27:27 [INFO] [STDOUT] All players: 1 total; [EntityPlayerMP['kennyholz'/342, l='cool', x=236.85, y=69.00, z=356.35]]
2015-04-29 19:27:27 [INFO] [STDOUT] Chunk stats: ServerChunkCache: 782 Drop: 0
2015-04-29 19:27:27 [INFO] [STDOUT] Level seed: 6944856143478323686
2015-04-29 19:27:27 [INFO] [STDOUT] Level generator: ID 00 - default, ver 1. Features enabled: true
2015-04-29 19:27:27 [INFO] [STDOUT] Level generator options:
2015-04-29 19:27:27 [INFO] [STDOUT] Level spawn location: World: (168,64,236), Chunk: (at 8,4,12 in 10,14; contains blocks 160,0,224 to 175,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
2015-04-29 19:27:27 [INFO] [STDOUT] Level time: 9679 game time, 9679 day time
2015-04-29 19:27:27 [INFO] [STDOUT] Level dimension: 0
2015-04-29 19:27:27 [INFO] [STDOUT] Level storage version: 0x04ABD - Anvil
2015-04-29 19:27:27 [INFO] [STDOUT] Level weather: Rain time: 65952 (now: false), thunder time: 152035 (now: false)
2015-04-29 19:27:27 [INFO] [STDOUT] Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
2015-04-29 19:27:27 [INFO] [STDOUT] Stacktrace:
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
2015-04-29 19:27:27 [INFO] [STDOUT] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2015-04-29 19:27:27 [INFO] [STDOUT]
2015-04-29 19:27:27 [INFO] [STDOUT] -- System Details --
2015-04-29 19:27:27 [INFO] [STDOUT] Details:
2015-04-29 19:27:27 [INFO] [STDOUT] Minecraft Version: 1.6.4
2015-04-29 19:27:27 [INFO] [STDOUT] Operating System: Windows 7 (x86) version 6.1
2015-04-29 19:27:27 [INFO] [STDOUT] Java Version: 1.8.0_40, Oracle Corporation
2015-04-29 19:27:27 [INFO] [STDOUT] Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
2015-04-29 19:27:27 [INFO] [STDOUT] Memory: 119556160 bytes (114 MB) / 384516096 bytes (366 MB) up to 523501568 bytes (499 MB)
2015-04-29 19:27:27 [INFO] [STDOUT] JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
2015-04-29 19:27:27 [INFO] [STDOUT] AABB Pool Size: 5490 (307440 bytes; 0 MB) allocated, 5223 (292488 bytes; 0 MB) used
2015-04-29 19:27:27 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2015-04-29 19:27:27 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
2015-04-29 19:27:27 [INFO] [STDOUT] FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 4 mods loaded, 4 mods active
2015-04-29 19:27:27 [INFO] [STDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
2015-04-29 19:27:27 [INFO] [STDOUT] FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
2015-04-29 19:27:27 [INFO] [STDOUT] Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
2015-04-29 19:27:27 [INFO] [STDOUT] FlansMod{4.1.1} [Flans Mod] (FlansMod-4.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
2015-04-29 19:27:27 [INFO] [STDOUT] Profiler Position: N/A (disabled)
2015-04-29 19:27:27 [INFO] [STDOUT] Vec3 Pool Size: 1213 (67928 bytes; 0 MB) allocated, 1154 (64624 bytes; 0 MB) used
2015-04-29 19:27:27 [INFO] [STDOUT] Player Count: 1 / 8; [EntityPlayerMP['kennyholz'/342, l='cool', x=236.85, y=69.00, z=356.35]]
2015-04-29 19:27:27 [INFO] [STDOUT] Type: Integrated Server (map_client.txt)
2015-04-29 19:27:27 [INFO] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
2015-04-29 19:27:27 [INFO] [STDOUT] #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\officeemax\AppData\Roaming\.minecraft\crash-reports\crash-2015-04-29_19.27.27-server.txt
2015-04-29 19:27:27 [INFO] [Minecraft-Server] Stopping server
2015-04-29 19:27:27 [INFO] [Minecraft-Server] Saving players
AL lib: (EE) alc_cleanup: 1 device not closed
Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
you are missing a part pack (content pack) for the vehicles your trying to use have missing parts
Could not find 27103_Part_Misc_Seat_Car when adding recipe
at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
parts are missing for crafting recipies look carefully at the flans content pack your using and make sure you have all the other prerequisite packs
also please use spoilers (the ! icon were all the formating options are when posting)
-An old modded MC forge server maintainer.