Advertisement
Guest User

Untitled

a guest
Oct 8th, 2016
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 148.04 KB | None | 0 0
  1. [14:16:58] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  2. [14:16:58] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  3. [14:16:58] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  4. [14:16:58] [main/INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
  5. [14:16:59] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_101, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_101
  6. [14:16:59] [main/INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
  7. [14:17:01] [main/INFO]: Core initializing...stand back! I'm going to try MAGIC!
  8. [14:17:01] [main/INFO]: [AppEng] Core Init
  9. [14:17:01] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of ForgeMultipart, 1.2.0.347 is newer than request 1.2.0.345
  10. [14:17:01] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of bspkrsCore, 6.16 is newer than request 6.15
  11. [14:17:02] [main/INFO]: [micdoodle8.mods.miccore.DepLoader$DepLoadInst:<init>:333]: MicdoodleCore searching for dependencies in mods file: C:\Users\User\Documents\Stuff\servers\_minecraft-tekkit\.\mods
  12. [14:17:02] [main/WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
  13. [14:17:02] [main/WARN]: Missing @MCVersion: am2.preloader.AM2PreloaderContainer codechicken.core.launch.CodeChickenCorePlugin cofh.asm.LoadingPlugin farseek.core.FarseekCoreMod codechicken.core.launch.DepLoader mrtjp.relocation.asm.RelocationPlugin invtweaks.forge.asm.FMLPlugin ivorius.ivtoolkit.IvToolkitLoadingPlugin mariculture.fishery.VanillaOverride mekanism.common.asm.LoadingHook micdoodle8.mods.miccore.MicdoodlePlugin mrtjp.core.handler.CorePlugin codechicken.nei.asm.NEICorePlugin openblocks.OpenBlocksCorePlugin openmods.core.OpenModsCorePlugin codechicken.core.launch.DepLoader lumien.randomthings.Transformer.RTLoadingPlugin streams.core.StreamsCoreMod thaumcraft.codechicken.core.launch.DepLoader codechicken.core.launch.DepLoader thaumic.tinkerer.preloader.ThaumicTLoaderContainer codechicken.core.launch.DepLoader
  14. [14:17:02] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  15. [14:17:02] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  16. [14:17:02] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  17. [14:17:02] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  18. [14:17:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  19. [14:17:03] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  20. [14:17:03] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  21. [14:17:03] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  22. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  23. [14:17:06] [main/ERROR]: A critical problem occurred registering the ASM transformer class am2.preloader.AccessTransformers
  24. java.lang.IllegalArgumentException: resource AM2_at.cfg not found.
  25. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[server-1.7.10.jar:?]
  26. at com.google.common.io.Resources.getResource(Resources.java:229) ~[server-1.7.10.jar:?]
  27. at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:118) ~[server.jar:1.7.10-1614.56]
  28. at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:101) ~[server.jar:1.7.10-1614.56]
  29. at am2.preloader.AccessTransformers.<init>(AccessTransformers.java:10) ~[AccessTransformers.class:?]
  30. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_101]
  31. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_101]
  32. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_101]
  33. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_101]
  34. at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_101]
  35. at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.12.jar:?]
  36. at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:109) [server.jar:1.7.10-1614.56]
  37. at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
  38. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  42. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  43. at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [server.jar:1.7.10-1614.56]
  44. at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [server.jar:1.7.10-1614.56]
  45. [14:17:06] [main/INFO]: Core: Located Thaumcraft in Thaumcraft-1.7.10-4.2.3.5.jar
  46. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  47. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  48. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  49. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  50. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  51. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  52. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  53. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  54. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  55. [14:17:06] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:102]: Successfully Registered Transformer
  56. [14:17:06] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
  57. [14:17:06] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
  58. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  59. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  60. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  61. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  62. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  63. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  64. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  65. [14:17:06] [main/INFO]: [thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:459]: Warning: version of ForgeMultipart, 1.2.0.347 is newer than request 1.2.0.345
  66. [14:17:06] [main/INFO]: [thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:459]: Warning: version of bspkrsCore, 6.16 is newer than request 6.15
  67. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  68. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  69. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  70. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  71. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  72. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  73. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  74. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  75. [14:17:06] [main/INFO]: Starting to apply transformations
  76. [14:17:06] [main/INFO]: Starting to apply transformations
  77. [14:17:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  78. [14:17:07] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  79. [14:17:07] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  80. [14:17:07] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  81. [14:17:07] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  82. [14:17:07] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  83. [14:17:07] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
  84. [14:17:07] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
  85. [14:17:07] [main/INFO]: Core: Altering definition of net.minecraft.world.World, (obfuscated)
  86. [14:17:07] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: ahb (1 / 1)
  87. [14:17:07] [main/INFO]: Found World Class: net/minecraft/world/World
  88. [14:17:07] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: sv (1 / 1)
  89. [14:17:07] [main/INFO]: [CORE] Patching onNewPotionEffect
  90. [14:17:07] [main/INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
  91. [14:17:07] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: xk (1 / 1)
  92. [14:17:08] [main/INFO]: Patching the vanilla class: adb
  93. [14:17:08] [main/INFO]: Succesfully replaced Vanilla Fishing Rod and Fish
  94. [14:17:08] [main/INFO]: Found Item Class: net/minecraft/item/Item
  95. [14:17:08] [main/INFO]: Found Leave Class: net/minecraft/block/BlockLeavesBase
  96. [14:17:08] [main/INFO]: Successfully patched sw.recreateLeash.
  97. [14:17:08] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: zc (1 / 1)
  98. [14:17:08] [main/INFO]: Transforming Class [net.minecraft.entity.projectile.EntityArrow], Method [func_70071_h_]
  99. [14:17:08] [main/INFO]: Transforming net.minecraft.entity.projectile.EntityArrow Finished.
  100. [14:17:09] [main/INFO]: Transforming Class [net.minecraft.item.ItemStack], Method [func_77953_t]
  101. [14:17:09] [main/INFO]: Transforming net.minecraft.item.ItemStack Finished.
  102. [14:17:09] [main/INFO]: InvTweaks: net.minecraft.inventory.Container
  103. [14:17:09] [main/INFO]: InvTweaks: net.minecraft.inventory.ContainerFurnace
  104. [14:17:09] [main/INFO]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b]
  105. [14:17:09] [main/INFO]: Transforming net.minecraft.inventory.ContainerFurnace Finished.
  106. [14:17:10] [Server thread/INFO]: Starting minecraft server version 1.7.10
  107. [14:17:10] [Server thread/INFO]: Attempting early MinecraftForge initialization
  108. [14:17:10] [Server thread/INFO]: MinecraftForge v10.13.4.1614 Initialized
  109. [14:17:10] [Server thread/INFO]: Replaced 184 ore recipies
  110. [14:17:10] [Server thread/INFO]: Completed early MinecraftForge initialization
  111. [14:17:10] [Server thread/INFO]: Core initializing...stand back! I'm going to try MAGIC!
  112. [14:17:10] [Server thread/INFO]: [AppEng] Core Init
  113. [14:17:10] [Server thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
  114. [14:17:10] [Server thread/INFO]: Searching C:\Users\User\Documents\Stuff\servers\_minecraft-tekkit\mods for mods
  115. [14:17:10] [Server thread/INFO]: Also searching C:\Users\User\Documents\Stuff\servers\_minecraft-tekkit\mods\1.7.10 for mods
  116. [14:17:13] [Server thread/WARN]: Mod cookingbook is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.140
  117. [14:17:13] [Server thread/WARN]: Mod EasyCrafting is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-2.0.1.16
  118. [14:17:13] [Server thread/WARN]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.7.37
  119. [14:17:13] [Server thread/WARN]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.12
  120. [14:17:13] [Server thread/INFO]: Mod farseek is missing the required element 'name'. Substituting farseek
  121. [14:17:14] [Server thread/WARN]: 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
  122. [14:17:14] [Server thread/WARN]: Mod HardcoreEnderExpansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.8.5
  123. [14:17:14] [Server thread/WARN]: Mod Mariculture is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-1.2.4.2a
  124. [14:17:14] [Server thread/WARN]: Mod MariTech is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
  125. [14:17:15] [Server thread/WARN]: Mod powersuits is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.11.0.301
  126. [14:17:15] [Server thread/WARN]: Mod numina is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.0.131
  127. [14:17:16] [Server thread/INFO]: Mod planetguyLib is missing the required element 'name'. Substituting planetguyLib
  128. [14:17:16] [Server thread/WARN]: Mod PneumaticCraft is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.7-150
  129. [14:17:16] [Server thread/WARN]: Mod ProjRed|Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  130. [14:17:16] [Server thread/WARN]: Mod ProjRed|Compatibility is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  131. [14:17:16] [Server thread/WARN]: Mod ProjRed|Fabrication is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  132. [14:17:16] [Server thread/WARN]: Mod ProjRed|Integration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  133. [14:17:16] [Server thread/WARN]: Mod ProjRed|Transmission is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  134. [14:17:16] [Server thread/WARN]: Mod ProjRed|Illumination is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  135. [14:17:16] [Server thread/WARN]: Mod ProjRed|Expansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  136. [14:17:16] [Server thread/WARN]: Mod ProjRed|Transportation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  137. [14:17:16] [Server thread/WARN]: Mod ProjRed|Exploration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  138. [14:17:17] [Server thread/INFO]: Mod streams is missing the required element 'name'. Substituting streams
  139. [14:17:17] [Server thread/WARN]: Mod WR-CBE|Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
  140. [14:17:17] [Server thread/WARN]: Mod WR-CBE|Addons is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
  141. [14:17:17] [Server thread/WARN]: Mod WR-CBE|Logic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
  142. [14:17:17] [Server thread/WARN]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.347
  143. [14:17:17] [Server thread/WARN]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.347
  144. [14:17:17] [Server thread/WARN]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.347
  145. [14:17:17] [Server thread/INFO]: Mod MCFrames is missing the required element 'name'. Substituting MCFrames
  146. [14:17:17] [Server thread/WARN]: Mod MCFrames is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
  147. [14:17:17] [Server thread/WARN]: Mod ForgeRelocation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.0.1.4
  148. [14:17:17] [Server thread/WARN]: Mod RelocationFMP is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.0.1.2
  149. [14:17:17] [Server thread/WARN]: Mod MrTJPCoreMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.33
  150. [14:17:18] [Server thread/INFO]: Forge Mod Loader has identified 175 mods to load
  151. [14:17:18] [Server thread/INFO]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
  152. [14:17:18] [Server thread/INFO]: Found mod(s) [TravellersGear] containing declared API package baubles.api (owned by Baubles) without associated API reference
  153. [14:17:18] [Server thread/INFO]: Found mod(s) [EnderIO] containing declared API package com.cricketcraft.chisel.api (owned by chisel) without associated API reference
  154. [14:17:18] [Server thread/INFO]: Found mod(s) [powersuits] containing declared API package ic2.api.item (owned by IC2) without associated API reference
  155. [14:17:18] [Server thread/WARN]: Mod MineFactoryReloaded|CompatAtum has been disabled through configuration
  156. [14:17:18] [Server thread/WARN]: Mod MineFactoryReloaded|CompatBackTools has been disabled through configuration
  157. [14:17:18] [Server thread/WARN]: Mod MineFactoryReloaded|CompatChococraft has been disabled through configuration
  158. [14:17:18] [Server thread/WARN]: Mod MineFactoryReloaded|CompatExtraBiomes has been disabled through configuration
  159. [14:17:18] [Server thread/WARN]: Mod MineFactoryReloaded|CompatForestry has been disabled through configuration
  160. [14:17:18] [Server thread/WARN]: Mod MineFactoryReloaded|CompatSufficientBiomes has been disabled through configuration
  161. [14:17:18] [Server thread/WARN]: Mod MineFactoryReloaded|CompatTwilightForest has been disabled through configuration
  162. [14:17:19] [Server thread/INFO]: 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.
  163. [14:17:21] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, AM2-Preloader, appliedenergistics2-core, CodeChickenCore, ivtoolkit, MCVanillaTweaks, Micdoodlecore, NotEnoughItems, OpenComputers|Core, PlayerAPI, ThaumicTinkerer-preloader, WitchingGadgetsCore, OpenModsCore, <CoFH ASM>, arsmagica2, Treecapitator, ae2stuff, AgriCraft, AnimationAPI, appliedenergistics2, bdlib, BiblioCraft, BiblioWoodsBoP, BigReactors, BiomesOPlenty, AWWayofTime, bookshelf, Botania, BuildCraft|Silicon, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Robotics, BuildCraft|Factory, BuildCraft|Core, BuildCraft|Compat, CarpentersBlocks, chisel, CoFHCore, CompactMachines, cookingbook, MineTweaker3, customitems, customnpcs, DefenseTech, dsurround, EasyCrafting, eplus, Enchiridion, endercore, EnderIO, EnderStorage, EnderTech, enhancedportals, equivalentenergistics, extracells, ExtraTiC, ExtraUtilities, farseek, FloodLights, ForbiddenMagic, foxlib, GalacticraftMars, GalacticraftCore, advgenerators, Growthcraft|Apples, Growthcraft, Growthcraft|Cellar, Growthcraft|Bamboo, Growthcraft|Bees, Growthcraft|Fishtrap, Growthcraft|Grapes, Growthcraft|Hops, Growthcraft|Milk, Growthcraft|Rice, HardcoreEnderExpansion, Hats, HatStand, IC2, IC2-Classic-Spmod, iChunUtil, inventorytweaks, IronChest, LunatriusCore, Mantle, Mariculture, MariTech, Mekanism, MekanismGenerators, MekanismTools, minechem, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatVanilla, modtweaker2, powersuits, Morph, recipehandler, numina, OpenBlocks, OpenComputers, OpenMods, harvestcraft, planetguyLib, PneumaticCraft, JotatosPracticalities, pressure, primitivemobs, ProjectE, ProjRed|Core, ProjRed|Compatibility, ProjRed|Fabrication, ProjRed|Integration, ProjRed|Transmission, ProjRed|Illumination, ProjRed|Expansion, ProjRed|Transportation, ProjRed|Exploration, Railcraft, RandomThings, reccomplex, RefinedRelocation, JAKJ_RedstoneInMotion, Roguelike, Schematica, Stackie, streams, supercraftingframe, tabbychat, Tails, TConstruct, Thaumcraft, ThaumicEquivalence, ThaumicExploration, ThaumicTinkerer, ThermalDynamics, ThermalExpansion, ThermalFoundation, totemic, TravellersGear, Waila, weaponmod, WitchingGadgets, WR-CBE|Core, WR-CBE|Addons, WR-CBE|Logic, yegamolchattels, Ztones, bspkrsCore, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart, MCFrames, ForgeRelocation, RelocationFMP, MrTJPCoreMod] at CLIENT
  164. [14:17:21] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, AM2-Preloader, appliedenergistics2-core, CodeChickenCore, ivtoolkit, MCVanillaTweaks, Micdoodlecore, NotEnoughItems, OpenComputers|Core, PlayerAPI, ThaumicTinkerer-preloader, WitchingGadgetsCore, OpenModsCore, <CoFH ASM>, arsmagica2, Treecapitator, ae2stuff, AgriCraft, AnimationAPI, appliedenergistics2, bdlib, BiblioCraft, BiblioWoodsBoP, BigReactors, BiomesOPlenty, AWWayofTime, bookshelf, Botania, BuildCraft|Silicon, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Robotics, BuildCraft|Factory, BuildCraft|Core, BuildCraft|Compat, CarpentersBlocks, chisel, CoFHCore, CompactMachines, cookingbook, MineTweaker3, customitems, customnpcs, DefenseTech, dsurround, EasyCrafting, eplus, Enchiridion, endercore, EnderIO, EnderStorage, EnderTech, enhancedportals, equivalentenergistics, extracells, ExtraTiC, ExtraUtilities, farseek, FloodLights, ForbiddenMagic, foxlib, GalacticraftMars, GalacticraftCore, advgenerators, Growthcraft|Apples, Growthcraft, Growthcraft|Cellar, Growthcraft|Bamboo, Growthcraft|Bees, Growthcraft|Fishtrap, Growthcraft|Grapes, Growthcraft|Hops, Growthcraft|Milk, Growthcraft|Rice, HardcoreEnderExpansion, Hats, HatStand, IC2, IC2-Classic-Spmod, iChunUtil, inventorytweaks, IronChest, LunatriusCore, Mantle, Mariculture, MariTech, Mekanism, MekanismGenerators, MekanismTools, minechem, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatVanilla, modtweaker2, powersuits, Morph, recipehandler, numina, OpenBlocks, OpenComputers, OpenMods, harvestcraft, planetguyLib, PneumaticCraft, JotatosPracticalities, pressure, primitivemobs, ProjectE, ProjRed|Core, ProjRed|Compatibility, ProjRed|Fabrication, ProjRed|Integration, ProjRed|Transmission, ProjRed|Illumination, ProjRed|Expansion, ProjRed|Transportation, ProjRed|Exploration, Railcraft, RandomThings, reccomplex, RefinedRelocation, JAKJ_RedstoneInMotion, Roguelike, Schematica, Stackie, streams, supercraftingframe, tabbychat, Tails, TConstruct, Thaumcraft, ThaumicEquivalence, ThaumicExploration, ThaumicTinkerer, ThermalDynamics, ThermalExpansion, ThermalFoundation, totemic, TravellersGear, Waila, weaponmod, WitchingGadgets, WR-CBE|Core, WR-CBE|Addons, WR-CBE|Logic, yegamolchattels, Ztones, bspkrsCore, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart, MCFrames, ForgeRelocation, RelocationFMP, MrTJPCoreMod] at SERVER
  165. [14:17:22] [Server thread/ERROR]: The mod IC2 is expecting signature de041f9f6187debbc77034a344134053277aa3b0 for source IC2Classic Version 1.2.0.3.jar, however there is no signature matching that description
  166. [14:17:24] [Server thread/INFO]: InvTweaks: net.minecraft.inventory.ContainerWorkbench
  167. [14:17:24] [Server thread/INFO]: InvTweaks: net.minecraft.inventory.ContainerRepair
  168. [14:17:24] [Server thread/INFO]: Transforming Class [net.minecraft.inventory.ContainerRepair], Method [func_82848_d]
  169. [14:17:24] [Server thread/INFO]: Transforming net.minecraft.inventory.ContainerRepair Finished.
  170. [14:17:24] [Server thread/INFO]: Core: Altering definition of net.minecraft.potion.PotionEffect, (obfuscated)
  171. [14:17:24] [Server thread/ERROR]: [Environment Checks] Bukkit implementation detected. This may cause issues. Bukkit implementations include Craftbukkit and Cauldron(MCPC+).
  172. [14:17:24] [Server thread/INFO]: Preparing to take over the world
  173. [14:17:26] [Server thread/INFO]: Processing ObjectHolder annotations
  174. [14:17:27] [Server thread/INFO]: Found 529 ObjectHolder annotations
  175. [14:17:27] [Server thread/INFO]: Identifying ItemStackHolder annotations
  176. [14:17:27] [Server thread/INFO]: Found 0 ItemStackHolder annotations
  177. [14:17:27] [Server thread/INFO]: Configured a dormant chunk cache size of 0
  178. [14:17:27] [Server thread/INFO]: Extending potions array
  179. [14:17:27] [Server thread/INFO]: Injecting potions starting from index 32
  180. [14:17:27] [Server thread/INFO]: Potion Water Breathing is ID 240
  181. [14:17:27] [Server thread/INFO]: Potion Flight is ID 219
  182. [14:17:27] [Server thread/INFO]: Potion Feather Fall is ID 218
  183. [14:17:27] [Server thread/INFO]: Potion Haste is ID 224
  184. [14:17:27] [Server thread/INFO]: Potion True Sight is ID 239
  185. [14:17:27] [Server thread/INFO]: Potion Regeneration is ID 233
  186. [14:17:27] [Server thread/INFO]: Potion Magic Shield is ID 229
  187. [14:17:27] [Server thread/INFO]: Potion Charmed is ID 213
  188. [14:17:27] [Server thread/INFO]: Potion Frost Slow is ID 220
  189. [14:17:27] [Server thread/INFO]: Potion Chrono Anchor is ID 214
  190. [14:17:27] [Server thread/INFO]: Potion Mana Regen is ID 231
  191. [14:17:27] [Server thread/INFO]: Potion Entangled is ID 216
  192. [14:17:27] [Server thread/INFO]: Potion Watery Grave is ID 241
  193. [14:17:27] [Server thread/INFO]: Potion Spell Reflect is ID 237
  194. [14:17:27] [Server thread/INFO]: Potion Silence is ID 236
  195. [14:17:27] [Server thread/INFO]: Potion Swift Swim is ID 238
  196. [14:17:27] [Server thread/INFO]: Potion Agility is ID 210
  197. [14:17:27] [Server thread/INFO]: Potion Leap is ID 226
  198. [14:17:27] [Server thread/INFO]: Potion Mana Boost is ID 230
  199. [14:17:27] [Server thread/INFO]: Potion Astral Distortion is ID 211
  200. [14:17:27] [Server thread/INFO]: Potion Mana Shield is ID 232
  201. [14:17:27] [Server thread/INFO]: Potion Fury is ID 221
  202. [14:17:27] [Server thread/INFO]: Potion Scramble Synapses is ID 234
  203. [14:17:27] [Server thread/INFO]: Potion Illuminated is ID 225
  204. [14:17:27] [Server thread/INFO]: Potion Greater Mana Restoration is ID 223
  205. [14:17:27] [Server thread/INFO]: Potion Epic Mana Restoration is ID 217
  206. [14:17:27] [Server thread/INFO]: Potion Legendary Mana Restoration is ID 227
  207. [14:17:27] [Server thread/INFO]: Potion Gravity Well is ID 222
  208. [14:17:27] [Server thread/INFO]: Potion Levitation is ID 228
  209. [14:17:27] [Server thread/INFO]: Potion Clarity is ID 215
  210. [14:17:27] [Server thread/INFO]: Potion Shrunken is ID 235
  211. [14:17:27] [Server thread/INFO]: Potion Burnout Redux is ID 212
  212. [14:17:27] [Server thread/INFO]: Core: Altering definition of am2.armor.ItemMageHood to be thaumcraft compatible.
  213. [14:17:27] [Server thread/INFO]: [CORE] Patching getFortuneModifier & getLootingModifier
  214. [14:17:27] [Server thread/INFO]: Transforming Class [net.minecraft.enchantment.EnchantmentHelper], Method [func_77513_b]
  215. [14:17:27] [Server thread/INFO]: Transforming net.minecraft.enchantment.EnchantmentHelper Finished.
  216. [14:17:27] [Server thread/INFO]: Attempting to set enchantment magic_resist to ID 100 (configured currently as 100)
  217. [14:17:27] [Server thread/INFO]: Successfully registered enchanment!
  218. [14:17:27] [Server thread/INFO]: Attempting to set enchantment soulbound to ID 101 (configured currently as 101)
  219. [14:17:27] [Server thread/INFO]: Successfully registered enchanment!
  220. [14:17:27] [Server thread/INFO]: Registered imbuement: dr_phy
  221. [14:17:27] [Server thread/INFO]: Registered imbuement: dr_drn
  222. [14:17:27] [Server thread/INFO]: Registered imbuement: dr_fall
  223. [14:17:27] [Server thread/INFO]: Registered imbuement: dr_exp
  224. [14:17:27] [Server thread/INFO]: Registered imbuement: dr_fire
  225. [14:17:27] [Server thread/INFO]: Registered imbuement: dr_frst
  226. [14:17:27] [Server thread/INFO]: Registered imbuement: dr_mage
  227. [14:17:27] [Server thread/INFO]: Registered imbuement: dr_litn
  228. [14:17:27] [Server thread/INFO]: Registered imbuement: mn_reg
  229. [14:17:27] [Server thread/INFO]: Registered imbuement: bn_red
  230. [14:17:27] [Server thread/INFO]: Registered imbuement: soulbnd
  231. [14:17:27] [Server thread/INFO]: Registered imbuement: fl_lure
  232. [14:17:27] [Server thread/INFO]: Registered imbuement: mg_xp
  233. [14:17:27] [Server thread/INFO]: Registered imbuement: pp_ore
  234. [14:17:27] [Server thread/INFO]: Registered imbuement: mg_gog
  235. [14:17:27] [Server thread/INFO]: Registered imbuement: tc_nrv
  236. [14:17:27] [Server thread/INFO]: Registered imbuement: step_up
  237. [14:17:27] [Server thread/INFO]: Registered imbuement: run_spd
  238. [14:17:27] [Server thread/INFO]: Registered imbuement: dispel
  239. [14:17:27] [Server thread/INFO]: Registered imbuement: fallprot
  240. [14:17:27] [Server thread/INFO]: Registered imbuement: fireprot
  241. [14:17:27] [Server thread/INFO]: Registered imbuement: freedom
  242. [14:17:27] [Server thread/INFO]: Registered imbuement: healing
  243. [14:17:27] [Server thread/INFO]: Registered imbuement: hungerup
  244. [14:17:27] [Server thread/INFO]: Registered imbuement: highjump
  245. [14:17:27] [Server thread/INFO]: Registered imbuement: lifesave
  246. [14:17:27] [Server thread/INFO]: Registered imbuement: lightstep
  247. [14:17:27] [Server thread/INFO]: Registered imbuement: minespd
  248. [14:17:27] [Server thread/INFO]: Registered imbuement: recoil
  249. [14:17:27] [Server thread/INFO]: Registered imbuement: swimspd
  250. [14:17:27] [Server thread/INFO]: Registered imbuement: wtrbrth
  251. [14:17:27] [Server thread/INFO]: Registered imbuement: wtrwalk
  252. [14:17:27] [Server thread/INFO]: Loading configuration file C:\Users\User\Documents\Stuff\servers\_minecraft-tekkit\config\Treecapitator.cfg
  253. [14:17:27] [Server thread/INFO]: Proceeding to load tree/mod configs from file.
  254. [14:17:27] [Server thread/INFO]: Pre Initialization ( started )
  255. [14:17:28] [Server thread/INFO]: func_145839_a(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
  256. [14:17:28] [Server thread/INFO]: func_145841_b(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
  257. [14:17:28] [Server thread/INFO]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is enabled.
  258. [14:17:28] [Server thread/INFO]: Removing Interface Reika.RotaryCraft.API.Power.AdvancedShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
  259. [14:17:28] [Server thread/INFO]: Removing Interface Reika.RotaryCraft.API.Interfaces.Transducerable from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
  260. [14:17:28] [Server thread/INFO]: Removing Method Tick_RotaryCraft from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
  261. [14:17:28] [Server thread/INFO]: Updated appeng/tile/powersink/RotaryCraft
  262. [14:17:28] [Server thread/INFO]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/tile/powersink/RedstoneFlux because RF integration is enabled.
  263. [14:17:28] [Server thread/INFO]: Allowing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is enabled.
  264. [14:17:28] [Server thread/INFO]: Allowing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is enabled.
  265. [14:17:28] [Server thread/INFO]: Allowing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is enabled.
  266. [14:17:28] [Server thread/INFO]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BC integration is enabled.
  267. [14:17:28] [Server thread/INFO]: Allowing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
  268. [14:17:28] [Server thread/INFO]: Allowing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
  269. [14:17:28] [Server thread/INFO]: Allowing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
  270. [14:17:28] [Server thread/INFO]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled.
  271. [14:17:28] [Server thread/INFO]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BC integration is enabled.
  272. [14:17:28] [Server thread/INFO]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BC integration is enabled.
  273. [14:17:28] [Server thread/INFO]: Allowing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BC integration is enabled.
  274. [14:17:28] [Server thread/INFO]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is enabled.
  275. [14:17:28] [Server thread/INFO]: Allowing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is enabled.
  276. [14:17:28] [Server thread/INFO]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled.
  277. [14:17:28] [Server thread/INFO]: Allowing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled.
  278. [14:17:28] [Server thread/INFO]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled.
  279. [14:17:28] [Server thread/INFO]: Starting AE2 VersionChecker
  280. [14:17:28] [Server thread/INFO]: Pre Initialization ( ended after 858ms )
  281. [14:17:28] [Server thread/INFO]: bdlib 1.9.4.109 loaded
  282. [14:17:28] [AE2 VersionChecker/WARN]: Exception in thread "AE2 VersionChecker"
  283. [14:17:28] [AE2 VersionChecker/WARN]: java.lang.IllegalArgumentException: Raw channel stable did not contain any of the pre-programmed types.
  284. [14:17:28] [AE2 VersionChecker/WARN]: at appeng.services.version.VersionParser.parseChannel(VersionParser.java:117)
  285. [14:17:28] [AE2 VersionChecker/WARN]: at appeng.services.version.VersionParser.parseVersion(VersionParser.java:72)
  286. [14:17:28] [AE2 VersionChecker/WARN]: at appeng.services.version.VersionParser.parse(VersionParser.java:34)
  287. [14:17:28] [AE2 VersionChecker/WARN]: at appeng.services.version.ModVersionFetcher.get(ModVersionFetcher.java:34)
  288. [14:17:28] [AE2 VersionChecker/WARN]: at appeng.services.VersionChecker.processInterval(VersionChecker.java:106)
  289. [14:17:28] [AE2 VersionChecker/WARN]: at appeng.services.VersionChecker.run(VersionChecker.java:86)
  290. [14:17:28] [AE2 VersionChecker/WARN]: at java.lang.Thread.run(Unknown Source)
  291. [14:17:28] [Server thread/INFO]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
  292. [14:17:28] [Server thread/INFO]: Loading internal config files for mod AE2 Stuff
  293. [14:17:28] [Server thread/INFO]: Loading config: jar:file:/C:/Users/User/Documents/Stuff/servers/_minecraft-tekkit/mods/ae2stuff-0.5.0.56-mc1.7.10.jar!/assets/ae2stuff/config/tuning.cfg
  294. [14:17:28] [Server thread/INFO]: Loading config: jar:file:/C:/Users/User/Documents/Stuff/servers/_minecraft-tekkit/mods/ae2stuff-0.5.0.56-mc1.7.10.jar!/assets/ae2stuff/config/recipes.cfg
  295. [14:17:29] [Server thread/INFO]: Loading user config files for mod AE2 Stuff
  296. [14:17:29] [Server thread/INFO]: Config loading for mod AE2 Stuff finished
  297. [14:17:29] [Server thread/INFO]: Loaded creative tabs for ae2stuff
  298. [14:17:29] [Server thread/INFO]: registering tile.agricraft:crops
  299. [14:17:29] [Server thread/INFO]: registering tile.agricraft:seedAnalyzer
  300. [14:17:29] [Server thread/INFO]: registering tile.agricraft:waterPad
  301. [14:17:29] [Server thread/INFO]: registering tile.agricraft:waterPadFull
  302. [14:17:29] [Server thread/INFO]: registering tile.agricraft:waterTank
  303. [14:17:29] [Server thread/INFO]: registering tile.agricraft:waterChannel
  304. [14:17:29] [Server thread/INFO]: registering tile.agricraft:waterChannelFull
  305. [14:17:29] [Server thread/INFO]: registering tile.agricraft:channelValve
  306. [14:17:29] [Server thread/INFO]: registering tile.agricraft:sprinkler
  307. [14:17:29] [Server thread/INFO]: registering tile.agricraft:seedStorage
  308. [14:17:29] [Server thread/INFO]: Successfully injected component logic into class com.InfinityRaider.AgriCraft.tileentity.peripheral.TileEntityPeripheral.
  309. [14:17:29] [Server thread/INFO]: registering tile.agricraft:peripheral
  310. [14:17:29] [Server thread/INFO]: registering tile.agricraft:fence
  311. [14:17:29] [Server thread/INFO]: registering tile.agricraft:fenceGate
  312. [14:17:29] [Server thread/INFO]: registering tile.agricraft:grate
  313. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropPotato
  314. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedPotato
  315. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropCarrot
  316. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedCarrot
  317. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropSugarcane
  318. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedSugarcane
  319. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropDandelion
  320. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedDandelion
  321. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropPoppy
  322. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedPoppy
  323. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropOrchid
  324. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedOrchid
  325. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropAllium
  326. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedAllium
  327. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropTulipRed
  328. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedTulipRed
  329. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropTulipOrange
  330. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedTulipOrange
  331. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropTulipWhite
  332. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedTulipWhite
  333. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropTulipPink
  334. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedTulipPink
  335. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropDaisy
  336. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedDaisy
  337. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropCactus
  338. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedCactus
  339. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropShroomRed
  340. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedShroomRed
  341. [14:17:29] [Server thread/INFO]: registering tile.agricraft:cropShroomBrown
  342. [14:17:29] [Server thread/INFO]: registering item.agricraft:seedShroomBrown
  343. [14:17:29] [Server thread/INFO]: Crops registered
  344. [14:17:29] [Server thread/INFO]: registering item.agricraft:cropsItem
  345. [14:17:29] [Server thread/INFO]: registering item.agricraft:journal
  346. [14:17:29] [Server thread/INFO]: registering item.agricraft:magnifyingGlass
  347. [14:17:29] [Server thread/INFO]: registering item.agricraft:debugger
  348. [14:17:29] [Server thread/INFO]: registering item.agricraft:trowel
  349. [14:17:29] [Server thread/INFO]: registering item.agricraft:handRake
  350. [14:17:29] [Server thread/INFO]: registering item.agricraft:clipper
  351. [14:17:29] [Server thread/INFO]: registering item.agricraft:clipping
  352. [14:17:30] [Server thread/INFO]: Transforming Class [net.minecraft.world.WorldType], Method [func_76564_j]
  353. [14:17:30] [Server thread/INFO]: Transforming net.minecraft.world.WorldType Finished.
  354. [14:17:31] [Server thread/INFO]: Registering Default Templates.
  355. [14:17:31] [Server thread/INFO]: Registering default generators
  356. [14:17:31] [Server thread/INFO]: Complete
  357. [14:17:31] [Server thread/INFO]: Thermal Foundation: Loading Plugins...
  358. [14:17:31] [Server thread/INFO]: Thermal Foundation: Finished Loading Plugins.
  359. [14:17:31] [Server thread/INFO]: ThermalExpansion: Loading Plugins...
  360. [14:17:31] [Server thread/INFO]: Thermal Expansion: Finished Loading Plugins.
  361. [14:17:31] [Server thread/INFO]: Successfully injected component logic into class erogenousbeef.bigreactors.common.multiblock.tileentity.TileEntityReactorComputerPort.
  362. [14:17:31] [Server thread/INFO]: Successfully injected component logic into class erogenousbeef.bigreactors.common.multiblock.tileentity.TileEntityTurbineComputerPort.
  363. [14:17:32] [Server thread/INFO]: Server sided~
  364. [14:17:32] [Server thread/INFO]: I am being created
  365. [14:17:32] [Server thread/INFO]: Attempting to expand Enchantment List to 4096 spaces.
  366. [14:17:32] [Server thread/INFO]: The Enchantment List has successfully been expanded to 4096 spaces.
  367. [14:17:32] [Server thread/INFO]: [CORE] Patching Thaumcraft's Worldgen
  368. [14:17:33] [Server thread/INFO]: [CORE] Patching Pouch - Interfaces
  369. [14:17:33] [Server thread/INFO]: [CORE] Patching Pouch - Methods
  370. [14:17:33] [Server thread/INFO]: [CORE] Patching Boots
  371. [14:17:35] [Server thread/INFO]: [Botania] Registered 1215 recipes.
  372. [14:17:35] [Server thread/INFO]: Starting BuildCraft 7.1.17
  373. [14:17:35] [Server thread/INFO]: Copyright (c) the BuildCraft team, 2011-2015
  374. [14:17:35] [Server thread/INFO]: http://www.mod-buildcraft.com
  375. [14:17:35] [Thread-11/INFO]: Beginning version check
  376. [14:17:35] [Thread-11/WARN]: Using outdated version [7.1.17] for Minecraft 1.7.10. Consider updating to 7.1.18.
  377. [14:17:36] [Server thread/INFO]: Designs found: Bed(6), Chisel(9), FlowerPot(18), Tile(13)
  378. [14:17:36] [Server thread/INFO]: Config loaded from C:\Users\User\Documents\Stuff\servers\_minecraft-tekkit\.\config\IC2.cfg
  379. [14:17:36] [Server thread/INFO]: Try Loading SubModul: Nei SubModul
  380. [14:17:36] [Server thread/INFO]: Could not Load SubModul: Nei SubModul
  381. [14:17:36] [Server thread/INFO]: Try Loading SubModul: Crafting Guide Submodul
  382. [14:17:36] [Server thread/INFO]: Could not Load SubModul: Crafting Guide Submodul
  383. [14:17:36] [Server thread/INFO]: Try Loading SubModul: Baubles Modul
  384. [14:17:36] [Server thread/INFO]: Loaded SubModul: Baubles Modul
  385. [14:17:36] [Server thread/INFO]: Try Loading SubModul: Tinkers Construct
  386. [14:17:36] [Server thread/INFO]: Loaded SubModul: Tinkers Construct
  387. [14:17:36] [Server thread/INFO]: Try Loading SubModul: Not Enough Resources
  388. [14:17:36] [Server thread/INFO]: Could not Load SubModul: Not Enough Resources
  389. [14:17:36] [Server thread/INFO]: Try Loading SubModul: Thaumcraft
  390. [14:17:36] [Server thread/INFO]: Loaded SubModul: Thaumcraft
  391. [14:17:36] [Server thread/INFO]: Try Loading SubModul: BuildCraft
  392. [14:17:36] [Server thread/INFO]: Loaded SubModul: BuildCraft
  393. [14:17:36] [Server thread/INFO]: Try Loading SubModul: Wrench
  394. [14:17:36] [Server thread/INFO]: Loaded SubModul: Wrench
  395. [14:17:36] [Server thread/INFO]: Try Loading SubModul: RF Plugin
  396. [14:17:36] [Server thread/INFO]: Loaded SubModul: RF Plugin
  397. [14:17:36] [Server thread/INFO]: Try Loading SubModul: Project E
  398. [14:17:36] [Server thread/INFO]: Loaded SubModul: Project E
  399. [14:17:36] [Server thread/INFO]: Try Loading SubModul: Waila Modul
  400. [14:17:36] [Server thread/INFO]: Could not Load SubModul: Waila Modul
  401. [14:17:36] [Server thread/INFO]: Bukkit detected, disabling Tile Entity caching because Bukkit doesnt seem to invalid Tile Entities properly!
  402. [14:17:38] [Server thread/WARN]: A mod has attempted to assign Block mods.railcraft.common.fluids.BlockRailcraftFluidFinite@6536e342 to the Fluid 'steam' but this Fluid has already been linked to the Block cofh.thermalfoundation.fluid.BlockFluidSteam@532a07d7. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this.
  403. [14:17:39] [Server thread/INFO]: Activating Halloween Seasonal Pack
  404. [14:17:39] [Server thread/INFO]: Starting pre-init...
  405. [14:17:39] [Server thread/INFO]: Loading blocks...
  406. [14:17:39] [Server thread/INFO]: Skipping feature twilghtForest as its required mod TwilightForest was missing.
  407. [14:17:39] [Server thread/INFO]: Skipping feature tfMazestone as its parent feature twilghtForest was disabled.
  408. [14:17:39] [Server thread/INFO]: Skipping feature tfTowerstone as its parent feature twilghtForest was disabled.
  409. [14:17:39] [Server thread/INFO]: Skipping feature tfUnderBrick as its parent feature twilghtForest was disabled.
  410. [14:17:39] [Server thread/INFO]: 102 Feature's blocks loaded.
  411. [14:17:39] [Server thread/INFO]: Loading Tile Entities...
  412. [14:17:39] [Server thread/INFO]: Tile Entities loaded.
  413. [14:17:39] [Server thread/INFO]: Loading items...
  414. [14:17:39] [Server thread/INFO]: Skipping feature twilghtForest as its required mod TwilightForest was missing.
  415. [14:17:39] [Server thread/INFO]: Skipping feature tfMazestone as its parent feature twilghtForest was disabled.
  416. [14:17:39] [Server thread/INFO]: Skipping feature tfTowerstone as its parent feature twilghtForest was disabled.
  417. [14:17:39] [Server thread/INFO]: Skipping feature tfUnderBrick as its parent feature twilghtForest was disabled.
  418. [14:17:39] [Server thread/INFO]: 102 Feature's items loaded.
  419. [14:17:39] [Server thread/INFO]: Pre-init finished.
  420. [14:17:40] [Server thread/INFO]: Initializing blocks and items.
  421. [14:17:41] [Server thread/INFO]: Injecting interface appeng.api.movable.IMovableTile into li.cil.oc.common.tileentity.traits.Environment.
  422. [14:17:41] [Server thread/INFO]: Injecting interface appeng.api.networking.IGridHost into li.cil.oc.common.tileentity.traits.power.AppliedEnergistics2.
  423. [14:17:41] [Server thread/INFO]: Skipping interface factorization.api.IChargeConductor from missing mod factorization.
  424. [14:17:41] [Server thread/INFO]: Injecting interface micdoodle8.mods.galacticraft.api.power.IEnergyHandlerGC into li.cil.oc.common.tileentity.traits.power.Galacticraft.
  425. [14:17:41] [Server thread/INFO]: Injecting interface micdoodle8.mods.galacticraft.api.transmission.tile.IConnector into li.cil.oc.common.tileentity.traits.power.Galacticraft.
  426. [14:17:41] [Server thread/INFO]: Injecting interface ic2.api.energy.tile.IEnergySink into li.cil.oc.common.tileentity.traits.power.IndustrialCraft2Experimental.
  427. [14:17:41] [Server thread/INFO]: Skipping interface ic2classic.api.energy.tile.IEnergySink from missing mod IC2-Classic.
  428. [14:17:41] [Server thread/INFO]: Injecting interface mekanism.api.energy.IStrictEnergyAcceptor into li.cil.oc.common.tileentity.traits.power.Mekanism.
  429. [14:17:41] [Server thread/INFO]: Injecting interface cofh.api.energy.IEnergyHandler into li.cil.oc.common.tileentity.traits.power.RedstoneFlux.
  430. [14:17:41] [Server thread/INFO]: Injecting interface buildcraft.api.tiles.IHasWork into li.cil.oc.common.tileentity.traits.StateAware.
  431. [14:17:41] [Server thread/INFO]: Skipping interface lordfokas.stargatetech2.api.bus.IBusDevice from missing mod StargateTech2.
  432. [14:17:41] [Server thread/INFO]: Injecting interface appeng.api.implementations.items.IAEWrench into li.cil.oc.common.item.Wrench.
  433. [14:17:41] [Server thread/INFO]: Injecting interface buildcraft.api.tools.IToolWrench into li.cil.oc.common.item.Wrench.
  434. [14:17:41] [Server thread/INFO]: Skipping interface com.bluepowermod.api.misc.IScrewdriver from missing mod bluepowerAPI.
  435. [14:17:41] [Server thread/INFO]: Injecting interface cofh.api.item.IToolHammer into li.cil.oc.common.item.Wrench.
  436. [14:17:41] [Server thread/INFO]: Skipping interface crazypants.enderio.tool.ITool from missing mod EnderIO.
  437. [14:17:41] [Server thread/INFO]: Injecting interface mekanism.api.IMekWrench into li.cil.oc.common.item.Wrench.
  438. [14:17:41] [Server thread/INFO]: Injecting interface powercrystals.minefactoryreloaded.api.IMFRHammer into li.cil.oc.common.item.Wrench.
  439. [14:17:41] [Server thread/INFO]: Injecting interface mrtjp.projectred.api.IScrewdriver into li.cil.oc.common.item.Wrench.
  440. [14:17:41] [Server thread/INFO]: Injecting interface mods.railcraft.api.core.items.IToolCrowbar into li.cil.oc.common.item.Wrench.
  441. [14:17:41] [Server thread/INFO]: Injecting interface ic2.api.item.IBoxable into li.cil.oc.common.item.Wrench.
  442. [14:17:41] [Server thread/INFO]: Injecting interface appeng.api.implementations.items.IAEItemPowerStorage into li.cil.oc.common.item.traits.Chargeable.
  443. [14:17:41] [Server thread/INFO]: Injecting interface cofh.api.energy.IEnergyContainerItem into li.cil.oc.common.item.traits.Chargeable.
  444. [14:17:41] [Server thread/INFO]: Injecting interface ic2.api.item.ISpecialElectricItem into li.cil.oc.common.item.traits.Chargeable.
  445. [14:17:41] [Server thread/INFO]: Injecting interface mekanism.api.energy.IEnergizedItem into li.cil.oc.common.item.traits.Chargeable.
  446. [14:17:41] [Server thread/INFO]: Initializing additional OreDict entries.
  447. [14:17:41] [Server thread/INFO]: Initializing OpenComputers API.
  448. [14:17:42] [Server thread/INFO]: Found a compatible native library: 'OpenComputersMod-1.5.22.46-lua52-native.64.dll'.
  449. [14:17:42] [Server thread/INFO]: Found a compatible native library: 'OpenComputersMod-1.5.22.46-lua53-native.64.dll'.
  450. [14:17:42] [Server thread/INFO]: Done with pre init phase.
  451. [14:17:43] [Server thread/INFO]: Successfully injected component logic into class pneumaticCraft.common.thirdparty.computercraft.TileEntityDroneInterface.
  452. [14:17:43] [Server thread/INFO]: Registering dimension 3 on server side
  453. [14:18:25] [Server thread/INFO]: End of Default Config Files
  454. [14:18:25] [Server thread/INFO]: Reading json file:defaultConfig-1.8.json
  455. [14:18:25] [Server thread/INFO]: Reading json file:defaultConfig-blocks.json
  456. [14:18:25] [Server thread/INFO]: Reading json file:defaultConfig-items.json
  457. [14:18:25] [Server thread/INFO]: Reading json file:defaultConfig-oreGen.json
  458. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  459. [14:18:25] [Server thread/INFO]: Register Block: Red Sand
  460. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  461. [14:18:25] [Server thread/INFO]: Register Block: Pink Sand
  462. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  463. [14:18:25] [Server thread/INFO]: Register Block: Green Sand
  464. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  465. [14:18:25] [Server thread/INFO]: Register Block: Blue Sand
  466. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  467. [14:18:25] [Server thread/INFO]: Register Block: Dark quartz pillar
  468. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  469. [14:18:25] [Server thread/INFO]: Register Block: Dark quartz
  470. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  471. [14:18:25] [Server thread/INFO]: Register Block: Chiseled Dark quartz
  472. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  473. [14:18:25] [Server thread/INFO]: Register Block: Diorite
  474. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  475. [14:18:25] [Server thread/INFO]: Register Block: Polished Diorite
  476. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  477. [14:18:25] [Server thread/INFO]: Register Block: Andesite
  478. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  479. [14:18:25] [Server thread/INFO]: Register Block: Polished Andesite
  480. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  481. [14:18:25] [Server thread/INFO]: Register Block: Granite
  482. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  483. [14:18:25] [Server thread/INFO]: Register Block: Polished Granite
  484. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  485. [14:18:25] [Server thread/INFO]: Register Block: Coarse Dirt
  486. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  487. [14:18:25] [Server thread/INFO]: Register Block: Red Sandstone
  488. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  489. [14:18:25] [Server thread/INFO]: Register Block: Chiseled Red Sandstone
  490. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  491. [14:18:25] [Server thread/INFO]: Register Block: Smooth Red Sandstone
  492. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  493. [14:18:25] [Server thread/INFO]: Register Block: Red Sandstone Slab
  494. [14:18:25] [Server thread/INFO]: Hide item in nei: customitems:double_red_sandstone_slab
  495. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  496. [14:18:25] [Server thread/INFO]: Register Block: Red Sandstone Stairs
  497. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  498. [14:18:25] [Server thread/INFO]: Register Block: Prismarine
  499. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  500. [14:18:25] [Server thread/INFO]: Register Block: Prismarine Bricks
  501. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  502. [14:18:25] [Server thread/INFO]: Register Block: Dark Prismarine
  503. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  504. [14:18:25] [Server thread/INFO]: Register Block: Sea Lantern
  505. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  506. [14:18:25] [Server thread/INFO]: Register Block: Spruce Fence
  507. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  508. [14:18:25] [Server thread/INFO]: Register Block: Birch Fence
  509. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  510. [14:18:25] [Server thread/INFO]: Register Block: Jungle Fence
  511. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  512. [14:18:25] [Server thread/INFO]: Register Block: Dark Oak Fence
  513. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  514. [14:18:25] [Server thread/INFO]: Register Block: Acacia Fence
  515. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.tileEntity.Cfg_chest
  516. [14:18:25] [Server thread/INFO]: Single item Chest
  517. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.items.food.Cfg_food
  518. [14:18:25] [Server thread/INFO]: Fire Jumping Banana
  519. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.items.food.Cfg_food
  520. [14:18:25] [Server thread/INFO]: Raw Mutton
  521. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.items.food.Cfg_food
  522. [14:18:25] [Server thread/INFO]: Cooked Mutton
  523. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.items.Cfg_item
  524. [14:18:25] [Server thread/INFO]: Coin
  525. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.items.Cfg_item
  526. [14:18:25] [Server thread/INFO]: Prismarine Crystals
  527. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.items.Cfg_item
  528. [14:18:25] [Server thread/INFO]: Prismarine Shard
  529. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_fluid
  530. [14:18:25] [Server thread/INFO]: Greeni
  531. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_fluid
  532. [14:18:25] [Server thread/INFO]: tower
  533. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_fluid
  534. [14:18:25] [Server thread/INFO]: Nova_water
  535. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_fluid
  536. [14:18:25] [Server thread/INFO]: Nova Lava
  537. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.items.tools.Cfg_sword
  538. [14:18:25] [Server thread/INFO]: God Sword
  539. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  540. [14:18:25] [Server thread/INFO]: Register Block: Custom Glass
  541. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  542. [14:18:25] [Server thread/INFO]: Register Block: Custom Glass Pane
  543. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  544. [14:18:25] [Server thread/INFO]: Register Block: Custom Glass Stairs
  545. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  546. [14:18:25] [Server thread/INFO]: Register Block: Custom Glass Slab
  547. [14:18:25] [Server thread/INFO]: Hide item in nei: customitems:double_custom_glass_slab
  548. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  549. [14:18:25] [Server thread/INFO]: Register Block: Custom Glass Fence
  550. [14:18:25] [Server thread/INFO]: class me.otho.customItems.configuration.jsonReaders.blocks.Cfg_block
  551. [14:18:25] [Server thread/INFO]: Register Block: Custom Glass Wall
  552. [14:18:25] [Server thread/INFO]: Registering Creative Tab: 1.8 Stuff
  553. [14:18:25] [Server thread/WARN]: [14:18:25][FINE][noppes.npcs.LogWriter:71] Sat Oct 08 14:18:25 BST 2016
  554.  
  555. [14:18:25] [Server thread/WARN]: [14:18:25][SEVERE][noppes.npcs.enchants.EnchantInterface:49] java.lang.IllegalArgumentException: Duplicate enchantment id! class noppes.npcs.enchants.EnchantDamage and class am2.enchantments.EnchantMagicResist Enchantment ID:100
  556. at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
  557. at noppes.npcs.enchants.EnchantInterface.<init>(EnchantInterface.java:24)
  558. at noppes.npcs.enchants.EnchantDamage.<init>(EnchantDamage.java:9)
  559. at noppes.npcs.enchants.EnchantInterface.load(EnchantInterface.java:43)
  560. at noppes.npcs.CustomNpcs.load(CustomNpcs.java:175)
  561. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  562. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  563. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  564. at java.lang.reflect.Method.invoke(Unknown Source)
  565. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  566. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  567. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  568. at java.lang.reflect.Method.invoke(Unknown Source)
  569. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  570. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  571. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  572. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  573. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  574. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  575. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  576. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  577. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  578. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  579. at java.lang.reflect.Method.invoke(Unknown Source)
  580. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  581. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  582. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  583. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  584. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  585. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  586. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  587. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  588. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319)
  589. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176)
  590. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643)
  591. at java.lang.Thread.run(Unknown Source)
  592.  
  593. [14:18:25] [Server thread/WARN]: [14:18:25][FINE][noppes.npcs.controllers.ScriptController:60] Script Engines Available:
  594.  
  595. [14:18:25] [Server thread/WARN]: [14:18:25][FINE][noppes.npcs.controllers.ScriptController:66] Scala: .scala
  596.  
  597. [14:18:25] [Server thread/INFO]: Bukkit permissions enabled
  598. [14:18:25] [Server thread/INFO]: Permissions available:
  599. [14:18:25] [Server thread/INFO]: customnpcs.edit.blocks
  600. [14:18:25] [Server thread/INFO]: customnpcs.edit.villager
  601. [14:18:25] [Server thread/INFO]: customnpcs.global.bank
  602. [14:18:25] [Server thread/INFO]: customnpcs.global.dialog
  603. [14:18:25] [Server thread/INFO]: customnpcs.global.faction
  604. [14:18:25] [Server thread/INFO]: customnpcs.global.linked
  605. [14:18:25] [Server thread/INFO]: customnpcs.global.naturalspawn
  606. [14:18:25] [Server thread/INFO]: customnpcs.global.playerdata
  607. [14:18:25] [Server thread/INFO]: customnpcs.global.quest
  608. [14:18:25] [Server thread/INFO]: customnpcs.global.recipe
  609. [14:18:25] [Server thread/INFO]: customnpcs.global.transport
  610. [14:18:25] [Server thread/INFO]: customnpcs.npc.advanced
  611. [14:18:25] [Server thread/INFO]: customnpcs.npc.ai
  612. [14:18:25] [Server thread/INFO]: customnpcs.npc.clone
  613. [14:18:25] [Server thread/INFO]: customnpcs.npc.create
  614. [14:18:25] [Server thread/INFO]: customnpcs.npc.delete
  615. [14:18:25] [Server thread/INFO]: customnpcs.npc.display
  616. [14:18:25] [Server thread/INFO]: customnpcs.npc.freeze
  617. [14:18:25] [Server thread/INFO]: customnpcs.npc.gui
  618. [14:18:25] [Server thread/INFO]: customnpcs.npc.inventory
  619. [14:18:25] [Server thread/INFO]: customnpcs.npc.reset
  620. [14:18:25] [Server thread/INFO]: customnpcs.npc.stats
  621. [14:18:25] [Server thread/INFO]: customnpcs.soulstone.all
  622. [14:18:25] [Server thread/INFO]: customnpcs.spawner.create
  623. [14:18:25] [Server thread/INFO]: customnpcs.spawner.mob
  624. [14:18:25] [Server thread/INFO]: customnpcs.tool.mounter
  625. [14:18:25] [Server thread/INFO]: customnpcs.tool.pather
  626. [14:18:25] [Server thread/INFO]: customnpcs.tool.scripter
  627. [14:18:25] [Server thread/INFO]: Galacticraft oil is not default, issues may occur.
  628. [14:18:26] [Server thread/INFO]: Galacticraft fuel is not default, issues may occur.
  629. [14:18:26] [Server thread/INFO]: InvTweaks: net.minecraft.inventory.ContainerPlayer
  630. [14:18:26] [Server thread/INFO]: Core: Altering definition of net.minecraft.network.play.server.S1DPacketEntityEffect, (obfuscated)
  631. [14:18:26] [Server thread/INFO]: Core: Altering definition of net.minecraft.network.play.server.S1EPacketRemoveEntityEffect, (obfuscated)
  632. [14:18:26] [Server thread/INFO]: InvTweaks: net.minecraft.inventory.ContainerChest
  633. [14:18:26] [Server thread/INFO]: InvTweaks: net.minecraft.inventory.ContainerDispenser
  634. [14:18:26] [Server thread/INFO]: InvTweaks: net.minecraft.inventory.ContainerHopper
  635. [14:18:26] [Server thread/INFO]: InvTweaks: net.minecraft.inventory.ContainerEnchantment
  636. [14:18:26] [Server thread/INFO]: InvTweaks: net.minecraft.inventory.ContainerBeacon
  637. [14:18:26] [Server thread/INFO]: InvTweaks: net.minecraft.inventory.ContainerBrewingStand
  638. [14:18:26] [Server thread/INFO]: InvTweaks: net.minecraft.inventory.ContainerMerchant
  639. [14:18:26] [Server thread/INFO]: Core: Altering definition of net.minecraft.network.NetHandlerPlayServer, (obfuscated)
  640. [14:18:26] [Server thread/INFO]: Server Player 1.4 Created
  641. [14:18:26] [Server thread/INFO]: Server Player: registered GalacticraftCore
  642. [14:18:26] [Server thread/INFO]: Detected Tekkit in root directory - hello, fellow user!
  643. [14:18:26] [Server thread/INFO]: > Loading Easy Crafting | Version 1.7.10-2.0.1.16
  644. [14:18:26] [Server thread/INFO]: > http://mods.lepko.net/
  645. [14:18:26] [Thread-12/INFO]: Checking for newer mod version
  646. [14:18:26] [Server thread/INFO]: The color of enchantment type all has been set to 15029174
  647. [14:18:26] [Server thread/INFO]: The color of enchantment type armor has been set to 10394268
  648. [14:18:26] [Server thread/INFO]: The color of enchantment type armor_feet has been set to 10394268
  649. [14:18:26] [Server thread/INFO]: The color of enchantment type armor_legs has been set to 10394268
  650. [14:18:26] [Server thread/INFO]: The color of enchantment type armor_torso has been set to 10394268
  651. [14:18:26] [Server thread/INFO]: The color of enchantment type armor_head has been set to 10394268
  652. [14:18:26] [Server thread/INFO]: The color of enchantment type weapon has been set to 16711680
  653. [14:18:26] [Server thread/INFO]: The color of enchantment type digger has been set to 9127187
  654. [14:18:26] [Server thread/INFO]: The color of enchantment type fishing_rod has been set to 1596073
  655. [14:18:26] [Server thread/INFO]: The color of enchantment type breakable has been set to 10394268
  656. [14:18:26] [Server thread/INFO]: The color of enchantment type bow has been set to 29696
  657. [14:18:27] [Server thread/INFO]: XP Juice regististration left to Open Blocks.
  658. [14:18:28] [Thread-12/INFO]: Dynamic Surroundings version [1.0.5.6] is the same or newer than the current version [1.0.5.6]
  659. [14:18:31] [Server thread/INFO]: Successfully injected component logic into class enhancedportals.tile.TileController.
  660. [14:18:31] [Server thread/INFO]: Successfully injected component logic into class enhancedportals.tile.TileNetworkInterface.
  661. [14:18:31] [Server thread/INFO]: Successfully injected component logic into class enhancedportals.tile.TileDialingDevice.
  662. [14:18:31] [Server thread/INFO]: Successfully injected component logic into class enhancedportals.tile.TileTransferFluid.
  663. [14:18:31] [Server thread/INFO]: Successfully injected component logic into class enhancedportals.tile.TileTransferItem.
  664. [14:18:31] [Server thread/INFO]: Successfully injected component logic into class enhancedportals.tile.TileTransferEnergy.
  665. [14:18:31] [Server thread/WARN]: Severe error, please report this to the mod author:
  666. [14:18:31] [Server thread/WARN]: java.lang.ArrayIndexOutOfBoundsException
  667. [14:18:31] [Server thread/INFO]: Loaded configuration file.
  668. [14:18:32] [Server thread/INFO]: Hello World
  669. [14:18:33] [Server thread/INFO]: Mantle (1.7.10-0.3.2.jenkins191) -- Preparing for launch.
  670. [14:18:33] [Server thread/INFO]: Entering preinitialization phase.
  671. [14:18:33] [Server thread/INFO]: Loading configuration from disk.
  672. [14:18:33] [Server thread/INFO]: Configuration load completed.
  673. [14:18:33] [Server thread/INFO]: Skipping Pulse Tinkers Mystcraft Compatibility; missing dependency: Mystcraft
  674. [14:18:33] [Server thread/INFO]: Skipping Pulse Tinkers' Underground Biomes Compatiblity; missing dependency: UndergroundBiomes
  675. [14:18:33] [Server thread/INFO]: Skipping Pulse Tinkers RF-Tools Compatibility; missing dependency: rftools
  676. [14:18:33] [Server thread/INFO]: Gear module active. Adding gear cast.
  677. [14:18:33] [Server thread/INFO]: Mekanism Detected
  678. [14:18:33] [Server thread/INFO]: Applied Energistics Detected
  679. [14:18:33] [Server thread/INFO]: Biomes O' Plenty Detected
  680. [14:18:33] [Server thread/INFO]: Botania Detected
  681. [14:18:33] [Server thread/INFO]: Galacticraft Mars Detected
  682. [14:18:33] [Server thread/INFO]: Thaumcraft Detected
  683. [14:18:33] [Server thread/INFO]: EnderIO Detected
  684. [14:18:33] [Server thread/INFO]: BigReactors Detected
  685. [14:18:33] [Server thread/INFO]: ExtraUtils Detected
  686. [14:18:33] [Server thread/INFO]: HarvestCraft Detected
  687. [14:18:33] [Server thread/INFO]: Thermal Foundation Detected
  688. [14:18:34] [Server thread/INFO]: Successfully injected component logic into class thaumic.tinkerer.common.block.tile.TileAspectAnalyzer.
  689. [14:18:34] [Server thread/INFO]: Successfully injected component logic into class thaumic.tinkerer.common.block.tile.TileGolemConnector.
  690. [14:18:34] [Server thread/INFO]: Successfully injected component logic into class thaumic.tinkerer.common.block.tile.TileMagnet.
  691. [14:18:34] [Server thread/INFO]: Successfully injected component logic into class thaumic.tinkerer.common.block.tile.tablet.TileAnimationTablet.
  692. [14:18:35] [Server thread/INFO]: Loading internal config files for mod Pressure Pipes
  693. [14:18:35] [Server thread/INFO]: Loading config: jar:file:/C:/Users/User/Documents/Stuff/servers/_minecraft-tekkit/mods/pressure-1.3.0.130-mc1.7.10.jar!/assets/pressure/config/settings.cfg
  694. [14:18:35] [Server thread/INFO]: Loading config: jar:file:/C:/Users/User/Documents/Stuff/servers/_minecraft-tekkit/mods/pressure-1.3.0.130-mc1.7.10.jar!/assets/pressure/config/recipes.cfg
  695. [14:18:35] [Server thread/INFO]: Loading user config files for mod Pressure Pipes
  696. [14:18:35] [Server thread/INFO]: Config loading for mod Pressure Pipes finished
  697. [14:18:35] [Server thread/INFO]: Loaded creative tabs for pressure
  698. [14:18:35] [Server thread/INFO]: IC2 Version: IC2 2.2.999
  699. [14:18:35] [Server thread/INFO]: RF Version: CoFHAPI 1.7.10R1.0.1
  700. [14:18:35] [Server thread/INFO]: Loading internal config files for mod Advanced Generators
  701. [14:18:35] [Server thread/INFO]: Loading config: jar:file:/C:/Users/User/Documents/Stuff/servers/_minecraft-tekkit/mods/generators-0.9.20.123-mc1.7.10.jar!/assets/advgenerators/config/generators.cfg
  702. [14:18:35] [Server thread/INFO]: Loading config: jar:file:/C:/Users/User/Documents/Stuff/servers/_minecraft-tekkit/mods/generators-0.9.20.123-mc1.7.10.jar!/assets/advgenerators/config/recipes.cfg
  703. [14:18:35] [Server thread/INFO]: Loading config: jar:file:/C:/Users/User/Documents/Stuff/servers/_minecraft-tekkit/mods/generators-0.9.20.123-mc1.7.10.jar!/assets/advgenerators/config/turbine.cfg
  704. [14:18:35] [Server thread/INFO]: Loading config: jar:file:/C:/Users/User/Documents/Stuff/servers/_minecraft-tekkit/mods/generators-0.9.20.123-mc1.7.10.jar!/assets/advgenerators/config/exchanger.cfg
  705. [14:18:35] [Server thread/INFO]: Loading config: jar:file:/C:/Users/User/Documents/Stuff/servers/_minecraft-tekkit/mods/generators-0.9.20.123-mc1.7.10.jar!/assets/advgenerators/config/syngas.cfg
  706. [14:18:35] [Server thread/INFO]: Loading config: jar:file:/C:/Users/User/Documents/Stuff/servers/_minecraft-tekkit/mods/generators-0.9.20.123-mc1.7.10.jar!/assets/advgenerators/config/turbine-materials.cfg
  707. [14:18:35] [Server thread/INFO]: Loading config: jar:file:/C:/Users/User/Documents/Stuff/servers/_minecraft-tekkit/mods/generators-0.9.20.123-mc1.7.10.jar!/assets/advgenerators/config/capacitor-materials.cfg
  708. [14:18:35] [Server thread/INFO]: Loading user config files for mod Advanced Generators
  709. [14:18:35] [Server thread/INFO]: Config loading for mod Advanced Generators finished
  710. [14:18:35] [Server thread/INFO]: Loaded creative tabs for advgenerators
  711. [14:18:36] [Server thread/INFO]: Pressure pipes detected (net.bdew.pressure.pressurenet.Helper$@3e461d70), adding pressure modules
  712. [14:18:36] [Server thread/INFO]: Fluid 'syngas' not registered by any other mod, creating...
  713. [14:18:36] [Server thread/INFO]: Adding block for fluid 'syngas'
  714. [14:18:36] [Server thread/WARN]: Growthcraft|Cellar Resizing PotionTypes array from 288 to 1024
  715. [14:18:37] [Server thread/INFO]: Added 2 items into Decomposition blacklist
  716. [14:18:37] [Server thread/INFO]: Galacticraft successfully injected bytecode into: ms (1 / 1)
  717. [14:18:37] [Server thread/WARN]: Something went wrong when initializing HarvestCraft Plugin
  718. [14:18:38] [Server thread/INFO]: Starting PreInitialization for modtweaker2
  719. [14:18:39] [Server thread/INFO]: Config file path: C:\Users\User\Documents\Stuff\servers\_minecraft-tekkit\config/primitivemobs/
  720. [14:18:39] [Server thread/INFO]: Loaded General configuration file
  721. [14:18:39] [Server thread/INFO]: Loaded Spawnrate configuration file
  722. [14:18:39] [Server thread/WARN]: Failed to load PR Plugin: Treecapitator: gem axe compat
  723. [14:18:39] [Server thread/WARN]: Failed to load PR Plugin: ComputerCraft: bundled cable connections
  724. [14:18:39] [Server thread/WARN]: Failed to load PR Plugin: Colored Lights: Illumination lighting
  725. [14:18:39] [Server thread/INFO]: Successfully injected component logic into class lumien.randomthings.TileEntities.TileEntityCreativePlayerInterface.
  726. [14:18:39] [Server thread/INFO]: Successfully injected component logic into class lumien.randomthings.TileEntities.TileEntityOnlineDetector.
  727. [14:18:39] [Server thread/INFO]: Successfully injected component logic into class lumien.randomthings.TileEntities.TileEntityNotificationInterface.
  728. [14:18:40] [Server thread/INFO]: Successfully injected component logic into class me.planetguy.remaininmotion.drive.TileEntityCarriageController.
  729. [14:18:40] [Server thread/INFO]: Loaded configuration file.
  730. [14:18:41] [Server thread/INFO]: Loading Plugins...
  731. [14:18:41] [Server thread/INFO]: Finished Loading Plugins.
  732. [14:18:41] [Server thread/INFO]: Some other mod already increased the potion array
  733. [14:18:41] [Server thread/INFO]: Moma had a cow, Moma had a chicken... Dad was proud, he didn't care how!
  734. [14:18:41] [Server thread/INFO]: Totemic is Loading
  735. [14:18:41] [Thread-13/INFO]: Version Checker Status: CURRENT
  736. [14:18:41] [Server thread/INFO]: Setting up 'WitchingGadgets'
  737. [14:18:41] [Server thread/WARN]: ****************************************
  738. [14:18:41] [Server thread/WARN]: * Invalid registration attempt for an Ore Dictionary item with name blockVoid has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this.
  739. [14:18:41] [Server thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:522)
  740. [14:18:41] [Server thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
  741. [14:18:41] [Server thread/WARN]: * at witchinggadgets.common.WGContent.preInitItems(WGContent.java:346)
  742. [14:18:41] [Server thread/WARN]: * at witchinggadgets.common.WGContent.preInit(WGContent.java:156)
  743. [14:18:41] [Server thread/WARN]: * at witchinggadgets.WitchingGadgets.preInit(WitchingGadgets.java:70)
  744. [14:18:41] [Server thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
  745. [14:18:41] [Server thread/WARN]: ****************************************
  746. [14:18:42] [Server thread/INFO]: Applying holder lookups
  747. [14:18:42] [Server thread/INFO]: Holder lookups applied
  748. [14:18:42] [Server thread/INFO]: Injecting itemstacks
  749. [14:18:42] [Server thread/INFO]: Itemstack injection complete
  750. [14:18:42] [Server thread/INFO]: Loading properties
  751. [14:18:42] [Server thread/INFO]: Default game type: SURVIVAL
  752. [14:18:42] [Server thread/INFO]: This server is running Cauldron version 1.7.10-1614.56 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
  753. [14:18:42] [Server thread/INFO]: Server Ping Player Sample Count: 12
  754. [14:18:42] [Server thread/INFO]: Using 8 threads for Netty based IO
  755. [14:18:42] [Server thread/INFO]: Generating keypair
  756. [14:18:42] [Server thread/INFO]: Starting Minecraft server on *:25565
  757. [14:18:43] [Server thread/WARN]: Redundant call to BiomeDictionary.registerAllBiomes ignored
  758. [14:18:43] [Server thread/WARN]: Unregistered spell part in skill trees: am2.spell.components.MeltArmor@612703f6
  759. [14:18:43] [Server thread/WARN]: Unregistered spell part in skill trees: am2.spell.components.ScrambleSynapses@1812930a
  760. [14:18:43] [Server thread/WARN]: Unregistered spell part in skill trees: am2.spell.components.Nauseate@9776560
  761. [14:18:43] [Server thread/INFO]: Initializing API Hooks...
  762. [14:18:43] [Server thread/INFO]: Finished API Initialization
  763. [14:18:43] [Server thread/INFO]: Initializing ModVersionChecker for mod bspkrsCore
  764. [14:18:44] [Server thread/WARN]: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
  765. [14:18:44] [Server thread/INFO]: Initializing ModVersionChecker for mod Treecapitator
  766. [14:18:44] [Server thread/INFO]: Initialization ( started )
  767. [14:18:45] [Server thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.WoodenGear:0
  768. [14:18:45] [Server thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.IronNugget:0
  769. [14:18:45] [Server thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
  770. [14:18:45] [Server thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
  771. [14:18:45] [Server thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
  772. [14:18:45] [Server thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
  773. [14:18:45] [Server thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.GoldDust:0
  774. [14:18:45] [Server thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.IronDust:0
  775. [14:18:45] [Server thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Silicon:0
  776. [14:18:45] [Server thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Silicon:0
  777. [14:18:45] [Server thread/INFO]: Recipes Loading: HCCrusher: 8 loaded.
  778. [14:18:45] [Server thread/INFO]: Recipes Loading: MekEnrichment: 2 loaded.
  779. [14:18:45] [Server thread/INFO]: Recipes Loading: Shaped: 202 loaded.
  780. [14:18:45] [Server thread/INFO]: Recipes Loading: Inscribe: 8 loaded.
  781. [14:18:45] [Server thread/INFO]: Recipes Loading: Press: 3 loaded.
  782. [14:18:45] [Server thread/INFO]: Recipes Loading: Grind: 4 loaded.
  783. [14:18:45] [Server thread/INFO]: Recipes Loading: Smelt: 2 loaded.
  784. [14:18:45] [Server thread/INFO]: Recipes Loading: Crusher: 8 loaded.
  785. [14:18:45] [Server thread/INFO]: Recipes Loading: MekCrusher: 3 loaded.
  786. [14:18:45] [Server thread/INFO]: Recipes Loading: Shapeless: 55 loaded.
  787. [14:18:45] [Server thread/INFO]: Recipes Loading: OreRegistration: 14 loaded.
  788. [14:18:45] [Server thread/INFO]: Recipes Loading: GrindFZ: 7 loaded.
  789. [14:18:45] [Server thread/INFO]: Recipes Loading: Macerator: 7 loaded.
  790. [14:18:45] [Server thread/INFO]: Recipes Loading: Pulverizer: 8 loaded.
  791. [14:18:45] [Server thread/INFO]: Initialization ( ended after 256ms )
  792. [14:18:45] [Server thread/INFO]: Initialized network channel 'bdew.ae2stuff' for mod 'ae2stuff'
  793. [14:18:46] [Server thread/INFO]: Loading compat module CarpentersBlocks
  794. [14:18:46] [Server thread/INFO]: Loading compat module IronChest
  795. [14:18:46] [Server thread/INFO]: Loading compat module AgriCraft
  796. [14:18:46] [Server thread/INFO]: Loading compat module BigReactors
  797. [14:18:46] [Server thread/INFO]: Loading compat module RemainInMotion
  798. [14:18:46] [Server thread/INFO]: Loading compat module ForgeMultipart
  799. [14:18:46] [Server thread/INFO]: Loading compat module Railcraft
  800. [14:18:46] [Server thread/INFO]: Loading compat module ThermalExpansion
  801. [14:18:46] [Server thread/INFO]: Loading compat module MineFactoryReloaded
  802. [14:18:46] [Server thread/INFO]: Loading compat module Waila
  803. [14:18:46] [Server thread/INFO]: Loading compat module EnderIO
  804. [14:18:46] [Server thread/INFO]: Loading compat module PamHarvestCraft
  805. [14:18:46] [Server thread/INFO]: Loading compat module EnderStorage
  806. [14:18:46] [Server thread/INFO]: Loading compat module MineTweaker3
  807. [14:18:46] [Server thread/INFO]: Starting init...
  808. [14:18:46] [Server thread/INFO]: Loading recipes...
  809. [14:18:46] [Server thread/INFO]: Skipping feature twilghtForest as its required mod TwilightForest was missing.
  810. [14:18:46] [Server thread/INFO]: Skipping feature tfMazestone as its parent feature twilghtForest was disabled.
  811. [14:18:46] [Server thread/INFO]: Skipping feature tfTowerstone as its parent feature twilghtForest was disabled.
  812. [14:18:46] [Server thread/INFO]: Skipping feature tfUnderBrick as its parent feature twilghtForest was disabled.
  813. [14:18:46] [Server thread/INFO]: 102 Feature's recipes loaded.
  814. [14:18:46] [Server thread/INFO]: Init finished.
  815. [14:18:47] [Server thread/INFO]: Registering loot disk 'openOS' from mod OpenComputers.
  816. [14:18:47] [Server thread/INFO]: Registering loot disk 'maze' from mod OpenComputers.
  817. [14:18:47] [Server thread/INFO]: Registering loot disk 'dig' from mod OpenComputers.
  818. [14:18:47] [Server thread/INFO]: Registering loot disk 'irc' from mod OpenComputers.
  819. [14:18:47] [Server thread/INFO]: Registering loot disk 'openloader' from mod OpenComputers.
  820. [14:18:47] [Server thread/INFO]: Registering loot disk 'plan9k' from mod OpenComputers.
  821. [14:18:47] [Server thread/INFO]: Registering loot disk 'oppm' from mod OpenComputers.
  822. [14:18:47] [Server thread/INFO]: Registering loot disk 'network' from mod OpenComputers.
  823. [14:18:47] [Server thread/INFO]: Registering loot disk 'build' from mod OpenComputers.
  824. [14:18:47] [Server thread/INFO]: Initializing mod integration.
  825. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'AgriCraft'.
  826. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'appliedenergistics2'.
  827. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'AWWayofTime'.
  828. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|library'.
  829. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|tiles'.
  830. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|tools'.
  831. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|tiles'.
  832. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|transport'.
  833. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'CoFHAPI|energy'.
  834. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'CoFHAPI|item'.
  835. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'CoFHAPI|tileentity'.
  836. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'CoFHAPI|transport'.
  837. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'extracells'.
  838. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'EnderStorage'.
  839. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'MineFactoryReloaded|DeepStorageUnit'.
  840. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'ForgeMultipart'.
  841. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'Galacticraft API'.
  842. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'IC2'.
  843. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'Mekanism'.
  844. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'MekanismAPI|gas'.
  845. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'MineFactoryReloaded'.
  846. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'ProjRed|Transmission'.
  847. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'Railcraft'.
  848. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'ThermalExpansion'.
  849. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'TConstruct'.
  850. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'Minecraft'.
  851. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'Waila'.
  852. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'WR-CBE|Core'.
  853. [14:18:47] [Server thread/INFO]: Initializing mod integration for 'OpenComputers'.
  854. [14:18:47] [Server thread/INFO]: Found extended redstone mods, enabling tier two redstone card.
  855. [14:18:47] [Server thread/INFO]: Initializing recipes.
  856. [14:18:48] [Server thread/INFO]: Done with init phase.
  857. [14:18:48] [Server thread/INFO]: Creating new Entangle Registry
  858. [14:18:48] [Server thread/INFO]: Version 9.1.0 initializing...
  859. [14:18:48] [Server thread/INFO]: Loading complete.
  860. [14:18:48] [Server thread/INFO]: Mod loaded.
  861. [14:18:49] [Server thread/INFO]: [Handlers] Skipping class com.enderio.core.client.gui.bettermodlist.EventHandlerGui, it is not loaded on this side.
  862. [14:18:49] [Server thread/INFO]: [Handlers] Registering handler FireworkHandler to busses: [FORGE, FML]
  863. [14:18:49] [Server thread/INFO]: [Handlers] Registering handler XPBoostHandler to busses: [FORGE, FML]
  864. [14:18:49] [Server thread/INFO]: [Handlers] Skipping class com.enderio.core.client.handlers.ClientHandler, it is not loaded on this side.
  865. [14:18:49] [Server thread/INFO]: [Handlers] Skipping class com.enderio.core.client.handlers.SpecialTooltipHandler, it is not loaded on this side.
  866. [14:18:49] [Server thread/INFO]: [Handlers] Registering handler AutoSmeltHandler to busses: [FORGE, FML]
  867. [14:18:49] [Server thread/INFO]: [Handlers] Skipping class com.enderio.core.client.handlers.EnchantTooltipHandler, it is not loaded on this side.
  868. [14:18:49] [Server thread/INFO]: [Handlers] Registering handler Scheduler to busses: [FORGE, FML]
  869. [14:18:49] [Server thread/INFO]: [Handlers] Registering handler RightClickCropHandler to busses: [FORGE, FML]
  870. [14:18:49] [Server thread/INFO]: [Handlers] Registering handler EnderIOController to busses: [FORGE, FML]
  871. [14:18:49] [Server thread/INFO]: [Handlers] Skipping class com.enderio.core.client.handlers.OreDictTooltipHandler, it is not loaded on this side.
  872. [14:18:49] [Server thread/INFO]: Sending dummy event to all mods
  873. [14:18:49] [Server thread/INFO]: Reloading ingame configs for modid: endercore
  874. [14:18:49] [Server thread/INFO]: Updating config...
  875. [14:18:49] [Server thread/INFO]: Registered command reloadConfigs with permission node com.enderio.core.common.command.CommandReloadConfigs
  876. [14:18:49] [Server thread/INFO]: Registered command reloadServerConfigs with permission node com.enderio.core.common.command.CommandReloadConfigs
  877. [14:18:49] [Server thread/INFO]: Recipes Loading: Shapeless: 45 loaded.
  878. [14:18:49] [Server thread/INFO]: Recipes Loading: Shaped: 54 loaded.
  879. [14:18:49] [Server thread/ERROR]: Trait already registered for cofh/api/energy/IEnergyHandler
  880. [14:18:49] [Server thread/ERROR]: Trait already registered for cofh/api/energy/IEnergyHandler
  881. [14:18:49] [Server thread/INFO]: Entering initialization phase.
  882. [14:18:49] [Server thread/INFO]: Thaumcraft detected. Registering harvestables.
  883. [14:18:49] [Server thread/INFO]: Waila detected. Registering TConstruct tank blocks with Waila registry.
  884. [14:18:49] [Server thread/INFO]: BuildCraft detected. Registering facades.
  885. [14:18:49] [Server thread/INFO]: AE2 detected. Registering for Spatial IO.
  886. [14:18:49] [Server thread/INFO]: IC2 detected. Preparing for shenanigans.
  887. [14:18:49] [Server thread/INFO]: MineFactoryReloaded detected. Registering TConstruct farmables/grindables with MFR's Farming Registry.
  888. [14:18:49] [Server thread/INFO]: ForgeMultipart detected. Registering TConstruct decorative blocks with FMP.
  889. [14:18:49] [Server thread/INFO]: Initialized network channel 'bdew.pressure' for mod 'pressure'
  890. [14:18:50] [Server thread/INFO]: Initialized network channel 'bdew.generators' for mod 'advgenerators'
  891. [14:18:50] [Server thread/INFO]: Registering turbine material: Enderium
  892. [14:18:50] [Server thread/INFO]: Registering turbine material: Steel
  893. [14:18:50] [Server thread/INFO]: Registering turbine material: Gold
  894. [14:18:50] [Server thread/INFO]: Registering turbine material: Bronze
  895. [14:18:50] [Server thread/INFO]: Registering turbine material: Manyullyn
  896. [14:18:50] [Server thread/INFO]: Registering turbine material: Iron
  897. [14:18:50] [Server thread/INFO]: Registering turbine material: Vibrant
  898. [14:18:50] [Server thread/INFO]: Registering turbine material: AdvAlloy
  899. [14:18:50] [Server thread/INFO]: Registering capacitor material: Redstone
  900. [14:18:50] [Server thread/INFO]: Registering capacitor material: Advanced
  901. [14:18:50] [Server thread/INFO]: Registering capacitor material: Dense
  902. [14:18:50] [Server thread/ERROR]: Error while processing RsRecipeShaped(List(XXX, XVX, XXX),StackMacro(A),1): Item not found IC2:itemPartAlloy
  903. [14:18:50] [Server thread/ERROR]: Error while processing RsExchangerHeat(ResourceRef(ResKindFluid(ic2hotcoolant),1.0),ResourceRef(ResKindFluid(ic2coolant),1.0),8.0): Fluid ic2hotcoolant not found
  904. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@0, skipping
  905. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@1, skipping
  906. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@2, skipping
  907. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@3, skipping
  908. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@4, skipping
  909. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@5, skipping
  910. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@6, skipping
  911. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@7, skipping
  912. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@8, skipping
  913. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@9, skipping
  914. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@10, skipping
  915. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@11, skipping
  916. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@12, skipping
  917. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@13, skipping
  918. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@14, skipping
  919. [14:18:50] [Server thread/WARN]: No burn time for 1xtile.extrautils:color_blockCoal@15, skipping
  920. [14:18:50] [Server thread/ERROR]: Error while processing RsRecipeShaped(List(FwF, 111, FwF),StackMacro(A),1): Item not found IC2:itemAdvBat
  921. [14:18:50] [Server thread/ERROR]: Error while processing RsRecipeShaped(List(w2w, wAw, ___),StackMacro(B),1): Item not found IC2:itemBatCrystal
  922. [14:18:50] [Server thread/ERROR]: Error while processing RsRecipeShaped(List(w2w, wkw, ___),StackMacro(b),1): Item not found IC2:itemBatCrystal
  923. [14:18:50] [Server thread/ERROR]: Error while processing RsRecipeShaped(List(w3w, wBw, ___),StackMacro(C),1): Item not found IC2:itemBatLamaCrystal
  924. [14:18:50] [Server thread/ERROR]: Error while processing RsRecipeShaped(List(w3w, wkw, ___),StackMacro(c),1): Item not found IC2:itemBatLamaCrystal
  925. [14:18:50] [Server thread/INFO]: Couldn't find the BiomesOPlenty Biome dunes : This is NOT an issue, do not report!
  926. [14:18:50] [Server thread/INFO]: Couldn't find the BiomesOPlenty Biome timber : This is NOT an issue, do not report!
  927. [14:18:50] [Server thread/INFO]: Loaded MekanismGenerators module.
  928. [14:18:50] [Server thread/INFO]: Loaded MekanismTools module.
  929. [14:18:50] [LunatriusCore Version Check/INFO]: LunatriusCore is up to date!
  930. [14:18:50] [LunatriusCore Version Check/INFO]: Schematica is up to date!
  931. [14:18:50] [LunatriusCore Version Check/INFO]: Stackie is up to date!
  932. [14:18:50] [Server thread/INFO]: Starting Initialization for modtweaker2
  933. [14:18:51] [Server thread/WARN]: java.lang.NoClassDefFoundError: mekanism/common/recipe/machines/SolarEvaporationRecipe
  934. [14:18:51] [Server thread/WARN]: at java.lang.Class.getDeclaredMethods0(Native Method)
  935. [14:18:51] [Server thread/WARN]: at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
  936. [14:18:51] [Server thread/WARN]: at java.lang.Class.privateGetPublicMethods(Unknown Source)
  937. [14:18:51] [Server thread/WARN]: at java.lang.Class.getMethods(Unknown Source)
  938. [14:18:51] [Server thread/WARN]: at stanhebben.zenscript.type.ZenTypeNative.complete(ZenTypeNative.java:157)
  939. [14:18:51] [Server thread/WARN]: at minetweaker.runtime.GlobalRegistry.registerNativeClass(GlobalRegistry.java:101)
  940. [14:18:51] [Server thread/WARN]: at minetweaker.MineTweakerAPI.registerClass(MineTweakerAPI.java:336)
  941. [14:18:51] [Server thread/WARN]: at modtweaker2.mods.mekanism.Mekanism.<init>(Mekanism.java:44)
  942. [14:18:51] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  943. [14:18:51] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  944. [14:18:51] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  945. [14:18:51] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  946. [14:18:51] [Server thread/WARN]: at java.lang.Class.newInstance(Unknown Source)
  947. [14:18:51] [Server thread/WARN]: at modtweaker2.utils.TweakerPlugin.load(TweakerPlugin.java:18)
  948. [14:18:51] [Server thread/WARN]: at modtweaker2.utils.TweakerPlugin.register(TweakerPlugin.java:12)
  949. [14:18:51] [Server thread/WARN]: at modtweaker2.ModTweaker2.init(ModTweaker2.java:76)
  950. [14:18:51] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  951. [14:18:51] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  952. [14:18:51] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  953. [14:18:51] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  954. [14:18:51] [Server thread/WARN]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  955. [14:18:51] [Server thread/WARN]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  956. [14:18:51] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  957. [14:18:51] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  958. [14:18:51] [Server thread/WARN]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  959. [14:18:51] [Server thread/WARN]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  960. [14:18:51] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  961. [14:18:51] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  962. [14:18:51] [Server thread/WARN]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  963. [14:18:51] [Server thread/WARN]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  964. [14:18:51] [Server thread/WARN]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  965. [14:18:51] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  966. [14:18:51] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  967. [14:18:51] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  968. [14:18:51] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  969. [14:18:51] [Server thread/WARN]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  970. [14:18:51] [Server thread/WARN]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  971. [14:18:51] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  972. [14:18:51] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  973. [14:18:51] [Server thread/WARN]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  974. [14:18:51] [Server thread/WARN]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  975. [14:18:51] [Server thread/WARN]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
  976. [14:18:51] [Server thread/WARN]: at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
  977. [14:18:51] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:324)
  978. [14:18:51] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:288)
  979. [14:18:51] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643)
  980. [14:18:51] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  981. [14:18:51] [Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: mekanism.common.recipe.machines.SolarEvaporationRecipe
  982. [14:18:51] [Server thread/WARN]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  983. [14:18:51] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
  984. [14:18:51] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
  985. [14:18:51] [Server thread/WARN]: ... 47 more
  986. [14:18:51] [Server thread/WARN]: Caused by: java.lang.NullPointerException
  987. [14:18:51] [Server thread/INFO]: Loading scripts
  988. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.cavespider.EntityBabyCaveSpider
  989. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.cavespider.EntityFlyingCaveSpider
  990. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.cavespider.EntityMotherCaveSpider
  991. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.cavespider.EntityToughCaveSpider
  992. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.cavespider.EntityWebCaveSpider
  993. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.cavespider.EntityWitchCaveSpider
  994. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.cavespider.Entity_SpecialCaveSpider
  995. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.creeper.EntityArmorCreeper
  996. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.creeper.EntityDarkCreeper
  997. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.creeper.EntityDeathCreeper
  998. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.creeper.EntityDirtCreeper
  999. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.creeper.EntityDoomCreeper
  1000. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.creeper.EntityDrowningCreeper
  1001. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.creeper.EntityEnderCreeper
  1002. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.creeper.EntityFireCreeper
  1003. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.creeper.EntityJumpingCreeper
  1004. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.creeper.EntityLightningCreeper
  1005. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.creeper.EntityMiniCreeper
  1006. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.creeper.EntitySplittingCreeper
  1007. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.creeper.Entity_SpecialCreeper
  1008. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.enderman.EntityBlindingEnderman
  1009. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.enderman.EntityCursedEnderman
  1010. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.enderman.EntityIcyEnderman
  1011. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.enderman.EntityLightningEnderman
  1012. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.enderman.EntityMiniEnderman
  1013. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.enderman.EntityMirageEnderman
  1014. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.enderman.EntityThiefEnderman
  1015. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.enderman.Entity_SpecialEnderman
  1016. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.ghast.EntityBabyGhast
  1017. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.ghast.EntityFaintGhast
  1018. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.ghast.EntityFighterGhast
  1019. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.ghast.EntityKingGhast
  1020. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.ghast.EntityMeleeGhast
  1021. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.ghast.EntityMiniGhast
  1022. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.ghast.EntityMountGhast
  1023. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.ghast.EntityQueenGhast
  1024. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.ghast.EntityUnholyGhast
  1025. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.ghast.Entity_SpecialGhast
  1026. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.pigzombie.EntityBrutishPigZombie
  1027. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.pigzombie.EntityFishingPigZombie
  1028. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.pigzombie.EntityGiantPigZombie
  1029. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.pigzombie.EntityHungryPigZombie
  1030. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.pigzombie.EntityPlaguePigZombie
  1031. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.pigzombie.EntityVampirePigZombie
  1032. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.pigzombie.Entity_SpecialPigZombie
  1033. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.silverfish.EntityBlindingSilverfish
  1034. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.silverfish.EntityFishingSilverfish
  1035. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.silverfish.EntityFlyingSilverfish
  1036. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.silverfish.EntityPoisonSilverfish
  1037. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.silverfish.EntityToughSilverfish
  1038. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.silverfish.Entity_SpecialSilverfish
  1039. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.skeleton.EntityBrutishSkeleton
  1040. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.skeleton.EntityFireSkeleton
  1041. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.skeleton.EntityGatlingSkeleton
  1042. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.skeleton.EntityGiantSkeleton
  1043. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.skeleton.EntityPoisonSkeleton
  1044. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.skeleton.EntitySniperSkeleton
  1045. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.skeleton.EntitySpitfireSkeleton
  1046. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.skeleton.EntityThiefSkeleton
  1047. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.skeleton.Entity_SpecialSkeleton
  1048. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.spider.EntityBabySpider
  1049. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.spider.EntityDesertSpider
  1050. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.spider.EntityFlyingSpider
  1051. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.spider.EntityGhostSpider
  1052. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.spider.EntityGiantSpider
  1053. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.spider.EntityHungrySpider
  1054. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.spider.EntityMotherSpider
  1055. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.spider.EntityPaleSpider
  1056. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.spider.EntityPoisonSpider
  1057. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.spider.EntitySmallSpider
  1058. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.spider.EntityToughSpider
  1059. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.spider.EntityWebSpider
  1060. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.spider.EntityWitchSpider
  1061. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.spider.Entity_SpecialSpider
  1062. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.zombie.EntityBrutishZombie
  1063. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.zombie.EntityFireZombie
  1064. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.zombie.EntityFishingZombie
  1065. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.zombie.EntityGiantZombie
  1066. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.zombie.EntityHungryZombie
  1067. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.zombie.EntityPlagueZombie
  1068. [14:18:51] [Server thread/WARN]: [0.9.2] Could not find class to blacklist: toast.specialMobs.entity.zombie.Entity_SpecialZombie
  1069. [14:18:52] [Server thread/INFO]: Registered inventory generator 'mineshaftCorridor'
  1070. [14:18:52] [Server thread/INFO]: Registered inventory generator 'pyramidDesertyChest'
  1071. [14:18:52] [Server thread/INFO]: Registered inventory generator 'pyramidJungleChest'
  1072. [14:18:52] [Server thread/INFO]: Registered inventory generator 'pyramidJungleDispenser'
  1073. [14:18:52] [Server thread/INFO]: Registered inventory generator 'strongholdCorridor'
  1074. [14:18:52] [Server thread/INFO]: Registered inventory generator 'strongholdLibrary'
  1075. [14:18:52] [Server thread/INFO]: Registered inventory generator 'strongholdCrossing'
  1076. [14:18:52] [Server thread/INFO]: Registered inventory generator 'villageBlacksmith'
  1077. [14:18:52] [Server thread/INFO]: Registered inventory generator 'bonusChest'
  1078. [14:18:52] [Server thread/INFO]: Registered inventory generator 'dungeonChest'
  1079. [14:18:52] [Server thread/ERROR]: Trait already registered for net/minecraft/inventory/ISidedInventory
  1080. [14:18:52] [Server thread/ERROR]: Trait already registered for net/minecraft/inventory/ISidedInventory
  1081. [14:18:52] [Server thread/INFO]: Totemic is entering its initialisation stage
  1082. [14:18:53] [Server thread/ERROR]: Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
  1083. [14:18:53] [Server thread/ERROR]:
  1084. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  1085. UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  1086. UCHI FML{7.10.99.99} [Forge Mod Loader] (server.jar)
  1087. UCHI Forge{10.13.4.1614} [Minecraft Forge] (server.jar)
  1088. UCHI kimagine{0.2} [KImagine] (minecraft.jar)
  1089. UCHI AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
  1090. UCHI appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
  1091. UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  1092. UCHI ivtoolkit{1.2.1} [IvToolkit] (minecraft.jar)
  1093. UCHI MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
  1094. UCHI Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  1095. UCHI NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
  1096. UCHI OpenComputers|Core{1.5.22.46} [OpenComputers (Core)] (minecraft.jar)
  1097. UCHI PlayerAPI{1.4} [Player API] (minecraft.jar)
  1098. UCHI ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  1099. UCHI WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
  1100. UCHI OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
  1101. UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  1102. UCHI AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
  1103. UCHI arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
  1104. UCHI bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
  1105. UCHI Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
  1106. UCHI appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
  1107. UCHI bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
  1108. UCHI ae2stuff{0.5.0.56} [AE2 Stuff] (ae2stuff-0.5.0.56-mc1.7.10.jar)
  1109. UCHI AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
  1110. UCHI BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
  1111. UCHI BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
  1112. UCHI BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
  1113. UCHI CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
  1114. UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  1115. UCHI ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
  1116. UCHI ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
  1117. UCHI BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
  1118. UCHI AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
  1119. UCHI bookshelf{1.0.4.172} [Bookshelf] (Bookshelf-1.7.10-1.0.4.172.jar)
  1120. UCHI Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  1121. UCHI Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
  1122. UCHI BuildCraft|Core{7.1.17} [BuildCraft] (buildcraft-7.1.17.jar)
  1123. UCHI BuildCraft|Silicon{7.1.17} [BC Silicon] (buildcraft-7.1.17.jar)
  1124. UCHI BuildCraft|Transport{7.1.17} [BC Transport] (buildcraft-7.1.17.jar)
  1125. UCHI BuildCraft|Builders{7.1.17} [BC Builders] (buildcraft-7.1.17.jar)
  1126. UCHI BuildCraft|Energy{7.1.17} [BC Energy] (buildcraft-7.1.17.jar)
  1127. UCHI BuildCraft|Robotics{7.1.17} [BC Robotics] (buildcraft-7.1.17.jar)
  1128. UCHI BuildCraft|Factory{7.1.17} [BC Factory] (buildcraft-7.1.17.jar)
  1129. UCHI BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
  1130. UCHI CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
  1131. UCHI IC2{2.2.999} [Industrial Craft Classic] (IC2Classic Version 1.2.0.3.jar)
  1132. UCHI Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
  1133. UCHI ForgeMultipart{1.2.0.347} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  1134. UCHI chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
  1135. UCHI EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  1136. UCHI MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1137. UCHI MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
  1138. UCHI ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
  1139. UCHI ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  1140. UCHI OpenComputers{1.5.22.46} [OpenComputers] (OpenComputers-MC1.7.10-1.5.22.46-universal.jar)
  1141. UCHI PneumaticCraft{1.12.7-150} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-150-universal.jar)
  1142. UCHI Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  1143. UCHI CompactMachines{1.7.10-1.21} [Compact Machines] (compactmachines-1.7.10-1.21.jar)
  1144. UCHI cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar)
  1145. UCHI MineTweaker3{3.0.7} [MineTweaker 3] (CraftTweaker-Customized-1.7.10-3.0.7.jar)
  1146. UCHI customitems{1.0.9b} [Meta Mod: Custom Items] (customitems-1.0.9_beta_1.7.10.jar)
  1147. UCHI customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
  1148. UCHI GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.460.jar)
  1149. UCHI Mekanism{9.1.0} [Mekanism] (Mekanism-1.7.10-9.1.0.281.jar)
  1150. UCHI DefenseTech{1.0.1} [DefenseTech] (DefenseTech-1.7.10-1.0.1.39.jar)
  1151. UCHI dsurround{1.0.5.6} [Dynamic Surroundings] (DynamicSurroundings-1.7.10-1.0.5.6.jar)
  1152. UCHI EasyCrafting{1.7.10-2.0.1.16} [Easy Crafting] (EasyCrafting-1.7.10-2.0.1.16.jar)
  1153. UCHI eplus{4.0.0..73} [Enchanting Plus] (EnchantingPlus-1.7.10-4.0.0.74.jar)
  1154. UCHI Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar)
  1155. UCHI endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar)
  1156. UCHI EnderIO{1.7.10-2.3.0.427_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.427_beta.jar)
  1157. UCHI EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
  1158. UCHI enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
  1159. UCHI ProjectE{1.7.10-PE1.10.0} [ProjectE] (ProjectE-1.7.10-PE1.10.0.jar)
  1160. UCHI equivalentenergistics{0.6} [Equivalent Energistics] (EquivalentEnergistics - 0.6 - 1.7.10.jar)
  1161. UCHI extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b197.jar)
  1162. UCHI ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  1163. UCHI harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
  1164. UCHI Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  1165. UCHI TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  1166. UCHI ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
  1167. UCHI farseek{1.0.11} [Farseek] (Farseek-1.0.11.jar)
  1168. UCHI FloodLights{1.1.1-120} [Flood Lights] (FloodLights-1.7.10-1.1.1-120.jar)
  1169. UCHI ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
  1170. UCHI ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
  1171. UCHI foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
  1172. UCHI GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.460.jar)
  1173. UCHI minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)
  1174. UCHI pressure{1.3.0.130} [Pressure Pipes] (pressure-1.3.0.130-mc1.7.10.jar)
  1175. UCHI advgenerators{0.9.20.123} [Advanced Generators] (generators-0.9.20.123-mc1.7.10.jar)
  1176. UCHI Growthcraft{1.7.10-2.6.2} [Growthcraft] (growthcraft-1.7.10-2.6.2-complete.jar)
  1177. UCHI Growthcraft|Cellar{1.7.10-2.6.2} [Growthcraft Cellar] (growthcraft-1.7.10-2.6.2-complete.jar)
  1178. UCHI Growthcraft|Apples{1.7.10-2.6.2} [Growthcraft Apples] (growthcraft-1.7.10-2.6.2-complete.jar)
  1179. UCHI Growthcraft|Bamboo{1.7.10-2.6.2} [Growthcraft Bamboo] (growthcraft-1.7.10-2.6.2-complete.jar)
  1180. UCHI Growthcraft|Bees{1.7.10-2.6.2} [Growthcraft Bees] (growthcraft-1.7.10-2.6.2-complete.jar)
  1181. UCHI Growthcraft|Fishtrap{1.7.10-2.6.2} [Growthcraft Fishtrap] (growthcraft-1.7.10-2.6.2-complete.jar)
  1182. UCHI Growthcraft|Grapes{1.7.10-2.6.2} [Growthcraft Grapes] (growthcraft-1.7.10-2.6.2-complete.jar)
  1183. UCHI Growthcraft|Hops{1.7.10-2.6.2} [Growthcraft Hops] (growthcraft-1.7.10-2.6.2-complete.jar)
  1184. UCHI Growthcraft|Milk{1.7.10-2.6.2} [Growthcraft Milk] (growthcraft-1.7.10-2.6.2-complete.jar)
  1185. UCHI Growthcraft|Rice{1.7.10-2.6.2} [Growthcraft Rice] (growthcraft-1.7.10-2.6.2-complete.jar)
  1186. UCHI HardcoreEnderExpansion{1.8.5} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.5.jar)
  1187. UCHI iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
  1188. UCHI Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
  1189. UCHI HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
  1190. UCHI IC2-Classic-Spmod{0.0.0.0} [IC2 Classic Detection Helper] (IC2Classic Version 1.2.0.3.jar)
  1191. UCHI inventorytweaks{1.59-dev-156-af3bc68} [Inventory Tweaks] (InventoryTweaks-1.59-dev-156.jar)
  1192. UCHI IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  1193. UCHI LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)
  1194. UCHI Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
  1195. UCHI MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
  1196. UCHI MekanismGenerators{9.1.0} [MekanismGenerators] (MekanismGenerators-1.7.10-9.1.0.281.jar)
  1197. UCHI MekanismTools{9.1.0} [MekanismTools] (MekanismTools-1.7.10-9.1.0.281.jar)
  1198. UCHI MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1199. UCHI MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1200. UCHI MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1201. UCHI MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1202. UCHI ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
  1203. UCHI MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1204. UCHI MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1205. UCHI MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1206. UCHI MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1207. UCHI MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1208. UCHI MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1209. UCHI modtweaker2{0.9.5} [Mod Tweaker 2] (ModTweaker2-0.9.5.jar)
  1210. UCHI numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
  1211. UCHI powersuits{0.11.0.301} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.301.jar)
  1212. UCHI Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
  1213. UCHI recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.3(1.7.10).jar)
  1214. UCHI OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
  1215. UCHI OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
  1216. UCHI planetguyLib{1.9} [planetguyLib] (PlanetguyLib-1.9.1.jar)
  1217. UCHI JotatosPracticalities{0.6.2} [Practicalities] (practicalities-1.7.10-0.6.2.jar)
  1218. UCHI primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar)
  1219. UCHI ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  1220. UCHI ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
  1221. UCHI ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  1222. UCHI ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
  1223. UCHI ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
  1224. UCHI ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  1225. UCHI RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
  1226. UCHI reccomplex{0.9.7.1} [Recurrent Complex] (RecurrentComplex-0.9.7.1.jar)
  1227. UCHI RefinedRelocation{1.1.28} [Refined Relocation] (RefinedRelocation-mc1.7.10-1.1.28.jar)
  1228. UCHI JAKJ_RedstoneInMotion{2.8.9} [Remain In Motion] (RemainInMotion-2.8.9.jar)
  1229. UCHI Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
  1230. UCHI Schematica{1.7.6.131} [Schematica] (Schematica-1.7.10-1.7.6.131-universal.jar)
  1231. UCHI Stackie{1.6.0.36} [Stackie] (Stackie-1.7.10-1.6.0.36-universal.jar)
  1232. UCHI streams{0.2} [Streams] (Streams-0.2.jar)
  1233. UCHI supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
  1234. UCHE tabbychat{1.11.2.2} [TabbyChat] (TabbyChat-1.7.10-1.11.2.2-fml.jar)
  1235. UCHI Tails{1.7.10-1.4.1a} [Tails] (Tails-1.7.10-1.4.1a.jar)
  1236. UCHI ThaumicEquivalence{1.7.10-1.0.4} [Thaumic Equivalence] (ThaumicEquivalence-1.7.10-1.0.4.jar)
  1237. UCHI ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-55.jar)
  1238. UCHI ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
  1239. UCHI totemic{1.7.10-0.6.2} [Totemic] (Totemic-1.7.10-0.6.2.jar)
  1240. UCHI TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
  1241. UCHI weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
  1242. UCHI WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
  1243. UCHI WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  1244. UCHI WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  1245. UCHI WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  1246. UCHI yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar)
  1247. UCHI Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
  1248. UCHI ForgeMicroblock{1.2.0.347} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  1249. UCHI McMultipart{1.2.0.347} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  1250. UCHI ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  1251. UCHI MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  1252. UCHI RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
  1253. UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1254. UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1255. UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1256. UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1257. UD MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1258. UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1259. UD MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  1260. [14:18:53] [Server thread/ERROR]: The following problems were captured during this phase
  1261. [14:18:53] [Server thread/ERROR]: Caught exception from tabbychat
  1262. java.lang.NoClassDefFoundError: acs/tabbychat/gui/context/ChatContext
  1263. at acs.tabbychat.core.TabbyChatMod.load(TabbyChatMod.java:24) ~[TabbyChatMod.class:?]
  1264. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  1265. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1266. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1267. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1268. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:1.7.10-1614.56]
  1269. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
  1270. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1271. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1272. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
  1273. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
  1274. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
  1275. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
  1276. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
  1277. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:1.7.10-1614.56]
  1278. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:1.7.10-1614.56]
  1279. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  1280. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1281. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1282. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1283. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
  1284. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
  1285. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
  1286. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
  1287. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
  1288. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:1.7.10-1614.56]
  1289. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:1.7.10-1614.56]
  1290. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:1.7.10-1614.56]
  1291. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:324) [FMLCommonHandler.class:1.7.10-1614.56]
  1292. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:288) [lt.class:?]
  1293. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
  1294. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  1295. Caused by: java.lang.ClassNotFoundException: acs.tabbychat.gui.context.ChatContext
  1296. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  1297. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1298. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1299. ... 32 more
  1300. Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiButton
  1301. at com.google.common.base.Throwables.propagate(Throwables.java:160) ~[server-1.7.10.jar:?]
  1302. at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:94) ~[CoFHCore-%5B1.7.10%5D3.1.3-327.jar:?]
  1303. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
  1304. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
  1305. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1306. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1307. ... 32 more
  1308. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiButton
  1309. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) ~[launchwrapper-1.12.jar:?]
  1310. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1311. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1312. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
  1313. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_101]
  1314. at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:90) ~[CoFHCore-%5B1.7.10%5D3.1.3-327.jar:?]
  1315. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
  1316. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
  1317. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1318. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1319. ... 32 more
  1320. [14:18:53] [Server thread/ERROR]: Encountered an unexpected exception
  1321. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: acs/tabbychat/gui/context/ChatContext
  1322.  
  1323. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) ~[LoadController.class:1.7.10-1614.56]
  1324. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739) ~[Loader.class:1.7.10-1614.56]
  1325. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) ~[FMLServerHandler.class:1.7.10-1614.56]
  1326. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:324) ~[FMLCommonHandler.class:1.7.10-1614.56]
  1327. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:288) ~[lt.class:?]
  1328. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
  1329. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  1330. Caused by: java.lang.NoClassDefFoundError: acs/tabbychat/gui/context/ChatContext
  1331. at acs.tabbychat.core.TabbyChatMod.load(TabbyChatMod.java:24) ~[TabbyChatMod.class:?]
  1332. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  1333. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1334. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1335. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1336. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:1.7.10-1614.56]
  1337. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
  1338. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1339. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1340. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
  1341. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
  1342. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
  1343. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
  1344. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
  1345. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:1.7.10-1614.56]
  1346. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:1.7.10-1614.56]
  1347. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  1348. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1349. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1350. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1351. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
  1352. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
  1353. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
  1354. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
  1355. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
  1356. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:1.7.10-1614.56]
  1357. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) ~[Loader.class:1.7.10-1614.56]
  1358. ... 5 more
  1359. Caused by: java.lang.ClassNotFoundException: acs.tabbychat.gui.context.ChatContext
  1360. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  1361. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1362. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1363. at acs.tabbychat.core.TabbyChatMod.load(TabbyChatMod.java:24) ~[TabbyChatMod.class:?]
  1364. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  1365. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1366. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1367. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1368. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:1.7.10-1614.56]
  1369. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
  1370. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1371. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1372. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
  1373. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
  1374. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
  1375. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
  1376. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
  1377. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:1.7.10-1614.56]
  1378. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:1.7.10-1614.56]
  1379. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  1380. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1381. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1382. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1383. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
  1384. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
  1385. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
  1386. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
  1387. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
  1388. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:1.7.10-1614.56]
  1389. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) ~[Loader.class:1.7.10-1614.56]
  1390. ... 5 more
  1391. Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiButton
  1392. at com.google.common.base.Throwables.propagate(Throwables.java:160) ~[server-1.7.10.jar:?]
  1393. at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:94) ~[CoFHCore-%5B1.7.10%5D3.1.3-327.jar:?]
  1394. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
  1395. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
  1396. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1397. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1398. at acs.tabbychat.core.TabbyChatMod.load(TabbyChatMod.java:24) ~[TabbyChatMod.class:?]
  1399. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  1400. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1401. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1402. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1403. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:1.7.10-1614.56]
  1404. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
  1405. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1406. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1407. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
  1408. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
  1409. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
  1410. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
  1411. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
  1412. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:1.7.10-1614.56]
  1413. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:1.7.10-1614.56]
  1414. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  1415. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1416. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1417. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1418. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
  1419. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
  1420. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
  1421. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
  1422. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
  1423. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:1.7.10-1614.56]
  1424. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) ~[Loader.class:1.7.10-1614.56]
  1425. ... 5 more
  1426. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiButton
  1427. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) ~[launchwrapper-1.12.jar:?]
  1428. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1429. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1430. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
  1431. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_101]
  1432. at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:90) ~[CoFHCore-%5B1.7.10%5D3.1.3-327.jar:?]
  1433. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
  1434. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
  1435. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1436. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1437. at acs.tabbychat.core.TabbyChatMod.load(TabbyChatMod.java:24) ~[TabbyChatMod.class:?]
  1438. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  1439. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1440. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1441. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1442. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:1.7.10-1614.56]
  1443. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
  1444. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1445. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1446. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
  1447. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
  1448. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
  1449. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
  1450. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
  1451. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:1.7.10-1614.56]
  1452. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:1.7.10-1614.56]
  1453. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  1454. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1455. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1456. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1457. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
  1458. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
  1459. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
  1460. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
  1461. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
  1462. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:1.7.10-1614.56]
  1463. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) ~[Loader.class:1.7.10-1614.56]
  1464. ... 5 more
  1465. [14:18:53] [Server thread/ERROR]: Cause of unexpected exception was
  1466. java.lang.NoClassDefFoundError: acs/tabbychat/gui/context/ChatContext
  1467. at acs.tabbychat.core.TabbyChatMod.load(TabbyChatMod.java:24) ~[TabbyChatMod.class:?]
  1468. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  1469. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1470. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1471. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1472. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:1.7.10-1614.56]
  1473. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
  1474. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1475. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1476. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
  1477. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
  1478. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
  1479. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
  1480. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
  1481. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:1.7.10-1614.56]
  1482. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:1.7.10-1614.56]
  1483. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  1484. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1485. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  1486. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  1487. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
  1488. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
  1489. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
  1490. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
  1491. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
  1492. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:1.7.10-1614.56]
  1493. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) ~[Loader.class:1.7.10-1614.56]
  1494. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) ~[FMLServerHandler.class:1.7.10-1614.56]
  1495. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:324) ~[FMLCommonHandler.class:1.7.10-1614.56]
  1496. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:288) ~[lt.class:?]
  1497. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
  1498. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  1499. Caused by: java.lang.ClassNotFoundException: acs.tabbychat.gui.context.ChatContext
  1500. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  1501. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1502. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1503. ... 32 more
  1504. Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiButton
  1505. at com.google.common.base.Throwables.propagate(Throwables.java:160) ~[server-1.7.10.jar:?]
  1506. at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:94) ~[CoFHCore-%5B1.7.10%5D3.1.3-327.jar:?]
  1507. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
  1508. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
  1509. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1510. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1511. ... 32 more
  1512. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiButton
  1513. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) ~[launchwrapper-1.12.jar:?]
  1514. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1515. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1516. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
  1517. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_101]
  1518. at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:90) ~[CoFHCore-%5B1.7.10%5D3.1.3-327.jar:?]
  1519. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
  1520. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
  1521. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1522. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
  1523. ... 32 more
  1524. [14:18:53] [Server thread/ERROR]: This crash report has been saved to: C:\Users\User\Documents\Stuff\servers\_minecraft-tekkit\.\crash-reports\crash-2016-10-08_14.18.53-server.txt
  1525. [14:18:53] [Server thread/WARN]: Can't revert to frozen GameData state without freezing first.
  1526. [14:18:53] [Server thread/INFO]: Applying holder lookups
  1527. [14:18:53] [Server thread/INFO]: Holder lookups applied
  1528. [14:18:53] [Server thread/WARN]: Failed to write Transciever Channels on exit: java.util.concurrent.ExecutionException: java.lang.NullPointerException
  1529. [14:18:53] [Server thread/INFO]: Completed server-stop actions.
  1530. [14:18:53] [Server thread/INFO]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
  1531. [14:18:53] [Server thread/INFO]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement