Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 206.98 KB | None | 0 0
  1. [19:56:11] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  2. [19:56:11] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  3. [19:56:11] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  4. [19:56:11] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
  5. [19:56:11] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_171, running on Windows 10:amd64:10.0, installed at C:\Program Files (x86)\Java\jre minecraft
  6. [19:56:11] [main/WARN] [FML]: The coremod am2.preloader.AM2PreloaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  7. [19:56:12] [main/INFO] [ArsMagica2]: Core initializing...stand back! I'm going to try MAGIC!
  8. [19:56:12] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  9. [19:56:12] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  10. [19:56:12] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  11. [19:56:12] [main/WARN] [FML]: The coremod mekanism.common.asm.LoadingHook does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  12. [19:56:12] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  13. [19:56:12] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.DepLoader$DepLoadInst:<init>:333]: MicdoodleCore searching for dependencies in mods file: C:\Users\Fernando Rivera\Desktop\1.7.10 Server\.\mods
  14. [19:56:12] [main/WARN] [FML]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  15. [19:56:12] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  16. [19:56:12] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  17. [19:56:12] [main/WARN] [FML]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  18. [19:56:12] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  19. [19:56:12] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  20. [19:56:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  21. [19:56:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  22. [19:56:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  23. [19:56:13] [main/WARN] [FML]: Patcher expecting empty class data file for net.minecraft.client.gui.inventory.GuiContainer, but received non-empty
  24. [19:56:13] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
  25. [19:56:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  26. [19:56:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  27. [19:56:13] [main/ERROR] [LaunchWrapper]: A critical problem occurred registering the ASM transformer class am2.preloader.AccessTransformers
  28. java.lang.IllegalArgumentException: resource AM2_at.cfg not found.
  29. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[guava-17.0.jar:?]
  30. at com.google.common.io.Resources.getResource(Resources.java:229) ~[guava-17.0.jar:?]
  31. at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:118) ~[minecraft_server.jar:?]
  32. at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:101) ~[minecraft_server.jar:?]
  33. at am2.preloader.AccessTransformers.<init>(AccessTransformers.java:10) ~[AccessTransformers.class:?]
  34. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_171]
  35. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_171]
  36. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_171]
  37. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_171]
  38. at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_171]
  39. at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.12.jar:?]
  40. at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:108) [minecraft_server.jar:?]
  41. at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
  42. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
  46. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_171]
  47. at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [minecraft_server.jar:?]
  48. at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [minecraft_server.jar:?]
  49. [19:56:13] [main/INFO] [ArsMagica2]: Core: Located Thaumcraft in Thaumcraft-1.7.10-4.2.3.5.jar
  50. [19:56:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  51. [19:56:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  52. [19:56:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  53. [19:56:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  54. [19:56:13] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:102]: Successfully Registered Transformer
  55. [19:56:14] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
  56. [19:56:14] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
  57. [19:56:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  58. [19:56:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  59. [19:56:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  60. [19:56:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  61. [19:56:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  62. [19:56:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  63. [19:56:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  64. [19:56:14] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
  65. [19:56:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
  66. [19:56:14] [main/INFO] [ArsMagica2]: Core: Altering definition of net.minecraft.world.World, (obfuscated)
  67. [19:56:14] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: ahb (1 / 1)
  68. [19:56:14] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: oi (4 / 4)
  69. [19:56:14] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: sv (1 / 1)
  70. [19:56:14] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
  71. [19:56:14] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: xk (1 / 1)
  72. [19:56:15] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: zc (1 / 1)
  73. [19:56:16] [Server thread/INFO]: Starting minecraft server version 1.7.10
  74. [19:56:16] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
  75. [19:56:16] [Server thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
  76. [19:56:16] [Server thread/INFO] [FML]: Replaced 183 ore recipies
  77. [19:56:16] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
  78. [19:56:16] [Server thread/INFO] [ArsMagica2]: Core initializing...stand back! I'm going to try MAGIC!
  79. [19:56:16] [Server thread/ERROR] [FML]: Unable to determine registrant mod for TooManyItems. This is a critical error and should be impossible
  80. java.lang.Throwable
  81. at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:55) [EventBus.class:?]
  82. at TMIForgeContainer.<init>(TMIForgeContainer.java:35) [TMIForgeContainer.class:?]
  83. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.8.0_171]
  84. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_171]
  85. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_171]
  86. at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.8.0_171]
  87. at java.lang.Class.newInstance(Unknown Source) [?:1.8.0_171]
  88. at cpw.mods.fml.common.Loader.identifyMods(Loader.java:340) [Loader.class:?]
  89. at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:?]
  90. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
  91. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) [FMLCommonHandler.class:?]
  92. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) [lt.class:?]
  93. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  94. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  95. [19:56:16] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
  96. [19:56:16] [Server thread/INFO] [FML]: Searching C:\Users\Fernando Rivera\Desktop\1.7.10 Server\mods for mods
  97. [19:56:16] [Server thread/INFO] [FML]: Also searching C:\Users\Fernando Rivera\Desktop\1.7.10 Server\mods\1.7.10 for mods
  98. [19:56:18] [Server thread/WARN] [ForbiddenMagic]: Mod ForbiddenMagic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-0.575
  99. [19:56:20] [Server thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
  100. [19:56:20] [Server thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
  101. [19:56:20] [Server thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
  102. [19:56:20] [Server thread/INFO] [FML]: Forge Mod Loader has identified 58 mods to load
  103. [19:56:20] [Server thread/INFO] [FML]: Found mod(s) [CarpentersBlocks] containing declared API package com.cricketcraft.chisel.api (owned by chisel) without associated API reference
  104. [19:56:21] [Server thread/INFO] [FML]: FML has found a non-mod file EnderIO-1.12.2-5.0.29.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  105. [19:56:21] [Server thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.138-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  106. [19:56:21] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, AM2-Preloader, Micdoodlecore, ThaumicTinkerer-preloader, TooManyItems, OpenModsCore, <CoFH ASM>, arsmagica2, bspkrsCore, AnimationAPI, ArchimedesShipsPlus, BiblioCraft, BiblioWoodsBoP, BigReactors, BiomesOPlenty, BloodArsenal, AWWayofTime, Botania, BuildCraft|Core, CarpentersBlocks, chisel, CoFHCore, DefenseTech, enhancedportals, flansmod, ForbiddenMagic, GalacticraftMars, GalacticraftCore, Hats, IC2, IC2-Classic-Spmod, iChunUtil, inventorytweaks, ironbackpacks, IronChest, Mantle, Mekanism, MekanismGenerators, MekanismTools, MovingWorld, Natura, OpenMods, harvestcraft, PortalGun, TConstruct, Thaumcraft, ThaumicExploration, ThaumicTinkerer, TwilightForest, VeinMiner, VeinMinerModSupport, witchery, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart] at CLIENT
  107. [19:56:21] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, AM2-Preloader, Micdoodlecore, ThaumicTinkerer-preloader, TooManyItems, OpenModsCore, <CoFH ASM>, arsmagica2, bspkrsCore, AnimationAPI, ArchimedesShipsPlus, BiblioCraft, BiblioWoodsBoP, BigReactors, BiomesOPlenty, BloodArsenal, AWWayofTime, Botania, BuildCraft|Core, CarpentersBlocks, chisel, CoFHCore, DefenseTech, enhancedportals, flansmod, ForbiddenMagic, GalacticraftMars, GalacticraftCore, Hats, IC2, IC2-Classic-Spmod, iChunUtil, inventorytweaks, ironbackpacks, IronChest, Mantle, Mekanism, MekanismGenerators, MekanismTools, MovingWorld, Natura, OpenMods, harvestcraft, PortalGun, TConstruct, Thaumcraft, ThaumicExploration, ThaumicTinkerer, TwilightForest, VeinMiner, VeinMinerModSupport, witchery, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart] at SERVER
  108. [19:56:22] [Server thread/ERROR] [IC2]: The mod IC2 is expecting signature de041f9f6187debbc77034a344134053277aa3b0 for source IC2Classic+Version+1.2.1.7.jar, however there is no signature matching that description
  109. [19:56:22] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
  110. [19:56:22] [Server thread/INFO] [TConstruct]: Natura, what are we going to do tomorrow night?
  111. [19:56:22] [Server thread/INFO] [Natura]: TConstruct, we're going to take over the world!
  112. [19:56:23] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerWorkbench
  113. [19:56:23] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
  114. [19:56:23] [Server thread/INFO] [ArsMagica2]: Core: Altering definition of net.minecraft.potion.PotionEffect, (obfuscated)
  115. [19:56:24] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
  116. [19:56:24] [Server thread/INFO] [FML]: Found 515 ObjectHolder annotations
  117. [19:56:24] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
  118. [19:56:24] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
  119. [19:56:24] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  120. [19:56:25] [Server thread/INFO] [ArsMagica2]: Extending potions array
  121. [19:56:25] [Server thread/INFO] [ArsMagica2]: Injecting potions starting from index 32
  122. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Water Breathing is ID 24
  123. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Flight is ID 25
  124. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Feather Fall is ID 26
  125. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Haste is ID 27
  126. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion True Sight is ID 28
  127. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Regeneration is ID 29
  128. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Magic Shield is ID 30
  129. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Charmed is ID 31
  130. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Frost Slow is ID 32
  131. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Chrono Anchor is ID 33
  132. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Mana Regen is ID 34
  133. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Entangled is ID 35
  134. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Watery Grave is ID 36
  135. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Spell Reflect is ID 37
  136. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Silence is ID 38
  137. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Swift Swim is ID 39
  138. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Agility is ID 40
  139. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Leap is ID 41
  140. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Mana Boost is ID 42
  141. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Astral Distortion is ID 43
  142. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Mana Shield is ID 44
  143. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Fury is ID 45
  144. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Scramble Synapses is ID 46
  145. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Illuminated is ID 47
  146. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Greater Mana Restoration is ID 48
  147. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Epic Mana Restoration is ID 49
  148. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Legendary Mana Restoration is ID 50
  149. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Gravity Well is ID 51
  150. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Levitation is ID 52
  151. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Clarity is ID 53
  152. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Shrunken is ID 54
  153. [19:56:25] [Server thread/INFO] [ArsMagica2]: Potion Burnout Redux is ID 55
  154. [19:56:25] [Server thread/INFO] [ArsMagica2]: Core: Altering definition of am2.armor.ItemMageHood to be thaumcraft compatible.
  155. [19:56:25] [Server thread/INFO] [ArsMagica2]: Attempting to set enchantment magic_resist to ID 100 (configured currently as 100)
  156. [19:56:25] [Server thread/INFO] [ArsMagica2]: Successfully registered enchanment!
  157. [19:56:25] [Server thread/INFO] [ArsMagica2]: Attempting to set enchantment soulbound to ID 101 (configured currently as 101)
  158. [19:56:25] [Server thread/INFO] [ArsMagica2]: Successfully registered enchanment!
  159. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: dr_phy
  160. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: dr_drn
  161. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: dr_fall
  162. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: dr_exp
  163. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: dr_fire
  164. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: dr_frst
  165. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: dr_mage
  166. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: dr_litn
  167. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: mn_reg
  168. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: bn_red
  169. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: soulbnd
  170. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: fl_lure
  171. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: mg_xp
  172. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: pp_ore
  173. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: mg_gog
  174. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: tc_nrv
  175. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: step_up
  176. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: run_spd
  177. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: dispel
  178. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: fallprot
  179. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: fireprot
  180. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: freedom
  181. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: healing
  182. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: hungerup
  183. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: highjump
  184. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: lifesave
  185. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: lightstep
  186. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: minespd
  187. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: recoil
  188. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: swimspd
  189. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: wtrbrth
  190. [19:56:25] [Server thread/INFO] [ArsMagica2]: Registered imbuement: wtrwalk
  191. [19:56:25] [Server thread/WARN] [MovingWorld]: No block found for ArchimedesShipsPlus:floater at block_densities[0]
  192. [19:56:25] [Server thread/WARN] [MovingWorld]: No block found for ArchimedesShipsPlus:balloon at block_densities[1]
  193. [19:56:26] [Server thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins191) -- Preparing for launch.
  194. [19:56:26] [Server thread/INFO] [Mantle]: Entering preinitialization phase.
  195. [19:56:26] [Server thread/INFO] [Mantle]: Loading configuration from disk.
  196. [19:56:26] [Server thread/INFO] [Mantle]: Configuration load completed.
  197. [19:56:26] [Server thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura TE4 Compatibility; missing dependency: ThermalExpansion
  198. [19:56:26] [Server thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura BuildCraft Compatibility; missing dependency: BuildCraft|Transport
  199. [19:56:26] [Server thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Forestry Compatibility; missing dependency: Forestry
  200. [19:56:26] [Server thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura TreeCapitator Compatibility; missing dependency: Treecapitator
  201. [19:56:26] [Server thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura NEI Compatibility; missing dependency: NotEnoughItems
  202. [19:56:26] [Server thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura MFR Compatibility; missing dependency: MineFactoryReloaded
  203. [19:56:26] [Server thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Waila Compatibility; missing dependency: Waila
  204. [19:56:27] [Server thread/INFO] [CoFHWorld]: Registering Default Templates.
  205. [19:56:27] [Server thread/INFO] [CoFHWorld]: Registering default generators
  206. [19:56:27] [Server thread/INFO] [CoFHWorld]: Complete
  207. [19:56:27] [CoFHUpdater:CoFHCore/ERROR] [CoFHCore]: Update check for CoFH Core failed.
  208. java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/CoFHCore
  209. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_171]
  210. at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source) ~[?:1.8.0_171]
  211. at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) ~[?:1.8.0_171]
  212. at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) ~[?:1.8.0_171]
  213. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_171]
  214. at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) ~[?:1.8.0_171]
  215. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_171]
  216. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_171]
  217. at java.net.URL.openStream(Unknown Source) ~[?:1.8.0_171]
  218. at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [UpdateCheckThread.class:?]
  219. [19:56:27] [Server thread/INFO] [STDOUT]: [WayofTime.alchemicalWizardry.common.NewPacketHandler:<init>:56]: Server sided~
  220. [19:56:27] [Server thread/INFO] [STDOUT]: [WayofTime.alchemicalWizardry.common.NewPacketHandler$KeyboardMessageHandler:<init>:304]: I am being created
  221. [19:56:29] [Server thread/INFO] [FML]: [Botania] Registered 1215 recipes.
  222. [19:56:29] [Server thread/INFO] [IC2]: Config loaded from C:\Users\Fernando Rivera\Desktop\1.7.10 Server\.\config\IC2.cfg
  223. [19:56:29] [Server thread/INFO] [IC2]: Try Loading SubModul: Nei SubModul
  224. [19:56:29] [Server thread/INFO] [IC2]: Could not Load SubModul: Nei SubModul
  225. [19:56:29] [Server thread/INFO] [IC2]: Try Loading SubModul: Crafting Guide Submodul
  226. [19:56:29] [Server thread/INFO] [IC2]: Could not Load SubModul: Crafting Guide Submodul
  227. [19:56:29] [Server thread/INFO] [IC2]: Try Loading SubModul: Baubles Modul
  228. [19:56:29] [Server thread/INFO] [IC2]: Loaded SubModul: Baubles Modul
  229. [19:56:29] [Server thread/INFO] [IC2]: Try Loading SubModul: Tinkers Construct
  230. [19:56:29] [Server thread/INFO] [IC2]: Loaded SubModul: Tinkers Construct
  231. [19:56:29] [Server thread/INFO] [IC2]: Try Loading SubModul: Not Enough Resources
  232. [19:56:29] [Server thread/INFO] [IC2]: Could not Load SubModul: Not Enough Resources
  233. [19:56:29] [Server thread/INFO] [IC2]: Try Loading SubModul: Thaumcraft
  234. [19:56:29] [Server thread/INFO] [IC2]: Loaded SubModul: Thaumcraft
  235. [19:56:29] [Server thread/INFO] [IC2]: Try Loading SubModul: BuildCraft
  236. [19:56:29] [Server thread/INFO] [IC2]: Loaded SubModul: BuildCraft
  237. [19:56:29] [Server thread/INFO] [IC2]: Try Loading SubModul: Wrench
  238. [19:56:29] [Server thread/INFO] [IC2]: Loaded SubModul: Wrench
  239. [19:56:29] [Server thread/INFO] [IC2]: Try Loading SubModul: RF Plugin
  240. [19:56:29] [Server thread/INFO] [IC2]: Loaded SubModul: RF Plugin
  241. [19:56:29] [Server thread/INFO] [IC2]: Try Loading SubModul: Project E
  242. [19:56:29] [Server thread/INFO] [IC2]: Could not Load SubModul: Project E
  243. [19:56:29] [Server thread/INFO] [IC2]: Try Loading SubModul: Waila Modul
  244. [19:56:29] [Server thread/INFO] [IC2]: Could not Load SubModul: Waila Modul
  245. [19:56:32] [Server thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Waila Compatibility; missing dependency: Waila
  246. [19:56:32] [Server thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers BuildCraft Compatibility; missing dependency: BuildCraft|Transport
  247. [19:56:32] [Server thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers AE2 Compatibility; missing dependency: appliedenergistics2
  248. [19:56:32] [Server thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Mystcraft Compatibility; missing dependency: Mystcraft
  249. [19:56:32] [Server thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers MFR Compatibility; missing dependency: MineFactoryReloaded
  250. [19:56:32] [Server thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers TE4 Compatibility; missing dependency: ThermalExpansion
  251. [19:56:32] [Server thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Thermal Foundation Compatibility; missing dependency: ThermalFoundation
  252. [19:56:32] [Server thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers' Underground Biomes Compatiblity; missing dependency: UndergroundBiomes
  253. [19:56:32] [Server thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers RF-Tools Compatibility; missing dependency: rftools
  254. [19:56:32] [Server thread/INFO] [TConstruct]: Gear module active. Adding gear cast.
  255. [19:56:32] [Server thread/INFO] [STDOUT]: [com.arc.bloodarsenal.common.block.ModBlocks:registerBlock:103]:
  256. [19:56:32] [Server thread/INFO] [STDOUT]: [com.arc.bloodarsenal.common.block.ModBlocks:registerBlock:103]:
  257. [19:56:32] [Server thread/INFO] [STDOUT]: [com.arc.bloodarsenal.common.block.ModBlocks:registerBlock:103]:
  258. [19:56:32] [Server thread/INFO] [BuildCraft]: Starting BuildCraft 7.1.22
  259. [19:56:32] [Server thread/INFO] [BuildCraft]: Copyright (c) the BuildCraft team, 2011-2015
  260. [19:56:32] [Server thread/INFO] [BuildCraft]: http://www.mod-buildcraft.com
  261. [19:56:32] [Thread-6/INFO] [BuildCraft]: Beginning version check
  262. [19:56:32] [Thread-6/WARN] [BuildCraft]: Using outdated version [7.1.22] for Minecraft 1.7.10. Consider updating to 7.1.23.
  263. [19:56:33] [Server thread/INFO] [Chisel]: Starting pre-init...
  264. [19:56:33] [Server thread/INFO] [Chisel]: Loading blocks...
  265. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature aeCertusQuartz as its required mod appliedenergistics2 was missing.
  266. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature aeSkyStone as its required mod appliedenergistics2 was missing.
  267. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature railcraft as its required mod Railcraft was missing.
  268. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature rcAbyssalBlock as its parent feature railcraft was disabled.
  269. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature rcBleachedBone as its parent feature railcraft was disabled.
  270. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature rcBloodStained as its parent feature railcraft was disabled.
  271. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature rcFrostBoundBlock as its parent feature railcraft was disabled.
  272. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature rcInfernalStone as its parent feature railcraft was disabled.
  273. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature rcQuarriedBlock as its parent feature railcraft was disabled.
  274. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature rcSandyStone as its parent feature railcraft was disabled.
  275. [19:56:33] [Server thread/INFO] [Chisel]: 96 Feature's blocks loaded.
  276. [19:56:33] [Server thread/INFO] [Chisel]: Loading Tile Entities...
  277. [19:56:33] [Server thread/INFO] [Chisel]: Tile Entities loaded.
  278. [19:56:33] [Server thread/INFO] [Chisel]: Loading items...
  279. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature aeCertusQuartz as its required mod appliedenergistics2 was missing.
  280. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature aeSkyStone as its required mod appliedenergistics2 was missing.
  281. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature railcraft as its required mod Railcraft was missing.
  282. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature rcAbyssalBlock as its parent feature railcraft was disabled.
  283. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature rcBleachedBone as its parent feature railcraft was disabled.
  284. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature rcBloodStained as its parent feature railcraft was disabled.
  285. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature rcFrostBoundBlock as its parent feature railcraft was disabled.
  286. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature rcInfernalStone as its parent feature railcraft was disabled.
  287. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature rcQuarriedBlock as its parent feature railcraft was disabled.
  288. [19:56:33] [Server thread/INFO] [Chisel]: Skipping feature rcSandyStone as its parent feature railcraft was disabled.
  289. [19:56:33] [Server thread/INFO] [Chisel]: 96 Feature's items loaded.
  290. [19:56:33] [Server thread/INFO] [Chisel]: Pre-init finished.
  291. [19:56:33] [Server thread/INFO] [CarpentersBlocks]: Designs found: Bed(6), Chisel(9), FlowerPot(18), Tile(13)
  292. [19:56:34] [Server thread/INFO] [STDERR]: [enhancedportals.network.CommonProxy:registerPotions:156]: Severe error, please report this to the mod author:
  293. [19:56:34] [Server thread/INFO] [STDERR]: [enhancedportals.network.CommonProxy:registerPotions:157]: java.lang.ArrayIndexOutOfBoundsException
  294. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Preinitialising Flan's mod.
  295. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded content pack : Mecha.Parts-Content.Pack-1.7.10-4.10.0.jar
  296. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded content pack : Modern.Warfare-Content.Pack-1.7.10-4.10.0.jar
  297. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded content pack : Simple.Parts-Content.Pack-1.7.10-4.10.0.jar
  298. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded content pack : Titan-Content.Pack-1.7.10-4.10.0.jar
  299. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded content pack : WW2-Content.Pack-1.7.10-4.10.0.jar
  300. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded content pack : Ye.Olde-Content.Pack-1.7.10-4.10.0.jar
  301. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded content pack list server side.
  302. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded part.
  303. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.guns.ShootableType:read:150]: Reading grenade file failed.
  304. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NumberFormatException: For input string: "0.5"
  305. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.NumberFormatException.forInputString(Unknown Source)
  306. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Integer.parseInt(Unknown Source)
  307. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Integer.parseInt(Unknown Source)
  308. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.guns.ShootableType.read(ShootableType.java:104)
  309. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.guns.BulletType.read(BulletType.java:53)
  310. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  311. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  312. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  313. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  314. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  315. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  316. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  317. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  318. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  319. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  320. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  321. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  322. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  323. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  324. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  325. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  326. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  327. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  328. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  329. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  330. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  331. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  332. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  333. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  334. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  335. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  336. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  337. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  338. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  339. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  340. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  341. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  342. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  343. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  344. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded bullet.
  345. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded attachment.
  346. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded grenade.
  347. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded gun.
  348. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded aa.
  349. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Errored reading Chi-Ha
  350. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 1
  351. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.DriveableType.read(DriveableType.java:407)
  352. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.VehicleType.read(VehicleType.java:51)
  353. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  354. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  355. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  356. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  357. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  358. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  359. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  360. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  361. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  362. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  363. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  364. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  365. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  366. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  367. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  368. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  369. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  370. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  371. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  372. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  373. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  374. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  375. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  376. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  377. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  378. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  379. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  380. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  381. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  382. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  383. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  384. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  385. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  386. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  387. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Errored reading Chi-Ha
  388. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 1
  389. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.DriveableType.read(DriveableType.java:415)
  390. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.VehicleType.read(VehicleType.java:51)
  391. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  392. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  393. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  394. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  395. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  396. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  397. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  398. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  399. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  400. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  401. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  402. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  403. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  404. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  405. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  406. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  407. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  408. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  409. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  410. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  411. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  412. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  413. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  414. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  415. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  416. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  417. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  418. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  419. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  420. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  421. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  422. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  423. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  424. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  425. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Errored reading Chi-Ha
  426. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 1
  427. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.DriveableType.read(DriveableType.java:400)
  428. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.VehicleType.read(VehicleType.java:51)
  429. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  430. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  431. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  432. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  433. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  434. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  435. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  436. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  437. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  438. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  439. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  440. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  441. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  442. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  443. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  444. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  445. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  446. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  447. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  448. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  449. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  450. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  451. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  452. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  453. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  454. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  455. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  456. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  457. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  458. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  459. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  460. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  461. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  462. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  463. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Errored reading Fury
  464. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 1
  465. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.DriveableType.read(DriveableType.java:407)
  466. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.VehicleType.read(VehicleType.java:51)
  467. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  468. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  469. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  470. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  471. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  472. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  473. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  474. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  475. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  476. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  477. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  478. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  479. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  480. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  481. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  482. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  483. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  484. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  485. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  486. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  487. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  488. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  489. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  490. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  491. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  492. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  493. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  494. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  495. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  496. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  497. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  498. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  499. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  500. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  501. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Errored reading Fury
  502. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 1
  503. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.DriveableType.read(DriveableType.java:400)
  504. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.VehicleType.read(VehicleType.java:51)
  505. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  506. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  507. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  508. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  509. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  510. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  511. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  512. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  513. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  514. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  515. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  516. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  517. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  518. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  519. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  520. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  521. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  522. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  523. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  524. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  525. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  526. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  527. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  528. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  529. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  530. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  531. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  532. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  533. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  534. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  535. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  536. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  537. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  538. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  539. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Errored reading KV1
  540. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 1
  541. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.DriveableType.read(DriveableType.java:407)
  542. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.VehicleType.read(VehicleType.java:51)
  543. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  544. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  545. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  546. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  547. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  548. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  549. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  550. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  551. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  552. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  553. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  554. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  555. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  556. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  557. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  558. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  559. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  560. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  561. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  562. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  563. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  564. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  565. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  566. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  567. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  568. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  569. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  570. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  571. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  572. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  573. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  574. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  575. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  576. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  577. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Errored reading KV1
  578. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 1
  579. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.DriveableType.read(DriveableType.java:415)
  580. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.VehicleType.read(VehicleType.java:51)
  581. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  582. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  583. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  584. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  585. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  586. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  587. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  588. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  589. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  590. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  591. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  592. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  593. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  594. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  595. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  596. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  597. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  598. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  599. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  600. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  601. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  602. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  603. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  604. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  605. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  606. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  607. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  608. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  609. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  610. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  611. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  612. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  613. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  614. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  615. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Errored reading Panzer
  616. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 1
  617. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.DriveableType.read(DriveableType.java:407)
  618. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.VehicleType.read(VehicleType.java:51)
  619. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  620. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  621. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  622. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  623. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  624. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  625. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  626. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  627. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  628. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  629. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  630. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  631. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  632. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  633. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  634. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  635. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  636. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  637. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  638. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  639. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  640. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  641. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  642. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  643. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  644. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  645. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  646. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  647. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  648. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  649. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  650. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  651. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  652. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  653. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Errored reading Panzer
  654. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 1
  655. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.DriveableType.read(DriveableType.java:400)
  656. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.VehicleType.read(VehicleType.java:51)
  657. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  658. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  659. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  660. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  661. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  662. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  663. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  664. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  665. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  666. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  667. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  668. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  669. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  670. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  671. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  672. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  673. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  674. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  675. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  676. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  677. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  678. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  679. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  680. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  681. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  682. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  683. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  684. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  685. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  686. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  687. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  688. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  689. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  690. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  691. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Errored reading Sherman
  692. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 1
  693. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.DriveableType.read(DriveableType.java:407)
  694. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.VehicleType.read(VehicleType.java:51)
  695. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  696. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  697. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  698. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  699. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  700. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  701. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  702. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  703. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  704. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  705. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  706. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  707. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  708. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  709. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  710. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  711. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  712. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  713. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  714. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  715. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  716. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  717. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  718. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  719. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  720. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  721. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  722. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  723. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  724. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  725. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  726. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  727. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  728. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  729. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Errored reading Sherman
  730. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 1
  731. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.DriveableType.read(DriveableType.java:400)
  732. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.VehicleType.read(VehicleType.java:51)
  733. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  734. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  735. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  736. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  737. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  738. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  739. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  740. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  741. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  742. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  743. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  744. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  745. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  746. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  747. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  748. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  749. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  750. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  751. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  752. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  753. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  754. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  755. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  756. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  757. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  758. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  759. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  760. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  761. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  762. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  763. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  764. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  765. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  766. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  767. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Errored reading Type4HoRo
  768. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 1
  769. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.DriveableType.read(DriveableType.java:407)
  770. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.VehicleType.read(VehicleType.java:51)
  771. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  772. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  773. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  774. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  775. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  776. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  777. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  778. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  779. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  780. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  781. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  782. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  783. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  784. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  785. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  786. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  787. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  788. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  789. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  790. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  791. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  792. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  793. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  794. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  795. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  796. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  797. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  798. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  799. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  800. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  801. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  802. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  803. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  804. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  805. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Errored reading Type4HoRo
  806. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 1
  807. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.DriveableType.read(DriveableType.java:415)
  808. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.VehicleType.read(VehicleType.java:51)
  809. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  810. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  811. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  812. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  813. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  814. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  815. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  816. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  817. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  818. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  819. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  820. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  821. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  822. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  823. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  824. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  825. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  826. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  827. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  828. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  829. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  830. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  831. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  832. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  833. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  834. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  835. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  836. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  837. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  838. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  839. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  840. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  841. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  842. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  843. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Errored reading Type4HoRo
  844. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 1
  845. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.DriveableType.read(DriveableType.java:400)
  846. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.driveables.VehicleType.read(VehicleType.java:51)
  847. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.read(InfoType.java:60)
  848. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:495)
  849. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.preInit(FlansMod.java:200)
  850. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  851. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  852. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  853. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  854. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  855. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  856. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  857. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  858. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  859. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  860. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  861. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  862. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  863. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  864. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  865. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  866. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  867. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  868. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  869. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  870. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  871. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  872. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  873. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  874. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  875. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  876. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  877. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  878. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  879. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  880. [19:56:34] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  881. [19:56:34] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded vehicle.
  882. [19:56:35] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded plane.
  883. [19:56:35] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded mechaItem.
  884. [19:56:35] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded mecha.
  885. [19:56:35] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded tool.
  886. [19:56:35] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded armour.
  887. [19:56:35] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded armourBox.
  888. [19:56:35] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded box.
  889. [19:56:35] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add m4Carbine to player class gignAssault1 but the item did not exist
  890. [19:56:35] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k to player class gignDualWield1 but the item did not exist
  891. [19:56:35] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k+flanMWSilencer to player class gignSniper2 but the item did not exist
  892. [19:56:35] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded playerClass.
  893. [19:56:35] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded team.
  894. [19:56:35] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Preinitializing complete.
  895. [19:56:36] [Server thread/INFO] [PortalGun]: [4.0.0-beta-6] Loading properties.
  896. [19:56:36] [Server thread/INFO] [ArsMagica2]: Core: Altering definition of net.minecraft.network.play.server.S1EPacketRemoveEntityEffect, (obfuscated)
  897. [19:56:36] [Server thread/INFO] [ArsMagica2]: Core: Altering definition of net.minecraft.network.play.server.S1DPacketEntityEffect, (obfuscated)
  898. [19:56:37] [Server thread/INFO] [FML]: Applying holder lookups
  899. [19:56:37] [Server thread/INFO] [FML]: Holder lookups applied
  900. [19:56:37] [Server thread/INFO] [FML]: Injecting itemstacks
  901. [19:56:37] [Server thread/INFO] [FML]: Itemstack injection complete
  902. [19:56:37] [Server thread/INFO]: Loading properties
  903. [19:56:37] [Server thread/INFO]: Default game type: SURVIVAL
  904. [19:56:37] [Server thread/INFO]: Generating keypair
  905. [19:56:37] [Server thread/INFO]: Starting Minecraft server on *:25565
  906. [19:56:38] [Server thread/WARN] [FML]: Redundant call to BiomeDictionary.registerAllBiomes ignored
  907. [19:56:38] [Server thread/WARN] [ArsMagica2]: Unregistered spell part in skill trees: am2.spell.components.MeltArmor@bcf823a
  908. [19:56:38] [Server thread/WARN] [ArsMagica2]: Unregistered spell part in skill trees: am2.spell.components.ScrambleSynapses@11b835fe
  909. [19:56:38] [Server thread/WARN] [ArsMagica2]: Unregistered spell part in skill trees: am2.spell.components.Nauseate@70d3d61e
  910. [19:56:38] [Server thread/INFO] [ArsMagica2]: Initializing API Hooks...
  911. [19:56:38] [Server thread/INFO] [ArsMagica2]: Finished API Initialization
  912. [19:56:38] [Server thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod bspkrsCore
  913. Jul 19, 2018 7:56:38 PM java.util.prefs.WindowsPreferences <init>
  914. WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
  915. [19:56:38] [Server thread/INFO] [bspkrsCore]: bspkrsCore 6.15 is out of date! Visit http://www.minecraftforum.net/topic/1114612- to download the latest release (6.16).
  916. [19:56:38] [Server thread/INFO] [Mantle]: Entering initialization phase.
  917. [19:56:39] [Server thread/INFO] [TConstruct]: Thaumcraft detected. Registering harvestables.
  918. [19:56:39] [Server thread/INFO] [TConstruct]: IC2 detected. Preparing for shenanigans.
  919. [19:56:39] [Server thread/INFO] [TConstruct]: ForgeMultipart detected. Registering TConstruct decorative blocks with FMP.
  920. [19:56:39] [Server thread/INFO] [Chisel]: Starting init...
  921. [19:56:39] [Server thread/INFO] [Chisel]: Loading recipes...
  922. [19:56:39] [Server thread/INFO] [Chisel]: Skipping feature aeCertusQuartz as its required mod appliedenergistics2 was missing.
  923. [19:56:39] [Server thread/INFO] [Chisel]: Skipping feature aeSkyStone as its required mod appliedenergistics2 was missing.
  924. [19:56:39] [Server thread/INFO] [Chisel]: Skipping feature railcraft as its required mod Railcraft was missing.
  925. [19:56:39] [Server thread/INFO] [Chisel]: Skipping feature rcAbyssalBlock as its parent feature railcraft was disabled.
  926. [19:56:39] [Server thread/INFO] [Chisel]: Skipping feature rcBleachedBone as its parent feature railcraft was disabled.
  927. [19:56:39] [Server thread/INFO] [Chisel]: Skipping feature rcBloodStained as its parent feature railcraft was disabled.
  928. [19:56:39] [Server thread/INFO] [Chisel]: Skipping feature rcFrostBoundBlock as its parent feature railcraft was disabled.
  929. [19:56:39] [Server thread/INFO] [Chisel]: Skipping feature rcInfernalStone as its parent feature railcraft was disabled.
  930. [19:56:39] [Server thread/INFO] [Chisel]: Skipping feature rcQuarriedBlock as its parent feature railcraft was disabled.
  931. [19:56:39] [Server thread/INFO] [Chisel]: Skipping feature rcSandyStone as its parent feature railcraft was disabled.
  932. [19:56:39] [Server thread/INFO] [Chisel]: 96 Feature's recipes loaded.
  933. [19:56:39] [Server thread/INFO] [Chisel]: Init finished.
  934. [19:56:39] [Server thread/INFO] [Mekanism]: Version 9.1.1 initializing...
  935. [19:56:39] [Thread-7/ERROR] [Mekanism]: An error occured while connecting to URL 'http://aidancbrady.com/data/versions/Mekanism.txt.'
  936. [19:56:39] [Thread-7/ERROR] [Mekanism]: An error occured while connecting to URL 'http://aidancbrady.com/data/capes/Mekanism.txt.'
  937. [19:56:39] [Server thread/INFO] [Mekanism]: Loading complete.
  938. [19:56:39] [Server thread/INFO] [Mekanism]: Mod loaded.
  939. [19:56:39] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Initialising Flan's Mod.
  940. [19:56:39] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Failed to add recipe for : 20mm
  941. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.StringIndexOutOfBoundsException: String index out of range: 2
  942. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.String.charAt(Unknown Source)
  943. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:189)
  944. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.types.InfoType.addRecipe(InfoType.java:157)
  945. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.flansmod.common.FlansMod.init(FlansMod.java:223)
  946. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  947. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  948. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  949. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  950. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  951. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  952. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  953. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  954. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  955. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  956. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  957. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  958. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  959. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  960. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  961. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  962. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  963. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  964. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  965. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  966. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  967. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  968. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  969. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  970. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  971. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
  972. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
  973. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319)
  974. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
  975. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  976. [19:56:39] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  977. [19:56:39] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loaded recipes.
  978. [19:56:39] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Loading complete.
  979. [19:56:40] [Thread-8/ERROR] [Mekanism]: An error occured while connecting to URL 'https://dl.dropbox.com/u/90411166/Mod%20Versions/DefenseTech.txt.'
  980. [19:56:40] [Thread-8/ERROR] [Mekanism]: An error occured while connecting to URL 'https://dl.dropbox.com/u/90411166/Mod%20Versions/DefenseTech.txt.'
  981. [19:56:40] [Thread-8/ERROR] [Mekanism]: An error occured while connecting to URL 'http://aidancbrady.com/data/capes/Mekanism.txt.'
  982. [19:56:40] [Server thread/INFO] [Mekanism]: Loaded MekanismGenerators module.
  983. [19:56:40] [Server thread/INFO] [Mekanism]: Loaded MekanismTools module.
  984. [19:56:40] [Hats Mod Mob Support Thread/INFO] [Hats]: [4.0.1] Registered thaumcraft.common.entities.golems.EntityGolemBase with hat mod mappings.
  985. [19:56:40] [Hats Mod Mob Support Thread/INFO] [Hats]: [4.0.1] Registered thaumcraft.common.entities.monster.EntityPech with hat mod mappings.
  986. [19:56:40] [Server thread/WARN] [witchery: SERVER]: witchery: Another mod has overwritten Witchery potion witchery:potion.volatility in slot 86! offender: Fire Imbued.
  987. [19:56:40] [Server thread/WARN] [witchery: SERVER]: witchery: Another mod has overwritten Witchery potion witchery:potion.enslaved in slot 87! offender: Wated Imbued.
  988. [19:56:40] [Server thread/WARN] [witchery: SERVER]: witchery: Another mod has overwritten Witchery potion witchery:potion.absorbmagic in slot 89! offender: Earth Imbued.
  989. [19:56:40] [Server thread/WARN] [witchery: SERVER]: witchery: Another mod has overwritten Witchery potion witchery:potion.poisonweapons in slot 90! offender: Air Imbued.
  990. [19:56:40] [Server thread/WARN] [witchery: SERVER]: witchery: Another mod has overwritten Witchery potion witchery:potion.repellattacker in slot 100! offender: Drowning.
  991. [19:56:40] [Server thread/WARN] [witchery: SERVER]: witchery: Another mod has overwritten Witchery potion witchery:potion.stoutbelly in slot 101! offender: Boost.
  992. [19:56:40] [Server thread/WARN] [witchery: SERVER]: witchery: Another mod has overwritten Witchery potion witchery:potion.feelnopain in slot 102! offender: Whirlwind.
  993. [19:56:40] [Server thread/WARN] [witchery: SERVER]: witchery: Another mod has overwritten Witchery potion witchery:potion.gasmask in slot 103! offender: Inhibit.
  994. [19:56:40] [Server thread/WARN] [witchery: SERVER]: witchery: Another mod has overwritten Witchery potion witchery:potion.diseased in slot 104! offender: Flight.
  995. [19:56:40] [Server thread/WARN] [witchery: SERVER]: witchery: Another mod has overwritten Witchery potion witchery:potion.fortune in slot 105! offender: Reciprocation.
  996. [19:56:40] [Server thread/WARN] [witchery: SERVER]: witchery: Another mod has overwritten Witchery potion witchery:potion.worship in slot 106! offender: Flame Cloak.
  997. [19:56:40] [Server thread/WARN] [witchery: SERVER]: witchery: Another mod has overwritten Witchery potion witchery:potion.keepeffects in slot 107! offender: Ice Cloak.
  998. [19:56:40] [Server thread/WARN] [witchery: SERVER]: witchery: Another mod has overwritten Witchery potion witchery:potion.wolfsbane in slot 108! offender: Heavy Heart.
  999. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:factoryblock2 is already registered.
  1000. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:factoryblock2_1 is already registered.
  1001. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:factoryblock2_2 is already registered.
  1002. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:factoryblock2_3 is already registered.
  1003. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_1 is already registered.
  1004. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_2 is already registered.
  1005. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_3 is already registered.
  1006. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_4 is already registered.
  1007. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_5 is already registered.
  1008. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_6 is already registered.
  1009. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_7 is already registered.
  1010. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_8 is already registered.
  1011. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_9 is already registered.
  1012. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_10 is already registered.
  1013. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_11 is already registered.
  1014. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_12 is already registered.
  1015. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_13 is already registered.
  1016. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_14 is already registered.
  1017. [19:56:40] [Server thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_15 is already registered.
  1018. [19:56:40] [Server thread/INFO] [FML]: Injecting itemstacks
  1019. [19:56:40] [Server thread/INFO] [FML]: Itemstack injection complete
  1020. [19:56:40] [Server thread/WARN] [ArsMagica2]: My potion, Water Breathing, at index 24 has been over-written by another potion, potion.radiation.name. You have a conflict in your configuration files.
  1021. [19:56:40] [Server thread/WARN] [ArsMagica2]: My potion, Charmed, at index 31 has been over-written by another potion, potion.binding. You have a conflict in your configuration files.
  1022. [19:56:40] [Server thread/WARN] [ArsMagica2]: My potion, Frost Slow, at index 32 has been over-written by another potion, potion.taintWithdrawl. You have a conflict in your configuration files.
  1023. [19:56:40] [Server thread/WARN] [ArsMagica2]: My potion, Agility, at index 40 has been over-written by another potion, potion.featherfall. You have a conflict in your configuration files.
  1024. [19:56:40] [Server thread/WARN] [ArsMagica2]: My potion, Legendary Mana Restoration, at index 50 has been over-written by another potion, Vampiric Aura. You have a conflict in your configuration files.
  1025. [19:56:40] [Server thread/WARN] [ArsMagica2]: My potion, Gravity Well, at index 51 has been over-written by another potion, Bleeding. You have a conflict in your configuration files.
  1026. [19:56:40] [Server thread/WARN] [ArsMagica2]: My potion, Levitation, at index 52 has been over-written by another potion, Swimming. You have a conflict in your configuration files.
  1027. [19:56:40] [Server thread/WARN] [ArsMagica2]: My potion, Clarity, at index 53 has been over-written by another potion, Soul Burn. You have a conflict in your configuration files.
  1028. [19:56:41] [Server thread/INFO] [ArsMagica2]: Initializing Thaumcraft Compatibility
  1029. [19:56:41] [Server thread/INFO] [MovingWorld]: Reading metarotation file: vanilla.mrot
  1030. [19:56:41] [Server thread/INFO] [MovingWorld]: Reading metarotation file: archimedesships.mrot
  1031. [19:56:41] [Server thread/INFO] [Mantle]: Entering postinitialization phase.
  1032. [19:56:41] [Server thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
  1033. [19:56:41] [Server thread/INFO] [STDERR]: [erogenousbeef.bigreactors.utils.intermod.ModHelperMekanism:addMekanismEnrichmentChamberRecipe:71]: [Mekanism] Error while adding recipe: mekanism.api.RecipeHelper
  1034. [19:56:41] [Server thread/INFO] [STDERR]: [erogenousbeef.bigreactors.utils.intermod.ModHelperMekanism:addMekanismCombinerRecipe:87]: [Mekanism] Error while adding recipe: mekanism.api.RecipeHelper
  1035. [19:56:41] [Server thread/INFO] [STDERR]: [erogenousbeef.bigreactors.utils.intermod.ModHelperMekanism:addMekanismCrusherRecipe:103]: [Mekanism] Error while adding recipe: mekanism.api.RecipeHelper
  1036. [19:56:41] [Server thread/INFO] [STDERR]: [erogenousbeef.bigreactors.utils.intermod.ModHelperMekanism:addMekanismCrusherRecipe:103]: [Mekanism] Error while adding recipe: mekanism.api.RecipeHelper
  1037. [19:56:41] [Server thread/INFO] [STDERR]: [erogenousbeef.bigreactors.utils.intermod.ModHelperMekanism:addMekanismCrusherRecipe:103]: [Mekanism] Error while adding recipe: mekanism.api.RecipeHelper
  1038. [19:56:41] [Server thread/INFO] [STDERR]: [erogenousbeef.bigreactors.utils.intermod.ModHelperMekanism:addMekanismCrusherRecipe:103]: [Mekanism] Error while adding recipe: mekanism.api.RecipeHelper
  1039. [19:56:41] [Server thread/INFO] [BloodMagic]: Loaded Harvestcraft Handlers!
  1040. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockGold@0
  1041. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIron@0
  1042. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockDiamond@0
  1043. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockEmerald@0
  1044. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockLapis@0
  1045. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockRedstone@0
  1046. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockCoal@0
  1047. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.hayBlock@0
  1048. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ingotGold@0
  1049. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.wheatBag@0
  1050. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.barleyBag@0
  1051. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.potatoBag@0
  1052. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.carrotBag@0
  1053. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.wartBag@0
  1054. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.cottonBag@0
  1055. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.boneBag@0
  1056. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@1
  1057. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@3
  1058. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@5
  1059. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@7
  1060. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@9
  1061. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@11
  1062. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@13
  1063. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@15
  1064. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blazeBlock@0
  1065. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@0
  1066. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@1
  1067. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@2
  1068. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@3
  1069. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@4
  1070. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.manaResource@0
  1071. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.manaResource@4
  1072. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.manaResource@7
  1073. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.reedBlock@0
  1074. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thatch@0
  1075. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.pamcompressedsaltBlock@0
  1076. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:ores@5
  1077. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:ores@6
  1078. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:ores@7
  1079. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:ores@8
  1080. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:ores@9
  1081. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@0
  1082. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@1
  1083. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@2
  1084. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@3
  1085. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@4
  1086. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.null@0
  1087. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.null@1
  1088. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.null@2
  1089. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.null@3
  1090. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@3
  1091. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@5
  1092. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@6
  1093. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@4
  1094. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@7
  1095. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@0
  1096. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@1
  1097. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@2
  1098. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@8
  1099. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@9
  1100. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ingotIron@0
  1101. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@9
  1102. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@10
  1103. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@11
  1104. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@14
  1105. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@18
  1106. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@3
  1107. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@4
  1108. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@5
  1109. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@13
  1110. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@15
  1111. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@16
  1112. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.slime.gel@0
  1113. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.slime.gel@1
  1114. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.null@0
  1115. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.null@1
  1116. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.null@2
  1117. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.null@3
  1118. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.null@4
  1119. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blood_infused_iron_block@0
  1120. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.KnightmetalBlock@0
  1121. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@3
  1122. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@2
  1123. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@4
  1124. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@0
  1125. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@1
  1126. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@5
  1127. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@12
  1128. [19:56:41] [Server thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@13
  1129. [19:56:41] [Server thread/INFO] [BloodMagic]: Total number of compression recipes: 89
  1130. [19:56:41] [Server thread/INFO] [THAUMCRAFT]: Found potion array with a size of 384
  1131. [19:56:41] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionFluxTaint with id 117
  1132. [19:56:41] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionVisExhaust with id 118
  1133. [19:56:41] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionInfectiousVisExhaust with id 119
  1134. [19:56:41] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionUnnaturalHunger with id 120
  1135. [19:56:41] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionWarpWard with id 121
  1136. [19:56:41] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionDeathGaze with id 122
  1137. [19:56:41] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionBlurredVision with id 123
  1138. [19:56:41] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionSunScorned with id 124
  1139. [19:56:41] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionThaumarhia with id 125
  1140. [19:56:41] [Server thread/INFO] [THAUMCRAFT]: Adding entities to MFR safari net blacklist.
  1141. [19:56:41] [Hats Download/Read Hats Thread/INFO] [Hats]: [4.0.1] Loaded 198 hats. 68 are contributor hats.
  1142. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Artichoke Crop]
  1143. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Asparagus Crop]
  1144. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bamboo Crop]
  1145. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Barley Crop]
  1146. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bean Crop]
  1147. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Beet Crop]
  1148. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bell Pepper Crop]
  1149. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Blackberry Crop]
  1150. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Blueberry Crop]
  1151. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Broccoli Crop]
  1152. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Brussel Sprout Crop]
  1153. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cabbage Crop]
  1154. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cactus Fruit Crop]
  1155. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Candleberry Crop]
  1156. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cantaloupe Crop]
  1157. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cauliflower Crop]
  1158. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Celery Crop]
  1159. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Chili Pepper Crop]
  1160. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Coffee Bean Crop]
  1161. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Corn Crop]
  1162. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cotton Crop]
  1163. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cranberry Crop]
  1164. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cucumber Crop]
  1165. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Eggplant Crop]
  1166. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Garlic Crop]
  1167. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Ginger Crop]
  1168. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Grape Crop]
  1169. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Leek Crop]
  1170. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lettuce Crop]
  1171. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mustard Seeds Crop]
  1172. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Oats Crop]
  1173. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Okra Crop]
  1174. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Onion Crop]
  1175. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Parsnip Crop]
  1176. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peanut Crop]
  1177. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peas Crop]
  1178. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pineapple Crop]
  1179. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Radish Crop]
  1180. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Raspberry Crop]
  1181. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rhubarb Crop]
  1182. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rice Crop]
  1183. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rutabaga Crop]
  1184. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rye Crop]
  1185. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Scallion Crop]
  1186. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Seaweed Crop]
  1187. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Soybean Crop]
  1188. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Spice Leaf Crop]
  1189. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Spinach Crop]
  1190. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Strawberry Crop]
  1191. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Sweet Potato Crop]
  1192. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Tea Leaf Crop]
  1193. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Tomato Crop]
  1194. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Turnip Crop]
  1195. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [White Mushroom Crop]
  1196. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Winter Squash Crop]
  1197. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Zucchini Crop]
  1198. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Curry Leaf Crop]
  1199. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Sesame Seeds Crop]
  1200. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Water Chestnut Crop]
  1201. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apple]
  1202. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Almond]
  1203. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apricot]
  1204. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Avocado]
  1205. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Banana]
  1206. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cashew]
  1207. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cherry]
  1208. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Chestnut]
  1209. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cinnamon Wood]
  1210. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Coconut]
  1211. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Date]
  1212. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Dragonfruit]
  1213. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Durian]
  1214. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Fig]
  1215. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Grapefruit]
  1216. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lemon]
  1217. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lime]
  1218. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mango]
  1219. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Maple Wood]
  1220. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Nutmeg]
  1221. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Olive]
  1222. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Orange]
  1223. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Papaya]
  1224. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Paperbark Wood]
  1225. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peach]
  1226. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pear]
  1227. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pecan]
  1228. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peppercorn]
  1229. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Persimmon]
  1230. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pistachio]
  1231. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Plum]
  1232. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pomegranate]
  1233. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Starfruit]
  1234. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Vanilla Bean]
  1235. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Walnut]
  1236. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Goosberry]
  1237. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Raspberry Bush]
  1238. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blueberry Bush]
  1239. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blackberry Bush]
  1240. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Maloberry Bush]
  1241. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blightberry Bush]
  1242. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Duskberry Bush]
  1243. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Skyberry Bush]
  1244. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Stingberry Bush]
  1245. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Crops]
  1246. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Crops]
  1247. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Iron Oreberry Bush]
  1248. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Gold Oreberry Bush]
  1249. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Copper Oreberry Bush]
  1250. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Tin Oreberry Bush]
  1251. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Aluminum Oreberry Bush]
  1252. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Essence Berry Bush]
  1253. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Water Artichoke]
  1254. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Belladonna]
  1255. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mandrake]
  1256. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Snowbell]
  1257. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Wormwood]
  1258. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Minedrake]
  1259. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Wolfsbane]
  1260. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Blacklisting dimension [-37] to only spawn TC content at level [0]
  1261. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Blacklisting dimension [-38] to only spawn TC content at level [0]
  1262. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Berry Bush]
  1263. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apple]
  1264. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Persimmon]
  1265. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Whitelisting [Zombie] to spawn champion mobs at level [0]
  1266. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Whitelisting [Spider] to spawn champion mobs at level [0]
  1267. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Whitelisting [Blaze] to spawn champion mobs at level [0]
  1268. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Whitelisting [Enderman] to spawn champion mobs at level [0]
  1269. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Whitelisting [Skeleton] to spawn champion mobs at level [0]
  1270. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Whitelisting [Witch] to spawn champion mobs at level [1]
  1271. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.EldritchCrab] to spawn champion mobs at level [0]
  1272. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Taintacle] to spawn champion mobs at level [2]
  1273. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Wisp] to spawn champion mobs at level [1]
  1274. [19:56:42] [Server thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.InhabitedZombie] to spawn champion mobs at level [3]
  1275. [19:56:42] [Server thread/INFO] [FML]: [Botania] The Lexica Botania has 26825 words.
  1276. [19:56:42] [Server thread/INFO] [IC2]: Loaded minor compatibility modules: none
  1277. [19:56:42] [Server thread/INFO] [TConstruct]: Thaumcraft detected. Adding thaumium tools.
  1278. [19:56:42] [Server thread/INFO] [BloodArsenal]: Loaded Baubles integration
  1279. [19:56:42] [Server thread/INFO] [BloodArsenal]: Loaded Tinker's Construct integration
  1280. [19:56:42] [Server thread/INFO] [BloodArsenal]: Loaded Thaumcraft/Forbidden Magic integration
  1281. [19:56:42] [Server thread/INFO] [BloodArsenal]: Loaded Forge Multipart integration
  1282. [19:56:42] [Server thread/INFO] [BuildCraft]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[BuildCraft]'!
  1283. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NoSuchMethodException: ic2.core.block.wiring.TileEntityCable.onNeighborBlockChange()
  1284. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.getMethod(Unknown Source)
  1285. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at micdoodle8.mods.galacticraft.core.util.CompatibilityManager.checkForCompatibleMods(CompatibilityManager.java:59)
  1286. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at micdoodle8.mods.galacticraft.core.GalacticraftCore.postInit(GalacticraftCore.java:518)
  1287. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1288. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  1289. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  1290. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  1291. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  1292. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  1293. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  1294. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  1295. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  1296. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  1297. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  1298. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  1299. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  1300. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  1301. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  1302. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1303. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  1304. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  1305. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  1306. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  1307. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  1308. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  1309. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  1310. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  1311. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  1312. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
  1313. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
  1314. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319)
  1315. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
  1316. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  1317. [19:56:42] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  1318. [19:56:42] [Server thread/INFO] [FML]: While registering space station recipe, found 1 type(s) of waferAdvanced
  1319. [19:56:42] [Server thread/INFO] [FML]: While registering space station recipe, found 4 type(s) of ingotTin
  1320. [19:56:42] [Server thread/INFO] [Mekanism]: Fake player readout: UUID = 46e82cd0-d480-3d48-800a-77431ede078e, name = [Mekanism]
  1321. [19:56:42] [Server thread/INFO] [Mekanism]: Hooked into IC2 successfully.
  1322. [19:56:42] [Server thread/INFO] [Mekanism]: Finished loading Cardboard Box blacklist (loaded 0 entries)
  1323. [19:56:42] [Server thread/INFO] [Mekanism]: Hooking complete.
  1324. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1325. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1326. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1327. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1328. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1329. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1330. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  1331. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1B'
  1332. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1333. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1334. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1335. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  1336. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1337. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  1338. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1339. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1340. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1341. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1342. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1343. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1344. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  1345. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1346. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1347. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1348. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1349. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1350. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1351. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1352. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1353. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1354. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1355. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1356. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  1357. [19:56:42] [Server thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  1358. [19:56:42] [Server thread/INFO] [FML]: Unknown recipe class! com.emoniph.witchery.WitcheryRecipes$1 Modder please refer to net.minecraftforge.oredict.RecipeSorter
  1359. [19:56:42] [Server thread/INFO] [CoFHWorld]: CoFH Core found 1 World Generation files present in C:\Users\Fernando Rivera\Desktop\1.7.10 Server\config\cofh\world/.
  1360. [19:56:42] [Server thread/INFO] [FML]: Item: Near-depleted Uranium Cell Has not stacksize 0
  1361. [19:56:42] [Server thread/INFO] [FML]: Item: Near-depleted Uranium Cell Has not stacksize 0
  1362. [19:56:42] [Server thread/INFO] [FML]: Item: Refined Iron Ingot Has not stacksize 0
  1363. [19:56:43] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 58 mods
  1364. [19:56:43] [Server thread/INFO]: Preparing level "world"
  1365. [19:56:43] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
  1366. [19:56:43] [Server thread/INFO] [FML]: Applying holder lookups
  1367. [19:56:43] [Server thread/INFO] [FML]: Holder lookups applied
  1368. [19:56:43] [Server thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: ms (1 / 1)
  1369. [19:56:43] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@4f9a83c1)
  1370. [19:56:43] [Server thread/INFO] [FML]: Loading dimension -37 (world) (net.minecraft.server.dedicated.DedicatedServer@4f9a83c1)
  1371. [19:56:43] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add m4Carbine to player class gignAssault1 but the item did not exist
  1372. [19:56:43] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k to player class gignDualWield1 but the item did not exist
  1373. [19:56:43] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k+flanMWSilencer to player class gignSniper2 but the item did not exist
  1374. [19:56:44] [Server thread/INFO] [FML]: Loading dimension -38 (world) (net.minecraft.server.dedicated.DedicatedServer@4f9a83c1)
  1375. [19:56:44] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add m4Carbine to player class gignAssault1 but the item did not exist
  1376. [19:56:44] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k to player class gignDualWield1 but the item did not exist
  1377. [19:56:44] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k+flanMWSilencer to player class gignSniper2 but the item did not exist
  1378. [19:56:45] [Server thread/INFO] [FML]: Loading dimension -39 (world) (net.minecraft.server.dedicated.DedicatedServer@4f9a83c1)
  1379. [19:56:45] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add m4Carbine to player class gignAssault1 but the item did not exist
  1380. [19:56:45] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k to player class gignDualWield1 but the item did not exist
  1381. [19:56:45] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k+flanMWSilencer to player class gignSniper2 but the item did not exist
  1382. [19:56:46] [Server thread/INFO] [FML]: Loading dimension -42 (world) (net.minecraft.server.dedicated.DedicatedServer@4f9a83c1)
  1383. [19:56:46] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add m4Carbine to player class gignAssault1 but the item did not exist
  1384. [19:56:46] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k to player class gignDualWield1 but the item did not exist
  1385. [19:56:46] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k+flanMWSilencer to player class gignSniper2 but the item did not exist
  1386. [19:56:47] [Server thread/INFO] [FML]: Loading dimension -19 (world) (net.minecraft.server.dedicated.DedicatedServer@4f9a83c1)
  1387. [19:56:47] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add m4Carbine to player class gignAssault1 but the item did not exist
  1388. [19:56:47] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k to player class gignDualWield1 but the item did not exist
  1389. [19:56:47] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k+flanMWSilencer to player class gignSniper2 but the item did not exist
  1390. [19:56:48] [Server thread/INFO] [FML]: Loading dimension 7 (world) (net.minecraft.server.dedicated.DedicatedServer@4f9a83c1)
  1391. [19:56:48] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add m4Carbine to player class gignAssault1 but the item did not exist
  1392. [19:56:48] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k to player class gignDualWield1 but the item did not exist
  1393. [19:56:48] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k+flanMWSilencer to player class gignSniper2 but the item did not exist
  1394. [19:56:49] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@4f9a83c1)
  1395. [19:56:49] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add m4Carbine to player class gignAssault1 but the item did not exist
  1396. [19:56:49] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k to player class gignDualWield1 but the item did not exist
  1397. [19:56:49] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k+flanMWSilencer to player class gignSniper2 but the item did not exist
  1398. [19:56:50] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@4f9a83c1)
  1399. [19:56:50] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add m4Carbine to player class gignAssault1 but the item did not exist
  1400. [19:56:50] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k to player class gignDualWield1 but the item did not exist
  1401. [19:56:50] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k+flanMWSilencer to player class gignSniper2 but the item did not exist
  1402. [19:56:51] [Server thread/INFO] [PortalGun]: [4.0.0-beta-6] Save data does not exist!
  1403. [19:56:51] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add m4Carbine to player class gignAssault1 but the item did not exist
  1404. [19:56:51] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k to player class gignDualWield1 but the item did not exist
  1405. [19:56:51] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k+flanMWSilencer to player class gignSniper2 but the item did not exist
  1406. [19:56:51] [Server thread/INFO]: Preparing start region for level 0
  1407. [19:56:52] [Server thread/INFO]: Done (9.494s)! For help, type "help" or "?"
  1408. [19:56:52] [Server thread/INFO] [Galacticraft]: Registered Dimension: -30
  1409. [19:56:52] [Server thread/INFO] [FML]: Loading dimension -30 (world) (net.minecraft.server.dedicated.DedicatedServer@4f9a83c1)
  1410. [19:56:52] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add m4Carbine to player class gignAssault1 but the item did not exist
  1411. [19:56:52] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k to player class gignDualWield1 but the item did not exist
  1412. [19:56:52] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k+flanMWSilencer to player class gignSniper2 but the item did not exist
  1413. [19:56:53] [Server thread/INFO] [Galacticraft]: Registered Dimension: -29
  1414. [19:56:53] [Server thread/INFO] [FML]: Loading dimension -29 (world) (net.minecraft.server.dedicated.DedicatedServer@4f9a83c1)
  1415. [19:56:53] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add m4Carbine to player class gignAssault1 but the item did not exist
  1416. [19:56:53] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k to player class gignDualWield1 but the item did not exist
  1417. [19:56:53] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k+flanMWSilencer to player class gignSniper2 but the item did not exist
  1418. [19:56:54] [Server thread/INFO] [Galacticraft]: Registered Dimension: -28
  1419. [19:56:54] [Server thread/INFO] [FML]: Loading dimension -28 (world) (net.minecraft.server.dedicated.DedicatedServer@4f9a83c1)
  1420. [19:56:54] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add m4Carbine to player class gignAssault1 but the item did not exist
  1421. [19:56:54] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k to player class gignDualWield1 but the item did not exist
  1422. [19:56:54] [Server thread/INFO] [STDOUT]: [com.flansmod.common.FlansMod:log:549]: [Flan's Mod] Tried to add mp5k+flanMWSilencer to player class gignSniper2 but the item did not exist
  1423. [19:56:55] [Server thread/INFO] [Mekanism]: VoiceServer: Starting up server...
  1424. [19:56:55] [Server thread/INFO] [PortalGun]: [4.0.0-beta-6] Loading world properties.
  1425. [19:56:55] [Thread-13/ERROR] [Galacticraft]: Galacticraft update check failed! Trying again in 15 seconds
  1426. [19:57:10] [Thread-13/ERROR] [Galacticraft]: Galacticraft update check failed! Trying again in 15 seconds
  1427. [19:57:25] [Thread-13/ERROR] [Galacticraft]: Galacticraft update check failed! Trying again in 15 seconds
  1428. [19:57:29] [User Authenticator #1/INFO]: UUID of player Cheesy_Pants is 0cd66831-6bb1-4c60-810f-cb086e9dbe68
  1429. [19:57:29] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerPlayer
  1430. [19:57:29] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerChest
  1431. [19:57:29] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerHopper
  1432. [19:57:29] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerEnchantment
  1433. [19:57:29] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerFurnace
  1434. [19:57:29] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerBeacon
  1435. [19:57:29] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerBrewingStand
  1436. [19:57:29] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerDispenser
  1437. [19:57:29] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerMerchant
  1438. [19:57:29] [Netty IO #1/INFO] [ArsMagica2]: Core: Altering definition of net.minecraft.network.NetHandlerPlayServer, (obfuscated)
  1439. [19:57:29] [Netty IO #1/INFO] [FML]: Client protocol version 2
  1440. [19:57:29] [Netty IO #1/INFO] [FML]: Client attempting to join with 58 mods : flansmod@4.10.0,MekanismGenerators@9.1.1,Thaumcraft@4.2.3.5,TConstruct@1.7.10-1.8.8.build988,ForgeMicroblock@1.1.2.331,iChunUtil@4.2.3,BiblioCraft@1.11.7,ArchimedesShipsPlus@1.7.10-1.8.1,BuildCraft|Core@7.1.22,PortalGun@4.0.0-beta-6,ThaumicExploration@0.6.0,OpenModsCore@0.9.1,AM2-Preloader@0.0.3,bspkrsCore@6.15,mcp@9.05,TooManyItems@1.7.10,Mantle@1.7.10-0.3.2.jenkins191,IC2-Classic-Spmod@0.0.0.0,inventorytweaks@1.59-dev-152-cf6e263,ironbackpacks@1.7.10-1.2.20,harvestcraft@1.7.10j,McMultipart@1.1.2.331,BiomesOPlenty@2.1.0,TwilightForest@2.3.7,Micdoodlecore@,ForbiddenMagic@1.7.10-0.575,ForgeMultipart@1.1.2.331,CarpentersBlocks@3.3.8.1,GalacticraftMars@3.0.12,CoFHCore@1.7.10R3.1.4,VeinMinerModSupport@0.36.0_1.7.10-28a7f13,AWWayofTime@v1.3.3,Forge@10.13.4.1614,IronChest@6.0.62.742,VeinMiner@0.36.0_1.7.10-28a7f13,BigReactors@0.4.3A,Mekanism@9.1.1,AnimationAPI@1.2.4,ThaumicTinkerer@unspecified,MekanismTools@9.1.1,IC2@2.2.999,ThaumicTinkerer-preloader@0.1,arsmagica2@1.4.0.009,DefenseTech@1.0.1,FML@7.10.99.99,Natura@2.2.0,chisel@2.9.5.11,<CoFH ASM>@000,Baubles@1.0.1.10,MovingWorld@1.7.10-1.8.1,witchery@0.24.1,enhancedportals@3.0.12,OpenMods@0.9.1,Botania@r1.8-249,BiblioWoodsBoP@1.9,GalacticraftCore@3.0.12,Hats@4.0.1,BloodArsenal@1.2-5
  1441. [19:57:29] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
  1442. [19:57:29] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  1443. [19:57:29] [Server thread/INFO]: Cheesy_Pants[/192.168.1.69:61827] logged in with entity id 497 at (-86.58362301799785, 74.15473176351254, -37.45331469919299)
  1444. [19:57:29] [Server thread/INFO]: Cheesy_Pants joined the game
  1445. [19:57:29] [Server thread/INFO] [Mekanism]: Sent config to 'Cheesy_Pants.'
  1446. [19:57:30] [VoiceServer Listen Thread/INFO] [Mekanism]: VoiceServer: Accepted new connection.
  1447. [19:57:30] [Thread-14/INFO] [Mekanism]: VoiceServer: Traced IP in 1 attempts.
  1448. [19:57:31] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.player.PlayerInteractEvent@79c73753:
  1449. java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
  1450. at TMIConfig.isMultiplayer(TMIConfig.java:87) ~[TMIConfig.class:?]
  1451. at TMIForgeContainer.playerInteract(TMIForgeContainer.java:48) ~[TMIForgeContainer.class:?]
  1452. at cpw.mods.fml.common.eventhandler.ASMEventHandler_1_TMIForgeContainer_playerInteract_PlayerInteractEvent.invoke(.dynamic) ~[?:?]
  1453. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
  1454. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?]
  1455. at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100) [ForgeEventFactory.class:?]
  1456. at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:353) [mx.class:?]
  1457. at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556) [nh.class:?]
  1458. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60) [jo.class:?]
  1459. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9) [jo.class:?]
  1460. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
  1461. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?]
  1462. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?]
  1463. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) [lt.class:?]
  1464. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
  1465. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  1466. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  1467. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
  1468. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) ~[launchwrapper-1.12.jar:?]
  1469. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
  1470. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
  1471. ... 17 more
  1472. [19:57:31] [Server thread/ERROR] [FML]: Index: 3 Listeners:
  1473. [19:57:31] [Server thread/ERROR] [FML]: 0: HIGHEST
  1474. [19:57:31] [Server thread/ERROR] [FML]: 1: ASM: ic2.core.util.EventManager@47fd6f9b onBlockClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1475. [19:57:31] [Server thread/ERROR] [FML]: 2: NORMAL
  1476. [19:57:31] [Server thread/ERROR] [FML]: 3: ASM: TooManyItems playerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1477. [19:57:31] [Server thread/ERROR] [FML]: 4: ASM: com.flansmod.common.teams.TeamsManager@585e6776 playerInteracted(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1478. [19:57:31] [Server thread/ERROR] [FML]: 5: ASM: vazkii.botania.common.block.string.BlockRedStringInterceptor@4db39500 onInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1479. [19:57:31] [Server thread/ERROR] [FML]: 6: ASM: vazkii.botania.common.item.material.ItemManaResource@425d0e1e onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1480. [19:57:31] [Server thread/ERROR] [FML]: 7: ASM: vazkii.botania.common.item.relic.ItemLokiRing@705fd756 onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1481. [19:57:31] [Server thread/ERROR] [FML]: 8: ASM: vazkii.botania.common.item.rod.ItemExchangeRod@45fe4976 onLeftClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1482. [19:57:31] [Server thread/ERROR] [FML]: 9: ASM: team.chisel.item.chisel.ChiselController@44b60937 onInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1483. [19:57:31] [Server thread/ERROR] [FML]: 10: ASM: micdoodle8.mods.galacticraft.core.event.EventHandlerGC@49f0873f onPlayerClicked(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1484. [19:57:31] [Server thread/ERROR] [FML]: 11: ASM: vazkii.botania.common.core.handler.SpawnerChangingHandler@be36608 onInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1485. [19:57:31] [Server thread/ERROR] [FML]: 12: ASM: thaumic.tinkerer.common.core.handler.kami.KamiDimensionHandler@725e4b1d onInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1486. [19:57:31] [Server thread/ERROR] [FML]: 13: ASM: twilightforest.TFEventListener@7cdc07de rightClickBlock(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1487. [19:57:32] [Server thread/ERROR] [FML]: 14: ASM: com.carpentersblocks.util.handler.EventHandler@12902ba1 onPlayerInteractEvent(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1488. [19:57:32] [Server thread/ERROR] [FML]: 15: ASM: flaxbeard.thaumicexploration.event.TXEventHandler@59e5114a handleItemUse(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1489. [19:57:32] [Server thread/ERROR] [FML]: 16: ASM: com.emoniph.witchery.item.ItemPoppet$PoppetEventHooks@17abcbd onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1490. [19:57:32] [Server thread/ERROR] [FML]: 17: ASM: com.emoniph.witchery.infusion.Infusion$EventHooks@7186707d onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1491. [19:57:32] [Server thread/ERROR] [FML]: 18: ASM: com.emoniph.witchery.common.GenericEvents@77fd4b22 onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1492. [19:57:32] [Server thread/ERROR] [FML]: 19: ASM: com.emoniph.witchery.brewing.DispersalTriggered$EventHooks@65f25c1b onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1493. [19:57:32] [Server thread/ERROR] [FML]: 20: ASM: am2.ShrinkHandler@24ded110 onEntityLiving(Lnet/minecraftforge/event/entity/living/LivingEvent;)V
  1494. [19:57:32] [Server thread/ERROR] [FML]: 21: LOW
  1495. [19:57:32] [Server thread/ERROR] [FML]: 22: ASM: codechicken.multipart.minecraft.EventHandler@e23a132 playerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  1496. [19:57:32] [Server thread/ERROR]: Encountered an unexpected exception
  1497. java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
  1498. at TMIConfig.isMultiplayer(TMIConfig.java:87) ~[TMIConfig.class:?]
  1499. at TMIForgeContainer.playerInteract(TMIForgeContainer.java:48) ~[TMIForgeContainer.class:?]
  1500. at cpw.mods.fml.common.eventhandler.ASMEventHandler_1_TMIForgeContainer_playerInteract_PlayerInteractEvent.invoke(.dynamic) ~[?:?]
  1501. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
  1502. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?]
  1503. at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100) ~[ForgeEventFactory.class:?]
  1504. at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:353) ~[mx.class:?]
  1505. at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556) ~[nh.class:?]
  1506. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60) ~[jo.class:?]
  1507. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9) ~[jo.class:?]
  1508. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?]
  1509. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) ~[nc.class:?]
  1510. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) ~[MinecraftServer.class:?]
  1511. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[lt.class:?]
  1512. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
  1513. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  1514. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  1515. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
  1516. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) ~[launchwrapper-1.12.jar:?]
  1517. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
  1518. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
  1519. ... 17 more
  1520. [19:57:32] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Fernando Rivera\Desktop\1.7.10 Server\.\crash-reports\crash-2018-07-19_19.57.32-server.txt
  1521. [19:57:32] [Server thread/INFO]: Stopping server
  1522. [19:57:32] [Server thread/INFO]: Saving players
  1523. [19:57:32] [Server thread/INFO]: Saving worlds
  1524. [19:57:32] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  1525. [19:57:32] [Server thread/INFO]: Saving chunks for level 'world'/Nether
  1526. [19:57:32] [Server thread/INFO]: Saving chunks for level 'world'/The End
  1527. [19:57:32] [Server thread/INFO]: Saving chunks for level 'world'/Asteroids
  1528. [19:57:32] [Server thread/INFO]: Saving chunks for level 'world'/Spirit World
  1529. [19:57:32] [Server thread/INFO]: Saving chunks for level 'world'/Torment
  1530. [19:57:32] [Server thread/INFO]: Saving chunks for level 'world'/Mirror
  1531. [19:57:32] [Server thread/INFO]: Saving chunks for level 'world'/The Outer Lands
  1532. [19:57:32] [Server thread/INFO]: Saving chunks for level 'world'/Bedrock
  1533. [19:57:32] [Server thread/INFO]: Saving chunks for level 'world'/Twilight Forest
  1534. [19:57:32] [Server thread/INFO]: Saving chunks for level 'world'/Moon
  1535. [19:57:32] [Server thread/INFO]: Saving chunks for level 'world'/Mars
  1536. [19:57:32] [Server thread/INFO] [FML]: Unloading dimension 0
  1537. [19:57:32] [Server thread/INFO] [FML]: Unloading dimension -1
  1538. [19:57:32] [Server thread/INFO] [FML]: Unloading dimension 1
  1539. [19:57:32] [Server thread/INFO] [FML]: Unloading dimension -30
  1540. [19:57:32] [Server thread/INFO] [FML]: Unloading dimension -37
  1541. [19:57:32] [Server thread/INFO] [FML]: Unloading dimension -38
  1542. [19:57:32] [Server thread/INFO] [FML]: Unloading dimension -39
  1543. [19:57:32] [Server thread/INFO] [FML]: Unloading dimension -42
  1544. [19:57:32] [Server thread/INFO] [FML]: Unloading dimension -19
  1545. [19:57:32] [Server thread/INFO] [FML]: Unloading dimension 7
  1546. [19:57:32] [Server thread/INFO] [FML]: Unloading dimension -28
  1547. [19:57:32] [Server thread/INFO] [FML]: Unloading dimension -29
  1548. [19:57:32] [Server thread/INFO] [FML]: Applying holder lookups
  1549. [19:57:32] [Server thread/INFO] [FML]: Holder lookups applied
  1550. [19:57:32] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -30
  1551. [19:57:32] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29
  1552. [19:57:32] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28
  1553. [19:57:32] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement