Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 134.07 KB | None | 0 0
  1. Last login: Wed Jan 28 17:51:36 on ttys001
  2. xmac:~ Xavion$ cd /Users/Xavion/Desktop/PhoenixRebornServer
  3. xmac:PhoenixRebornServer Xavion$ java -Xms1024m -Xmx3072m -XX:PermSize=256m -jar forge-1.7.10-10.13.2.1277-universal.jar
  4. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
  5. [18:23:48] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  6. [18:23:48] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  7. [18:23:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  8. [18:23:48] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1277 for Minecraft 1.7.10 loading
  9. [18:23:48] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Mac OS X:x86_64:10.9.5, installed at /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre
  10. [18:23:49] [main/INFO] [FML]: [AppEng] Core Init
  11. [18:23:49] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  12. [18:23:49] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  13. [18:23:49] [main/INFO] [STDERR]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of CodeChickenLib, 1.1.1.106 is newer than request 1.1.1.99
  14. [18:23:49] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  15. [18:23:49] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  16. [18:23:49] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  17. [18:23:49] [main/WARN] [FML]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  18. [18:23:49] [main/WARN] [FML]: The coremod openeye.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  19. [18:23:49] [main/WARN] [FML]: The coremod openmods.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  20. [18:23:49] [main/WARN] [FML]: The coremod lumien.randomthings.Transformer.RTLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  21. [18:23:49] [main/WARN] [FML]: The coremod com.dynious.refinedrelocation.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  22. [18:23:49] [main/ERROR] [FML]: Coremod TTCorePlugin: Unable to class load the plugin tterrag.core.common.transform.TTCorePlugin
  23. java.lang.ClassNotFoundException: tterrag.core.common.transform.TTCorePlugin
  24. at java.net.URLClassLoader$1.run(URLClassLoader.java:372) ~[?:1.8.0_25]
  25. at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.8.0_25]
  26. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
  27. at java.net.URLClassLoader.findClass(URLClassLoader.java:360) ~[?:1.8.0_25]
  28. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.11.jar:?]
  29. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
  30. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
  31. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
  32. at java.lang.Class.forName(Class.java:344) ~[?:1.8.0_25]
  33. at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:417) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  34. at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  35. at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  36. at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  37. at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  38. at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  39. at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  40. at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
  41. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  45. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  46. at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  47. at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  48. [18:23:49] [main/ERROR] [FML]: Coremod TTCorePlugin: Unable to class load the plugin tterrag.core.common.transform.TTCorePlugin
  49. java.lang.ClassNotFoundException: tterrag.core.common.transform.TTCorePlugin
  50. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) ~[launchwrapper-1.11.jar:?]
  51. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
  52. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
  53. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
  54. at java.lang.Class.forName(Class.java:344) ~[?:1.8.0_25]
  55. at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:417) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  56. at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  57. at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  58. at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  59. at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  60. at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  61. at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  62. at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
  63. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  64. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  65. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  66. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  67. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  68. at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  69. at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [forge-1.7.10-10.13.2.1277-universal.jar:?]
  70. [18:23:49] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  71. [18:23:49] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  72. [18:23:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  73. [18:23:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  74. [18:23:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  75. [18:23:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  76. [18:23:50] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
  77. [18:23:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  78. [18:23:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  79. [18:23:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  80. [18:23:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  81. [18:23:50] [main/INFO] [Aroma1997Core]: Finished data injection.
  82. [18:23:50] [main/INFO] [Aroma1997Core]: Finished data injection.
  83. [18:23:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  84. [18:23:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  85. [18:23:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  86. [18:23:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  87. [18:23:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  88. [18:23:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  89. [18:23:57] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  90. [18:23:57] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  91. [18:23:57] [main/INFO] [OpenMods]: openmods.config.simple.ConfigProcessor.process(ConfigProcessor.java:73): Parsing config file './config/OpenModsLibCore.json'
  92. [18:23:57] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  93. [18:23:57] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  94. [18:23:57] [main/INFO] [STDOUT]: [cofh.asm.PCCAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg
  95. [18:23:57] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  96. [18:23:58] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
  97. [18:23:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
  98. [18:23:58] [main/INFO] [RandomThingsCore]: Found World Class: net/minecraft/world/World
  99. [18:23:58] [main/INFO] [OpenEye]: openeye.asm.SingleClassTransformer.visitMethod(SingleClassTransformer.java:26): Applying method transformer crash_handler for method a((Ljava/io/File;)Z)
  100. [18:23:58] [main/INFO] [FML]: [OpenBlocks] Trying to patch EntityPlayer.isInBed (class: yz)
  101. [18:23:58] [main/INFO] [FML]: [OpenBlocks] isInBed patch applied. Enabling sleeping bags
  102. [18:23:58] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
  103. [18:23:58] [main/INFO] [RandomThingsCore]: Found Item Class: net/minecraft/item/Item
  104. [18:23:58] [main/INFO] [RandomThingsCore]: Found Leave Class: net/minecraft/block/BlockLeavesBase
  105. [18:23:58] [main/INFO] [OpenEye]: openeye.asm.SingleClassTransformer.visitMethod(SingleClassTransformer.java:26): Applying method transformer tile_entity_load for method c((Ldh;)Laor;)
  106. [18:23:58] [main/INFO] [OpenEye]: openeye.asm.injectors.ExceptionHandlerInjector.addHandler(ExceptionHandlerInjector.java:63): Adding handler for 'tile_entity_construct'
  107. [18:23:58] [main/INFO] [OpenEye]: openeye.asm.injectors.ExceptionHandlerInjector.addHandler(ExceptionHandlerInjector.java:63): Adding handler for 'tile_entity_read'
  108. [18:23:58] [main/INFO] [OpenEye]: openeye.asm.SingleClassTransformer.visitMethod(SingleClassTransformer.java:26): Applying method transformer entity_load for method a((Ldh;Lahb;)Lsa;)
  109. [18:23:58] [main/INFO] [OpenEye]: openeye.asm.injectors.ExceptionHandlerInjector.addHandler(ExceptionHandlerInjector.java:63): Adding handler for 'entity_construct'
  110. [18:23:58] [main/INFO] [OpenEye]: openeye.asm.injectors.ExceptionHandlerInjector.addHandler(ExceptionHandlerInjector.java:63): Adding handler for 'entity_read'
  111. [18:24:00] [main/WARN] [FML]: =============================================================
  112. [18:24:00] [main/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
  113. [18:24:00] [main/WARN] [FML]: Offendor: net/minecraft/server/gui/MinecraftServerGui$1.windowClosing(Ljava/awt/event/WindowEvent;)V
  114. [18:24:00] [main/WARN] [FML]: Use FMLCommonHandler.exitJava instead
  115. [18:24:00] [main/WARN] [FML]: =============================================================
  116. [18:24:00] [Server thread/INFO]: Starting minecraft server version 1.7.10
  117. [18:24:00] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
  118. [18:24:00] [Server thread/INFO] [FML]: MinecraftForge v10.13.2.1277 Initialized
  119. [18:24:00] [Server thread/INFO] [FML]: Replaced 183 ore recipies
  120. [18:24:00] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
  121. [18:24:00] [Server thread/INFO] [FML]: [AppEng] Core Init
  122. [18:24:00] [Server thread/INFO] [FML]: Searching /Users/Xavion/Desktop/PhoenixRebornServer/mods for mods
  123. [18:24:00] [Server thread/INFO] [FML]: Also searching /Users/Xavion/Desktop/PhoenixRebornServer/mods/1.7.10 for mods
  124. [18:24:00] [Server thread/INFO] [AppleCore]: Mod AppleCore is missing the required element 'name'. Substituting AppleCore
  125. [18:24:01] [Server thread/WARN] [Aroma1997CoreHelper]: Mod Aroma1997CoreHelper is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.2.13
  126. [18:24:01] [Server thread/WARN] [bluepower]: Mod bluepower is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.2.835
  127. [18:24:01] [Server thread/WARN] [CustomOreGen]: Mod CustomOreGen is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.17
  128. [18:24:02] [Server thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.5.null
  129. [18:24:02] [Server thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.1
  130. [18:24:02] [Server thread/WARN] [qmunitylib]: Mod qmunitylib is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
  131. [18:24:03] [Server thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
  132. [18:24:03] [Server thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
  133. [18:24:03] [Server thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
  134. [18:24:03] [Server thread/INFO] [FML]: Forge Mod Loader has identified 86 mods to load
  135. [18:24:03] [Server thread/INFO] [FML]: Found mod(s) [OresPlus] containing declared API package mods.railcraft.api.carts.locomotive (owned by RailcraftAPI|carts) without associated API reference
  136. [18:24:03] [Server thread/INFO] [FML]: Found mod(s) [OresPlus] containing declared API package mods.railcraft.api.carts.bore (owned by RailcraftAPI|carts) without associated API reference
  137. [18:24:03] [Server thread/INFO] [FML]: Found mod(s) [OresPlus] containing declared API package mods.railcraft.api.core.items (owned by RailcraftAPI|core) without associated API reference
  138. [18:24:03] [Server thread/INFO] [FML]: Found mod(s) [RedstoneArsenal] containing declared API package mods.railcraft.api.core.items (owned by RailcraftAPI|core) without associated API reference
  139. [18:24:03] [Server thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
  140. [18:24:03] [Server thread/INFO] [FML]: Found mod(s) [OresPlus] containing declared API package thaumcraft.api (owned by Thaumcraft) without associated API reference
  141. [18:24:03] [Server thread/INFO] [FML]: Found mod(s) [RedstoneArsenal] containing declared API package mods.railcraft.api.core.items (owned by Railcraft) without associated API reference
  142. [18:24:03] [Server thread/WARN] [asielibcore]: Mod asielibcore has been disabled through configuration
  143. [18:24:04] [Server thread/INFO] [FML]: FML has found a non-mod file betterrain-1.7.2-1.7.10_0.15.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  144. [18:24:04] [Server thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.106-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.
  145. [18:24:04] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, <CoFH ASM>, OpenEye, OpenModsCore, StartingInventory, AgriCraft, AppleCore, appliedenergistics2, Aroma1997CoreHelper, asielib, BiblioCraft, BigReactors, AWWayofTime, bluepower, Botania, BuildCraft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, CarpentersBlocks, chisel, climatecontrol, CoFHCore, CustomOreGen, denseores, DimensionalAnchors, EnderIO, EnderStorage, EnderTech, enderutilities, ExtraUtilities, flora, funkylocomotion, HungerOverhaul, ImmibisCore, inventorytweaks, IronChest, JABBA, liquidDirt, MapWriter, MineTweaker3, ModularArmour, NetherOres, OpenBlocks, OpenMods, OresPlus, harvestcraft, pheonixMod, Ping, progressiveautomation, ProjectE, qmunitylib, Railcraft, RandomThings, RedstoneArsenal, RefinedRelocation, rftools, SimpleAchievements, statues, StevesCarts, StevesFactoryManager, StevesWorkshop, erebus, ThermalExpansion, ThermalFoundation, ToolUtilities, TML, TooMuchRain, ttCore, witchery, YALSM, yampst, Ztones, bspkrsCore, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart] at CLIENT
  146. [18:24:04] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, <CoFH ASM>, OpenEye, OpenModsCore, StartingInventory, AgriCraft, AppleCore, appliedenergistics2, Aroma1997CoreHelper, asielib, BiblioCraft, BigReactors, AWWayofTime, bluepower, Botania, BuildCraft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, CarpentersBlocks, chisel, climatecontrol, CoFHCore, CustomOreGen, denseores, DimensionalAnchors, EnderIO, EnderStorage, EnderTech, enderutilities, ExtraUtilities, flora, funkylocomotion, HungerOverhaul, ImmibisCore, inventorytweaks, IronChest, JABBA, liquidDirt, MapWriter, MineTweaker3, ModularArmour, NetherOres, OpenBlocks, OpenMods, OresPlus, harvestcraft, pheonixMod, Ping, progressiveautomation, ProjectE, qmunitylib, Railcraft, RandomThings, RedstoneArsenal, RefinedRelocation, rftools, SimpleAchievements, statues, StevesCarts, StevesFactoryManager, StevesWorkshop, erebus, ThermalExpansion, ThermalFoundation, ToolUtilities, TML, TooMuchRain, ttCore, witchery, YALSM, yampst, Ztones, bspkrsCore, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart] at SERVER
  147. [18:24:04] [Server thread/WARN] [OpenEye]: Can't read server snooper settings, won't send any data
  148. java.io.FileNotFoundException: server.properties (No such file or directory)
  149. at java.io.FileInputStream.open(Native Method) ~[?:1.8.0_25]
  150. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_25]
  151. at openeye.Proxy$Server.isSnooperEnabled(Proxy.java:57) [OpenEye-0.6-1.7.10.jar:?]
  152. at openeye.Mod.onModConstruct(Mod.java:63) [OpenEye-0.6-1.7.10.jar:?]
  153. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  154. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  155. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  156. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  157. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  158. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  159. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  160. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  161. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  162. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
  163. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
  164. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  165. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  166. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  167. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  168. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  169. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  170. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  171. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  172. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  173. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
  174. at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) [Loader.class:?]
  175. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
  176. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) [FMLCommonHandler.class:?]
  177. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) [lt.class:?]
  178. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  179. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  180. [18:24:04] [OpenEye mod meta collector/INFO] [OpenEye]: openeye.logic.ModMetaCollector.<init>(ModMetaCollector.java:193): Starting mod metadatadata collection
  181. [18:24:04] [Server thread/INFO] [OpenEye]: openeye.Mod.onModConstruct(Mod.java:66): Snooper disabled, OpenEye will not send or receive any data from server
  182. [18:24:06] [OpenEye mod meta collector/INFO] [OpenEye]: openeye.logic.ModMetaCollector.<init>(ModMetaCollector.java:204): Collection of mod metadata finished. Duration: 1463.2505 ms
  183. [18:24:06] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
  184. [18:24:07] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.netherores.ores.Ores
  185. [18:24:07] [Server thread/INFO] [progressiveautomation]: Starting automation
  186. [18:24:08] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
  187. [18:24:08] [Server thread/INFO] [FML]: Found 468 ObjectHolder annotations
  188. [18:24:08] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  189. [18:24:08] [Server thread/INFO] [Aroma1997Core]: Logger initialized.
  190. [18:24:08] [Server thread/INFO] [Aroma1997Core]: Finished Pre-initialization.
  191. [18:24:08] [Server thread/INFO] [AgriCraft]: Starting Pre-Initialization
  192. [18:24:08] [Server thread/INFO] [AgriCraft]: Checking for loaded mods:
  193. [18:24:08] [Server thread/INFO] [AgriCraft]: - NEI loaded: false
  194. [18:24:08] [Server thread/INFO] [AgriCraft]: - Pam's HarvestCraft loaded: true
  195. [18:24:08] [Server thread/INFO] [AgriCraft]: - Natura loaded: false
  196. [18:24:08] [Server thread/INFO] [AgriCraft]: - Pam's Weee Flowers loaded: false
  197. [18:24:08] [Server thread/INFO] [AgriCraft]: - Forestry loaded: false
  198. [18:24:08] [Server thread/INFO] [AgriCraft]: - Thaumic tinkerer loaded: false
  199. [18:24:08] [Server thread/INFO] [AgriCraft]: - Hunger Overhaul loaded: true
  200. [18:24:08] [Server thread/INFO] [AgriCraft]: - Ex Nihilo loaded: false
  201. [18:24:08] [Server thread/INFO] [AgriCraft]: - Plant Mega Pack loaded: false
  202. [18:24:08] [Server thread/INFO] [AgriCraft]: - Magical Crops loaded: false
  203. [18:24:08] [Server thread/INFO] [AgriCraft]: - Railcraft loaded: true
  204. [18:24:08] [Server thread/INFO] [AgriCraft]: - Thaumcraft loaded: false
  205. [18:24:08] [Server thread/INFO] [AgriCraft]: - MineFactory Reloaded loaded: false
  206. [18:24:08] [Server thread/INFO] [AgriCraft]: - Waila loaded: false
  207. [18:24:08] [Server thread/INFO] [AgriCraft]: - Chococraft loaded: false
  208. [18:24:08] [Server thread/INFO] [AgriCraft]: - McMultipart loaded: true
  209. [18:24:08] [Server thread/INFO] [AgriCraft]: - MineTweaker loaded: true
  210. [18:24:08] [Server thread/INFO] [AgriCraft]: - ExtraUtilities loaded: true
  211. [18:24:08] [Server thread/INFO] [AgriCraft]: Done
  212. [18:24:08] [Server thread/INFO] [AgriCraft]: Configuration Loaded
  213. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:crops
  214. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:seedAnalyzer
  215. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:waterTank
  216. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:waterChannel
  217. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:channelValve
  218. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:sprinkler
  219. [18:24:08] [Server thread/INFO] [AgriCraft]: Blocks registered
  220. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:cropPotato
  221. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:cropCarrot
  222. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:cropMelon
  223. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:cropPumpkin
  224. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:cropSugarcane
  225. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:cropDandelion
  226. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:cropPoppy
  227. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:cropOrchid
  228. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:cropAllium
  229. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:cropTulipRed
  230. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:cropTulipOrange
  231. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:cropTulipWhite
  232. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:cropTulipPink
  233. [18:24:08] [Server thread/INFO] [AgriCraft]: registering tile.agricraft:cropDaisy
  234. [18:24:08] [Server thread/INFO] [AgriCraft]: Crops registered
  235. [18:24:08] [Server thread/INFO] [AgriCraft]: registering item.agricraft:cropsItem
  236. [18:24:08] [Server thread/INFO] [AgriCraft]: registering item.agricraft:journal
  237. [18:24:08] [Server thread/INFO] [AgriCraft]: registering item.agricraft:trowel
  238. [18:24:08] [Server thread/INFO] [AgriCraft]: registering item.agricraft:magnifyingGlass
  239. [18:24:08] [Server thread/INFO] [AgriCraft]: registering item.agricraft:sprinklerItem
  240. [18:24:08] [Server thread/INFO] [AgriCraft]: registering item.agricraft:debugger
  241. [18:24:08] [Server thread/INFO] [AgriCraft]: Items Registered
  242. [18:24:08] [Server thread/INFO] [AgriCraft]: Pre-Initialization Complete
  243. [18:24:08] [Server thread/INFO] [AE2:S]: Pre Initialization ( started )
  244. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BC integration is enabled.
  245. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BC integration is enabled.
  246. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is enabled.
  247. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is enabled.
  248. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method provider from appeng/integration/modules/MJ6 because MJ5 integration is enabled.
  249. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.mj.ISidedBatteryProvider from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
  250. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.mj.IBatteryObject from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
  251. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.power.IPowerReceptor from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is enabled.
  252. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Interface appeng.api.networking.ticking.IGridTickable from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is enabled.
  253. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method getTickingRequest from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is enabled.
  254. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method tickingRequest from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is enabled.
  255. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method getTargetBattery from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
  256. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method getPowerTarget from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is enabled.
  257. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method getPowerReceiver from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is enabled.
  258. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method doWork from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is enabled.
  259. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method getMjBattery from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
  260. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method getEnergyRequested from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
  261. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method addEnergy from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
  262. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method addEnergy from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
  263. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method addEnergyInternal from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
  264. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method getEnergyStored from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
  265. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method setEnergyStored from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
  266. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method minimumConsumption from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
  267. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method maxReceivedPerCycle from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
  268. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method reconfigure from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
  269. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method kind from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
  270. [18:24:09] [Server thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is disabled.
  271. [18:24:09] [Server thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is disabled.
  272. [18:24:09] [Server thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PIC2Power
  273. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled.
  274. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method getPowerReceiver from appeng/integration/abstraction/helpers/BaseMJPerdition because MJ5 integration is enabled.
  275. [18:24:09] [Server thread/INFO] [AE2-CORE]: Removing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is disabled.
  276. [18:24:09] [Server thread/INFO] [AE2-CORE]: Removing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is disabled.
  277. [18:24:09] [Server thread/INFO] [AE2-CORE]: Updated appeng/block/networking/BlockCableBus
  278. [18:24:09] [Server thread/INFO] [AE2-CORE]: func_145839_a(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
  279. [18:24:09] [Server thread/INFO] [AE2-CORE]: func_145841_b(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
  280. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.power.IPowerReceptor from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is enabled.
  281. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method Tick_MinecraftJoules5 from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is enabled.
  282. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method getPowerReceiver from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is enabled.
  283. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method doWork from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is enabled.
  284. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method getWorld from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is enabled.
  285. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.mj.IBatteryProvider from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
  286. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.mj.IBatteryObject from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
  287. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method kind from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
  288. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method getEnergyRequested from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
  289. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method addEnergy from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
  290. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method addEnergy from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
  291. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method getEnergyStored from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
  292. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method setEnergyStored from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
  293. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method maxCapacity from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
  294. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method minimumConsumption from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
  295. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method maxReceivedPerCycle from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
  296. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method reconfigure from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
  297. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Method getMjBattery from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
  298. [18:24:09] [Server thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is disabled.
  299. [18:24:09] [Server thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/IC2
  300. [18:24:09] [Server thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.ShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
  301. [18:24:09] [Server thread/INFO] [AE2-CORE]: Removing Method Tick_RotaryCraft from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
  302. [18:24:09] [Server thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/RotaryCraft
  303. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/tile/powersink/RedstoneFlux because RF integration is enabled.
  304. [18:24:09] [Server thread/INFO] [AE2-CORE]: Removing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is disabled.
  305. [18:24:09] [Server thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/MekJoules
  306. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BC integration is enabled.
  307. [18:24:09] [Server thread/INFO] [AE2-CORE]: Removing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
  308. [18:24:09] [Server thread/INFO] [AE2-CORE]: Removing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
  309. [18:24:09] [Server thread/INFO] [AE2-CORE]: Removing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
  310. [18:24:09] [Server thread/INFO] [AE2-CORE]: Updated appeng/items/tools/powered/powersink/IC2
  311. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled.
  312. [18:24:09] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BC integration is enabled.
  313. [18:24:09] [Server thread/INFO] [AE2:S]: Starting VersionChecker
  314. [18:24:09] [Server thread/INFO] [AE2:S]: Pre Initialization ( ended after 1471ms )
  315. [18:24:09] [Server thread/INFO] [Aroma1997CoreHelper]: Helping Aroma1997Core
  316. [18:24:10] [Server thread/INFO] [CoFHWorld]: Registering default templates
  317. [18:24:10] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from thermalexpansion.item.tool.ItemWrench
  318. [18:24:10] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from thermalexpansion.item.tool.ItemWrenchBattle
  319. [18:24:11] [Server thread/INFO] [ThermalExpansion]: Loading Plugins...
  320. [18:24:11] [Server thread/INFO] [ThermalExpansion]: Finished Loading Plugins.
  321. [18:24:11] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from thermalexpansion.block.TileRSControl
  322. [18:24:12] [Server thread/INFO] [STDOUT]: [WayofTime.alchemicalWizardry.common.NewPacketHandler:<init>:63]: Server sided~
  323. [18:24:12] [Server thread/INFO] [STDOUT]: [WayofTime.alchemicalWizardry.common.NewPacketHandler$KeyboardMessageHandler:<init>:313]: I am being created
  324. [18:24:13] [CoFHUpdater:ThermalExpansion/WARN] [ThermalExpansion]: Update check for Thermal Expansion failed.
  325. java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/ThermalExpansion/master/VERSION
  326. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834) ~[?:1.8.0_25]
  327. at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) ~[?:1.8.0_25]
  328. at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431) ~[?:1.8.0_25]
  329. at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429) ~[?:1.8.0_25]
  330. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
  331. at java.security.AccessController.doPrivileged(AccessController.java:713) ~[?:1.8.0_25]
  332. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428) ~[?:1.8.0_25]
  333. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_25]
  334. at java.net.URL.openStream(URL.java:1038) ~[?:1.8.0_25]
  335. at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:44) [UpdateCheckThread.class:?]
  336. [18:24:13] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerWorkbench
  337. [18:24:13] [Server thread/INFO] [BuildCraft]: Starting BuildCraft 6.3.3
  338. [18:24:13] [Server thread/INFO] [BuildCraft]: Copyright (c) SpaceToad, 2011-2014
  339. [18:24:13] [Server thread/INFO] [BuildCraft]: http://www.mod-buildcraft.com
  340. [18:24:14] [Server thread/INFO] [CarpentersBlocks]: Designs found: Bed(6), Chisel(9), FlowerPot(18), Tile(13)
  341. Jan 28, 2015 6:24:15 PM climateControl.api.ClimateControlSettings readFrom
  342. INFO: climateControl.biomeSettings.OceanBiomeSettings@7980c166
  343. Jan 28, 2015 6:24:15 PM climateControl.api.ClimateControlSettings readFrom
  344. INFO: climateControl.biomeSettings.VanillaBiomeSettings@17289453
  345. Jan 28, 2015 6:24:15 PM climateControl.api.ClimateControlSettings readFrom
  346. INFO: climateControl.biomeSettings.OceanBiomeSettings@7980c166
  347. Jan 28, 2015 6:24:15 PM climateControl.api.ClimateControlSettings readFrom
  348. INFO: climateControl.biomeSettings.VanillaBiomeSettings@17289453
  349. Jan 28, 2015 6:24:15 PM climateControl.ClimateControl preInit
  350. INFO: /Users/Xavion/Desktop/PhoenixRebornServer/config
  351. [18:24:15] [Server thread/INFO] [STDOUT]: [mods.immibis.core.ImmibisCore:preInit:77]: [Immibis Core] Preferred energy system set to: infinite
  352. [18:24:16] [Server thread/INFO] [EnderIO]: XP Juice regististration left to Open Blocks.
  353. [18:24:16] [Server thread/INFO] [enderutilities]: Loading configuration...
  354. [18:24:18] [Server thread/INFO] [extrautils]: Hello World
  355. [18:24:18] [Server thread/INFO] [extrautils]: Registering Packet class PacketAngelRingNotifier with discriminator: 0
  356. [18:24:18] [Server thread/INFO] [extrautils]: Registering Packet class PacketGUIWidget with discriminator: 1
  357. [18:24:18] [Server thread/INFO] [extrautils]: Registering Packet class PacketParticle with discriminator: 2
  358. [18:24:18] [Server thread/INFO] [extrautils]: Registering Packet class PacketParticleEvent with discriminator: 3
  359. [18:24:18] [Server thread/INFO] [extrautils]: Registering Packet class PacketPlaySound with discriminator: 4
  360. [18:24:18] [Server thread/INFO] [extrautils]: Registering Packet class PacketRain with discriminator: 5
  361. [18:24:18] [Server thread/INFO] [extrautils]: Registering Packet class PacketVillager with discriminator: 6
  362. [18:24:18] [Server thread/INFO] [extrautils]: Registering Packet class PacketVillagerReturn with discriminator: 7
  363. [18:24:18] [Server thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.0 will now be used in the Ender Constructor
  364. [18:24:18] [Server thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.6 will now be used in the Ender Constructor
  365. [18:24:18] [Server thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.5 will now be used in the Ender Constructor
  366. [18:24:18] [Server thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.6 will now be used in the Ender Constructor
  367. [18:24:18] [Server thread/INFO] [extrautils]: Recipes constructing tile.extrautils:magnumTorch will now be used in the Ender Constructor
  368. [18:24:18] [Server thread/INFO] [extrautils]: Recipes constructing tile.extrautils:endMarker will now be used in the Ender Constructor
  369. [18:24:18] [Server thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.12 will now be used in the Ender Constructor
  370. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeMicroBlocks to RecipeSorter
  371. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeSoul to RecipeSorter
  372. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeMagicalWood to RecipeSorter
  373. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeCustomOres to RecipeSorter
  374. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeFilterInvert to RecipeSorter
  375. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeEnchantCrafting to RecipeSorter
  376. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeHorseTransmutation to RecipeSorter
  377. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeUnsigil to RecipeSorter
  378. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeUnEnchanting to RecipeSorter
  379. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeUnstableIngotCrafting to RecipeSorter
  380. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeUnstableNuggetCrafting to RecipeSorter
  381. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeUnstableCrafting to RecipeSorter
  382. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeDifficultySpecific to RecipeSorter
  383. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeBagDye to RecipeSorter
  384. [18:24:19] [Server thread/INFO] [extrautils]: Registering RecipeGBEnchanting to RecipeSorter
  385. [18:24:19] [Server thread/INFO] [newframes]: Let's Move!
  386. [18:24:19] [Server thread/WARN] [NetherOres]: catching
  387. java.lang.NullPointerException
  388. at cofh.mod.BaseMod.loadLang(BaseMod.java:188) [BaseMod.class:?]
  389. at powercrystals.netherores.NetherOresCore.preInit(NetherOresCore.java:112) [NetherOresCore.class:?]
  390. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  391. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  392. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  393. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  394. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
  395. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  396. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  397. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  398. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  399. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  400. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  401. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  402. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  403. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
  404. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
  405. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  406. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  407. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  408. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  409. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  410. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  411. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  412. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  413. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  414. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
  415. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) [Loader.class:?]
  416. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) [FMLServerHandler.class:?]
  417. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) [FMLCommonHandler.class:?]
  418. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) [lt.class:?]
  419. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  420. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  421. [18:24:19] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerPlayer
  422. [18:24:20] [Server thread/INFO] [Railcraft]: Railcraft Config: Doing preinit parsing
  423. [18:24:21] [Server thread/INFO] [Railcraft]: Module disabled: ModuleIC2, IC2 not detected
  424. [18:24:21] [Server thread/INFO] [Railcraft]: Module disabled: ModuleThaumcraft, Thaumcraft not detected
  425. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find IC2 item cell
  426. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item canEmpty
  427. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item waxCapsule
  428. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item refractoryEmpty
  429. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find IC2 item cell
  430. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item canEmpty
  431. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item waxCapsule
  432. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item refractoryEmpty
  433. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item canEmpty
  434. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find IC2 item cell
  435. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item waxCapsule
  436. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item refractoryEmpty
  437. [18:24:21] [Server thread/WARN] [Railcraft]: Pre-existing steam fluid block detected, deferring to ThermalFoundation:FluidSteam, this may cause issues if the server/client have different mod load orders, recommended that you disable all but one instance of steam fluid blocks via your configs.
  438. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find IC2 item cell
  439. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item canEmpty
  440. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item waxCapsule
  441. [18:24:21] [Server thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item refractoryEmpty
  442. [18:24:23] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: net.minecraft.item.ItemCoal, 1xitem.coal@0, 0
  443. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSulfur, id=1xtile.railcraft.ore@0 meta=0
  444. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSaltpeter, id=1xtile.railcraft.ore@1 meta=1
  445. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreDiamond, id=1xtile.railcraft.ore@2 meta=2
  446. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreEmerald, id=1xtile.railcraft.ore@3 meta=3
  447. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreLapis, id=1xtile.railcraft.ore@4 meta=4
  448. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreFirestone, id=1xtile.railcraft.ore@5 meta=5
  449. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorCopper, id=1xtile.railcraft.ore@9 meta=9
  450. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorGold, id=1xtile.railcraft.ore@8 meta=8
  451. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorIron, id=1xtile.railcraft.ore@7 meta=7
  452. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorTin, id=1xtile.railcraft.ore@10 meta=10
  453. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorLead, id=1xtile.railcraft.ore@11 meta=11
  454. [18:24:23] [Server thread/INFO] [Railcraft]: Activating Christmas Seasonal Pack
  455. [18:24:23] [Server thread/INFO] [OresPlus]: Initializing Main Configuration
  456. [18:24:23] [Server thread/INFO] [OresPlus]: Reading from v0 Configuration File
  457. [18:24:23] [Server thread/INFO] [OresPlus]: Initializing Blocks
  458. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreAdamantine, id=1xtile.oreAdamantine@0 meta=0
  459. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherAdamantine, id=1xtile.oreNetherAdamantine@0 meta=0
  460. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreAluminium, id=1xtile.oreAluminium@0 meta=0
  461. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherAluminium, id=1xtile.oreNetherAluminium@0 meta=0
  462. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreArdite, id=1xtile.oreArdite@0 meta=0
  463. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherArdite, id=1xtile.oreNetherArdite@0 meta=0
  464. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCobalt, id=1xtile.oreCobalt@0 meta=0
  465. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherCobalt, id=1xtile.oreNetherCobalt@0 meta=0
  466. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreColdiron, id=1xtile.oreColdiron@0 meta=0
  467. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherColdiron, id=1xtile.oreNetherColdiron@0 meta=0
  468. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCopper, id=1xtile.oreCopper@0 meta=0
  469. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherCopper, id=1xtile.oreNetherCopper@0 meta=0
  470. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherGold, id=1xtile.oreNetherGold@0 meta=0
  471. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherIron, id=1xtile.oreNetherIron@0 meta=0
  472. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreLead, id=1xtile.oreLead@0 meta=0
  473. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherLead, id=1xtile.oreNetherLead@0 meta=0
  474. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreManganese, id=1xtile.oreManganese@0 meta=0
  475. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherManganese, id=1xtile.oreNetherManganese@0 meta=0
  476. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreMithral, id=1xtile.oreMithral@0 meta=0
  477. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherMithral, id=1xtile.oreNetherMithral@0 meta=0
  478. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNickel, id=1xtile.oreNickel@0 meta=0
  479. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherNickel, id=1xtile.oreNetherNickel@0 meta=0
  480. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreOsmium, id=1xtile.oreOsmium@0 meta=0
  481. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherOsmium, id=1xtile.oreNetherOsmium@0 meta=0
  482. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePlatinum, id=1xtile.orePlatinum@0 meta=0
  483. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherPlatinum, id=1xtile.oreNetherPlatinum@0 meta=0
  484. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSilver, id=1xtile.oreSilver@0 meta=0
  485. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherSilver, id=1xtile.oreNetherSilver@0 meta=0
  486. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreTin, id=1xtile.oreTin@0 meta=0
  487. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherTin, id=1xtile.oreNetherTin@0 meta=0
  488. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreYellorium, id=1xtile.oreYellorium@0 meta=0
  489. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherYellorium, id=1xtile.oreNetherYellorium@0 meta=0
  490. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreZinc, id=1xtile.oreZinc@0 meta=0
  491. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherZinc, id=1xtile.oreNetherZinc@0 meta=0
  492. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreAmethyst, id=1xtile.oreAmethyst@0 meta=0
  493. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherAmethyst, id=1xtile.oreNetherAmethyst@0 meta=0
  494. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreApatite, id=1xtile.oreApatite@0 meta=0
  495. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherApatite, id=1xtile.oreNetherApatite@0 meta=0
  496. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherDiamond, id=1xtile.oreNetherDiamond@0 meta=0
  497. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherEmerald, id=1xtile.oreNetherEmerald@0 meta=0
  498. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreGreenSapphire, id=1xtile.oreGreenSapphire@0 meta=0
  499. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherGreenSapphire, id=1xtile.oreNetherGreenSapphire@0 meta=0
  500. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreMalachite, id=1xtile.oreMalachite@0 meta=0
  501. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherMalachite, id=1xtile.oreNetherMalachite@0 meta=0
  502. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreRuby, id=1xtile.oreRuby@0 meta=0
  503. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherRuby, id=1xtile.oreNetherRuby@0 meta=0
  504. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSapphire, id=1xtile.oreSapphire@0 meta=0
  505. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherSapphire, id=1xtile.oreNetherSapphire@0 meta=0
  506. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreTanzanite, id=1xtile.oreTanzanite@0 meta=0
  507. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherTanzanite, id=1xtile.oreNetherTanzanite@0 meta=0
  508. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreTopaz, id=1xtile.oreTopaz@0 meta=0
  509. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherTopaz, id=1xtile.oreNetherTopaz@0 meta=0
  510. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNikolite, id=1xtile.oreNikolite@0 meta=0
  511. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherNikolite, id=1xtile.oreNetherNikolite@0 meta=0
  512. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePhosphorite, id=1xtile.orePhosphorite@0 meta=0
  513. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherPhosphorite, id=1xtile.oreNetherPhosphorite@0 meta=0
  514. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePotash, id=1xtile.orePotash@0 meta=0
  515. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherPotash, id=1xtile.oreNetherPotash@0 meta=0
  516. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherRedstone, id=1xtile.oreNetherRedstone@0 meta=0
  517. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSaltpeter, id=1xtile.oreSaltpeter@0 meta=0
  518. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherSaltpeter, id=1xtile.oreNetherSaltpeter@0 meta=0
  519. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSulfur, id=1xtile.oreSulfur@0 meta=0
  520. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherSulfur, id=1xtile.oreNetherSulfur@0 meta=0
  521. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreBauxite, id=1xtile.oreBauxite@0 meta=0
  522. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCassiterite, id=1xtile.oreCassiterite@0 meta=0
  523. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreGalena, id=1xtile.oreGalena@0 meta=0
  524. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreTetrahedrite, id=1xtile.oreTetrahedrite@0 meta=0
  525. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreBitumen, id=1xtile.oreBitumen@0 meta=0
  526. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCertusQuartz, id=1xtile.oreCertusQuartz@0 meta=0
  527. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCinnabar, id=1xtile.oreCinnabar@0 meta=0
  528. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreIridium, id=1xtile.oreIridium@0 meta=0
  529. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreMagnesium, id=1xtile.oreMagnesium@0 meta=0
  530. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherCoal, id=1xtile.oreNetherCoal@0 meta=0
  531. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherLapis, id=1xtile.oreNetherLapis@0 meta=0
  532. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherUranium, id=1xtile.oreNetherUranium@0 meta=0
  533. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreOlivine, id=1xtile.oreOlivine@0 meta=0
  534. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePyrite, id=1xtile.orePyrite@0 meta=0
  535. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSheldonite, id=1xtile.oreSheldonite@0 meta=0
  536. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSodalite, id=1xtile.oreSodalite@0 meta=0
  537. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSphalerite, id=1xtile.oreSphalerite@0 meta=0
  538. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreTungstate, id=1xtile.oreTungstate@0 meta=0
  539. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreTungsten, id=1xtile.oreTungsten@0 meta=0
  540. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreUranium, id=1xtile.oreUranium@0 meta=0
  541. [18:24:23] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreYellorite, id=1xtile.oreYellorium@0 meta=0
  542. [18:24:23] [Server thread/INFO] [OresPlus]: Initializing Items
  543. [18:24:24] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreAluminum, id=1xtile.oreAluminium@0 meta=0
  544. [18:24:24] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherAluminum, id=1xtile.oreNetherAluminium@0 meta=0
  545. [18:24:24] [Server thread/INFO] [OresPlus]: Registering Ore Generators
  546. [18:24:24] [Server thread/INFO] [OresPlus]: Initializing OreGenerators/DIM0.cfg Configuration
  547. [18:24:24] [Server thread/INFO] [OresPlus]: Reading from v0 Configuration File
  548. [18:24:24] [Server thread/INFO] [OresPlus]: Initializing OreGenerators/DIM-1.cfg Configuration
  549. [18:24:24] [Server thread/INFO] [OresPlus]: Reading from v0 Configuration File
  550. [18:24:24] [Server thread/INFO] [OresPlus]: Initializing OreGenerators/DIM1.cfg Configuration
  551. [18:24:24] [Server thread/INFO] [OresPlus]: Reading from v0 Configuration File
  552. [18:24:24] [Server thread/INFO] [OresPlus]: Saving Configuration
  553. [18:24:24] [Server thread/INFO] [OresPlus]: Applied Energistics 2 found, integration helper Initialized
  554. [18:24:24] [Server thread/INFO] [OresPlus]: BuildCraft found, integration helper initialized
  555. [18:24:24] [Server thread/INFO] [OresPlus]: Forestry not found, integration helper disabled
  556. [18:24:24] [Server thread/INFO] [OresPlus]: gregtech_addon not found, integration helper disabled
  557. [18:24:24] [Server thread/INFO] [OresPlus]: IC2 not found, integration helper disabled
  558. [18:24:24] [Server thread/INFO] [OresPlus]: Mekanism not found, integration helper disabled
  559. [18:24:24] [Server thread/INFO] [OresPlus]: RailCraft found, integration helper initialized
  560. [18:24:24] [Server thread/INFO] [OresPlus]: Thaumcraft not found, integration helper disabled
  561. [18:24:24] [Server thread/INFO] [OresPlus]: ThermalExpeansion found, integration helper initialized
  562. [18:24:24] [Server thread/INFO] [OresPlus]: Tinkers Construct not found, integration helper disabled
  563. [18:24:24] [Server thread/INFO] [OresPlus]: Treecapitator not found, integration helper disabled
  564. [18:24:24] [Server thread/INFO] [ProjectE]: Loaded configuration file.
  565. [18:24:25] [Server thread/INFO] [CoFH ASM]: Adding runtime interfaces to redstonearsenal.item.tool.ItemWrenchRF
  566. [18:24:25] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from redstonearsenal.item.tool.ItemWrenchRF
  567. [18:24:25] [Server thread/INFO] [CoFH ASM]: Adding runtime interfaces to redstonearsenal.item.tool.ItemWrenchBattleRF
  568. [18:24:25] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from redstonearsenal.item.tool.ItemWrenchBattleRF
  569. [18:24:26] [Server thread/INFO] [ttCore]: Adding package tterrag.core to handler search.
  570. [18:24:26] [Thread-10/INFO] [RefinedRelocation]: Version Checker Status: CURRENT
  571. [18:24:27] [Server thread/INFO] [ttCore]: Adding package org.wyldmods to handler search.
  572. [18:24:27] [Server thread/INFO] [STDOUT]: [vswe.stevescarts.Blocks.ModBlocks:init:89]: Failed to create block (BlockDistributor)
  573. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.IllegalArgumentException: Duplicate id: distributor
  574. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.tileentity.TileEntity.func_145826_a(TileEntity.java:43)
  575. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:275)
  576. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at vswe.stevescarts.Blocks.ModBlocks.init(ModBlocks.java:83)
  577. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at vswe.stevescarts.StevesCarts.preInit(StevesCarts.java:87)
  578. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  579. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  580. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  581. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
  582. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  583. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  584. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  585. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
  586. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  587. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  588. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  589. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  590. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  591. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  592. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  593. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  594. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  595. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  596. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
  597. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  598. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  599. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  600. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  601. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  602. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  603. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  604. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  605. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  606. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  607. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  608. [18:24:27] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  609. [18:24:30] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: treeSapling, id=1xtile.witchery:witchsapling@32767 meta=32,767
  610. [18:24:30] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: logWood, id=1xtile.witchery:witchlog@32767 meta=32,767
  611. [18:24:30] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: treeLeaves, id=1xtile.witchery:witchleaves@32767 meta=32,767
  612. [18:24:30] [Server thread/INFO] [FML]: Initializing statistics tracker
  613. [18:24:30] [Server thread/INFO] [FML]: Phoenix Reborn uses YAMPST to collect statistics and crashes from the mod pack to help improve your experience in the future. If you're curious as to how YAMPST operates, or wish to opt out, do not hesitate to check out our privacy policy at https://yampst.net/privacy
  614. [18:24:30] [Server thread/INFO] [STDOUT]: [com.voxio.yampst.common.StatsManager:<init>:218]: [YAMPST] Will request criteria-independent alerts
  615. [18:24:30] [Server thread/INFO] [STDOUT]: [com.voxio.yampst.common.StatsManager:<init>:218]: [YAMPST] Will request time-based alerts
  616. [18:24:30] [Server thread/INFO] [STDOUT]: [com.voxio.yampst.common.StatsManager:<init>:218]: [YAMPST] Will request Minecraft version-based alerts
  617. [18:24:30] [Server thread/INFO] [STDOUT]: [com.voxio.yampst.common.StatsManager:<init>:218]: [YAMPST] Will request Mod pack version-based alerts
  618. [18:24:30] [Server thread/INFO] [STDOUT]: [info.varden.yampst.alerts.AlertQueryer:getFromJsonApi:23]: [YAMPST] Querying http://api.yampst.net/alerts/v1.php?trackid=1d0b6bfd74f7660ea3ca28973b4ec22306484939f6755cfdf1bc7fdb&any=true&time=2015-01-28+18%3A24%3A30&mcver=1.7.10&packver=1.0.0 for alerts...
  619. [18:24:32] [Server thread/INFO] [STDOUT]: [info.varden.yampst.alerts.AlertQueryer:getFromJsonApi:94]: [YAMPST] Received 0 alerts.
  620. [18:24:32] [Server thread/INFO] [FML]: Server installation detected
  621. [18:24:32] [Server thread/INFO] [FML]: Timer has begun
  622. [18:24:32] [Server thread/INFO] [FML]: Adding shutdown hook
  623. [18:24:32] [Server thread/INFO] [denseores]: Ph'nglui mglw'nafh, y'uln Dense Ores shugg ch'agl
  624. [18:24:32] [Server thread/INFO] [FML]: Applying holder lookups
  625. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:basalt for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.basalt. Is there something wrong with the registry?
  626. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:marble for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.marble. Is there something wrong with the registry?
  627. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:basalt_cobble for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.basalt_cobble. Is there something wrong with the registry?
  628. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:basalt_brick for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.basalt_brick. Is there something wrong with the registry?
  629. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:marble_brick for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.marble_brick. Is there something wrong with the registry?
  630. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:cracked_basalt_lava for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.cracked_basalt_lava. Is there something wrong with the registry?
  631. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:basaltbrick_cracked for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.basaltbrick_cracked. Is there something wrong with the registry?
  632. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:basalt_brick_small for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.basalt_brick_small. Is there something wrong with the registry?
  633. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:marble_brick_small for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.marble_brick_small. Is there something wrong with the registry?
  634. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:fancy_basalt for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.fancy_basalt. Is there something wrong with the registry?
  635. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:fancy_marble for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.fancy_marble. Is there something wrong with the registry?
  636. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:marble_tile for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.marble_tile. Is there something wrong with the registry?
  637. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:basalt_tile for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.basalt_tile. Is there something wrong with the registry?
  638. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:marble_paver for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.marble_paver. Is there something wrong with the registry?
  639. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:basalt_paver for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.basalt_paver. Is there something wrong with the registry?
  640. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:tiles for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.tiles. Is there something wrong with the registry?
  641. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:teslatite_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.teslatite_ore. Is there something wrong with the registry?
  642. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.ruby_ore. Is there something wrong with the registry?
  643. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.sapphire_ore. Is there something wrong with the registry?
  644. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.amethyst_ore. Is there something wrong with the registry?
  645. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:copper_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.copper_ore. Is there something wrong with the registry?
  646. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:silver_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.silver_ore. Is there something wrong with the registry?
  647. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zinc_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.zinc_ore. Is there something wrong with the registry?
  648. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:tungsten_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.tungsten_ore. Is there something wrong with the registry?
  649. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.ruby_block. Is there something wrong with the registry?
  650. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.sapphire_block. Is there something wrong with the registry?
  651. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.amethyst_block. Is there something wrong with the registry?
  652. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:teslatite_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.teslatite_block. Is there something wrong with the registry?
  653. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:copper_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.copper_block. Is there something wrong with the registry?
  654. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:silver_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.silver_block. Is there something wrong with the registry?
  655. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zinc_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.zinc_block. Is there something wrong with the registry?
  656. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:tungsten_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.tungsten_block. Is there something wrong with the registry?
  657. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_glass for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.sapphire_glass. Is there something wrong with the registry?
  658. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:reinforced_sapphire_glass for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.reinforced_sapphire_glass. Is there something wrong with the registry?
  659. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:flax_crop for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.flax_crop. Is there something wrong with the registry?
  660. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:indigo_flower for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.indigo_flower. Is there something wrong with the registry?
  661. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:alloyfurnace for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.alloyfurnace. Is there something wrong with the registry?
  662. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:block_breaker for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.block_breaker. Is there something wrong with the registry?
  663. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:igniter for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.igniter. Is there something wrong with the registry?
  664. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:buffer for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.buffer. Is there something wrong with the registry?
  665. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:deployer for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.deployer. Is there something wrong with the registry?
  666. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:transposer for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.transposer. Is there something wrong with the registry?
  667. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sorting_machine for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.sorting_machine. Is there something wrong with the registry?
  668. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:project_table for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.project_table. Is there something wrong with the registry?
  669. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:circuit_table for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.circuit_table. Is there something wrong with the registry?
  670. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:circuit_database for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.circuit_database. Is there something wrong with the registry?
  671. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ejector for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.ejector. Is there something wrong with the registry?
  672. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:relay for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.relay. Is there something wrong with the registry?
  673. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:filter for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.filter. Is there something wrong with the registry?
  674. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:retriever for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.retriever. Is there something wrong with the registry?
  675. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:regulator for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.regulator. Is there something wrong with the registry?
  676. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:item_detector for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.item_detector. Is there something wrong with the registry?
  677. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:manager for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.manager. Is there something wrong with the registry?
  678. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_gem for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_gem. Is there something wrong with the registry?
  679. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_gem for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_gem. Is there something wrong with the registry?
  680. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_gem for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_gem. Is there something wrong with the registry?
  681. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:teslatite_dust for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.teslatite_dust. Is there something wrong with the registry?
  682. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:copper_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.copper_ingot. Is there something wrong with the registry?
  683. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:silver_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.silver_ingot. Is there something wrong with the registry?
  684. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zinc_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.zinc_ingot. Is there something wrong with the registry?
  685. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:brass_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.brass_ingot. Is there something wrong with the registry?
  686. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:blue_alloy_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.blue_alloy_ingot. Is there something wrong with the registry?
  687. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:red_alloy_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.red_alloy_ingot. Is there something wrong with the registry?
  688. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:purple_alloy_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.purple_alloy_ingot. Is there something wrong with the registry?
  689. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:tungsten_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.tungsten_ingot. Is there something wrong with the registry?
  690. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:tungsten_nugget for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.tungsten_nugget. Is there something wrong with the registry?
  691. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zinc_ore_crushed for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.zinc_ore_crushed. Is there something wrong with the registry?
  692. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zinc_ore_purified for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.zinc_ore_purified. Is there something wrong with the registry?
  693. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zinc_dust for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.zinc_dust. Is there something wrong with the registry?
  694. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zinc_tiny_dust for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.zinc_tiny_dust. Is there something wrong with the registry?
  695. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_saw for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_saw. Is there something wrong with the registry?
  696. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_saw for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_saw. Is there something wrong with the registry?
  697. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_saw for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_saw. Is there something wrong with the registry?
  698. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:wood_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.wood_sickle. Is there something wrong with the registry?
  699. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:stone_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.stone_sickle. Is there something wrong with the registry?
  700. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:iron_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.iron_sickle. Is there something wrong with the registry?
  701. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:gold_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.gold_sickle. Is there something wrong with the registry?
  702. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:diamond_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.diamond_sickle. Is there something wrong with the registry?
  703. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:flax_seeds for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.flax_seeds. Is there something wrong with the registry?
  704. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:indigo_dye for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.indigo_dye. Is there something wrong with the registry?
  705. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:silicon_boule for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.silicon_boule. Is there something wrong with the registry?
  706. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:silicon_wafer for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.silicon_wafer. Is there something wrong with the registry?
  707. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:red_doped_wafer for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.red_doped_wafer. Is there something wrong with the registry?
  708. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:blue_doped_wafer for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.blue_doped_wafer. Is there something wrong with the registry?
  709. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:infused_teslatite_dust for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.infused_teslatite_dust. Is there something wrong with the registry?
  710. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:screwdriver for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.screwdriver. Is there something wrong with the registry?
  711. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:silky_screwdriver for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.silky_screwdriver. Is there something wrong with the registry?
  712. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:athame for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.athame. Is there something wrong with the registry?
  713. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zincplate for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.zincplate. Is there something wrong with the registry?
  714. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:stone_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.stone_tile. Is there something wrong with the registry?
  715. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:bluestone_wire_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.bluestone_wire_tile. Is there something wrong with the registry?
  716. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:bluestone_anode_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.bluestone_anode_tile. Is there something wrong with the registry?
  717. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:bluestone_cathode_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.bluestone_cathode_tile. Is there something wrong with the registry?
  718. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:bluestone_pointer_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.bluestone_pointer_tile. Is there something wrong with the registry?
  719. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:silicon_chip_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.silicon_chip_tile. Is there something wrong with the registry?
  720. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:taintedsilicon_chip_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.taintedsilicon_chip_tile. Is there something wrong with the registry?
  721. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:quartz_resonator_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.quartz_resonator_tile. Is there something wrong with the registry?
  722. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:redstone_wire_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.redstone_wire_tile. Is there something wrong with the registry?
  723. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:redstone_anode_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.redstone_anode_tile. Is there something wrong with the registry?
  724. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:redstone_cathode_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.redstone_cathode_tile. Is there something wrong with the registry?
  725. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:redstone_pointer_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.redstone_pointer_tile. Is there something wrong with the registry?
  726. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:stone_bundle_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.stone_bundle_tile. Is there something wrong with the registry?
  727. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:screwdriver_handle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.screwdriver_handle. Is there something wrong with the registry?
  728. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:seed_bag for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.seed_bag. Is there something wrong with the registry?
  729. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:canvas_bag for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.canvas_bag. Is there something wrong with the registry?
  730. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:canvas for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.canvas. Is there something wrong with the registry?
  731. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:lumar for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.lumar. Is there something wrong with the registry?
  732. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:wool_card for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.wool_card. Is there something wrong with the registry?
  733. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:diamond_drawplate for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.diamond_drawplate. Is there something wrong with the registry?
  734. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:copper_wire for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.copper_wire. Is there something wrong with the registry?
  735. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:iron_wire for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.iron_wire. Is there something wrong with the registry?
  736. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:paint_can for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.paint_can. Is there something wrong with the registry?
  737. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:paint_brush for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.paint_brush. Is there something wrong with the registry?
  738. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_axe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_axe. Is there something wrong with the registry?
  739. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_sword for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_sword. Is there something wrong with the registry?
  740. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_pickaxe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_pickaxe. Is there something wrong with the registry?
  741. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_shovel for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_shovel. Is there something wrong with the registry?
  742. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_hoe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_hoe. Is there something wrong with the registry?
  743. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_sickle. Is there something wrong with the registry?
  744. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_axe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_axe. Is there something wrong with the registry?
  745. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_sword for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_sword. Is there something wrong with the registry?
  746. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_pickaxe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_pickaxe. Is there something wrong with the registry?
  747. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_shovel for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_shovel. Is there something wrong with the registry?
  748. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_hoe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_hoe. Is there something wrong with the registry?
  749. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_sickle. Is there something wrong with the registry?
  750. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_axe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_axe. Is there something wrong with the registry?
  751. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_sword for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_sword. Is there something wrong with the registry?
  752. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_pickaxe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_pickaxe. Is there something wrong with the registry?
  753. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_shovel for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_shovel. Is there something wrong with the registry?
  754. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_hoe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_hoe. Is there something wrong with the registry?
  755. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_sickle. Is there something wrong with the registry?
  756. [18:24:32] [Server thread/INFO] [FML]: Holder lookups applied
  757. [18:24:32] [Server thread/INFO]: Loading properties
  758. [18:24:32] [Server thread/WARN]: server.properties does not exist
  759. [18:24:32] [Server thread/INFO]: Generating new properties file
  760. [18:24:32] [Server thread/WARN]: Failed to load eula.txt
  761. [18:24:32] [Server thread/INFO]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.
  762. [18:24:32] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.
  763. [18:24:32] [Server thread/INFO] [FML]: Applying holder lookups
  764. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:basalt for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.basalt. Is there something wrong with the registry?
  765. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:marble for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.marble. Is there something wrong with the registry?
  766. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:basalt_cobble for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.basalt_cobble. Is there something wrong with the registry?
  767. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:basalt_brick for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.basalt_brick. Is there something wrong with the registry?
  768. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:marble_brick for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.marble_brick. Is there something wrong with the registry?
  769. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:cracked_basalt_lava for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.cracked_basalt_lava. Is there something wrong with the registry?
  770. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:basaltbrick_cracked for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.basaltbrick_cracked. Is there something wrong with the registry?
  771. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:basalt_brick_small for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.basalt_brick_small. Is there something wrong with the registry?
  772. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:marble_brick_small for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.marble_brick_small. Is there something wrong with the registry?
  773. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:fancy_basalt for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.fancy_basalt. Is there something wrong with the registry?
  774. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:fancy_marble for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.fancy_marble. Is there something wrong with the registry?
  775. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:marble_tile for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.marble_tile. Is there something wrong with the registry?
  776. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:basalt_tile for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.basalt_tile. Is there something wrong with the registry?
  777. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:marble_paver for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.marble_paver. Is there something wrong with the registry?
  778. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:basalt_paver for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.basalt_paver. Is there something wrong with the registry?
  779. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:tiles for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.tiles. Is there something wrong with the registry?
  780. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:teslatite_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.teslatite_ore. Is there something wrong with the registry?
  781. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.ruby_ore. Is there something wrong with the registry?
  782. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.sapphire_ore. Is there something wrong with the registry?
  783. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.amethyst_ore. Is there something wrong with the registry?
  784. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:copper_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.copper_ore. Is there something wrong with the registry?
  785. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:silver_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.silver_ore. Is there something wrong with the registry?
  786. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zinc_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.zinc_ore. Is there something wrong with the registry?
  787. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:tungsten_ore for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.tungsten_ore. Is there something wrong with the registry?
  788. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.ruby_block. Is there something wrong with the registry?
  789. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.sapphire_block. Is there something wrong with the registry?
  790. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.amethyst_block. Is there something wrong with the registry?
  791. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:teslatite_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.teslatite_block. Is there something wrong with the registry?
  792. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:copper_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.copper_block. Is there something wrong with the registry?
  793. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:silver_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.silver_block. Is there something wrong with the registry?
  794. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zinc_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.zinc_block. Is there something wrong with the registry?
  795. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:tungsten_block for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.tungsten_block. Is there something wrong with the registry?
  796. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_glass for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.sapphire_glass. Is there something wrong with the registry?
  797. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:reinforced_sapphire_glass for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.reinforced_sapphire_glass. Is there something wrong with the registry?
  798. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:flax_crop for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.flax_crop. Is there something wrong with the registry?
  799. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:indigo_flower for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.indigo_flower. Is there something wrong with the registry?
  800. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:alloyfurnace for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.alloyfurnace. Is there something wrong with the registry?
  801. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:block_breaker for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.block_breaker. Is there something wrong with the registry?
  802. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:igniter for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.igniter. Is there something wrong with the registry?
  803. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:buffer for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.buffer. Is there something wrong with the registry?
  804. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:deployer for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.deployer. Is there something wrong with the registry?
  805. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:transposer for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.transposer. Is there something wrong with the registry?
  806. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sorting_machine for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.sorting_machine. Is there something wrong with the registry?
  807. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:project_table for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.project_table. Is there something wrong with the registry?
  808. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:circuit_table for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.circuit_table. Is there something wrong with the registry?
  809. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:circuit_database for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.circuit_database. Is there something wrong with the registry?
  810. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ejector for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.ejector. Is there something wrong with the registry?
  811. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:relay for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.relay. Is there something wrong with the registry?
  812. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:filter for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.filter. Is there something wrong with the registry?
  813. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:retriever for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.retriever. Is there something wrong with the registry?
  814. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:regulator for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.regulator. Is there something wrong with the registry?
  815. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:item_detector for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.item_detector. Is there something wrong with the registry?
  816. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:manager for public static net.minecraft.block.Block com.bluepowermod.init.BPBlocks.manager. Is there something wrong with the registry?
  817. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_gem for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_gem. Is there something wrong with the registry?
  818. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_gem for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_gem. Is there something wrong with the registry?
  819. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_gem for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_gem. Is there something wrong with the registry?
  820. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:teslatite_dust for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.teslatite_dust. Is there something wrong with the registry?
  821. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:copper_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.copper_ingot. Is there something wrong with the registry?
  822. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:silver_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.silver_ingot. Is there something wrong with the registry?
  823. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zinc_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.zinc_ingot. Is there something wrong with the registry?
  824. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:brass_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.brass_ingot. Is there something wrong with the registry?
  825. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:blue_alloy_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.blue_alloy_ingot. Is there something wrong with the registry?
  826. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:red_alloy_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.red_alloy_ingot. Is there something wrong with the registry?
  827. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:purple_alloy_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.purple_alloy_ingot. Is there something wrong with the registry?
  828. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:tungsten_ingot for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.tungsten_ingot. Is there something wrong with the registry?
  829. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:tungsten_nugget for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.tungsten_nugget. Is there something wrong with the registry?
  830. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zinc_ore_crushed for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.zinc_ore_crushed. Is there something wrong with the registry?
  831. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zinc_ore_purified for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.zinc_ore_purified. Is there something wrong with the registry?
  832. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zinc_dust for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.zinc_dust. Is there something wrong with the registry?
  833. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zinc_tiny_dust for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.zinc_tiny_dust. Is there something wrong with the registry?
  834. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_saw for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_saw. Is there something wrong with the registry?
  835. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_saw for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_saw. Is there something wrong with the registry?
  836. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_saw for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_saw. Is there something wrong with the registry?
  837. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:wood_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.wood_sickle. Is there something wrong with the registry?
  838. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:stone_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.stone_sickle. Is there something wrong with the registry?
  839. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:iron_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.iron_sickle. Is there something wrong with the registry?
  840. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:gold_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.gold_sickle. Is there something wrong with the registry?
  841. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:diamond_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.diamond_sickle. Is there something wrong with the registry?
  842. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:flax_seeds for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.flax_seeds. Is there something wrong with the registry?
  843. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:indigo_dye for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.indigo_dye. Is there something wrong with the registry?
  844. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:silicon_boule for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.silicon_boule. Is there something wrong with the registry?
  845. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:silicon_wafer for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.silicon_wafer. Is there something wrong with the registry?
  846. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:red_doped_wafer for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.red_doped_wafer. Is there something wrong with the registry?
  847. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:blue_doped_wafer for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.blue_doped_wafer. Is there something wrong with the registry?
  848. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:infused_teslatite_dust for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.infused_teslatite_dust. Is there something wrong with the registry?
  849. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:screwdriver for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.screwdriver. Is there something wrong with the registry?
  850. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:silky_screwdriver for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.silky_screwdriver. Is there something wrong with the registry?
  851. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:athame for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.athame. Is there something wrong with the registry?
  852. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:zincplate for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.zincplate. Is there something wrong with the registry?
  853. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:stone_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.stone_tile. Is there something wrong with the registry?
  854. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:bluestone_wire_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.bluestone_wire_tile. Is there something wrong with the registry?
  855. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:bluestone_anode_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.bluestone_anode_tile. Is there something wrong with the registry?
  856. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:bluestone_cathode_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.bluestone_cathode_tile. Is there something wrong with the registry?
  857. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:bluestone_pointer_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.bluestone_pointer_tile. Is there something wrong with the registry?
  858. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:silicon_chip_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.silicon_chip_tile. Is there something wrong with the registry?
  859. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:taintedsilicon_chip_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.taintedsilicon_chip_tile. Is there something wrong with the registry?
  860. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:quartz_resonator_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.quartz_resonator_tile. Is there something wrong with the registry?
  861. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:redstone_wire_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.redstone_wire_tile. Is there something wrong with the registry?
  862. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:redstone_anode_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.redstone_anode_tile. Is there something wrong with the registry?
  863. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:redstone_cathode_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.redstone_cathode_tile. Is there something wrong with the registry?
  864. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:redstone_pointer_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.redstone_pointer_tile. Is there something wrong with the registry?
  865. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:stone_bundle_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.stone_bundle_tile. Is there something wrong with the registry?
  866. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:screwdriver_handle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.screwdriver_handle. Is there something wrong with the registry?
  867. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:seed_bag for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.seed_bag. Is there something wrong with the registry?
  868. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:canvas_bag for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.canvas_bag. Is there something wrong with the registry?
  869. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:canvas for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.canvas. Is there something wrong with the registry?
  870. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:lumar for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.lumar. Is there something wrong with the registry?
  871. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:wool_card for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.wool_card. Is there something wrong with the registry?
  872. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:diamond_drawplate for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.diamond_drawplate. Is there something wrong with the registry?
  873. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:copper_wire for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.copper_wire. Is there something wrong with the registry?
  874. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:iron_wire for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.iron_wire. Is there something wrong with the registry?
  875. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:paint_can for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.paint_can. Is there something wrong with the registry?
  876. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:paint_brush for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.paint_brush. Is there something wrong with the registry?
  877. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_axe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_axe. Is there something wrong with the registry?
  878. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_sword for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_sword. Is there something wrong with the registry?
  879. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_pickaxe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_pickaxe. Is there something wrong with the registry?
  880. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_shovel for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_shovel. Is there something wrong with the registry?
  881. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_hoe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_hoe. Is there something wrong with the registry?
  882. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:ruby_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.ruby_sickle. Is there something wrong with the registry?
  883. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_axe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_axe. Is there something wrong with the registry?
  884. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_sword for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_sword. Is there something wrong with the registry?
  885. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_pickaxe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_pickaxe. Is there something wrong with the registry?
  886. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_shovel for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_shovel. Is there something wrong with the registry?
  887. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_hoe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_hoe. Is there something wrong with the registry?
  888. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:sapphire_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.sapphire_sickle. Is there something wrong with the registry?
  889. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_axe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_axe. Is there something wrong with the registry?
  890. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_sword for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_sword. Is there something wrong with the registry?
  891. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_pickaxe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_pickaxe. Is there something wrong with the registry?
  892. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_shovel for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_shovel. Is there something wrong with the registry?
  893. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_hoe for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_hoe. Is there something wrong with the registry?
  894. [18:24:32] [Server thread/WARN] [FML]: Unable to lookup bluepower:amethyst_sickle for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.amethyst_sickle. Is there something wrong with the registry?
  895. [18:24:32] [Server thread/INFO] [FML]: Holder lookups applied
  896. Jan 28, 2015 6:24:32 PM climateControl.utils.ConfigManager clearWorldFile
  897. INFO: clearing
  898. [18:24:32] [Server thread/WARN] [EnderIO]: Failed to write Transciever Channels on exit: java.util.concurrent.ExecutionException: java.lang.NullPointerException
  899. [18:24:32] [Server thread/INFO] [ProjectE]: Completed server-stop actions.
  900. [18:24:32] [Server thread/INFO] [STDOUT]: [com.mcjty.rftools.RFTools:serverStopped:164]: ###### RFTools.serverStopped
  901. [18:24:32] [Server thread/INFO] [FML]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
  902. [18:24:32] [Thread-12/INFO] [STDOUT]: [com.voxio.yampst.common.StatsManager$ShutdownThread:run:56]: [YAMPST] Shutdown detected, commencing statistics dump
  903. [18:24:32] [Thread-12/INFO] [STDOUT]: [com.voxio.yampst.common.StatsManager:post:306]: [YAMPST] Dumping stats!
  904. xmac:PhoenixRebornServer Xavion$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement