Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 244.03 KB | None | 0 0
  1. [18:25:56] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  2. [18:25:56] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  3. [18:25:56] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
  4. [18:25:56] [main/INFO]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
  5. [18:25:56] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\Austin\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_25
  6. [18:25:56] [main/WARN]: The coremod am2.preloader.AM2PreloaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  7. [18:25:56] [main/INFO]: AMCore initializing...stand back! I'm going to try MAGIC!
  8. [18:25:56] [main/WARN]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  9. [18:25:56] [main/WARN]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  10. [18:25:57] [main/WARN]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  11. [18:25:57] [main/WARN]: The coremod fastcraft.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  12. [18:25:57] [main/INFO]: Loading tweaker forestry.shade.javacheck.Java7Checker from forestry_1.7.10-4.2.16.64.jar
  13. [18:25:57] [main/INFO]: Loading tweaker cpw.mods.fml.common.launcher.FMLTweaker from forge-1.7.10-10.13.4.1614-1.7.10.jar
  14. [18:25:57] [main/WARN]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  15. [18:25:57] [main/WARN]: The coremod makeo.gadomancy.coremod.GadomancyCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  16. [18:25:57] [main/WARN]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  17. [18:25:57] [main/WARN]: The coremod mcp.mobius.mobiuscore.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  18. [18:25:57] [main/WARN]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  19. [18:25:57] [main/WARN]: The coremod xreliquary.common.asm.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  20. [18:25:57] [main/WARN]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  21. [18:25:58] [main/WARN]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  22. [18:25:58] [main/WARN]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  23. [18:25:58] [main/WARN]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  24. [18:25:58] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  25. [18:25:58] [main/INFO]: Loading tweak class name forestry.shade.javacheck.Java7Checker
  26. [18:25:58] [main/WARN]: Tweak class name cpw.mods.fml.common.launcher.FMLTweaker has already been visited -- skipping
  27. [18:25:58] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  28. [18:25:58] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  29. [18:25:58] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  30. [18:25:58] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  31. [18:26:01] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
  32. [18:26:01] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
  33. [18:26:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  34. [18:26:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  35. [18:26:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  36. [18:26:01] [main/ERROR]: A critical problem occurred registering the ASM transformer class am2.preloader.AccessTransformers
  37. java.lang.IllegalArgumentException: resource AM2_at.cfg not found.
  38. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[guava-17.0.jar:?]
  39. at com.google.common.io.Resources.getResource(Resources.java:229) ~[guava-17.0.jar:?]
  40. at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:118) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  41. at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:101) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  42. at am2.preloader.AccessTransformers.<init>(AccessTransformers.java:10) ~[AccessTransformers.class:?]
  43. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
  44. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_25]
  45. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_25]
  46. at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[?:1.8.0_25]
  47. at java.lang.Class.newInstance(Class.java:438) ~[?:1.8.0_25]
  48. at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.12.jar:?]
  49. at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:108) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  50. at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
  51. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  52. [18:26:01] [main/INFO]: MC located at: C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)
  53. [18:26:01] [main/INFO]: AMCore >> Located Thaumcraft
  54. [18:26:01] [main/INFO]: AMCore >> Located Thaumcraft
  55. [18:26:01] [main/INFO]: AMCore >> Located Thaumcraft
  56. [18:26:01] [main/INFO]: AMCore >> Located Thaumcraft
  57. [18:26:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  58. [18:26:01] [main/INFO]: Finished data injection.
  59. [18:26:01] [main/INFO]: Finished data injection.
  60. [18:26:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  61. [18:26:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  62. [18:26:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  63. [18:26:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  64. [18:26:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  65. [18:26:01] [main/INFO]: Attempting to detect JVM version...
  66. [18:26:01] [main/INFO]: Detected JVM: 1.8
  67. [18:26:01] [main/INFO]: Starting library configuration...
  68. [18:26:01] [main/INFO]: System attached to FML. Now intercepting all logging calls.
  69. [18:26:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  70. [18:26:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  71. [18:26:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  72. [18:26:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  73. [18:26:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  74. [18:26:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  75. [18:26:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  76. [18:26:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  77. [18:26:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  78. [18:26:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  79. [18:26:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  80. [18:26:02] [main/INFO]: Calling tweak class forestry.shade.javacheck.Java7Checker
  81. [18:26:02] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  82. [18:26:03] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  83. [18:26:03] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  84. [18:26:03] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
  85. [18:26:03] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
  86. [18:26:03] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  87. [18:26:04] [main/INFO]: AMCore >> Altering definition of net.minecraft.world.World
  88. [18:26:04] [main/INFO]: Current code is OBFUSCATED
  89. [18:26:04] [main/INFO]: Found cpw.mods.fml.common.FMLCommonHandler with checksum F626A08BBC07AE3F7D88072FDFDAE36E
  90. [18:26:04] [main/INFO]: Successful injection in onPreServerTick ()V
  91. [18:26:04] [main/INFO]: Successful injection in onPostServerTick ()V
  92. [18:26:04] [main/INFO]: Successful injection in onPreWorldTick (Lahb;)V
  93. [18:26:04] [main/INFO]: Successful injection in onPostWorldTick (Lahb;)V
  94. [18:26:04] [main/INFO]: Switching injection mode to FORGE
  95. [18:26:04] [main/INFO]: [MobiusCore] Found net.minecraft.world.World [ ahb ] with checksum 8BCFFAA8FD9AE2E851FB4A5E5474B7A4
  96. [18:26:04] [main/INFO]: Found World.updateEntities()...
  97. [18:26:04] [main/INFO]: Successful injection in h ()V
  98. [18:26:04] [main/INFO]: Successful injection in h ()V
  99. [18:26:04] [main/INFO]: Successful injection in h ()V
  100. [18:26:04] [main/INFO]: Successful injection in h ()V
  101. [18:26:04] [main/INFO]: Found World.<init> (Lazc;Ljava/lang/String;Lahj;Laqo;Lqi;)V
  102. [18:26:04] [main/INFO]: Successful injection in <init> (Lazc;Ljava/lang/String;Lahj;Laqo;Lqi;)V
  103. [18:26:04] [main/INFO]: Successful injection in <init> (Lazc;Ljava/lang/String;Lahj;Laqo;Lqi;)V
  104. [18:26:06] [main/INFO]: [CORE] Patching onNewPotionEffect
  105. [18:26:06] [main/INFO]: [GadomancyTransformer] Transforming sv: net.minecraft.entity.EntityLivingBase
  106. [18:26:07] [main/INFO]: AMCore >> Altering definition of net.minecraft.client.entity.EntityPlayerSP
  107. [18:26:07] [main/INFO]: [MobiusCore] Found net.minecraft.world.WorldServer [ mt ] with checksum 45A0D3CC36E7E273E3A53A0DE6C485A2
  108. [18:26:07] [main/INFO]: Successful injection in b ()V
  109. [18:26:07] [main/INFO]: Successful injection in b ()V
  110. [18:26:08] [main/INFO]: Setting user: AgentLight
  111. [18:26:10] [Client thread/INFO]: LWJGL Version: 2.9.1
  112. [18:26:11] [Client thread/INFO]: [tv.twitch.StandardCoreAPI:<init>:16]: If on Windows, make sure to provide all of the necessary dll's as specified in the twitchsdk README. Also, make sure to set the PATH environment variable to point to the directory containing the dll's.
  113. [18:26:11] [Client thread/ERROR]: Couldn't initialize twitch stream
  114. [18:26:11] [Client thread/INFO]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
  115. // I feel sad now :(
  116.  
  117. Time: 10/22/17 6:26 PM
  118. Description: Loading screen debug info
  119.  
  120. This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
  121.  
  122.  
  123. A detailed walkthrough of the error, its code path and all known details is as follows:
  124. ---------------------------------------------------------------------------------------
  125.  
  126. -- System Details --
  127. Details:
  128. Minecraft Version: 1.7.10
  129. Operating System: Windows 10 (amd64) version 10.0
  130. Java Version: 1.8.0_25, Oracle Corporation
  131. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  132. Memory: 426194032 bytes (406 MB) / 589824000 bytes (562 MB) up to 2863661056 bytes (2731 MB)
  133. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
  134. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  135. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  136. FML:
  137. GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 21.20.16.4534' Renderer: 'Intel(R) HD Graphics 520'
  138. [18:26:11] [Client thread/INFO]: Attempting early MinecraftForge initialization
  139. [18:26:11] [Client thread/INFO]: MinecraftForge v10.13.4.1614 Initialized
  140. [18:26:11] [Client thread/INFO]: Replaced 183 ore recipies
  141. [18:26:11] [Client thread/INFO]: Completed early MinecraftForge initialization
  142. [18:26:12] [Client thread/INFO]: AMCore initializing...stand back! I'm going to try MAGIC!
  143. [18:26:12] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
  144. [18:26:12] [Client thread/INFO]: Searching C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods for mods
  145. [18:26:12] [Client thread/INFO]: Also searching C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\1.7.10 for mods
  146. [18:26:25] [Client thread/WARN]: 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.14
  147. [18:26:25] [Client thread/WARN]: Mod AromaBackup is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.0.0.5
  148. [18:26:27] [Client thread/INFO]: Mod BrainCore is missing the required element 'name'. Substituting BrainCore
  149. [18:26:27] [Client thread/WARN]: Mod D3Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.29
  150. [18:26:27] [Client thread/INFO]: Mod menagerie is missing the required element 'name'. Substituting menagerie
  151. [18:26:27] [Client thread/WARN]: Mod ForbiddenMagic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-0.552
  152. [18:26:28] [Client thread/WARN]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
  153. [18:26:28] [Client thread/WARN]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
  154. [18:26:28] [Client thread/WARN]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
  155. [18:26:28] [Client thread/WARN]: Mod GreenThumb is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.8
  156. [18:26:29] [Client thread/WARN]: Mod neiintegration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.11
  157. [18:26:31] [Client thread/ERROR]: The mcmod.info file in Thaumic_Upholstery-1.2_1.7.10.jar cannot be parsed as valid JSON. It will be ignored
  158. com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 4 column 21
  159. at com.google.gson.internal.Streams.parse(Streams.java:56) ~[Streams.class:?]
  160. at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?]
  161. at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?]
  162. at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:55) [MetadataCollection.class:?]
  163. at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53) [JarDiscoverer.class:?]
  164. at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?]
  165. at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?]
  166. at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:131) [ModDiscoverer.class:?]
  167. at cpw.mods.fml.common.Loader.identifyMods(Loader.java:364) [Loader.class:?]
  168. at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:?]
  169. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?]
  170. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
  171. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
  172. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  173. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  174. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  175. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  176. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  177. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  178. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  179. Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 4 column 21
  180. at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
  181. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:480) ~[JsonReader.class:?]
  182. at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?]
  183. at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:666) ~[TypeAdapters$25.class:?]
  184. at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:659) ~[TypeAdapters$25.class:?]
  185. at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?]
  186. at com.google.gson.internal.Streams.parse(Streams.java:44) ~[Streams.class:?]
  187. ... 19 more
  188. [18:26:31] [Client thread/INFO]: Mod thaumicsanity is missing the required element 'name'. Substituting thaumicsanity
  189. [18:26:31] [Client thread/WARN]: Mod TorchTools is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.26
  190. [18:26:32] [Client thread/INFO]: Forge Mod Loader has identified 105 mods to load
  191. [18:26:32] [Client thread/INFO]: Found mod(s) [TravellersGear] containing declared API package baubles.api (owned by Baubles) without associated API reference
  192. [18:26:32] [Client thread/INFO]: Found mod(s) [adventurersamulets] containing declared API package baubles.api (owned by Baubles) without associated API reference
  193. [18:26:32] [Client thread/INFO]: Found mod(s) [TravellersGear] containing declared API package baubles.api (owned by Baubles) without associated API reference
  194. [18:26:32] [Client thread/INFO]: Found mod(s) [xreliquary] containing declared API package baubles.api (owned by Baubles) without associated API reference
  195. [18:26:32] [Client thread/INFO]: Found mod(s) [benway_knowledge] containing declared API package baubles.api (owned by Baubles) without associated API reference
  196. [18:26:33] [Client thread/INFO]: FML has found a non-mod file Automagy-1.8.9-2.0.3.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  197. [18:26:33] [Client thread/INFO]: FML has found a non-mod file baublesstuff-3.0.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  198. [18:26:33] [Client thread/INFO]: FML has found a non-mod file CodeChickenCore-1.7.10-1.0.7.47-src.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  199. [18:26:33] [Client thread/INFO]: FML has found a non-mod file ThaumicBases-2.1.189.32.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  200. [18:26:33] [Client thread/INFO]: FML has found a non-mod file ThaumicStorage-0.2.1.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  201. [18:26:33] [Client thread/INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.138-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  202. [18:26:33] [Client thread/INFO]: FML has found a non-mod file commons-codec-1.9.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  203. [18:26:33] [Client thread/INFO]: FML has found a non-mod file commons-compress-1.8.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  204. [18:26:34] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, AM2-Preloader, Aroma1997Core, CodeChickenCore, MobiusCore, NotEnoughItems, technomCore, ThaumicTinkerer-preloader, WitchingGadgetsCore, <CoFH ASM>, arsmagica2, AdvancedThaumaturgy, adventurersamulets, Ambience, AnimationAPI, aobd, archmagus, Aroma1997CoreHelper, AromaBackup, Automagy, bagginses, bdlib, AWWayofTime, Botania, BrainCore, brewingapi, CoFHCore, CustomMainMenu, D3Core, menagerie, Enchiridion, Enchiridion2, FastCraft, ForbiddenMagic, Forestry, ForgeMicroblock, ForgeMultipart, McMultipart, foxlib, gadomancy, GreenThumb, guideapi, headcrumbs, HardcoreQuesting, ImLookingAtBlood, inpure|core, inventorytweaks, JABBA, journeymap, mdeco, MagicBees, MagicCookie, MineTweaker3, necromancy, NEIAddons, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, neiintegration, NodalMechanics, recipehandler, notenoughkeys, neresources, bt, origin, particlelib, xreliquary, ResourceLoader, AS_Ruins, Sanguimancy, StorageDrawers, supercraftingframe, Tails, TaintedMagic, Talismans 2, tcnodetracker, technom, benway_knowledge, Thaumcraft, ThaumcraftMobAspects, thaumcraftneiplugin, thaumicdyes, TU, thaumicalchemy, ThaumicExploration, ThaumicHorizons, thaumicinfusion, thaumicsanity, ThaumicTinkerer, thaumores, TorchTools, TravellersGear, TWarden, VillagersNose, Waila, WailaHarvestability, witchery, WitchingGadgets, WTP, Baubles, libsandstone] at CLIENT
  205. [18:26:34] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, AM2-Preloader, Aroma1997Core, CodeChickenCore, MobiusCore, NotEnoughItems, technomCore, ThaumicTinkerer-preloader, WitchingGadgetsCore, <CoFH ASM>, arsmagica2, AdvancedThaumaturgy, adventurersamulets, Ambience, AnimationAPI, aobd, archmagus, Aroma1997CoreHelper, AromaBackup, Automagy, bagginses, bdlib, AWWayofTime, Botania, BrainCore, brewingapi, CoFHCore, CustomMainMenu, D3Core, menagerie, Enchiridion, Enchiridion2, FastCraft, ForbiddenMagic, Forestry, ForgeMicroblock, ForgeMultipart, McMultipart, foxlib, gadomancy, GreenThumb, guideapi, headcrumbs, HardcoreQuesting, ImLookingAtBlood, inpure|core, inventorytweaks, JABBA, journeymap, mdeco, MagicBees, MagicCookie, MineTweaker3, necromancy, NEIAddons, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, neiintegration, NodalMechanics, recipehandler, notenoughkeys, neresources, bt, origin, particlelib, xreliquary, ResourceLoader, AS_Ruins, Sanguimancy, StorageDrawers, supercraftingframe, Tails, TaintedMagic, Talismans 2, tcnodetracker, technom, benway_knowledge, Thaumcraft, ThaumcraftMobAspects, thaumcraftneiplugin, thaumicdyes, TU, thaumicalchemy, ThaumicExploration, ThaumicHorizons, thaumicinfusion, thaumicsanity, ThaumicTinkerer, thaumores, TorchTools, TravellersGear, TWarden, VillagersNose, Waila, WailaHarvestability, witchery, WitchingGadgets, WTP, Baubles, libsandstone] at SERVER
  206. [18:26:35] [Client thread/INFO]: Found cpw.mods.fml.common.network.FMLOutboundHandler with checksum CB55471D614BD5AF06AEA87A77A3014F
  207. [18:26:35] [Client thread/INFO]: Successful injection in write (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
  208. [18:26:36] [Client thread/INFO]: Found cpw.mods.fml.common.eventhandler.ASMEventHandler with checksum 1C68592318817E7EE853EC874A5ACBF4
  209. [18:26:36] [Client thread/INFO]: Successful injection in <init> (Ljava/lang/Object;Ljava/lang/reflect/Method;Lcpw/mods/fml/common/ModContainer;)V
  210. [18:26:36] [Client thread/INFO]: Successful injection in invoke (Lcpw/mods/fml/common/eventhandler/Event;)V
  211. [18:26:36] [Client thread/INFO]: Successful injection in invoke (Lcpw/mods/fml/common/eventhandler/Event;)V
  212. [18:26:37] [Client thread/INFO]: AMCore >> Altering definition of net.minecraft.client.renderer.entity.RendererLivingEntity
  213. [18:26:37] [Client thread/INFO]: [GadomancyTransformer] Transforming thaumcraft.client.lib.RenderEventHandler: thaumcraft.client.lib.RenderEventHandler
  214. [18:26:37] [Client thread/INFO]: [GadomancyTransformer] Transforming thaumcraft.client.renderers.tile.TileNodeRenderer: thaumcraft.client.renderers.tile.TileNodeRenderer
  215. [18:26:38] [Client thread/INFO]: [GadomancyTransformer] Transforming thaumcraft.common.items.wands.WandManager: thaumcraft.common.items.wands.WandManager
  216. [18:26:46] [Client thread/INFO]: InvTweaks: net.minecraft.inventory.Container
  217. [18:26:49] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Ars Magica 2, FMLFileResourcePack:Advanced Thaumaturgy, FMLFileResourcePack:Adventurer's Amulets, FMLFileResourcePack:Ambience, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Another One Bites The Dust, FMLFileResourcePack:Archmagus, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:AromaBackup, FMLFileResourcePack:Automagy, FMLFileResourcePack:Bagginses, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:BrainCore, FMLFileResourcePack:Brewing-API, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:D3Core, FMLFileResourcePack:menagerie, FMLFileResourcePack:Enchiridion, FMLFileResourcePack:Enchiridion 2, FMLFileResourcePack:FastCraft, FMLFileResourcePack:Forbidden Magic, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:FoxLib, FMLFileResourcePack:Gadomancy, FMLFileResourcePack:GreenThumb, FMLFileResourcePack:Guide-API, FMLFileResourcePack:Headcrumbs, FMLFileResourcePack:Hardcore Questing Mode, FMLFileResourcePack:I'm Looking At Blood, FMLFileResourcePack:INpureCore, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:JABBA, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Magical Decorations, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Magic Cookies, something yummy, FMLFileResourcePack:MineTweaker 3, FMLFileResourcePack:Necromancy, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Applied Energistics 2, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:NEI Integration, FMLFileResourcePack:NodalMechanics, FMLFileResourcePack:NoMoreRecipeConflict, FMLFileResourcePack:NotEnoughKEys, FMLFileResourcePack:Not Enough Resources, FMLFileResourcePack:NotEnoughThaumcraftTabs, FMLFileResourcePack:Origin, FMLFileResourcePack:Particle Library, FMLFileResourcePack:Reliquary, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:Ruins Spawning System, FMLFileResourcePack:Sanguimancy, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Super Crafting Frame, FMLFileResourcePack:Tails, FMLFileResourcePack:Tainted Magic, FMLFileResourcePack:Talismans 2, FMLFileResourcePack:TC Node Tracker, FMLFileResourcePack:Technomancy, FMLFileResourcePack:Thaumaturgical Knowledge, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumcraft Mob Aspects, FMLFileResourcePack:Thaumcraft NEI Plugin, FMLFileResourcePack:Thaumic Dyes, FMLFileResourcePack:Thaumic Upholstry, FMLFileResourcePack:Thaumic Alchemy, FMLFileResourcePack:Thaumic Exploration, FMLFileResourcePack:Thaumic Horizons, FMLFileResourcePack:Thaumic Infusion, FMLFileResourcePack:thaumicsanity, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:ThaumOres, FMLFileResourcePack:TorchTools, FMLFileResourcePack:Traveller's Gear, FMLFileResourcePack:Thaumic Warden, FMLFileResourcePack:Villager's Nose, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:Witchery, FMLFileResourcePack:Witching Gadgets, FMLFileResourcePack:What's This Pack, FMLFileResourcePack:Baubles, FMLFileResourcePack:libsandstone
  218. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\BloodMagic-1.7.10-1.3.3-4.jar
  219. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\BloodMagic-1.7.10-1.3.3-4.jar
  220. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\BloodMagic-1.7.10-1.3.3-4.jar
  221. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\BloodMagic-1.7.10-1.3.3-4.jar
  222. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\BloodMagic-1.7.10-1.3.3-4.jar
  223. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\BloodMagic-1.7.10-1.3.3-4.jar
  224. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\D3Core-1.7.10-1.1.0.29.jar
  225. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\D3Core-1.7.10-1.1.0.29.jar
  226. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\D3Core-1.7.10-1.1.0.29.jar
  227. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\D3Core-1.7.10-1.1.0.29.jar
  228. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\D3Core-1.7.10-1.1.0.29.jar
  229. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\GreenThumb-1.7.10-1.1.0.8.jar
  230. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\GreenThumb-1.7.10-1.1.0.8.jar
  231. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\GreenThumb-1.7.10-1.1.0.8.jar
  232. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\GreenThumb-1.7.10-1.1.0.8.jar
  233. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\GreenThumb-1.7.10-1.1.0.8.jar
  234. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\GreenThumb-1.7.10-1.1.0.8.jar
  235. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TU in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\Thaumic_Upholstery-1.2_1.7.10.jar
  236. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TU in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\Thaumic_Upholstery-1.2_1.7.10.jar
  237. [18:26:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TU in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\Thaumic_Upholstery-1.2_1.7.10.jar
  238. [18:26:50] [Client thread/INFO]: Processing ObjectHolder annotations
  239. [18:26:50] [Client thread/INFO]: Found 336 ObjectHolder annotations
  240. [18:26:50] [Client thread/INFO]: Identifying ItemStackHolder annotations
  241. [18:26:50] [Client thread/INFO]: Found 0 ItemStackHolder annotations
  242. [18:26:50] [Client thread/INFO]: Configured a dormant chunk cache size of 0
  243. [18:26:50] [Client thread/INFO]: Logger initialized.
  244. [18:26:50] [Client thread/INFO]: Finished Pre-initialization.
  245. [18:26:51] [Client thread/INFO]: Ars Magica >> Extending Potions Array
  246. [18:26:51] [Client thread/INFO]: Ars Magica >> injecting potions starting from index 32
  247. [18:26:51] [Client thread/INFO]: AMCore >> Altering definition of am2.armor.ItemMageHood to be thaumcraft compatible.
  248. [18:26:51] [Client thread/INFO]: [CORE] Patching getFortuneModifier & getLootingModifier
  249. [18:26:51] [Client thread/INFO]: [GadomancyTransformer] Transforming afv: net.minecraft.enchantment.EnchantmentHelper
  250. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Attempting to set enchantment magic_resist to ID 100 (configured currently as 100)
  251. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Successfully registered enchanment!
  252. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Attempting to set enchantment soulbound to ID 101 (configured currently as 101)
  253. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Successfully registered enchanment!
  254. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: dr_phy
  255. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: dr_drn
  256. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: dr_fall
  257. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: dr_exp
  258. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: dr_fire
  259. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: dr_frst
  260. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: dr_mage
  261. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: dr_litn
  262. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: mn_reg
  263. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: bn_red
  264. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: soulbnd
  265. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: fl_lure
  266. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: mg_xp
  267. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: pp_ore
  268. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: mg_gog
  269. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: tc_nrv
  270. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: step_up
  271. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: run_spd
  272. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: dispel
  273. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: fallprot
  274. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: fireprot
  275. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: freedom
  276. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: healing
  277. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: hungerup
  278. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: highjump
  279. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: lifesave
  280. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: lightstep
  281. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: minespd
  282. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: recoil
  283. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: swimspd
  284. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: wtrbrth
  285. [18:26:51] [Client thread/INFO]: Ars Magica 2 >> Registered imbuement: wtrwalk
  286. [18:26:52] [Client thread/INFO]: [CORE] Patching Thaumcraft's Worldgen
  287. [18:26:53] [Client thread/INFO]: [CORE] Patching Pouch - Interfaces
  288. [18:26:53] [Client thread/INFO]: [CORE] Patching Pouch - Methods
  289. [18:26:54] [Client thread/INFO]: [CORE] Patching Boots
  290. [18:26:54] [Client thread/INFO]: AMCore >> Altering definition of net.minecraft.client.renderer.EntityRenderer
  291. [18:26:56] [Client thread/INFO]: InvTweaks: net.minecraft.inventory.ContainerWorkbench
  292. [18:27:00] [Client thread/INFO]: [MobiusCore] Found net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher [ bmk ] with checksum 1B9F2A44C89A8C0C359AD4D34A73DA8D
  293. [18:27:00] [Client thread/INFO]: Successful injection in a (Laor;DDDF)V
  294. [18:27:00] [Client thread/INFO]: Successful injection in a (Laor;DDDF)V
  295. [18:27:01] [Client thread/INFO]: Registering Default Templates.
  296. [18:27:01] [Client thread/INFO]: Registering default generators
  297. [18:27:01] [Client thread/INFO]: Complete
  298. [18:27:02] [CoFHUpdater:CoFHCore/INFO]: An updated version of CoFH Core is available: CoFH Core 3.1.4 for Minecraft 1.7.10.
  299. [18:27:02] [Client thread/INFO]: Helping Aroma1997Core
  300. [18:27:02] [Client thread/INFO]: bdlib 1.9.0.94 loaded
  301. [18:27:03] [Client thread/INFO]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
  302. [18:27:03] [Client thread/WARN]: witchery: Potion slot 43 already occupided by Entangled is being overwriting with witchery:potion.paralysed, you may want to change potion ids in the config file!
  303. [18:27:03] [Client thread/WARN]: witchery: Potion slot 44 already occupided by Watery Grave is being overwriting with witchery:potion.wrappedinvine, you may want to change potion ids in the config file!
  304. [18:27:03] [Client thread/WARN]: witchery: Potion slot 45 already occupided by Spell Reflect is being overwriting with witchery:potion.spiked, you may want to change potion ids in the config file!
  305. [18:27:03] [Client thread/WARN]: witchery: Potion slot 46 already occupided by Silence is being overwriting with witchery:potion.sprouting, you may want to change potion ids in the config file!
  306. [18:27:03] [Client thread/WARN]: witchery: Potion slot 47 already occupided by Swift Swim is being overwriting with witchery:potion.grotesque, you may want to change potion ids in the config file!
  307. [18:27:03] [Client thread/WARN]: witchery: Potion slot 48 already occupided by Agility is being overwriting with witchery:potion.love, you may want to change potion ids in the config file!
  308. [18:27:03] [Client thread/WARN]: witchery: Potion slot 49 already occupided by Leap is being overwriting with witchery:potion.allergysun, you may want to change potion ids in the config file!
  309. [18:27:03] [Client thread/WARN]: witchery: Potion slot 50 already occupided by Mana Boost is being overwriting with witchery:potion.chilled, you may want to change potion ids in the config file!
  310. [18:27:03] [Client thread/WARN]: witchery: Potion slot 51 already occupided by Astral Distortion is being overwriting with witchery:potion.snowtrail, you may want to change potion ids in the config file!
  311. [18:27:03] [Client thread/WARN]: witchery: Potion slot 52 already occupided by Mana Shield is being overwriting with witchery:potion.floating, you may want to change potion ids in the config file!
  312. [18:27:03] [Client thread/WARN]: witchery: Potion slot 53 already occupided by Fury is being overwriting with witchery:potion.hellishaura, you may want to change potion ids in the config file!
  313. [18:27:03] [Client thread/WARN]: witchery: Potion slot 54 already occupided by Scramble Synapses is being overwriting with witchery:potion.brewingexpertise, you may want to change potion ids in the config file!
  314. [18:27:03] [Client thread/WARN]: witchery: Potion slot 55 already occupided by Illuminated is being overwriting with witchery:potion.doublejump, you may want to change potion ids in the config file!
  315. [18:27:03] [Client thread/WARN]: witchery: Potion slot 56 already occupided by Greater Mana Restoration is being overwriting with witchery:potion.featherfall, you may want to change potion ids in the config file!
  316. [18:27:03] [Client thread/WARN]: witchery: Potion slot 57 already occupided by Epic Mana Restoration is being overwriting with witchery:potion.allergydark, you may want to change potion ids in the config file!
  317. [18:27:03] [Client thread/WARN]: witchery: Potion slot 58 already occupided by Legendary Mana Restoration is being overwriting with witchery:potion.reincarnate, you may want to change potion ids in the config file!
  318. [18:27:03] [Client thread/WARN]: witchery: Potion slot 59 already occupided by Gravity Well is being overwriting with witchery:potion.insane, you may want to change potion ids in the config file!
  319. [18:27:03] [Client thread/WARN]: witchery: Potion slot 60 already occupided by Levitation is being overwriting with witchery:potion.keepinventory, you may want to change potion ids in the config file!
  320. [18:27:03] [Client thread/WARN]: witchery: Potion slot 61 already occupided by Clarity is being overwriting with witchery:potion.sinking, you may want to change potion ids in the config file!
  321. [18:27:03] [Client thread/WARN]: witchery: Potion slot 62 already occupided by Shrunken is being overwriting with witchery:potion.overheating, you may want to change potion ids in the config file!
  322. [18:27:03] [Client thread/WARN]: witchery: Potion slot 63 already occupided by Burnout Redux is being overwriting with witchery:potion.wakingnightmare, you may want to change potion ids in the config file!
  323. [18:27:03] [Client thread/WARN]: witchery: Potion slot 64 already occupided by potion.polymorphed is being overwriting with witchery:potion.queasy, you may want to change potion ids in the config file!
  324. [18:27:03] [Client thread/WARN]: witchery: Potion slot 65 already occupided by potion.shield.fire is being overwriting with witchery:potion.swimming, you may want to change potion ids in the config file!
  325. [18:27:03] [Client thread/WARN]: witchery: Potion slot 66 already occupided by potion.shield.earth is being overwriting with witchery:potion.resizing, you may want to change potion ids in the config file!
  326. [18:27:03] [Client thread/WARN]: witchery: Potion slot 67 already occupided by potion.shield.water is being overwriting with witchery:potion.colorful, you may want to change potion ids in the config file!
  327. [18:27:03] [Client thread/WARN]: witchery: Potion slot 68 already occupided by potion.shield.storm is being overwriting with witchery:potion.enderinhibition, you may want to change potion ids in the config file!
  328. [18:27:03] [Client thread/WARN]: witchery: Potion slot 69 already occupided by potion.shield.frost is being overwriting with witchery:potion.illfitting, you may want to change potion ids in the config file!
  329. [18:27:03] [Client thread/WARN]: witchery: Potion slot 70 already occupided by potion.blood_seal is being overwriting with witchery:potion.volatility, you may want to change potion ids in the config file!
  330. [18:27:03] [Client thread/WARN]: witchery: Potion slot 71 already occupided by potion.feared is being overwriting with witchery:potion.enslaved, you may want to change potion ids in the config file!
  331. [18:27:03] [Client thread/WARN]: witchery: Potion slot 72 already occupided by potion.immunity.projectile is being overwriting with witchery:potion.mortalcoil, you may want to change potion ids in the config file!
  332. [18:27:03] [Client thread/WARN]: witchery: Potion slot 73 already occupided by potion.immunity.knockback is being overwriting with witchery:potion.absorbmagic, you may want to change potion ids in the config file!
  333. [18:27:03] [Client thread/WARN]: witchery: Potion slot 74 already occupided by potion.mana.instant is being overwriting with witchery:potion.poisonweapons, you may want to change potion ids in the config file!
  334. [18:27:03] [Client thread/WARN]: witchery: Potion slot 75 already occupided by potion.mana.regen is being overwriting with witchery:potion.reflectprojectiles, you may want to change potion ids in the config file!
  335. [18:27:05] [Client thread/INFO]: preInit completed
  336. [18:27:05] [Client thread/INFO]: Registered a new recipe handler: ShapedRecipes
  337. [18:27:05] [Client thread/INFO]: Registered a new recipe handler: ShapedOreRecipe
  338. [18:27:05] [Client thread/INFO]: Registered a new recipe handler: ShapelessRecipes
  339. [18:27:05] [Client thread/INFO]: Registered a new recipe handler: ShapelessOreRecipe
  340. [18:27:05] [Client thread/INFO]: Registered a new recipe handler: VanillaFurnace
  341. [18:27:05] [Client thread/ERROR]: Enchiridion 2 failed to read in the image at the following path:
  342. [18:27:05] [Client thread/ERROR]: mod@enchiridion@Abstract-Landscape.png
  343. [18:27:05] [Client thread/ERROR]: Enchiridion 2 failed to read in the image at the following path:
  344. [18:27:05] [Client thread/ERROR]: mod@enchiridion@flat-lemmling-Cartoon-penguin.png
  345. [18:27:06] [Client thread/ERROR]: Enchiridion 2 failed to read in the image at the following path:
  346. [18:27:06] [Client thread/ERROR]: mod@enchiridion@fox-transparent.png
  347. [18:27:06] [Client thread/ERROR]: Enchiridion 2 failed to read in the image at the following path:
  348. [18:27:06] [Client thread/ERROR]: mod@enchiridion@jubilee-teapot-red.png
  349. [18:27:06] [Client thread/ERROR]: Enchiridion 2 failed to read in the image at the following path:
  350. [18:27:06] [Client thread/ERROR]: mod@enchiridion@molumen-multicolor-power-buttons-4.png
  351. [18:27:06] [Client thread/INFO]: FastCraft 1.21 loaded.
  352. [18:27:06] [Thread-9/INFO]: You are using the latest suitable version.
  353. [18:27:06] [Client thread/INFO]: Module BuildCraft 6 Fuels Plugin failed to load: Compatible BuildCraftAPI|fuels version not found
  354. [18:27:06] [Client thread/INFO]: Module BuildCraft 6 Recipes Plugin failed to load: Compatible BuildCraftAPI|recipes version not found
  355. [18:27:06] [Client thread/INFO]: Module BuildCraft 6 Statements Plugin failed to load: Compatible BuildCraftAPI|statements version not found
  356. [18:27:06] [Client thread/INFO]: Module BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found
  357. [18:27:06] [Client thread/INFO]: Module AgriCraft Plugin failed to load: AgriCraft not found
  358. [18:27:06] [Client thread/INFO]: Module BiomesOPlenty Plugin failed to load: BiomesOPlenty not found
  359. [18:27:06] [Client thread/INFO]: Module Chisel Plugin failed to load: Chisel not found
  360. [18:27:06] [Client thread/INFO]: Module EnderIO Plugin failed to load: EnderIO not found
  361. [18:27:06] [Client thread/INFO]: Module Erebus Plugin failed to load: Erebus not found
  362. [18:27:06] [Client thread/INFO]: Module ExtraUtilities Plugin failed to load: ExtraUtilities not found
  363. [18:27:06] [Client thread/INFO]: Module Growthcraft Plugin failed to load: GrowthCraft not found
  364. [18:27:06] [Client thread/INFO]: Module HarvestCraft Plugin failed to load: HarvestCraft not found
  365. [18:27:06] [Client thread/INFO]: Module ImmersiveEngineering Plugin failed to load: Immersive Engineering not found
  366. [18:27:06] [Client thread/INFO]: Module IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
  367. [18:27:06] [Client thread/INFO]: Module MagicalCrops Plugin failed to load: Magical Crops not found
  368. [18:27:06] [Client thread/INFO]: Module MineFactoryReloaded Plugin failed to load: MineFactoryReloaded not found
  369. [18:27:06] [Client thread/INFO]: Module Natura Plugin failed to load: Natura not found
  370. [18:27:06] [Client thread/INFO]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
  371. [18:27:06] [Client thread/INFO]: Module RotaryCraft Plugin failed to load: RotaryCraft not found
  372. [18:27:07] [Client thread/INFO]: [MobiusCore] Found net.minecraft.client.renderer.entity.RenderManager [ bnn ] with checksum 23331C7A7033A1CF1F1AAE38FD89A9B5
  373. [18:27:07] [Client thread/INFO]: Successful injection in a (Lsa;DDDFFZ)Z
  374. [18:27:07] [Client thread/INFO]: Successful injection in a (Lsa;DDDFFZ)Z
  375. [18:27:12] [Client thread/INFO]: Beating Minecraft's resource loading system with a shovel. Please stand by...
  376. [18:27:12] [Client thread/INFO]: Constructing submodule info.inpureprojects.core.Preloader.ModulePreloader
  377. [18:27:12] [Client thread/INFO]: Constructing submodule info.inpureprojects.core.Scripting.ScriptExtractor
  378. [18:27:12] [Client thread/INFO]: Processing preinit event for submodule info.inpureprojects.core.Preloader.ModulePreloader
  379. [18:27:12] [Client thread/INFO]: Processing preinit event for submodule info.inpureprojects.core.Scripting.ScriptExtractor
  380. [18:27:12] [Client thread/INFO]: InvTweaks: invtweaks.InvTweaksObfuscation
  381. [18:27:13] [Client thread/INFO]: Preinit started
  382. [18:27:13] [Client thread/INFO]: Found nugget of type IRON
  383. [18:27:13] [Client thread/INFO]: Found nugget of type COPPER
  384. [18:27:13] [Client thread/INFO]: Found nugget of type TIN
  385. [18:27:13] [Client thread/INFO]: Found nugget of type SILVER
  386. [18:27:13] [Client thread/INFO]: Found nugget of type LEAD
  387. [18:27:13] [Client thread/INFO]: Found nugget of type DIAMOND
  388. [18:27:13] [Client thread/INFO]: Disabled nugget DIAMOND
  389. [18:27:13] [Client thread/INFO]: Found nugget of type EMERALD
  390. [18:27:13] [Client thread/INFO]: Found nugget of type APATITE
  391. [18:27:13] [Client thread/INFO]: Disabled nugget APATITE
  392. [18:27:13] [Client thread/INFO]: Preinit completed
  393. [18:27:13] [Client thread/INFO]: Thaumcraft detected
  394. [18:27:13] [Client thread/INFO]: Intialised tileEssentiaReservoir Thaumcraft Bridge
  395. [18:27:13] [Client thread/INFO]: Intialised EntityGolemBase Thaumcraft Bridge
  396. [18:27:13] [Client thread/INFO]: Intialised entityGolemBase_golemType Thaumcraft Bridge
  397. [18:27:13] [Client thread/INFO]: Intialised entityGolemBase_decoration Thaumcraft Bridge
  398. [18:27:13] [Client thread/INFO]: Intialised entityGolemBase_upgrades Thaumcraft Bridge
  399. [18:27:13] [Client thread/INFO]: Intialised entityGolemBase_advanced Thaumcraft Bridge
  400. [18:27:13] [Client thread/INFO]: Intialised entityGolemBase_inventory Thaumcraft Bridge
  401. [18:27:13] [Client thread/INFO]: Intialised entityGolemBase_homeFacing Thaumcraft Bridge
  402. [18:27:13] [Client thread/INFO]: Intialised entityGolemBase_getCore Thaumcraft Bridge
  403. [18:27:13] [Client thread/INFO]: Intialised entityGolemBase_getMarkers Thaumcraft Bridge
  404. [18:27:13] [Client thread/INFO]: Intialised entityGolemBase_setMarkers Thaumcraft Bridge
  405. [18:27:13] [Client thread/INFO]: Intialised entityGolemBase_dropStuff Thaumcraft Bridge
  406. [18:27:13] [Client thread/INFO]: Intialised entityGolemBase_getOwner Thaumcraft Bridge
  407. [18:27:13] [Client thread/INFO]: Intialised entityGolemBase_getUpgradeAmount Thaumcraft Bridge
  408. [18:27:13] [Client thread/INFO]: Intialised enumGolemType Thaumcraft Bridge
  409. [18:27:13] [Client thread/INFO]: Intialised tileEssentiaReservoir_facing Thaumcraft Bridge
  410. [18:27:13] [Client thread/INFO]: Intialised tileEssentiaReservoir_getSuctionAmount Thaumcraft Bridge
  411. [18:27:13] [Client thread/INFO]: Intialised tileEssentiaReservoir_getSuction Thaumcraft Bridge
  412. [18:27:13] [Client thread/INFO]: Intialised tileEssentiaReservoir_addEssentia Thaumcraft Bridge
  413. [18:27:13] [Client thread/INFO]: Intialised tileEssentiaReservoir_containerContains Thaumcraft Bridge
  414. [18:27:13] [Client thread/INFO]: Intialised tileJarFillable Thaumcraft Bridge
  415. [18:27:13] [Client thread/INFO]: Intialised tileJarFillable_aspect Thaumcraft Bridge
  416. [18:27:13] [Client thread/INFO]: Intialised tileJarFillable_aspectFilter Thaumcraft Bridge
  417. [18:27:13] [Client thread/INFO]: Intialised tileJarFillable_amount Thaumcraft Bridge
  418. [18:27:13] [Client thread/INFO]: Intialised tileJarFillable_maxAmount Thaumcraft Bridge
  419. [18:27:13] [Client thread/INFO]: Intialised tileJarFillable_doesContainerAccept Thaumcraft Bridge
  420. [18:27:13] [Client thread/INFO]: Intialised tileJarFillable_addToContainer Thaumcraft Bridge
  421. [18:27:13] [Client thread/INFO]: Intialised tileJarFillableVoid Thaumcraft Bridge
  422. [18:27:13] [Client thread/INFO]: Intialised tileAlembic Thaumcraft Bridge
  423. [18:27:13] [Client thread/INFO]: Intialised tileAlembic_amount Thaumcraft Bridge
  424. [18:27:13] [Client thread/INFO]: Intialised tileAlembic_aspect Thaumcraft Bridge
  425. [18:27:13] [Client thread/INFO]: Intialised itemGolemDecoration Thaumcraft Bridge
  426. [18:27:13] [Client thread/INFO]: Intialised itemGolemDecoration_getDecoChar Thaumcraft Bridge
  427. [18:27:13] [Client thread/INFO]: Intialised itemWandCasting Thaumcraft Bridge
  428. [18:27:13] [Client thread/INFO]: Intialised EntityTravelingTrunk Thaumcraft Bridge
  429. [18:27:13] [Client thread/INFO]: Intialised itemWandCasting_getAspectsWithRoom Thaumcraft Bridge
  430. [18:27:13] [Client thread/INFO]: Intialised itemWandCasting_getMaxVis Thaumcraft Bridge
  431. [18:27:13] [Client thread/INFO]: Intialised itemWandCasting_getVis Thaumcraft Bridge
  432. [18:27:13] [Client thread/INFO]: Intialised itemWandCasting_storeVis Thaumcraft Bridge
  433. [18:27:13] [Client thread/INFO]: Intialised marker Thaumcraft Bridge
  434. [18:27:13] [Client thread/INFO]: Intialised marker_init Thaumcraft Bridge
  435. [18:27:13] [Client thread/INFO]: Intialised marker_x Thaumcraft Bridge
  436. [18:27:13] [Client thread/INFO]: Intialised marker_y Thaumcraft Bridge
  437. [18:27:13] [Client thread/INFO]: Intialised marker_z Thaumcraft Bridge
  438. [18:27:13] [Client thread/INFO]: Intialised marker_dim Thaumcraft Bridge
  439. [18:27:13] [Client thread/INFO]: Intialised marker_color Thaumcraft Bridge
  440. [18:27:13] [Client thread/INFO]: Intialised marker_side Thaumcraft Bridge
  441. [18:27:13] [Client thread/INFO]: Intialised inventoryMob Thaumcraft Bridge
  442. [18:27:13] [Client thread/INFO]: Intialised inventoryMob_getMethodWriteToNBT Thaumcraft Bridge
  443. [18:27:14] [Client thread/INFO]: Registered worldgeneratortschallacka.magiccookies.worldgen.MagicCookieWorldGen@1e046088
  444. [18:27:15] [Client thread/INFO]: [com.sirolf2009.necromancy.Necromancy:preInit:108]: not connected to the internet, special scythes are de-activated
  445. [18:27:15] [Client thread/INFO]: Required mod appliedenergistics2 is not installed, dependent features will be unavailable
  446. [18:27:15] [Client thread/ERROR]: Requirements unmet, Applied Energistics 2 Addon not loading
  447. [18:27:15] [Client thread/INFO]: Required mod Botany is not installed, dependent features will be unavailable
  448. [18:27:15] [Client thread/ERROR]: Requirements unmet, Botany Addon not loading
  449. [18:27:15] [Client thread/INFO]: Version check success: Forestry@[2.2.9.0,) required / 4.2.16.64 detected
  450. [18:27:15] [Client thread/INFO]: Required mod exnihilo is not installed, dependent features will be unavailable
  451. [18:27:15] [Client thread/ERROR]: Requirements unmet, Ex Nihilo Addon not loading
  452. [18:27:15] [Client thread/INFO]: Starting NEI Integration
  453. [18:27:15] [Client thread/INFO]: Loading configuration files
  454. [18:27:15] [Client thread/INFO]: Loading configs..
  455. [18:27:15] [Client thread/INFO]: Updating ModMetaData...
  456. [18:27:15] [Client thread/INFO]: Registering Network Messages...
  457. [18:27:15] [Client thread/INFO]: Requesting Sync...
  458. [18:27:15] [Client thread/INFO]: Registering Events...
  459. [18:27:15] [Client thread/INFO]: Looking for packets to register for channel 'origin' in package 'com.temportalist.origin.library.common'.
  460. [18:27:17] [Client thread/INFO]: [tombenpotter.sanguimancy.registry.PotionsRegistry:potionPreInit:31]: Severe error during potions pre-init, please report this to the mod author:
  461. [18:27:17] [Client thread/INFO]: [tombenpotter.sanguimancy.registry.PotionsRegistry:potionPreInit:32]: java.lang.ArrayIndexOutOfBoundsException
  462. [18:27:18] [Client thread/INFO]: Please stand back... Pre-initializing Tainted Magic!
  463. [18:27:18] [Client thread/INFO]: Loading config
  464. [18:27:18] [Client thread/INFO]: Mod out of date! You're still running: r7.6, Latest Version: r7.82
  465. [18:27:18] [Client thread/INFO]: Pre Initialization Complete!
  466. [18:27:20] [Client thread/INFO]: 40effects have been detected and have been loaded into memory
  467. [18:27:20] [Client thread/INFO]: Setting up 'WitchingGadgets'
  468. [18:27:20] [Client thread/WARN]: ****************************************
  469. [18:27:20] [Client thread/WARN]: * Invalid registration attempt for an Ore Dictionary item with name blockVoid has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this.
  470. [18:27:20] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:522)
  471. [18:27:20] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
  472. [18:27:20] [Client thread/WARN]: * at witchinggadgets.common.WGContent.preInitItems(WGContent.java:346)
  473. [18:27:20] [Client thread/WARN]: * at witchinggadgets.common.WGContent.preInit(WGContent.java:156)
  474. [18:27:20] [Client thread/WARN]: * at witchinggadgets.WitchingGadgets.preInit(WitchingGadgets.java:70)
  475. [18:27:20] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
  476. [18:27:20] [Client thread/WARN]: ****************************************
  477. [18:27:20] [Client thread/INFO]: +++++ WTP Configuration options: +++++
  478. [18:27:20] [Client thread/INFO]: ++ guiPos: 0
  479. [18:27:20] [Client thread/INFO]: ++ color : 16777215
  480. [18:27:20] [Client thread/INFO]: ++ lines : 1
  481. [18:27:20] [Client thread/INFO]: ++ line 1: FTB Mage Quest
  482. [18:27:20] [Client thread/INFO]: ++ line 2: ** Default Line 2 **
  483. [18:27:20] [Client thread/INFO]: ++ line 3: ** Default Line 3 **
  484. [18:27:20] [Client thread/INFO]: ++ image : false
  485. [18:27:20] [Client thread/INFO]: ++ shadow: true
  486. [18:27:20] [Client thread/INFO]: ++++++++++++++++++++++++++++++++++++++
  487. [18:27:21] [Client thread/INFO]: Applying holder lookups
  488. [18:27:21] [Client thread/INFO]: Holder lookups applied
  489. [18:27:21] [Client thread/INFO]: Injecting itemstacks
  490. [18:27:21] [Client thread/INFO]: Itemstack injection complete
  491. [18:27:21] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
  492. [18:27:21] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
  493. [18:27:21] [Thread-10/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
  494. [18:27:21] [Thread-10/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  495. [18:27:21] [Thread-10/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
  496. [18:27:22] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
  497. [18:27:22] [Sound Library Loader/INFO]: Sound engine started
  498. [18:27:31] [Client thread/WARN]: File arsmagica2:sounds/spell/loop/none.ogg does not exist, cannot add it to event arsmagica2:spell.loop.none
  499. [18:27:33] [Client thread/INFO]: \C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\1.7.10_AM2-1.4.0.008.jar
  500. [18:27:33] [Client thread/INFO]: Ars Magica 2 >> Located 405 spell IIcons
  501. [18:27:33] [Client thread/INFO]: \C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\1.7.10_AM2-1.4.0.008.jar
  502. [18:27:33] [Client thread/INFO]: Ars Magica 2 >> Located 405 spell IIcons
  503. [18:27:33] [Client thread/INFO]: Finished Initialization.
  504. [18:27:33] [Client thread/INFO]: InvTweaks: net.minecraft.inventory.ContainerEnchantment
  505. [18:27:33] [Client thread/WARN]: Redundant call to BiomeDictionary.registerAllBiomes ignored
  506. [18:27:34] [Client thread/INFO]: Ars Magica 2 >> Unregistered spell part in skill trees: am2.spell.components.MeltArmor@11bf9fb7
  507. [18:27:34] [Client thread/INFO]: Ars Magica 2 >> Unregistered spell part in skill trees: am2.spell.components.ScrambleSynapses@4bd96c9d
  508. [18:27:34] [Client thread/INFO]: Ars Magica 2 >> Unregistered spell part in skill trees: am2.spell.components.Nauseate@759b942f
  509. [18:27:34] [Client thread/INFO]: Ars Magica 2 >> Initializing API Hooks...
  510. [18:27:34] [Client thread/INFO]: Ars Magica 2 >> Finished API Initialization
  511. [18:27:35] [Client thread/INFO]: InvTweaks: net.minecraft.client.gui.GuiTextField
  512. [18:27:35] [Client thread/INFO]: InvTweaks: successfully transformed setFocused/func_146195_b
  513. [18:27:37] [Automagy Version Checker Thread/INFO]: [Automagy] Version Checker: The latest release version is 0.28.2. You are running 0.26.2.
  514. [18:27:38] [Client thread/WARN]: witchery: Another mod has overwritten Witchery potion witchery:potion.wolfsbane in slot 86! offender: Fire Imbued.
  515. [18:27:41] [Client thread/INFO]: Processing init event for submodule info.inpureprojects.core.Preloader.ModulePreloader
  516. [18:27:41] [Client thread/INFO]: Processing init event for submodule info.inpureprojects.core.Scripting.ScriptExtractor
  517. [18:27:41] [Client thread/INFO]: InvTweaks: Configuration loaded.
  518. [18:27:41] [Client thread/INFO]: Mod initialized
  519. [18:27:41] [Client thread/INFO]: JourneyMap log initialized.
  520. [18:27:41] [Client thread/INFO]: ensureCurrent ENTER
  521. [18:27:41] [Client thread/INFO]: Config file needs to be updated: journeymap.core.config
  522. [18:27:41] [Client thread/INFO]: Updating config file from version "null" to "5.1.0": C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\journeymap\config\5.1\journeymap.core.config
  523. [18:27:41] [Client thread/INFO]: Loaded CoreProperties from C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\journeymap\config\5.1\journeymap.core.config
  524. [18:27:41] [Client thread/INFO]: Config file needs to be updated: journeymap.fullmap.config
  525. [18:27:41] [Client thread/INFO]: Updating config file from version "null" to "5.1.0": C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\journeymap\config\5.1\journeymap.fullmap.config
  526. [18:27:42] [Client thread/INFO]: Loaded FullMapProperties from C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\journeymap\config\5.1\journeymap.fullmap.config
  527. [18:27:42] [Client thread/INFO]: Loaded MiniMapProperties from C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\journeymap\config\5.1\journeymap.minimap.config
  528. [18:27:42] [Client thread/INFO]: Loaded MiniMapProperties2 from C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\journeymap\config\5.1\journeymap.minimap2.config
  529. [18:27:42] [Client thread/INFO]: Loaded WebMapProperties from C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\journeymap\config\5.1\journeymap.webmap.config
  530. [18:27:42] [Client thread/INFO]: Config file needs to be updated: journeymap.waypoint.config
  531. [18:27:42] [Client thread/INFO]: Updating config file from version "null" to "5.1.0": C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\journeymap\config\5.1\journeymap.waypoint.config
  532. [18:27:42] [Client thread/INFO]: Loaded WaypointProperties from C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\journeymap\config\5.1\journeymap.waypoint.config
  533. [18:27:42] [Client thread/INFO]: ensureCurrent EXIT, elapsed§8 count §r1§8 avg §r748.23§8ms§r
  534. [18:27:42] [Client thread/INFO]: Init completed
  535. [18:27:42] [Client thread/INFO]: Loading NEI Addons
  536. [18:27:42] [Client thread/INFO]: Loading Forestry Addon...
  537. [18:27:42] [Client thread/INFO]: Version check success: Forestry@[2.3.0.5,) required / 4.2.16.64 detected
  538. [18:27:42] [Client thread/INFO]: Version check success: Forestry@[3.5.0.0,) required / 4.2.16.64 detected
  539. [18:27:42] [Client thread/INFO]: Forestry Addon successfully loadded
  540. [18:27:42] [Client thread/INFO]: Loading Crafting Tables Addon...
  541. [18:27:42] [Client thread/INFO]: Required mod EE3 is not installed, dependent features will be unavailable
  542. [18:27:42] [Client thread/INFO]: Not registering EE3 Minium Stone
  543. [18:27:42] [Client thread/INFO]: Required mod BuildCraft|Factory is not installed, dependent features will be unavailable
  544. [18:27:42] [Client thread/INFO]: Not registering BC Autorcrafting Table
  545. [18:27:42] [Client thread/INFO]: Required mod powersuitaddons is not installed, dependent features will be unavailable
  546. [18:27:42] [Client thread/INFO]: Not registering MPSA In-Place Assembler
  547. [18:27:42] [Client thread/INFO]: Required mod ProjectE is not installed, dependent features will be unavailable
  548. [18:27:42] [Client thread/INFO]: Not registering ProjectE Philosopher Stone
  549. [18:27:42] [Client thread/INFO]: Required mod BiblioCraft is not installed, dependent features will be unavailable
  550. [18:27:42] [Client thread/INFO]: Not registering BiblioCraft Fancy Workbench
  551. [18:27:42] [Client thread/INFO]: Required mod RIO is not installed, dependent features will be unavailable
  552. [18:27:42] [Client thread/INFO]: Not registering RemoteIO Intelligent Workbench
  553. [18:27:42] [Client thread/INFO]: [Modstats] Config loaded. allowUpdates: false, betaNotification: false, strict: false
  554. [18:27:43] [Client thread/INFO]: Things seem to be going smoothly... Initializing Tainted Magic!
  555. [18:27:43] [Client thread/INFO]: Initialization Complete!
  556. [18:27:43] [Client thread/WARN]: [Thaumcraft] Could not retrieve item identified by: itemChestFortress;
  557. [18:27:43] [Client thread/WARN]: [Thaumcraft] Could not retrieve item identified by: itemHelmetFortress;
  558. [18:27:43] [Client thread/WARN]: [Thaumcraft] Could not retrieve item identified by: itemLegsFortress;
  559. [18:27:43] [Client thread/INFO]: Whitelisted: 637 out of 1046
  560. [18:27:44] [Client thread/INFO]: Thermal Expansion not detected. Compatibility module will not be loaded.
  561. [18:27:44] [Client thread/INFO]: Mekanism not detected. Compatibility module will not be loaded.
  562. [18:27:44] [Client thread/INFO]: Thaumcraft detected. Compatibility module will be loaded.
  563. [18:27:44] [Client thread/INFO]: Blood Magic detected. Compatibility module will be loaded.
  564. [18:27:44] [Client thread/INFO]: Botania detected. Compatibility module will be loaded.
  565. [18:27:44] [Client thread/INFO]: Thaumic Energistics not detected. Compatibility module will not be loaded.
  566. [18:27:44] [Client thread/INFO]: Thaumcraft compatibility module loaded.
  567. [18:27:44] [Client thread/INFO]: Blood Magic compatibility module loaded.
  568. [18:27:44] [Client thread/INFO]: Botania compatibility module loaded.
  569. [18:27:45] [Client thread/INFO]: Receiving registration request from [ ThaumicTinkerer ] for method thaumic.tinkerer.common.compat.TTinkererProvider.callbackRegister
  570. [18:27:45] [Client thread/INFO]: Receiving registration request from [ arsmagica2 ] for method am2.interop.WailaSupport.callbackRegister
  571. [18:27:45] [Client thread/INFO]: Receiving registration request from [ ThaumicExploration ] for method flaxbeard.thaumicexploration.interop.WailaConfig.callbackRegister
  572. [18:27:45] [Client thread/INFO]: Receiving registration request from [ Automagy ] for method tuhljin.automagy.lib.compat.waila.WailaProviders.wailaCallbackRegister
  573. [18:27:45] [Client thread/INFO]: Receiving registration request from [ witchery ] for method com.emoniph.witchery.integration.ModHookWailaRegistrar.callbackRegister
  574. [18:27:45] [Client thread/INFO]: Receiving registration request from [ ImLookingAtBlood ] for method imlookingatblood.pokefenn.WailaBMPlugin.registerWaila
  575. [18:27:45] [Client thread/INFO]: Receiving registration request from [ ImLookingAtBlood ] for method imlookingatblood.pokefenn.ChemistrySet.registerWaila
  576. [18:27:45] [Client thread/INFO]: Receiving registration request from [ ImLookingAtBlood ] for method imlookingatblood.pokefenn.RitualStone.registerWaila
  577. [18:27:45] [Client thread/INFO]: Receiving registration request from [ ImLookingAtBlood ] for method imlookingatblood.pokefenn.Teleposer.registerWaila
  578. [18:27:45] [Client thread/INFO]: Receiving registration request from [ JABBA ] for method mcp.mobius.betterbarrels.BBWailaProvider.callbackRegister
  579. [18:27:45] [Client thread/INFO]: Receiving registration request from [ mdeco ] for method jhary.mods.mdeco.common.WailaTileHandler.callbackRegister
  580. [18:27:45] [Client thread/INFO]: Receiving registration request from [ Sanguimancy ] for method tombenpotter.sanguimancy.compat.waila.WailaCorruptionCrystallizer.register
  581. [18:27:45] [Client thread/INFO]: Receiving registration request from [ Sanguimancy ] for method tombenpotter.sanguimancy.compat.waila.WailaAltarDiviner.register
  582. [18:27:45] [Client thread/INFO]: Receiving registration request from [ Sanguimancy ] for method tombenpotter.sanguimancy.compat.waila.WailaAltarEmitter.register
  583. [18:27:45] [Client thread/INFO]: Receiving registration request from [ Sanguimancy ] for method tombenpotter.sanguimancy.compat.waila.WailaBloodTank.register
  584. [18:27:45] [Client thread/INFO]: Receiving registration request from [ StorageDrawers ] for method com.jaquadro.minecraft.storagedrawers.integration.Waila.registerProvider
  585. [18:27:45] [Client thread/INFO]: Receiving registration request from [ thaumores ] for method mjaroslav.mcmods.thaumores.common.init.TOWaila.wailaInit
  586. [18:27:45] [Client thread/INFO]: Receiving registration request from [ WailaHarvestability ] for method squeek.wailaharvestability.WailaHandler.callbackRegister
  587. [18:27:45] [Client thread/INFO]: Receiving registration request from [ technom ] for method theflogat.technomancy.lib.compat.waila.WailaProvider.callbackRegister
  588. [18:27:45] [Client thread/INFO]: Injecting itemstacks
  589. [18:27:45] [Client thread/INFO]: Itemstack injection complete
  590. [18:27:45] [Client thread/INFO]: Finished Post-Initialization.
  591. [18:27:45] [Client thread/INFO]: Ars Magica 2 >> Checking Version. MC Version: forge-10.13.4.1614
  592. [18:27:46] [Client thread/INFO]: Ars Magica 2 >> No updated compendium found. Using packaged compendium.
  593. [18:27:46] [Client thread/WARN]: Ars Magica 2 >> Unable to update the compendium!
  594. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.ArrayIndexOutOfBoundsException: 1
  595. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at am2.lore.ArcaneCompendium.updateCompendium(ArcaneCompendium.java:245)
  596. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at am2.lore.ArcaneCompendium.init(ArcaneCompendium.java:212)
  597. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at am2.proxy.ClientProxy.postinit(ClientProxy.java:103)
  598. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at am2.AMCore.postInit(AMCore.java:159)
  599. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  600. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  601. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  602. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
  603. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  604. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  605. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  606. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
  607. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  608. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  609. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  610. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  611. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  612. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  613. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  614. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  615. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  616. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  617. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
  618. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  619. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  620. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  621. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  622. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  623. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  624. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
  625. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  626. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  627. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  628. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
  629. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  630. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  631. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  632. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
  633. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  634. [18:27:46] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  635. [18:27:46] [Client thread/INFO]: Ars Magica 2 >> Initializing Thaumcraft Compatibility
  636. [18:27:46] [Client thread/INFO]: Recipe Holder initialized: took 34.368458ms.
  637. [18:27:47] [Client thread/INFO]: Loaded MineTweaker 3 Integration
  638. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.blockGold@0
  639. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.blockIron@0
  640. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.blockDiamond@0
  641. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.blockEmerald@0
  642. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.blockLapis@0
  643. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.blockRedstone@0
  644. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.blockCoal@0
  645. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.hayBlock@0
  646. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xitem.ingotGold@0
  647. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.blazeBlock@0
  648. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.storage@0
  649. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.storage@1
  650. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.storage@2
  651. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.storage@3
  652. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.storage@4
  653. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xitem.manaResource@0
  654. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xitem.manaResource@4
  655. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xitem.manaResource@7
  656. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.reedBlock@0
  657. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.thatch@0
  658. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.mana_crystal_block@0
  659. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.BlockShadowmetal@0
  660. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:ores@5
  661. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:ores@6
  662. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:ores@7
  663. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:ores@8
  664. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.arsmagica2:ores@9
  665. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.for.resourceStorage@0
  666. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.for.resourceStorage@1
  667. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.for.resourceStorage@2
  668. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.for.resourceStorage@3
  669. [18:27:47] [Client thread/INFO]: Adding the following recipe to the Compression Handler: 1xtile.WG_MetalDevice@7
  670. [18:27:47] [Client thread/INFO]: [WayofTime.alchemicalWizardry.common.compress.StorageBlockCraftingManager:addStorageBlockRecipes:29]: Total number of compression recipes: 32
  671. [18:27:47] [Client thread/INFO]: Found potion array with a size of 352
  672. [18:27:47] [Client thread/INFO]: Initializing PotionFluxTaint with id 24
  673. [18:27:47] [Client thread/INFO]: Initializing PotionVisExhaust with id 25
  674. [18:27:47] [Client thread/INFO]: Initializing PotionInfectiousVisExhaust with id 26
  675. [18:27:47] [Client thread/INFO]: Initializing PotionUnnaturalHunger with id 27
  676. [18:27:47] [Client thread/INFO]: Initializing PotionWarpWard with id 28
  677. [18:27:47] [Client thread/INFO]: Initializing PotionDeathGaze with id 29
  678. [18:27:47] [Client thread/INFO]: Initializing PotionBlurredVision with id 30
  679. [18:27:47] [Client thread/INFO]: Initializing PotionSunScorned with id 98
  680. [18:27:47] [Client thread/INFO]: Initializing PotionThaumarhia with id 99
  681. [18:27:47] [Client thread/INFO]: Adding entities to MFR safari net blacklist.
  682. [18:27:48] [Client thread/WARN]: Whitelisting [Automagy.WispNether] to spawn champion mobs at level [2]
  683. [18:27:48] [Client thread/WARN]: Adding standard crop support for [Water Artichoke]
  684. [18:27:48] [Client thread/WARN]: Adding standard crop support for [Belladonna]
  685. [18:27:48] [Client thread/WARN]: Adding standard crop support for [Mandrake]
  686. [18:27:48] [Client thread/WARN]: Adding standard crop support for [Snowbell]
  687. [18:27:48] [Client thread/WARN]: Adding standard crop support for [Wormwood]
  688. [18:27:48] [Client thread/WARN]: Adding standard crop support for [Minedrake]
  689. [18:27:48] [Client thread/WARN]: Adding standard crop support for [Wolfsbane]
  690. [18:27:48] [Client thread/WARN]: Blacklisting dimension [-37] to only spawn TC content at level [0]
  691. [18:27:48] [Client thread/WARN]: Blacklisting dimension [-38] to only spawn TC content at level [0]
  692. [18:27:48] [Client thread/WARN]: Blacklisting dimension [-73] to only spawn TC content at level [0]
  693. [18:27:48] [Client thread/WARN]: Adding [Native Shadow Cluster] to special result list for [Shadow Ore]
  694. [18:27:48] [Client thread/WARN]: Whitelisting [Zombie] to spawn champion mobs at level [0]
  695. [18:27:48] [Client thread/WARN]: Whitelisting [Spider] to spawn champion mobs at level [0]
  696. [18:27:48] [Client thread/WARN]: Whitelisting [Blaze] to spawn champion mobs at level [0]
  697. [18:27:48] [Client thread/WARN]: Whitelisting [Enderman] to spawn champion mobs at level [0]
  698. [18:27:48] [Client thread/WARN]: Whitelisting [Skeleton] to spawn champion mobs at level [0]
  699. [18:27:48] [Client thread/WARN]: Whitelisting [Witch] to spawn champion mobs at level [1]
  700. [18:27:48] [Client thread/WARN]: Whitelisting [Thaumcraft.EldritchCrab] to spawn champion mobs at level [0]
  701. [18:27:48] [Client thread/WARN]: Whitelisting [Thaumcraft.Taintacle] to spawn champion mobs at level [2]
  702. [18:27:48] [Client thread/WARN]: Whitelisting [Thaumcraft.Wisp] to spawn champion mobs at level [1]
  703. [18:27:48] [Client thread/WARN]: Whitelisting [Thaumcraft.InhabitedZombie] to spawn champion mobs at level [3]
  704. [18:27:49] [Client thread/INFO]: [Botania] The Lexica Botania has 21737 words.
  705. [18:27:50] [Client thread/INFO]: [mcp.mobius.waila.gui.truetyper.TrueTypeFont:<init>:98]: TrueTypeFont loaded: java.awt.Font[family=Minecraftia,name=Minecraftia Regular,style=plain,size=14] - AntiAlias = true
  706. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  707. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  708. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  709. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  710. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  711. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  712. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  713. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1B'
  714. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  715. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  716. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  717. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  718. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  719. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  720. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  721. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  722. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  723. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  724. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  725. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  726. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  727. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  728. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  729. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  730. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  731. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  732. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  733. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  734. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  735. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  736. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  737. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  738. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  739. [18:27:50] [Client thread/INFO]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  740. [18:27:51] [Client thread/INFO]: [Automagy] Attempting integration with Storage Drawers. IF THIS FAILS, be sure you have the latest version of Storage Drawers installed!
  741. [18:27:51] [Client thread/INFO]: [Automagy] Integrated with Storage Drawers.
  742. [18:27:51] [Client thread/INFO]: [Automagy] Integrated with MineFactoryReloaded's IDeepStorageUnit.
  743. [18:27:51] [Client thread/INFO]: [Automagy] NEI integration was successful.
  744. [18:27:51] [Client thread/INFO]: [EndermanGriefing] Added 0 and removed 0 blocks to the Ederman grab list...
  745. [18:27:51] [Client thread/INFO]: Skipping CraftGuide integration.
  746. [18:27:56] [Client thread/INFO]: Initialized hook for mod "ThaumicExploration"!
  747. [18:27:56] [Client thread/INFO]: Initialized hook for mod "Automagy"!
  748. [18:27:56] [Client thread/INFO]: Initialized hook for mod "NotEnoughItems"!
  749. [18:27:56] [Client thread/INFO]: Hooked TTinkerer magic-crops
  750. [18:27:56] [Client thread/INFO]: Initialized hook for mod "ThaumicTinkerer"!
  751. [18:27:57] [Client thread/INFO]: Processing postinit event for submodule info.inpureprojects.core.Preloader.ModulePreloader
  752. [18:27:57] [Client thread/INFO]: Processing postinit event for submodule info.inpureprojects.core.Scripting.ScriptExtractor
  753. [18:27:57] [Client thread/INFO]: postInitialize ENTER
  754. [18:27:57] [Client thread/INFO]: Registered channel: world_info
  755. [18:27:58] [Client thread/INFO]: Registered IModBlockHandler for: 'CarpentersBlocks:blockCarpentersBlock, CarpentersBlocks:blockCarpentersBarrier, CarpentersBlocks:blockCarpentersBed, CarpentersBlocks:blockCarpentersCollapsibleBlock, CarpentersBlocks:blockCarpentersDaylightSensor, CarpentersBlocks:blockCarpentersDoor, CarpentersBlocks:blockCarpentersFlowerPot, CarpentersBlocks:blockCarpentersGarageDoor, CarpentersBlocks:blockCarpentersGate, CarpentersBlocks:blockCarpentersHatch, CarpentersBlocks:blockCarpentersPressurePlate, CarpentersBlocks:blockCarpentersSafe, CarpentersBlocks:blockCarpentersSlope, CarpentersBlocks:blockCarpentersStairs'.
  756. [18:27:58] [Client thread/INFO]: Initializing icon sets...
  757. [18:27:58] [Client thread/INFO]: postInitialize EXIT, elapsed§8 count §r1§8 avg §r889.17§8ms§r
  758. [18:27:58] [Client thread/INFO]: Postinit completed
  759. [18:27:58] [Client thread/FATAL]: [Thaumcraft] Research [Thaumium Shears] not added as it overlaps with existing research [Acid Etched Iron]
  760. [18:27:58] [Client thread/INFO]: Initializing effect GreenTouch with id 0
  761. [18:27:58] [Client thread/INFO]: Initializing effect GreenTouch with id 1
  762. [18:27:58] [Client thread/INFO]: Initializing effect Drunk with id 2
  763. [18:27:58] [Client thread/INFO]: Initializing effect DarkThunder with id 3
  764. [18:27:58] [Client thread/INFO]: Initializing effect Slickness with id 4
  765. [18:27:58] [Client thread/INFO]: Initializing effect Entropy with id 5
  766. [18:27:58] [Client thread/WARN]: multiplier = 16.020025
  767. [18:28:01] [Client thread/INFO]: [minetweaker.MineTweakerAPI:registerClassRegistry:285]: Loaded class registry: IC2 mod support
  768. [18:28:01] [Client thread/INFO]: [minetweaker.MineTweakerAPI:registerClassRegistry:285]: Loaded class registry: NEI mod support
  769. [18:28:01] [Client thread/INFO]: [minetweaker.MineTweakerAPI:registerClassRegistry:285]: Loaded class registry: MFR mod support
  770. [18:28:01] [Client thread/INFO]: [minetweaker.MineTweakerAPI:registerClassRegistry:285]: Loaded class registry: GregTech mod support
  771. [18:28:01] [Client thread/INFO]: [minetweaker.MineTweakerAPI:registerClassRegistry:285]: Loaded class registry: Buildcraft mod support
  772. [18:28:01] [Client thread/INFO]: Loaded successfully!
  773. [18:28:01] [Client thread/INFO]: Hey NEI! I got a plugin for you! (hopefully in the near future).
  774. [18:28:01] [Client thread/INFO]: Almost done... Post-initializing Tainted Magic!
  775. [18:28:01] [Client thread/INFO]: Phew! Tainted Magic has finished loading, enjoy!
  776. [18:28:01] [Client thread/INFO]: Thaumcraft Module Loaded!
  777. [18:28:01] [Client thread/INFO]: BloodMagic Module Loaded!
  778. [18:28:01] [Client thread/INFO]: Botania Module Loaded!
  779. [18:28:01] [Client thread/INFO]: Post Initialization Complete!
  780. [18:28:02] [Client thread/ERROR]: Aspect: default does not exist in the instance
  781. [18:28:02] [Client thread/INFO]: 39 effects have been binded to their aspect, Failed to find: 1 effects aspects.
  782. [18:28:02] [Client thread/INFO]: Unknown recipe class! forestry.core.recipes.ShapedRecipeCustom Modder please refer to net.minecraftforge.oredict.RecipeSorter
  783. [18:28:02] [Client thread/INFO]: Unknown recipe class! makeo.gadomancy.common.crafting.FamiliarUndoRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
  784. [18:28:02] [Client thread/INFO]: Unknown recipe class! thaumic.upholstry.common.ArmorDyes Modder please refer to net.minecraftforge.oredict.RecipeSorter
  785. [18:28:02] [Client thread/INFO]: Unknown recipe class! thaumic.upholstry.common.FortressDyes Modder please refer to net.minecraftforge.oredict.RecipeSorter
  786. [18:28:02] [Client thread/INFO]: Unknown recipe class! thaumic.upholstry.common.PraetorDyes Modder please refer to net.minecraftforge.oredict.RecipeSorter
  787. [18:28:02] [Client thread/WARN]: [BC] Class not found. java.lang.ClassNotFoundException: buildcraft.factory.TileTank
  788. [18:28:02] [Client thread/WARN]: [IndustrialCraft 2] Error while loading generator hooks.java.lang.ClassNotFoundException: ic2.core.block.generator.tileentity.TileEntityBaseGenerator
  789. [18:28:02] [Client thread/INFO]: [EnderStorage] EnderStorage mod not found.
  790. [18:28:02] [Client thread/INFO]: [GraveStone] GraveStone mod not found.
  791. [18:28:02] [Client thread/INFO]: [TwilightForestMod] TwilightForestMod mod not found.
  792. [18:28:02] [Client thread/WARN]: [Thermal Expansion] Error while loading Energy Cell hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.cell.TileCell
  793. [18:28:02] [Client thread/WARN]: [Thermal Expansion] Error while loading Tank hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.tank.TileTank
  794. [18:28:02] [Client thread/WARN]: [Thermal Expansion] Error while loading Tesseract hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.ender.TileTesseract
  795. [18:28:02] [Client thread/WARN]: [Thermal Expansion] Error while loading Tesseract hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.cache.TileCache
  796. [18:28:02] [Client thread/WARN]: [Thermal Dynamics] Error while loading FluidDuct hooks.java.lang.ClassNotFoundException: cofh.thermaldynamics.ducts.fluid.TileFluidDuct
  797. [18:28:02] [Client thread/INFO]: [Engineer Toolbox] Engineer Toolbox mod not found.
  798. [18:28:02] [Client thread/INFO]: [ProjectRed] ProjectRed|Integration mod not found.
  799. [18:28:02] [Client thread/INFO]: [ExtraUtilities] ExtraUtilities mod not found.
  800. [18:28:02] [Client thread/INFO]: [OpenBlocks] OpenBlocks mod not found.
  801. [18:28:02] [Client thread/INFO]: [Railcraft] Railcraft mod not found.
  802. [18:28:02] [Client thread/INFO]: [PamHarvestCraft] PamHarvestCraft mod not found.
  803. [18:28:02] [Client thread/INFO]: [MagicalCrops] MagicalCrops mod not found.
  804. [18:28:02] [Client thread/INFO]: [Statues] Statues mod not found.
  805. [18:28:02] [Client thread/INFO]: [Agriculture] Agriculture mod not found.
  806. [18:28:02] [Client thread/INFO]: Forge Multipart found and dedicated handler registered
  807. [18:28:02] [Client thread/INFO]: Trying to reflect thaumic.tinkerer.common.compat.TTinkererProvider callbackRegister
  808. [18:28:02] [Client thread/INFO]: Success in registering ThaumicTinkerer
  809. [18:28:02] [Client thread/INFO]: Trying to reflect am2.interop.WailaSupport callbackRegister
  810. [18:28:02] [Client thread/WARN]: Could not find class am2.interop.WailaSupport
  811. [18:28:02] [Client thread/INFO]: Trying to reflect flaxbeard.thaumicexploration.interop.WailaConfig callbackRegister
  812. [18:28:02] [Client thread/INFO]: Success in registering ThaumicExploration
  813. [18:28:02] [Client thread/INFO]: Trying to reflect tuhljin.automagy.lib.compat.waila.WailaProviders wailaCallbackRegister
  814. [18:28:02] [Client thread/INFO]: Success in registering Automagy
  815. [18:28:02] [Client thread/INFO]: Trying to reflect com.emoniph.witchery.integration.ModHookWailaRegistrar callbackRegister
  816. [18:28:02] [Client thread/INFO]: Success in registering witchery
  817. [18:28:02] [Client thread/INFO]: Trying to reflect imlookingatblood.pokefenn.WailaBMPlugin registerWaila
  818. [18:28:02] [Client thread/INFO]: Success in registering ImLookingAtBlood
  819. [18:28:02] [Client thread/INFO]: Trying to reflect imlookingatblood.pokefenn.ChemistrySet registerWaila
  820. [18:28:02] [Client thread/INFO]: Success in registering ImLookingAtBlood
  821. [18:28:02] [Client thread/INFO]: Trying to reflect imlookingatblood.pokefenn.RitualStone registerWaila
  822. [18:28:02] [Client thread/INFO]: Success in registering ImLookingAtBlood
  823. [18:28:02] [Client thread/INFO]: Trying to reflect imlookingatblood.pokefenn.Teleposer registerWaila
  824. [18:28:02] [Client thread/INFO]: Success in registering ImLookingAtBlood
  825. [18:28:02] [Client thread/INFO]: Trying to reflect mcp.mobius.betterbarrels.BBWailaProvider callbackRegister
  826. [18:28:02] [Client thread/INFO]: Success in registering JABBA
  827. [18:28:02] [Client thread/INFO]: Trying to reflect jhary.mods.mdeco.common.WailaTileHandler callbackRegister
  828. [18:28:02] [Client thread/INFO]: Success in registering mdeco
  829. [18:28:02] [Client thread/INFO]: Trying to reflect tombenpotter.sanguimancy.compat.waila.WailaCorruptionCrystallizer register
  830. [18:28:02] [Client thread/INFO]: Success in registering Sanguimancy
  831. [18:28:02] [Client thread/INFO]: Trying to reflect tombenpotter.sanguimancy.compat.waila.WailaAltarDiviner register
  832. [18:28:02] [Client thread/INFO]: Success in registering Sanguimancy
  833. [18:28:02] [Client thread/INFO]: Trying to reflect tombenpotter.sanguimancy.compat.waila.WailaAltarEmitter register
  834. [18:28:02] [Client thread/INFO]: Success in registering Sanguimancy
  835. [18:28:02] [Client thread/INFO]: Trying to reflect tombenpotter.sanguimancy.compat.waila.WailaBloodTank register
  836. [18:28:02] [Client thread/INFO]: Success in registering Sanguimancy
  837. [18:28:02] [Client thread/INFO]: Trying to reflect com.jaquadro.minecraft.storagedrawers.integration.Waila registerProvider
  838. [18:28:02] [Client thread/INFO]: Success in registering StorageDrawers
  839. [18:28:02] [Client thread/INFO]: Trying to reflect mjaroslav.mcmods.thaumores.common.init.TOWaila wailaInit
  840. [18:28:02] [Client thread/INFO]: Success in registering thaumores
  841. [18:28:02] [Client thread/INFO]: Trying to reflect squeek.wailaharvestability.WailaHandler callbackRegister
  842. [18:28:02] [Client thread/INFO]: Success in registering WailaHarvestability
  843. [18:28:02] [Client thread/INFO]: Trying to reflect theflogat.technomancy.lib.compat.waila.WailaProvider callbackRegister
  844. [18:28:02] [Client thread/INFO]: Success in registering technom
  845. [18:28:02] [Client thread/INFO]: CoFH Core found 1 World Generation files present in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\config\cofh\world/.
  846. [18:28:02] [Client thread/INFO]: [Automagy] No MFR integration because mod "MineFactoryReloaded" was not found.
  847. [18:28:02] [Client thread/INFO]: [Automagy] Successfully integrated with Forestry fluids.
  848. [18:28:02] [Client thread/INFO]: [Automagy] Finished integrating with Forbidden Magic aspects.
  849. [18:28:02] [Client thread/INFO]: Forge Mod Loader has successfully loaded 105 mods
  850. [18:28:02] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Ars Magica 2, FMLFileResourcePack:Advanced Thaumaturgy, FMLFileResourcePack:Adventurer's Amulets, FMLFileResourcePack:Ambience, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Another One Bites The Dust, FMLFileResourcePack:Archmagus, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:AromaBackup, FMLFileResourcePack:Automagy, FMLFileResourcePack:Bagginses, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:BrainCore, FMLFileResourcePack:Brewing-API, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:D3Core, FMLFileResourcePack:menagerie, FMLFileResourcePack:Enchiridion, FMLFileResourcePack:Enchiridion 2, FMLFileResourcePack:FastCraft, FMLFileResourcePack:Forbidden Magic, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:FoxLib, FMLFileResourcePack:Gadomancy, FMLFileResourcePack:GreenThumb, FMLFileResourcePack:Guide-API, FMLFileResourcePack:Headcrumbs, FMLFileResourcePack:Hardcore Questing Mode, FMLFileResourcePack:I'm Looking At Blood, FMLFileResourcePack:INpureCore, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:JABBA, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Magical Decorations, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Magic Cookies, something yummy, FMLFileResourcePack:MineTweaker 3, FMLFileResourcePack:Necromancy, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Applied Energistics 2, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:NEI Integration, FMLFileResourcePack:NodalMechanics, FMLFileResourcePack:NoMoreRecipeConflict, FMLFileResourcePack:NotEnoughKEys, FMLFileResourcePack:Not Enough Resources, FMLFileResourcePack:NotEnoughThaumcraftTabs, FMLFileResourcePack:Origin, FMLFileResourcePack:Particle Library, FMLFileResourcePack:Reliquary, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:Ruins Spawning System, FMLFileResourcePack:Sanguimancy, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Super Crafting Frame, FMLFileResourcePack:Tails, FMLFileResourcePack:Tainted Magic, FMLFileResourcePack:Talismans 2, FMLFileResourcePack:TC Node Tracker, FMLFileResourcePack:Technomancy, FMLFileResourcePack:Thaumaturgical Knowledge, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumcraft Mob Aspects, FMLFileResourcePack:Thaumcraft NEI Plugin, FMLFileResourcePack:Thaumic Dyes, FMLFileResourcePack:Thaumic Upholstry, FMLFileResourcePack:Thaumic Alchemy, FMLFileResourcePack:Thaumic Exploration, FMLFileResourcePack:Thaumic Horizons, FMLFileResourcePack:Thaumic Infusion, FMLFileResourcePack:thaumicsanity, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:ThaumOres, FMLFileResourcePack:TorchTools, FMLFileResourcePack:Traveller's Gear, FMLFileResourcePack:Thaumic Warden, FMLFileResourcePack:Villager's Nose, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:Witchery, FMLFileResourcePack:Witching Gadgets, FMLFileResourcePack:What's This Pack, FMLFileResourcePack:Baubles, FMLFileResourcePack:libsandstone, CustomResources, CustomOverridingResources
  851. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\BloodMagic-1.7.10-1.3.3-4.jar
  852. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\BloodMagic-1.7.10-1.3.3-4.jar
  853. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\BloodMagic-1.7.10-1.3.3-4.jar
  854. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\BloodMagic-1.7.10-1.3.3-4.jar
  855. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\BloodMagic-1.7.10-1.3.3-4.jar
  856. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\BloodMagic-1.7.10-1.3.3-4.jar
  857. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\D3Core-1.7.10-1.1.0.29.jar
  858. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\D3Core-1.7.10-1.1.0.29.jar
  859. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\D3Core-1.7.10-1.1.0.29.jar
  860. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\D3Core-1.7.10-1.1.0.29.jar
  861. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\D3Core-1.7.10-1.1.0.29.jar
  862. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\GreenThumb-1.7.10-1.1.0.8.jar
  863. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\GreenThumb-1.7.10-1.1.0.8.jar
  864. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\GreenThumb-1.7.10-1.1.0.8.jar
  865. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\GreenThumb-1.7.10-1.1.0.8.jar
  866. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\GreenThumb-1.7.10-1.1.0.8.jar
  867. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\GreenThumb-1.7.10-1.1.0.8.jar
  868. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TU in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\Thaumic_Upholstery-1.2_1.7.10.jar
  869. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TU in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\Thaumic_Upholstery-1.2_1.7.10.jar
  870. [18:28:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TU in C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\Thaumic_Upholstery-1.2_1.7.10.jar
  871. [18:28:06] [Client thread/INFO]: \C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\1.7.10_AM2-1.4.0.008.jar
  872. [18:28:06] [Client thread/INFO]: Ars Magica 2 >> Located 405 spell IIcons
  873. [18:28:10] [Client thread/WARN]: The sprite thaumcraft:focus_primal_depth caused the mipmap level to drop from 4 to 2 because it's too small (6x6 px).
  874. [18:28:10] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
  875. [18:28:10] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
  876. [18:28:10] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
  877. [18:28:10] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
  878. [18:28:10] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
  879. [18:28:10] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
  880. [18:28:11] [Thread-17/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
  881. [18:28:11] [Thread-17/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  882. [18:28:11] [Thread-17/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
  883. [18:28:11] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
  884. [18:28:11] [Sound Library Loader/INFO]: Sound engine started
  885. [18:28:28] [Client thread/WARN]: File arsmagica2:sounds/spell/loop/none.ogg does not exist, cannot add it to event arsmagica2:spell.loop.none
  886. [18:28:29] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
  887. [18:28:29] [Client thread/ERROR]: The following texture errors were found.
  888. [18:28:29] [Client thread/ERROR]: ==================================================
  889. [18:28:29] [Client thread/ERROR]: DOMAIN minecraft
  890. [18:28:29] [Client thread/ERROR]: --------------------------------------------------
  891. [18:28:29] [Client thread/ERROR]: domain minecraft is missing 36 textures
  892. [18:28:29] [Client thread/ERROR]: domain minecraft has 6 locations:
  893. [18:28:29] [Client thread/ERROR]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
  894. [18:28:29] [Client thread/ERROR]: mod AWWayofTime resources at C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\BloodMagic-1.7.10-1.3.3-4.jar
  895. [18:28:29] [Client thread/ERROR]: mod Botania resources at C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\Botania r1.7-201.jar
  896. [18:28:29] [Client thread/ERROR]: mod journeymap resources at C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\journeymap-1.7.10-5.1.0-unlimited.jar
  897. [18:28:29] [Client thread/ERROR]: mod necromancy resources at C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\Necromancy-1.7.10.jar
  898. [18:28:29] [Client thread/ERROR]: mod Thaumcraft resources at C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\Thaumcraft-1.7.10-4.2.3.5.jar
  899. [18:28:29] [Client thread/ERROR]: -------------------------
  900. [18:28:29] [Client thread/ERROR]: The missing resources for domain minecraft are:
  901. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_196_blockSpellModifier.png
  902. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_1058_Summoning Altar.png
  903. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_203_crystalBelljar.png
  904. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_1061_FlowingBlood.png
  905. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_200_schematicSaver.png
  906. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_1081_Sanguimancy.largeBloodStoneSlab.png
  907. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5093_ItemScytheBone.png
  908. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_1059_Altar Building Block.png
  909. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5324_focusEnderChest.png
  910. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_1080_Sanguimancy.bloodStoneSlab.png
  911. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5323_focusFlight.png
  912. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5331_focusSmelt.png
  913. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5346_focusDeflect.png
  914. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_1246_crystalHolder.png
  915. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5358_focusHeal.png
  916. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_1060_Sewing Machine.png
  917. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_1245_blockAltarDeployer.png
  918. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5341_focusRecall.png
  919. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_194_blockSpellParadigm.png
  920. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5339_focusXPDrain.png
  921. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_197_blockSpellEffect.png
  922. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5329_focusTelekinesis.png
  923. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5313_focusShadowbeam.png
  924. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5342_focusDislocation.png
  925. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_1095_Sanguimancy.altarManipulator.png
  926. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5191_ItemKatana.png
  927. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5285_VillagersNose.nose.png
  928. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_1135_blockInfusedQuartzSlab.png
  929. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5365_itemAspect.png
  930. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5092_ItemScythe.png
  931. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_195_blockSpellEnhancement.png
  932. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5091_Necronomicon.png
  933. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_202_alchemicCalcinator.png
  934. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_206_blockMimic.png
  935. [18:28:29] [Client thread/ERROR]: textures/blocks/MISSING_ICON_BLOCK_1249_blockWandbench.png
  936. [18:28:29] [Client thread/ERROR]: textures/items/MISSING_ICON_ITEM_5286_VillagersNose.superNose.png
  937. [18:28:29] [Client thread/ERROR]: -------------------------
  938. [18:28:29] [Client thread/ERROR]: No other errors exist for domain minecraft
  939. [18:28:29] [Client thread/ERROR]: ==================================================
  940. [18:28:29] [Client thread/ERROR]: ==================================================
  941. [18:28:29] [Client thread/ERROR]: DOMAIN ttinkerer
  942. [18:28:29] [Client thread/ERROR]: --------------------------------------------------
  943. [18:28:29] [Client thread/ERROR]: domain ttinkerer is missing 7 textures
  944. [18:28:29] [Client thread/ERROR]: domain ttinkerer has 1 location:
  945. [18:28:29] [Client thread/ERROR]: mod ThaumicTinkerer resources at C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\ThaumicTinkerer-2.5-1.7.10-164.jar
  946. [18:28:29] [Client thread/ERROR]: -------------------------
  947. [18:28:29] [Client thread/ERROR]: The missing resources for domain ttinkerer are:
  948. [18:28:29] [Client thread/ERROR]: textures/blocks/repairer.png
  949. [18:28:29] [Client thread/ERROR]: textures/items/ichorSwordGem.png
  950. [18:28:29] [Client thread/ERROR]: textures/blocks/magnet.png
  951. [18:28:29] [Client thread/ERROR]: textures/items/ichorAxeGem.png
  952. [18:28:29] [Client thread/ERROR]: textures/items/ichorShovelGem.png
  953. [18:28:29] [Client thread/ERROR]: textures/items/mobAspect.png
  954. [18:28:29] [Client thread/ERROR]: textures/items/ichorPickGem.png
  955. [18:28:29] [Client thread/ERROR]: -------------------------
  956. [18:28:29] [Client thread/ERROR]: No other errors exist for domain ttinkerer
  957. [18:28:29] [Client thread/ERROR]: ==================================================
  958. [18:28:29] [Client thread/ERROR]: ==================================================
  959. [18:28:29] [Client thread/ERROR]: DOMAIN sanguimancy
  960. [18:28:29] [Client thread/ERROR]: --------------------------------------------------
  961. [18:28:29] [Client thread/ERROR]: domain sanguimancy is missing 2 textures
  962. [18:28:29] [Client thread/ERROR]: domain sanguimancy has 1 location:
  963. [18:28:29] [Client thread/ERROR]: mod Sanguimancy resources at C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\Sanguimancy-1.7.10-1.1.9-31.jar
  964. [18:28:29] [Client thread/ERROR]: -------------------------
  965. [18:28:29] [Client thread/ERROR]: The missing resources for domain sanguimancy are:
  966. [18:28:29] [Client thread/ERROR]: textures/blocks/SNBoundItem.png
  967. [18:28:29] [Client thread/ERROR]: textures/blocks/CrystallizedCorruption.png
  968. [18:28:29] [Client thread/ERROR]: -------------------------
  969. [18:28:29] [Client thread/ERROR]: The following other errors were reported for domain sanguimancy:
  970. [18:28:29] [Client thread/ERROR]: -------------------------
  971. [18:28:29] [Client thread/ERROR]: Problem: broken aspect ratio and not an animation
  972. [18:28:29] [Client thread/ERROR]: textures/blocks/AltarDiviner.png
  973. [18:28:29] [Client thread/ERROR]: ==================================================
  974. [18:28:29] [Client thread/ERROR]: ==================================================
  975. [18:28:29] [Client thread/ERROR]: DOMAIN advthaum
  976. [18:28:29] [Client thread/ERROR]: --------------------------------------------------
  977. [18:28:29] [Client thread/ERROR]: domain advthaum is missing 1 texture
  978. [18:28:29] [Client thread/ERROR]: domain advthaum has 1 location:
  979. [18:28:29] [Client thread/ERROR]: mod AdvancedThaumaturgy resources at C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\AdvancedThaumaturgy-2.0-1.7.10-30.jar
  980. [18:28:29] [Client thread/ERROR]: -------------------------
  981. [18:28:29] [Client thread/ERROR]: The missing resources for domain advthaum are:
  982. [18:28:29] [Client thread/ERROR]: textures/items/etherealjar.png
  983. [18:28:29] [Client thread/ERROR]: -------------------------
  984. [18:28:29] [Client thread/ERROR]: No other errors exist for domain advthaum
  985. [18:28:29] [Client thread/ERROR]: ==================================================
  986. [18:28:29] [Client thread/ERROR]: ==================================================
  987. [18:28:29] [Client thread/ERROR]: DOMAIN arsmagica2
  988. [18:28:29] [Client thread/ERROR]: --------------------------------------------------
  989. [18:28:29] [Client thread/ERROR]: domain arsmagica2 is missing 2 textures
  990. [18:28:29] [Client thread/ERROR]: domain arsmagica2 has 1 location:
  991. [18:28:29] [Client thread/ERROR]: mod arsmagica2 resources at C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\1.7.10_AM2-1.4.0.008.jar
  992. [18:28:29] [Client thread/ERROR]: -------------------------
  993. [18:28:29] [Client thread/ERROR]: The missing resources for domain arsmagica2 are:
  994. [18:28:29] [Client thread/ERROR]: textures/items/spells/components/Nauseate.png
  995. [18:28:29] [Client thread/ERROR]: textures/items/spells/components/ScrambleSynapses.png
  996. [18:28:29] [Client thread/ERROR]: -------------------------
  997. [18:28:29] [Client thread/ERROR]: No other errors exist for domain arsmagica2
  998. [18:28:29] [Client thread/ERROR]: ==================================================
  999. [18:28:29] [Client thread/ERROR]: ==================================================
  1000. [18:28:29] [Client thread/ERROR]: DOMAIN alchemicalwizardry
  1001. [18:28:29] [Client thread/ERROR]: --------------------------------------------------
  1002. [18:28:29] [Client thread/ERROR]: domain alchemicalwizardry is missing 1 texture
  1003. [18:28:29] [Client thread/ERROR]: domain alchemicalwizardry has 1 location:
  1004. [18:28:29] [Client thread/ERROR]: mod AWWayofTime resources at C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\BloodMagic-1.7.10-1.3.3-4.jar
  1005. [18:28:29] [Client thread/ERROR]: -------------------------
  1006. [18:28:29] [Client thread/ERROR]: The missing resources for domain alchemicalwizardry are:
  1007. [18:28:29] [Client thread/ERROR]: textures/items/SigilOfTheFastMiner.png
  1008. [18:28:29] [Client thread/ERROR]: -------------------------
  1009. [18:28:29] [Client thread/ERROR]: No other errors exist for domain alchemicalwizardry
  1010. [18:28:29] [Client thread/ERROR]: ==================================================
  1011. [18:28:29] [Client thread/ERROR]: ==================================================
  1012. [18:28:29] [Client thread/ERROR]: DOMAIN technom
  1013. [18:28:29] [Client thread/ERROR]: --------------------------------------------------
  1014. [18:28:29] [Client thread/ERROR]: domain technom is missing 1 texture
  1015. [18:28:29] [Client thread/ERROR]: domain technom has 1 location:
  1016. [18:28:29] [Client thread/ERROR]: mod technom resources at C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\Technomancy - 0.12.5 - 1.7.10.jar
  1017. [18:28:29] [Client thread/ERROR]: -------------------------
  1018. [18:28:29] [Client thread/ERROR]: The missing resources for domain technom are:
  1019. [18:28:29] [Client thread/ERROR]: textures/blocks/textures/models/essentiaContainer.png
  1020. [18:28:29] [Client thread/ERROR]: -------------------------
  1021. [18:28:29] [Client thread/ERROR]: No other errors exist for domain technom
  1022. [18:28:29] [Client thread/ERROR]: ==================================================
  1023. [18:28:29] [Client thread/ERROR]: ==================================================
  1024. [18:28:29] [Client thread/ERROR]: DOMAIN thaumicexploration
  1025. [18:28:29] [Client thread/ERROR]: --------------------------------------------------
  1026. [18:28:29] [Client thread/ERROR]: domain thaumicexploration is missing 1 texture
  1027. [18:28:29] [Client thread/ERROR]: domain thaumicexploration has 1 location:
  1028. [18:28:29] [Client thread/ERROR]: mod ThaumicExploration resources at C:\Users\Austin\Documents\Curse\Minecraft\Instances\FTB Mage Quest (1) (1) (1) (2)\mods\ThaumicExploration-1.7.10-1.1-53.jar
  1029. [18:28:29] [Client thread/ERROR]: -------------------------
  1030. [18:28:29] [Client thread/ERROR]: The missing resources for domain thaumicexploration are:
  1031. [18:28:29] [Client thread/ERROR]: textures/blocks/metalbase.png
  1032. [18:28:29] [Client thread/ERROR]: -------------------------
  1033. [18:28:29] [Client thread/ERROR]: The following other errors were reported for domain thaumicexploration:
  1034. [18:28:29] [Client thread/ERROR]: -------------------------
  1035. [18:28:29] [Client thread/ERROR]: Problem: broken aspect ratio and not an animation
  1036. [18:28:29] [Client thread/ERROR]: textures/blocks/soulBrazier.png
  1037. [18:28:29] [Client thread/ERROR]: ==================================================
  1038. [18:28:29] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
  1039. [18:28:29] [Client thread/WARN]: Failed to load texture: mainmenu:modpack.png
  1040. java.io.FileNotFoundException: mainmenu:modpack.png
  1041. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:71) ~[brg.class:?]
  1042. at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:29) ~[bpu.class:?]
  1043. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89) [bqf.class:?]
  1044. at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:45) [bqf.class:?]
  1045. at lumien.custommainmenu.lib.textures.TextureResourceLocation.bind(TextureResourceLocation.java:16) [TextureResourceLocation.class:?]
  1046. at lumien.custommainmenu.gui.GuiCustom.func_73863_a(GuiCustom.java:377) [GuiCustom.class:?]
  1047. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061) [blt.class:?]
  1048. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001) [bao.class:?]
  1049. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  1050. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  1051. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1052. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1053. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1054. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1055. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  1056. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  1057. [18:28:29] [Client thread/WARN]: Failed to load texture: mainmenu:midbutton.png
  1058. java.io.FileNotFoundException: mainmenu:midbutton.png
  1059. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:71) ~[brg.class:?]
  1060. at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:29) ~[bpu.class:?]
  1061. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89) [bqf.class:?]
  1062. at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:45) [bqf.class:?]
  1063. at lumien.custommainmenu.lib.textures.TextureResourceLocation.bind(TextureResourceLocation.java:16) [TextureResourceLocation.class:?]
  1064. at lumien.custommainmenu.gui.GuiCustomButton.func_146112_a(GuiCustomButton.java:86) [GuiCustomButton.class:?]
  1065. at lumien.custommainmenu.gui.GuiCustom.func_73863_a(GuiCustom.java:412) [GuiCustom.class:?]
  1066. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061) [blt.class:?]
  1067. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001) [bao.class:?]
  1068. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  1069. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  1070. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1071. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1072. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1073. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1074. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  1075. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  1076. [18:28:29] [Client thread/WARN]: Failed to load texture: mainmenu:web.png
  1077. java.io.FileNotFoundException: mainmenu:web.png
  1078. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:71) ~[brg.class:?]
  1079. at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:29) ~[bpu.class:?]
  1080. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89) [bqf.class:?]
  1081. at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:45) [bqf.class:?]
  1082. at lumien.custommainmenu.lib.textures.TextureResourceLocation.bind(TextureResourceLocation.java:16) [TextureResourceLocation.class:?]
  1083. at lumien.custommainmenu.gui.GuiCustomButton.func_146112_a(GuiCustomButton.java:86) [GuiCustomButton.class:?]
  1084. at lumien.custommainmenu.gui.GuiCustom.func_73863_a(GuiCustom.java:412) [GuiCustom.class:?]
  1085. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061) [blt.class:?]
  1086. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001) [bao.class:?]
  1087. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  1088. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  1089. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1090. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1091. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1092. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1093. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  1094. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  1095. [18:28:29] [Client thread/WARN]: Failed to load texture: mainmenu:shortbutton.png
  1096. java.io.FileNotFoundException: mainmenu:shortbutton.png
  1097. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:71) ~[brg.class:?]
  1098. at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:29) ~[bpu.class:?]
  1099. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89) [bqf.class:?]
  1100. at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:45) [bqf.class:?]
  1101. at lumien.custommainmenu.lib.textures.TextureResourceLocation.bind(TextureResourceLocation.java:16) [TextureResourceLocation.class:?]
  1102. at lumien.custommainmenu.gui.GuiCustomButton.func_146112_a(GuiCustomButton.java:86) [GuiCustomButton.class:?]
  1103. at lumien.custommainmenu.gui.GuiCustom.func_73863_a(GuiCustom.java:412) [GuiCustom.class:?]
  1104. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061) [blt.class:?]
  1105. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001) [bao.class:?]
  1106. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  1107. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  1108. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1109. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1110. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1111. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1112. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  1113. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  1114. [18:28:29] [Client thread/WARN]: Failed to load texture: mainmenu:shop.png
  1115. java.io.FileNotFoundException: mainmenu:shop.png
  1116. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:71) ~[brg.class:?]
  1117. at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:29) ~[bpu.class:?]
  1118. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89) [bqf.class:?]
  1119. at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:45) [bqf.class:?]
  1120. at lumien.custommainmenu.lib.textures.TextureResourceLocation.bind(TextureResourceLocation.java:16) [TextureResourceLocation.class:?]
  1121. at lumien.custommainmenu.gui.GuiCustomButton.func_146112_a(GuiCustomButton.java:86) [GuiCustomButton.class:?]
  1122. at lumien.custommainmenu.gui.GuiCustom.func_73863_a(GuiCustom.java:412) [GuiCustom.class:?]
  1123. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061) [blt.class:?]
  1124. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001) [bao.class:?]
  1125. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  1126. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  1127. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1128. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1129. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1130. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1131. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  1132. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  1133. [18:28:29] [Client thread/WARN]: Failed to load texture: mainmenu:lang.png
  1134. java.io.FileNotFoundException: mainmenu:lang.png
  1135. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:71) ~[brg.class:?]
  1136. at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:29) ~[bpu.class:?]
  1137. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89) [bqf.class:?]
  1138. at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:45) [bqf.class:?]
  1139. at lumien.custommainmenu.lib.textures.TextureResourceLocation.bind(TextureResourceLocation.java:16) [TextureResourceLocation.class:?]
  1140. at lumien.custommainmenu.gui.GuiCustomButton.func_146112_a(GuiCustomButton.java:86) [GuiCustomButton.class:?]
  1141. at lumien.custommainmenu.gui.GuiCustom.func_73863_a(GuiCustom.java:412) [GuiCustom.class:?]
  1142. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061) [blt.class:?]
  1143. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001) [bao.class:?]
  1144. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  1145. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  1146. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1147. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1148. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1149. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1150. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  1151. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  1152. [18:28:29] [Client thread/WARN]: Failed to load texture: mainmenu:refresh.png
  1153. java.io.FileNotFoundException: mainmenu:refresh.png
  1154. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:71) ~[brg.class:?]
  1155. at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:29) ~[bpu.class:?]
  1156. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89) [bqf.class:?]
  1157. at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:45) [bqf.class:?]
  1158. at lumien.custommainmenu.lib.textures.TextureResourceLocation.bind(TextureResourceLocation.java:16) [TextureResourceLocation.class:?]
  1159. at lumien.custommainmenu.gui.GuiCustomButton.func_146112_a(GuiCustomButton.java:86) [GuiCustomButton.class:?]
  1160. at lumien.custommainmenu.gui.GuiCustom.func_73863_a(GuiCustom.java:412) [GuiCustom.class:?]
  1161. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061) [blt.class:?]
  1162. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001) [bao.class:?]
  1163. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  1164. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  1165. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1166. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1167. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1168. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1169. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  1170. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  1171. [18:28:37] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
  1172. [18:28:37] [Server thread/INFO]: Generating keypair
  1173. [18:28:37] [Server thread/INFO]: Processing ServerAboutToStart event for submodule info.inpureprojects.core.Preloader.ModulePreloader
  1174. [18:28:37] [Server thread/INFO]: System no longer monitoring FML console messages.
  1175. [18:28:37] [Server thread/INFO]: [minetweaker.runtime.MTTweaker:load:106]: Loading scripts
  1176. [18:28:37] [Server thread/INFO]: [minetweaker.runtime.MTTweaker:load:152]: MineTweaker: Loading intermod
  1177. [18:28:37] [Server thread/INFO]: This world was saved with mod Forge version 10.13.4.1448 and it is now at version 10.13.4.1614, things may not work well
  1178. [18:28:37] [Server thread/INFO]: This world was saved with mod ForgeMultipart version 1.1.1.325 and it is now at version 1.2.0.345, things may not work well
  1179. [18:28:37] [Server thread/INFO]: This world was saved with mod McMultipart version 1.1.1.325 and it is now at version 1.2.0.345, things may not work well
  1180. [18:28:37] [Server thread/INFO]: This world was saved with mod ForgeMicroblock version 1.1.1.325 and it is now at version 1.2.0.345, things may not work well
  1181. [18:28:37] [Server thread/INFO]: Injecting existing block and item data into this server instance
  1182. [18:28:37] [Server thread/INFO]: Injecting new block and item data into this server instance.
  1183. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:crucibleSouls: 710 (init) -> 1189 (map).
  1184. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:apicultureChest: 973 (init) -> 1190 (map).
  1185. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:meltyIce: 704 (init) -> 1191 (map).
  1186. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:arboriculture: 993 (init) -> 1192 (map).
  1187. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:slabsDoubleFireproof: 987 (init) -> 1193 (map).
  1188. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:boundJar: 705 (init) -> 1194 (map).
  1189. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:logsFireproof: 984 (init) -> 1195 (map).
  1190. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:replicator: 711 (init) -> 1196 (map).
  1191. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:factory2: 996 (init) -> 1197 (map).
  1192. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:magicbees.enchantedEarth: 1019 (init) -> 1198 (map).
  1193. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.biomass: 963 (init) -> 1199 (map).
  1194. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.ice: 966 (init) -> 1200 (map).
  1195. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:autoSorter: 700 (init) -> 1201 (map).
  1196. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:pods: 992 (init) -> 1202 (map).
  1197. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:boundChest: 702 (init) -> 1203 (map).
  1198. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:slabs: 980 (init) -> 1204 (map).
  1199. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:candle: 975 (init) -> 1205 (map).
  1200. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:manaAuraProvider: 1023 (init) -> 1206 (map).
  1201. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.milk: 968 (init) -> 1207 (map).
  1202. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fences: 982 (init) -> 1208 (map).
  1203. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:leaves: 991 (init) -> 1209 (map).
  1204. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.bioethanol: 962 (init) -> 1210 (map).
  1205. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:beehives: 974 (init) -> 1211 (map).
  1206. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fencesFireproof: 988 (init) -> 1212 (map).
  1207. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.glass: 964 (init) -> 1213 (map).
  1208. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:soil: 959 (init) -> 1214 (map).
  1209. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:planks: 979 (init) -> 1215 (map).
  1210. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:stairsFireproof: 989 (init) -> 1216 (map).
  1211. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:factory: 995 (init) -> 1217 (map).
  1212. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:stairs: 983 (init) -> 1218 (map).
  1213. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:soulBrazier: 709 (init) -> 1219 (map).
  1214. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.juice: 967 (init) -> 1220 (map).
  1215. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:visAuraProvider: 1024 (init) -> 1221 (map).
  1216. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:planksFireproof: 985 (init) -> 1222 (map).
  1217. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:everburnUrn: 708 (init) -> 1223 (map).
  1218. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:resourceStorage: 961 (init) -> 1224 (map).
  1219. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.mead: 971 (init) -> 1225 (map).
  1220. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:stump: 976 (init) -> 1226 (map).
  1221. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:core: 958 (init) -> 1227 (map).
  1222. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:slabsFireproof: 986 (init) -> 1228 (map).
  1223. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:ffarm: 998 (init) -> 1229 (map).
  1224. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:trashJar: 701 (init) -> 1230 (map).
  1225. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:slabsDouble: 981 (init) -> 1231 (map).
  1226. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:mushroom: 997 (init) -> 1232 (map).
  1227. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:resources: 960 (init) -> 1233 (map).
  1228. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:everfullUrn: 707 (init) -> 1234 (map).
  1229. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:lepidopterology: 999 (init) -> 1235 (map).
  1230. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:alveary: 977 (init) -> 1236 (map).
  1231. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:magicApiary: 1022 (init) -> 1237 (map).
  1232. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:floatCandle: 703 (init) -> 1238 (map).
  1233. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:thinkTankJar: 706 (init) -> 1239 (map).
  1234. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:logs: 978 (init) -> 1240 (map).
  1235. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:hive: 1020 (init) -> 1241 (map).
  1236. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.honey: 965 (init) -> 1242 (map).
  1237. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:saplingGE: 990 (init) -> 1243 (map).
  1238. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:effectJar: 1021 (init) -> 1244 (map).
  1239. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.short.mead: 970 (init) -> 1245 (map).
  1240. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:mail: 1000 (init) -> 1246 (map).
  1241. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:apiculture: 972 (init) -> 1247 (map).
  1242. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:engine: 994 (init) -> 1248 (map).
  1243. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.seedoil: 969 (init) -> 1249 (map).
  1244. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedCherry: 5015 (init) -> 5145 (map).
  1245. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:crucibleSouls: 710 (init) -> 1189 (map).
  1246. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:apicultureChest: 973 (init) -> 1190 (map).
  1247. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:propolis: 4901 (init) -> 5146 (map).
  1248. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:infuser: 4920 (init) -> 5147 (map).
  1249. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:meltyIce: 704 (init) -> 1191 (map).
  1250. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:hardenedMachine: 4817 (init) -> 5148 (map).
  1251. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:transmutationCore: 4549 (init) -> 5149 (map).
  1252. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:apiaristChest: 4907 (init) -> 5150 (map).
  1253. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:bucketBiomass: 4857 (init) -> 5151 (map).
  1254. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:bucketShortMead: 4878 (init) -> 5152 (map).
  1255. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:butterflyGE: 4922 (init) -> 5153 (map).
  1256. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedGravel: 4988 (init) -> 5154 (map).
  1257. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:backpack.thaumaturgeT2: 5070 (init) -> 5155 (map).
  1258. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:boundJar: 705 (init) -> 1194 (map).
  1259. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:backpack.thaumaturgeT1: 5069 (init) -> 5156 (map).
  1260. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:replicator: 711 (init) -> 1196 (map).
  1261. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:waxCapsuleIce: 4864 (init) -> 5157 (map).
  1262. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.biomass: 963 (init) -> 1199 (map).
  1263. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:apiaristBag: 4929 (init) -> 5158 (map).
  1264. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:treealyzer: 4913 (init) -> 5159 (map).
  1265. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:frameProven: 4898 (init) -> 5160 (map).
  1266. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedRoyalJelly: 5000 (init) -> 5161 (map).
  1267. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedFertilizer: 4945 (init) -> 5162 (map).
  1268. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:charmNoTaint: 4564 (init) -> 5163 (map).
  1269. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:waxCapsuleJuice: 4868 (init) -> 5164 (map).
  1270. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedPropolis: 4998 (init) -> 5165 (map).
  1271. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:refractoryEthanol: 4852 (init) -> 5166 (map).
  1272. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.glass: 964 (init) -> 1213 (map).
  1273. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:grafter: 4914 (init) -> 5167 (map).
  1274. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:naturalistHelmet: 4820 (init) -> 5168 (map).
  1275. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedSpruceSapling: 4990 (init) -> 5169 (map).
  1276. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:stairs: 983 (init) -> 1218 (map).
  1277. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:gearCopper: 4825 (init) -> 5170 (map).
  1278. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:soulBrazier: 709 (init) -> 1219 (map).
  1279. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.juice: 967 (init) -> 1220 (map).
  1280. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:beeCombs: 4905 (init) -> 5171 (map).
  1281. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:amberCore: 4552 (init) -> 5172 (map).
  1282. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedClay: 4959 (init) -> 5173 (map).
  1283. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.mead: 971 (init) -> 1225 (map).
  1284. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:stump: 976 (init) -> 1226 (map).
  1285. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:gearBronze: 4824 (init) -> 5174 (map).
  1286. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:diggerBag: 4933 (init) -> 5175 (map).
  1287. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedBirchWood: 4970 (init) -> 5176 (map).
  1288. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:refractoryJuice: 4869 (init) -> 5177 (map).
  1289. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedMossyCombs: 5012 (init) -> 5178 (map).
  1290. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedDates: 5021 (init) -> 5179 (map).
  1291. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedApples: 4961 (init) -> 5180 (map).
  1292. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fertilizerCompound: 4808 (init) -> 5181 (map).
  1293. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:bronzePickaxe: 4835 (init) -> 5182 (map).
  1294. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:waxCapsule: 4848 (init) -> 5183 (map).
  1295. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:stabilizerBelt: 4570 (init) -> 5184 (map).
  1296. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:canShortMead: 4875 (init) -> 5185 (map).
  1297. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:frameOblivion: 5066 (init) -> 5186 (map).
  1298. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:frameImpregnated: 4897 (init) -> 5187 (map).
  1299. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:propolis: 5052 (init) -> 5188 (map).
  1300. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:apatite: 4809 (init) -> 5189 (map).
  1301. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:mulch: 4841 (init) -> 5190 (map).
  1302. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:blankSeal: 4560 (init) -> 5191 (map).
  1303. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:bituminousPeat: 4823 (init) -> 5192 (map).
  1304. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:waxCapsuleSeedOil: 4872 (init) -> 5193 (map).
  1305. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:comb: 5050 (init) -> 5194 (map).
  1306. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:sojournerCapUncharged: 4556 (init) -> 5195 (map).
  1307. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:adventurerBag: 4939 (init) -> 5196 (map).
  1308. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:refractoryShortMead: 4877 (init) -> 5197 (map).
  1309. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedWalnut: 5016 (init) -> 5198 (map).
  1310. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:magnet: 5059 (init) -> 5199 (map).
  1311. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:ingotCopper: 4811 (init) -> 5200 (map).
  1312. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:ash: 4822 (init) -> 5201 (map).
  1313. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:bucketSeedOil: 4874 (init) -> 5202 (map).
  1314. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cart.beehouse: 4895 (init) -> 5203 (map).
  1315. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedMulch: 4946 (init) -> 5204 (map).
  1316. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedObsidian: 4982 (init) -> 5205 (map).
  1317. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedPollen: 4996 (init) -> 5206 (map).
  1318. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:pipette: 4815 (init) -> 5207 (map).
  1319. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedPowderyCombs: 5010 (init) -> 5208 (map).
  1320. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:drop: 5053 (init) -> 5209 (map).
  1321. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:engine: 994 (init) -> 1248 (map).
  1322. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:honeyDrop: 4899 (init) -> 5210 (map).
  1323. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:adventurerBagT2: 4940 (init) -> 5211 (map).
  1324. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedParchedCombs: 5008 (init) -> 5212 (map).
  1325. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:capsule.void: 5068 (init) -> 5213 (map).
  1326. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:ingotBronze: 4813 (init) -> 5214 (map).
  1327. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedBogearth: 4953 (init) -> 5215 (map).
  1328. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:foresterBag: 4935 (init) -> 5216 (map).
  1329. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:peat: 4821 (init) -> 5217 (map).
  1330. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:item.thaumiumGrafter: 5072 (init) -> 5218 (map).
  1331. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:hunterBagT2: 4938 (init) -> 5219 (map).
  1332. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedWheatenCombs: 5011 (init) -> 5220 (map).
  1333. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:crate: 4928 (init) -> 5221 (map).
  1334. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedMellowCombs: 5013 (init) -> 5222 (map).
  1335. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:ambrosia: 4918 (init) -> 5223 (map).
  1336. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedDarkOakSapling: 4994 (init) -> 5224 (map).
  1337. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedChestnut: 5017 (init) -> 5225 (map).
  1338. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:honeyedSlice: 4916 (init) -> 5226 (map).
  1339. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedPlum: 5019 (init) -> 5227 (map).
  1340. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedMysteriousCombs: 5009 (init) -> 5228 (map).
  1341. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedCoal: 4964 (init) -> 5229 (map).
  1342. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedHoneycombs: 5001 (init) -> 5230 (map).
  1343. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedBeeswax: 4995 (init) -> 5231 (map).
  1344. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:pods: 992 (init) -> 1202 (map).
  1345. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:refractoryLava: 4887 (init) -> 5232 (map).
  1346. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:serumGE: 4923 (init) -> 5233 (map).
  1347. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:boundChest: 702 (init) -> 1203 (map).
  1348. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:slabs: 980 (init) -> 1204 (map).
  1349. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:flutterlyzer: 4921 (init) -> 5234 (map).
  1350. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:mouldyWheat: 4839 (init) -> 5235 (map).
  1351. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedWheat: 4954 (init) -> 5236 (map).
  1352. [18:28:37] [Server thread/INFO]: Injected new block/item technom:pureTin: 5408 (init) -> 5408 (map).
  1353. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:manaAuraProvider: 1023 (init) -> 1206 (map).
  1354. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedDirt: 4975 (init) -> 5237 (map).
  1355. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:bootsComet: 4567 (init) -> 5238 (map).
  1356. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedCookies: 4955 (init) -> 5239 (map).
  1357. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.milk: 968 (init) -> 1207 (map).
  1358. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:beehives: 974 (init) -> 1211 (map).
  1359. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:refractoryIce: 4865 (init) -> 5240 (map).
  1360. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:canSeedOil: 4871 (init) -> 5241 (map).
  1361. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:planks: 979 (init) -> 1215 (map).
  1362. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:solderingIron: 4828 (init) -> 5242 (map).
  1363. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedCharcoal: 4963 (init) -> 5243 (map).
  1364. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedTin: 4949 (init) -> 5244 (map).
  1365. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:builderBagT2: 4942 (init) -> 5245 (map).
  1366. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:canIce: 4863 (init) -> 5246 (map).
  1367. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:pollenFertile: 4912 (init) -> 5247 (map).
  1368. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedRedSand: 4981 (init) -> 5248 (map).
  1369. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:transmutationStaffCore: 4550 (init) -> 5249 (map).
  1370. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedLapis: 4957 (init) -> 5250 (map).
  1371. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:visAuraProvider: 1024 (init) -> 1221 (map).
  1372. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:everburnUrn: 708 (init) -> 1223 (map).
  1373. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:resourceStorage: 961 (init) -> 1224 (map).
  1374. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:canMead: 4879 (init) -> 5251 (map).
  1375. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:iodineCapsule: 4842 (init) -> 5252 (map).
  1376. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:item.manasteelGrafter: 5074 (init) -> 5253 (map).
  1377. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedHoneydew: 4999 (init) -> 5254 (map).
  1378. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:refractoryHoney: 4861 (init) -> 5255 (map).
  1379. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:caterpillarGE: 4924 (init) -> 5256 (map).
  1380. [18:28:37] [Server thread/INFO]: Injected new block/item technom:pureCopper: 5407 (init) -> 5407 (map).
  1381. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:canWater: 4883 (init) -> 5257 (map).
  1382. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedJungleSapling: 4992 (init) -> 5258 (map).
  1383. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:frameResilient: 5061 (init) -> 5259 (map).
  1384. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:slabsDouble: 981 (init) -> 1231 (map).
  1385. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedCocoaComb: 5002 (init) -> 5260 (map).
  1386. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:resources: 960 (init) -> 1233 (map).
  1387. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:sojournerCap: 4555 (init) -> 5261 (map).
  1388. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:carton: 4830 (init) -> 5262 (map).
  1389. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:waxCapsuleEthanol: 4851 (init) -> 5263 (map).
  1390. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:lepidopterology: 999 (init) -> 1235 (map).
  1391. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:thermionicTubes: 4829 (init) -> 5264 (map).
  1392. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedPhosphor: 4947 (init) -> 5265 (map).
  1393. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedGlowstone: 4960 (init) -> 5266 (map).
  1394. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:amberStaffCore: 4553 (init) -> 5267 (map).
  1395. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:bucketIce: 4866 (init) -> 5268 (map).
  1396. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:frameMagic: 5060 (init) -> 5269 (map).
  1397. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedDrippingCombs: 5006 (init) -> 5270 (map).
  1398. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedSimmeringCombs: 5003 (init) -> 5271 (map).
  1399. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:bucketEthanol: 4853 (init) -> 5272 (map).
  1400. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedBrick: 4978 (init) -> 5273 (map).
  1401. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:alveary: 977 (init) -> 1236 (map).
  1402. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:sapling: 4911 (init) -> 5274 (map).
  1403. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedAcaciaSapling: 4993 (init) -> 5275 (map).
  1404. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fruits: 4846 (init) -> 5276 (map).
  1405. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:woodPulp: 4832 (init) -> 5277 (map).
  1406. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:thinkTankJar: 706 (init) -> 1239 (map).
  1407. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:beeQueenGE: 4888 (init) -> 5278 (map).
  1408. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:refractoryEmpty: 4849 (init) -> 5279 (map).
  1409. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:saplingGE: 990 (init) -> 1243 (map).
  1410. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:grafterProven: 4915 (init) -> 5280 (map).
  1411. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:beealyzer: 4892 (init) -> 5281 (map).
  1412. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:catalogue: 4927 (init) -> 5282 (map).
  1413. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedSaplings: 4989 (init) -> 5283 (map).
  1414. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedSilkyCombs: 5007 (init) -> 5284 (map).
  1415. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:arboriculture: 993 (init) -> 1192 (map).
  1416. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:refractoryWax: 4845 (init) -> 5285 (map).
  1417. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:beePrincessGE: 4890 (init) -> 5286 (map).
  1418. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:logsFireproof: 984 (init) -> 1195 (map).
  1419. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:apiaristHelmet: 4906 (init) -> 5287 (map).
  1420. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:miscResources: 5054 (init) -> 5288 (map).
  1421. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:factory2: 996 (init) -> 1197 (map).
  1422. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedSpruceWood: 4969 (init) -> 5289 (map).
  1423. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:pollen: 5055 (init) -> 5290 (map).
  1424. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:autoSorter: 700 (init) -> 1201 (map).
  1425. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:brokenBronzePickaxe: 4833 (init) -> 5291 (map).
  1426. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:waxCapsuleWater: 4884 (init) -> 5292 (map).
  1427. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:canLava: 4886 (init) -> 5293 (map).
  1428. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:oakStick: 4831 (init) -> 5294 (map).
  1429. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:candle: 975 (init) -> 1205 (map).
  1430. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedHumus: 4952 (init) -> 5295 (map).
  1431. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:frameTemporal: 5065 (init) -> 5296 (map).
  1432. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:canBiomass: 4854 (init) -> 5297 (map).
  1433. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fences: 982 (init) -> 1208 (map).
  1434. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:leaves: 991 (init) -> 1209 (map).
  1435. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:beeDroneGE: 4889 (init) -> 5298 (map).
  1436. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:taintBerry: 4568 (init) -> 5299 (map).
  1437. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.bioethanol: 962 (init) -> 1210 (map).
  1438. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fencesFireproof: 988 (init) -> 1212 (map).
  1439. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedCopper: 4950 (init) -> 5300 (map).
  1440. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:soil: 959 (init) -> 1214 (map).
  1441. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:wrench: 4814 (init) -> 5301 (map).
  1442. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedAcaciaWood: 4972 (init) -> 5302 (map).
  1443. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:wax: 5051 (init) -> 5303 (map).
  1444. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:factory: 995 (init) -> 1217 (map).
  1445. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:bootsMeteor: 4566 (init) -> 5304 (map).
  1446. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedCacti: 4979 (init) -> 5305 (map).
  1447. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:moonDial: 5056 (init) -> 5306 (map).
  1448. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:tentacleRing: 4569 (init) -> 5307 (map).
  1449. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:brokenBronzeShovel: 4834 (init) -> 5308 (map).
  1450. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedSeeds: 4965 (init) -> 5309 (map).
  1451. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:lepidopteristBag: 4930 (init) -> 5310 (map).
  1452. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:planksFireproof: 985 (init) -> 1222 (map).
  1453. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:refractoryBiomass: 4856 (init) -> 5311 (map).
  1454. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedBronze: 4951 (init) -> 5312 (map).
  1455. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:habitatLocator: 4893 (init) -> 5313 (map).
  1456. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:canHoney: 4859 (init) -> 5314 (map).
  1457. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedPapaya: 5020 (init) -> 5315 (map).
  1458. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fertilizerBio: 4807 (init) -> 5316 (map).
  1459. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:refractoryWater: 4885 (init) -> 5317 (map).
  1460. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:kitPickaxe: 4838 (init) -> 5318 (map).
  1461. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:canJuice: 4867 (init) -> 5319 (map).
  1462. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedNetherrack: 4983 (init) -> 5320 (map).
  1463. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedPodzol: 4976 (init) -> 5321 (map).
  1464. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:mechanistCap: 4557 (init) -> 5322 (map).
  1465. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedBirchSapling: 4991 (init) -> 5323 (map).
  1466. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedStringyCombs: 5004 (init) -> 5324 (map).
  1467. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:ffarm: 998 (init) -> 1229 (map).
  1468. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:trashJar: 701 (init) -> 1230 (map).
  1469. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:waxCast: 4904 (init) -> 5325 (map).
  1470. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedNetherbrick: 4986 (init) -> 5326 (map).
  1471. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:mushroom: 997 (init) -> 1232 (map).
  1472. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:everfullUrn: 707 (init) -> 1234 (map).
  1473. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:minerBagT2: 4932 (init) -> 5327 (map).
  1474. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:necroStaffCore: 4554 (init) -> 5328 (map).
  1475. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:jarSeal: 4563 (init) -> 5329 (map).
  1476. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedRefractoryWax: 5014 (init) -> 5330 (map).
  1477. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:minerBag: 4931 (init) -> 5331 (map).
  1478. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:magicApiary: 1022 (init) -> 1237 (map).
  1479. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:chipsets: 4827 (init) -> 5332 (map).
  1480. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:honeydew: 4902 (init) -> 5333 (map).
  1481. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedAsh: 4948 (init) -> 5334 (map).
  1482. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:frameUntreated: 4896 (init) -> 5335 (map).
  1483. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:refractoryMead: 4881 (init) -> 5336 (map).
  1484. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:bucketMead: 4882 (init) -> 5337 (map).
  1485. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:diggerBagT2: 4934 (init) -> 5338 (map).
  1486. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:apiculture: 972 (init) -> 1247 (map).
  1487. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:stamps: 4925 (init) -> 5339 (map).
  1488. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:phosphor: 4843 (init) -> 5340 (map).
  1489. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedSandstone: 4985 (init) -> 5341 (map).
  1490. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:canEmpty: 4847 (init) -> 5342 (map).
  1491. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:pollen: 4900 (init) -> 5343 (map).
  1492. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedWood: 4968 (init) -> 5344 (map).
  1493. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedCrystallinePollen: 4997 (init) -> 5345 (map).
  1494. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:chestSeal: 4561 (init) -> 5346 (map).
  1495. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:bronzeShovel: 4836 (init) -> 5347 (map).
  1496. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:slabsDoubleFireproof: 987 (init) -> 1193 (map).
  1497. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedDarkOakWood: 4973 (init) -> 5348 (map).
  1498. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:honeyPot: 4919 (init) -> 5349 (map).
  1499. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:beverage: 4917 (init) -> 5350 (map).
  1500. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedMycelium: 4987 (init) -> 5351 (map).
  1501. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedJungleWood: 4971 (init) -> 5352 (map).
  1502. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:magicbees.enchantedEarth: 1019 (init) -> 1198 (map).
  1503. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.ice: 966 (init) -> 1200 (map).
  1504. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:bucketHoney: 4862 (init) -> 5353 (map).
  1505. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:kitShovel: 4837 (init) -> 5354 (map).
  1506. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:capsule.magic: 5067 (init) -> 5355 (map).
  1507. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:bucketJuice: 4870 (init) -> 5356 (map).
  1508. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedReeds: 4958 (init) -> 5357 (map).
  1509. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:researchNote: 4810 (init) -> 5358 (map).
  1510. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedApatite: 4944 (init) -> 5359 (map).
  1511. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:beeNugget: 5058 (init) -> 5360 (map).
  1512. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:decayingWheat: 4840 (init) -> 5361 (map).
  1513. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:stairsFireproof: 989 (init) -> 1216 (map).
  1514. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:mechanistCapUncharged: 4558 (init) -> 5362 (map).
  1515. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:impregnatedCasing: 4818 (init) -> 5363 (map).
  1516. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:beeLarvaeGE: 4891 (init) -> 5364 (map).
  1517. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:item.thaumiumScoop: 5071 (init) -> 5365 (map).
  1518. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:charmTaint: 4565 (init) -> 5366 (map).
  1519. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:frameMetabolic: 5063 (init) -> 5367 (map).
  1520. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedPeat: 4943 (init) -> 5368 (map).
  1521. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:item.manasteelScoop: 5073 (init) -> 5369 (map).
  1522. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedPotatoes: 4966 (init) -> 5370 (map).
  1523. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:waxCapsuleMead: 4880 (init) -> 5371 (map).
  1524. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:core: 958 (init) -> 1227 (map).
  1525. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedLemon: 5018 (init) -> 5372 (map).
  1526. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:refractorySeedOil: 4873 (init) -> 5373 (map).
  1527. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:slabsFireproof: 986 (init) -> 1228 (map).
  1528. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:apiaristBoots: 4909 (init) -> 5374 (map).
  1529. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedCobblestone: 4974 (init) -> 5375 (map).
  1530. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:gearTin: 4826 (init) -> 5376 (map).
  1531. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:scoop: 4910 (init) -> 5377 (map).
  1532. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedSoulsand: 4984 (init) -> 5378 (map).
  1533. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:waxCapsuleShortMead: 4876 (init) -> 5379 (map).
  1534. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedRedstone: 4956 (init) -> 5380 (map).
  1535. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:imprinter: 4894 (init) -> 5381 (map).
  1536. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:letters: 4926 (init) -> 5382 (map).
  1537. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedSand: 4980 (init) -> 5383 (map).
  1538. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:beeswax: 4844 (init) -> 5384 (map).
  1539. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:frameGentle: 5062 (init) -> 5385 (map).
  1540. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:canEthanol: 4850 (init) -> 5386 (map).
  1541. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:foresterBagT2: 4936 (init) -> 5387 (map).
  1542. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedCarrots: 4967 (init) -> 5388 (map).
  1543. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:royalJelly: 4903 (init) -> 5389 (map).
  1544. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:pureZombieBrain: 4559 (init) -> 5390 (map).
  1545. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:builderBag: 4941 (init) -> 5391 (map).
  1546. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:chestSealLinked: 4562 (init) -> 5392 (map).
  1547. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:waxCapsuleBiomass: 4855 (init) -> 5393 (map).
  1548. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:jellyBabies: 5057 (init) -> 5394 (map).
  1549. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:bucketGlass: 4858 (init) -> 5395 (map).
  1550. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:waxCapsuleHoney: 4860 (init) -> 5396 (map).
  1551. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:apiaristLegs: 4908 (init) -> 5397 (map).
  1552. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:frameNecrotic: 5064 (init) -> 5398 (map).
  1553. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedNetherwart: 4962 (init) -> 5399 (map).
  1554. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedFrozenCombs: 5005 (init) -> 5400 (map).
  1555. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:floatCandle: 703 (init) -> 1238 (map).
  1556. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:cratedStone: 4977 (init) -> 5401 (map).
  1557. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:talismanFood: 4551 (init) -> 5402 (map).
  1558. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:hunterBag: 4937 (init) -> 5403 (map).
  1559. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:logs: 978 (init) -> 1240 (map).
  1560. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:hive: 1020 (init) -> 1241 (map).
  1561. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.honey: 965 (init) -> 1242 (map).
  1562. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:ingotTin: 4812 (init) -> 5404 (map).
  1563. [18:28:37] [Server thread/INFO]: Injected new block/item MagicBees:effectJar: 1021 (init) -> 1244 (map).
  1564. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.short.mead: 970 (init) -> 1245 (map).
  1565. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:mail: 1000 (init) -> 1246 (map).
  1566. [18:28:37] [Server thread/INFO]: Injected new block/item ThaumicExploration:discountRing: 4571 (init) -> 5405 (map).
  1567. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:craftingMaterial: 4819 (init) -> 5406 (map).
  1568. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:fluid.seedoil: 969 (init) -> 1249 (map).
  1569. [18:28:37] [Server thread/INFO]: Injected new block/item Forestry:sturdyMachine: 4816 (init) -> 5409 (map).
  1570. [18:28:37] [Server thread/INFO]: Applying holder lookups
  1571. [18:28:37] [Server thread/INFO]: Holder lookups applied
  1572. [18:28:37] [Server thread/INFO]: Loading dimension 0 (Large JONTRON) (net.minecraft.server.integrated.IntegratedServer@88d89a5)
  1573. [18:28:38] [Server thread/INFO]: Loading dimension 42 (Large JONTRON) (net.minecraft.server.integrated.IntegratedServer@88d89a5)
  1574. [18:28:38] [Server thread/INFO]: Loading dimension -37 (Large JONTRON) (net.minecraft.server.integrated.IntegratedServer@88d89a5)
  1575. [18:28:38] [Server thread/INFO]: Loading dimension -38 (Large JONTRON) (net.minecraft.server.integrated.IntegratedServer@88d89a5)
  1576. [18:28:38] [Server thread/INFO]: Loading dimension -39 (Large JONTRON) (net.minecraft.server.integrated.IntegratedServer@88d89a5)
  1577. [18:28:38] [Server thread/INFO]: Loading dimension -42 (Large JONTRON) (net.minecraft.server.integrated.IntegratedServer@88d89a5)
  1578. [18:28:38] [Server thread/INFO]: Loading dimension -19 (Large JONTRON) (net.minecraft.server.integrated.IntegratedServer@88d89a5)
  1579. [18:28:38] [Server thread/INFO]: Loading dimension -1 (Large JONTRON) (net.minecraft.server.integrated.IntegratedServer@88d89a5)
  1580. [18:28:38] [Server thread/INFO]: Loading dimension -73 (Large JONTRON) (net.minecraft.server.integrated.IntegratedServer@88d89a5)
  1581. [18:28:38] [Server thread/INFO]: Loading dimension 1 (Large JONTRON) (net.minecraft.server.integrated.IntegratedServer@88d89a5)
  1582. [18:28:38] [Server thread/INFO]: [Automagy] Pech trade integration complete.
  1583. [18:28:38] [Server thread/INFO]: Loading dimension 69 (Large JONTRON) (net.minecraft.server.integrated.IntegratedServer@88d89a5)
  1584. [18:28:38] [Server thread/INFO]: Preparing start region for level 0
  1585. [18:28:39] [Server thread/INFO]: [atomicstryker.ruins.common.RuinGenerator:<init>:54]: Ruins attempted to load invalid worldname Large JONTRON posfile
  1586. [18:28:39] [Server thread/INFO]: [atomicstryker.ruins.common.ChunkLoggerData:func_76184_a:24]: Ruins chunks logged: 15122
  1587. [18:28:40] [Server thread/INFO]: Preparing spawn area: 4%
  1588. [18:28:41] [Server thread/INFO]: Preparing spawn area: 10%
  1589. [18:28:41] [Server thread/INFO]: [CORE] Patching Thaumcraft's Worldgen
  1590. [18:28:42] [Server thread/INFO]: Preparing spawn area: 25%
  1591. [18:28:43] [Server thread/INFO]: Preparing spawn area: 48%
  1592. [18:28:44] [Server thread/INFO]: Preparing spawn area: 75%
  1593. [18:28:45] [Server thread/INFO]: Could not find backupstore.txt file.
  1594. [18:28:45] [Server thread/INFO]: It will be created, when the first backup is done.
  1595. [18:28:45] [AromaBackup-Schedule/INFO]: Starting Backup Schedule.
  1596. [18:28:45] [Server thread/WARN]: [Automagy] Ignoring invalid config entry in amnesiac_drain_item: TConstruct:oreBerries,5=13
  1597. [18:28:45] [Server thread/INFO]: Loading compatibility for minecraft
  1598. [18:28:45] [Server thread/INFO]: Loading compatibility for CoFHCore
  1599. [18:28:45] [Server thread/INFO]: Metallurgy not loaded - skipping
  1600. [18:28:45] [Server thread/INFO]: NetherOres not loaded - skipping
  1601. [18:28:45] [Server thread/INFO]: BigReactors not loaded - skipping
  1602. [18:28:45] [Server thread/INFO]: appliedenergistics2 not loaded - skipping
  1603. [18:28:45] [Server thread/INFO]: Loading compatibility for Thaumcraft
  1604. [18:28:45] [Server thread/INFO]: ElectriCraft not loaded - skipping
  1605. [18:28:45] [Server thread/INFO]: ReactorCraft not loaded - skipping
  1606. [18:28:45] [Server thread/INFO]: Loading compatibility for Forestry
  1607. [18:28:46] [Server thread/ERROR]: Fatal errors were detected during the transition from SERVER_ABOUT_TO_START to SERVER_STARTING. Loading cannot continue
  1608. [18:28:46] [Server thread/ERROR]:
  1609. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  1610. UCHIJAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  1611. UCHIJAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  1612. UCHIJAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  1613. UCHIJAAA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
  1614. UCHIJAAA Aroma1997Core{1.0.2.14} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.14.jar)
  1615. UCHIJAAA CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
  1616. UCHIJAAA MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
  1617. UCHIJAAA NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
  1618. UCHIJAAA technomCore{0.12.5} [Technomancy Core] (minecraft.jar)
  1619. UCHIJAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  1620. UCHIJAAA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
  1621. UCHIJAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  1622. UCHIJAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
  1623. UCHIJAAA arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
  1624. UCHIJAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-4.jar)
  1625. UCHIJAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  1626. UCHIJAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  1627. UCHIJAAA Botania{r1.7-201} [Botania] (Botania r1.7-201.jar)
  1628. UCHIJAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  1629. UCHIJAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  1630. UCHIJAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
  1631. UCHIJAAA ForbiddenMagic{1.7.10-0.552} [Forbidden Magic] (Forbidden Magic-1.7.10-0.552.jar)
  1632. UCHIJAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
  1633. UCHIJAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
  1634. UCHIJAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
  1635. UCHIJAAA AdvancedThaumaturgy{2.0} [Advanced Thaumaturgy] (AdvancedThaumaturgy-2.0-1.7.10-30.jar)
  1636. UCHIJAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
  1637. UCHIJAAA adventurersamulets{1.7.10-1.5.0c} [Adventurer's Amulets] (AdventurersAmulets-1.7.10-1.5.0c.jar)
  1638. UCHIJAAA Ambience{GRADLE:VERSION-GRADLE:BUILD} [Ambience] (Ambience 1.0-3.jar)
  1639. UCHIJAAA archmagus{0.6.0} [Archmagus] (Archmagus-1.7.10-0.6.0.jar)
  1640. UCHIJAAA Aroma1997CoreHelper{1.0.2.14} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.14.jar)
  1641. UCHIJAAA AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
  1642. UCHIJAAA Automagy{0.26.2} [Automagy] (Automagy-1.7.10-0.26.2.jar)
  1643. UCHIJAAA bagginses{2.1.1} [Bagginses] (Bagginses-2.1.1.jar)
  1644. UCHIJAAA bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
  1645. UCHIJAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  1646. UCHIJAAA BrainCore{0.3.3} [BrainCore] (BrainCore-1.7.10-0.3.3.jar)
  1647. UCHIJAAA brewingapi{1.2.0} [Brewing-API] (Brewing-API-1.7.2-1.2.0.jar)
  1648. UCHIJAAA CustomMainMenu{1.6} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.6.jar)
  1649. UCHIJAAA D3Core{1.1.0.29} [D3Core] (D3Core-1.7.10-1.1.0.29.jar)
  1650. UCHIJAAA menagerie{1.0} [menagerie] (dark_menagerie-1.7.10-beta-3.1a.jar)
  1651. UCHIJAAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
  1652. UCHIJAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
  1653. UCHIJAAA Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
  1654. UCHIJAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  1655. UCHIJAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
  1656. UCHIJAAA gadomancy{1.0.7.3} [Gadomancy] (gadomancy-1.7.10-1.0.7.3.jar)
  1657. UCHIJAAA GreenThumb{1.1.0.8} [GreenThumb] (GreenThumb-1.7.10-1.1.0.8.jar)
  1658. UCHIJAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
  1659. UCHIJAAA headcrumbs{1.5.4} [Headcrumbs] (Headcrumbs-1.5.4.jar)
  1660. UCHIJAAA HardcoreQuesting{The Journey (4.2.4)} [Hardcore Questing Mode] (HQM-The Journey (4.2.4).jar)
  1661. UCHIJAAA ImLookingAtBlood{1.1} [I'm Looking At Blood] (ImLookingAtBlood-1.7.2-1.1a.jar)
  1662. UCHIJAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
  1663. UCHIJAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
  1664. UCHIJAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
  1665. UCHIJAAA journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
  1666. UCHIJAAA mdeco{0.3.5} [Magical Decorations] (MagicalDecorations-0.3.5.jar)
  1667. UCHIJAAA MagicBees{2.4.4} [Magic Bees] (magicbees-1.7.10-2.4.4.jar)
  1668. UCHIJAAA MagicCookie{1.0.7.1} [Magic Cookies, something yummy] (MagicCookies-1.0.7.1.jar)
  1669. UCHIJAAA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar)
  1670. UCHIJAAA necromancy{1.7.0} [Necromancy] (Necromancy-1.7.10.jar)
  1671. UCHIJAAA NEIAddons{1.12.10.33} [NEI Addons] (neiaddons-1.12.10.33-mc1.7.10.jar)
  1672. UCHIJAAA NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.10.33-mc1.7.10.jar)
  1673. UCHIJAAA NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (neiaddons-1.12.10.33-mc1.7.10.jar)
  1674. UCHIJAAA NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (neiaddons-1.12.10.33-mc1.7.10.jar)
  1675. UCHIJAAA NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (neiaddons-1.12.10.33-mc1.7.10.jar)
  1676. UCHIJAAA NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (neiaddons-1.12.10.33-mc1.7.10.jar)
  1677. UCHIJAAA neiintegration{1.0.11} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.11.jar)
  1678. UCHIJAAA NodalMechanics{1.7.10R1.0} [NodalMechanics] (NodalMechanics-1.7-1.0-7.jar)
  1679. UCHIJAAA recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.3(1.7.10).jar)
  1680. UCHIJAAA notenoughkeys{@MOD_VERSION@} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
  1681. UCHIJAAE neresources{0.1.0.101} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.101.jar)
  1682. UCHIJAAA bt{1.0.2} [NotEnoughThaumcraftTabs] (NotEnoughThaumcraftTabs-1.0.2.jar)
  1683. UCHIJAAA origin{3.5.1} [Origin] (Origin-1.7.10-3.5.1.jar)
  1684. UCHIJAAA particlelib{1} [Particle Library] (ParticleLib - 1.jar)
  1685. UCHIJAAA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
  1686. UCHIJAAA xreliquary{1.2} [Reliquary] (Reliquary-1.2.jar)
  1687. UCHIJAAA ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
  1688. UCHIJAAA AS_Ruins{13.8} [Ruins Spawning System] (Ruins-1.7.10.jar)
  1689. UCHIJAAA Sanguimancy{1.7.10-1.1.9-31} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-31.jar)
  1690. UCHIJAAA StorageDrawers{1.7.10-1.5.12} [Storage Drawers] (StorageDrawers-1.7.10-1.5.12.jar)
  1691. UCHIJAAA supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
  1692. UCHIJAAA Tails{1.7.10-1.3.1} [Tails] (Tails-1.7.10-1.3.1.jar)
  1693. UCHIJAAA TaintedMagic{r7.6} [Tainted Magic] (Tainted-Magic-r7.6.jar)
  1694. UCHIJAAA Talismans 2{1.1.6} [Talismans 2] (Talismans2-1.7.10-1.1.6.jar)
  1695. UCHIJAAA tcnodetracker{1.1.2} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.2.jar)
  1696. UCHIJAAA benway_knowledge{0.1.5.1} [Thaumaturgical Knowledge] (Thaumaturgical Knowledge-0.1.5.2 - 1.7.10.jar)
  1697. UCHIJAAA ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar)
  1698. UCHIJAAA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
  1699. UCHIJAAA thaumicdyes{1.10.1} [Thaumic Dyes] (Thaumic-Dyes-[1.7.10] 1.10.1-0.jar)
  1700. UCHIJAAA TU{1.0} [Thaumic Upholstry] (Thaumic_Upholstery-1.2_1.7.10.jar)
  1701. UCHIJAAA thaumicalchemy{1.7.10-1.0} [Thaumic Alchemy] (thaumicalchemy-1.7.10-1.0.jar)
  1702. UCHIJAAA thaumicinfusion{3.8.1} [Thaumic Infusion] (ThaumicInfusion-1.7.10-3.83.jar)
  1703. UCHIJAAA thaumicsanity{1.0} [thaumicsanity] (thaumicSanity-1.0-1.7.10-9.jar)
  1704. UCHIJAAA thaumores{1.3.2} [ThaumOres] (thaumores-1.3.2.jar)
  1705. UCHIJAAA TorchTools{1.2.0.26} [TorchTools] (TorchTools-1.7.10-1.2.0.26.jar)
  1706. UCHIJAAA TravellersGear{1.16.4} [Traveller's Gear] (TravellersGear-1.7.10-1.16.4.jar)
  1707. UCHIJAAA TWarden{1.1.1} [Thaumic Warden] (TWarden-1.1.1.jar)
  1708. UCHIJAAA VillagersNose{1.3a} [Villager's Nose] (VillagersNose-1.7.10-1.3c.jar)
  1709. UCHIJAAA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
  1710. UCHIJAAA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
  1711. UCHIJAAA WTP{1.7.10-1.0.29} [What's This Pack] (WTP-1.7.10-1.0.29.1.jar)
  1712. UCHIJAAA aobd{2.4.0} [Another One Bites The Dust] (AOBD-2.4.0.jar)
  1713. UCHIJAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  1714. UCHIJAAA technom{0.12.5} [Technomancy] (Technomancy - 0.12.5 - 1.7.10.jar)
  1715. [18:28:46] [Server thread/ERROR]: The following problems were captured during this phase
  1716. [18:28:46] [Server thread/ERROR]: Caught exception from neresources
  1717. java.lang.NoClassDefFoundError: forestry/core/config/ForestryBlock
  1718. at neresources.compatibility.forestry.ForestryCompat.registerOres(ForestryCompat.java:27) ~[ForestryCompat.class:?]
  1719. at neresources.compatibility.forestry.ForestryCompat.init(ForestryCompat.java:22) ~[ForestryCompat.class:?]
  1720. at neresources.compatibility.CompatBase.load(CompatBase.java:20) ~[CompatBase.class:?]
  1721. at neresources.utils.ModList.initialise(ModList.java:74) ~[ModList.class:?]
  1722. at neresources.compatibility.Compatibility.init(Compatibility.java:19) ~[Compatibility.class:?]
  1723. at neresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:19) ~[CommonProxy.class:?]
  1724. at neresources.NEResources.serverStart(NEResources.java:84) ~[NEResources.class:?]
  1725. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1726. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1727. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1728. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1729. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  1730. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  1731. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1732. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1733. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  1734. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  1735. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  1736. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  1737. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  1738. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  1739. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  1740. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1741. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1742. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1743. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1744. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  1745. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  1746. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  1747. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  1748. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  1749. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
  1750. at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) [Loader.class:?]
  1751. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) [FMLCommonHandler.class:?]
  1752. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:94) [bsx.class:?]
  1753. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  1754. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
  1755. Caused by: java.lang.ClassNotFoundException: forestry.core.config.ForestryBlock
  1756. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  1757. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
  1758. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
  1759. ... 37 more
  1760. Caused by: java.lang.NullPointerException
  1761. [18:28:46] [Server thread/ERROR]: A fatal exception occurred during the server starting event
  1762. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: forestry/core/config/ForestryBlock
  1763.  
  1764. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) ~[LoadController.class:?]
  1765. at cpw.mods.fml.common.Loader.serverStarting(Loader.java:790) [Loader.class:?]
  1766. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) [FMLCommonHandler.class:?]
  1767. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:94) [bsx.class:?]
  1768. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  1769. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
  1770. Caused by: java.lang.NoClassDefFoundError: forestry/core/config/ForestryBlock
  1771. at neresources.compatibility.forestry.ForestryCompat.registerOres(ForestryCompat.java:27) ~[ForestryCompat.class:?]
  1772. at neresources.compatibility.forestry.ForestryCompat.init(ForestryCompat.java:22) ~[ForestryCompat.class:?]
  1773. at neresources.compatibility.CompatBase.load(CompatBase.java:20) ~[CompatBase.class:?]
  1774. at neresources.utils.ModList.initialise(ModList.java:74) ~[ModList.class:?]
  1775. at neresources.compatibility.Compatibility.init(Compatibility.java:19) ~[Compatibility.class:?]
  1776. at neresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:19) ~[CommonProxy.class:?]
  1777. at neresources.NEResources.serverStart(NEResources.java:84) ~[NEResources.class:?]
  1778. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1779. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1780. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1781. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1782. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  1783. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  1784. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1785. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1786. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  1787. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  1788. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  1789. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  1790. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  1791. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
  1792. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
  1793. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1794. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1795. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1796. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1797. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  1798. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  1799. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  1800. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  1801. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  1802. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
  1803. at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) ~[Loader.class:?]
  1804. ... 4 more
  1805. Caused by: java.lang.ClassNotFoundException: forestry.core.config.ForestryBlock
  1806. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  1807. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
  1808. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
  1809. at neresources.compatibility.forestry.ForestryCompat.registerOres(ForestryCompat.java:27) ~[ForestryCompat.class:?]
  1810. at neresources.compatibility.forestry.ForestryCompat.init(ForestryCompat.java:22) ~[ForestryCompat.class:?]
  1811. at neresources.compatibility.CompatBase.load(CompatBase.java:20) ~[CompatBase.class:?]
  1812. at neresources.utils.ModList.initialise(ModList.java:74) ~[ModList.class:?]
  1813. at neresources.compatibility.Compatibility.init(Compatibility.java:19) ~[Compatibility.class:?]
  1814. at neresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:19) ~[CommonProxy.class:?]
  1815. at neresources.NEResources.serverStart(NEResources.java:84) ~[NEResources.class:?]
  1816. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1817. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1818. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1819. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1820. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  1821. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  1822. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1823. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1824. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  1825. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  1826. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  1827. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  1828. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  1829. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
  1830. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
  1831. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1832. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1833. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1834. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1835. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  1836. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  1837. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  1838. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  1839. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  1840. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
  1841. at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) ~[Loader.class:?]
  1842. ... 4 more
  1843. Caused by: java.lang.NullPointerException
  1844. [18:28:46] [Server thread/INFO]: Applying holder lookups
  1845. [18:28:46] [Server thread/INFO]: Holder lookups applied
  1846. [18:28:46] [Server thread/INFO]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
  1847. [18:28:46] [Server thread/INFO]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
  1848. [18:35:39] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
  1849. [18:35:39] [Server thread/INFO]: Generating keypair
  1850. [18:35:39] [Server thread/INFO]: Processing ServerAboutToStart event for submodule info.inpureprojects.core.Preloader.ModulePreloader
  1851. [18:35:39] [Server thread/INFO]: System no longer monitoring FML console messages.
  1852. [18:35:39] [Server thread/INFO]: [minetweaker.runtime.MTTweaker:load:106]: Loading scripts
  1853. [18:35:39] [Server thread/INFO]: [minetweaker.runtime.MTTweaker:load:152]: MineTweaker: Loading intermod
  1854. [18:35:39] [Server thread/ERROR]: Fatal errors were detected during the transition from AVAILABLE to SERVER_ABOUT_TO_START. Loading cannot continue
  1855. [18:35:39] [Server thread/ERROR]:
  1856. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  1857. UCHIJAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  1858. UCHIJAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  1859. UCHIJAAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  1860. UCHIJAAAAA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
  1861. UCHIJAAAAA Aroma1997Core{1.0.2.14} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.14.jar)
  1862. UCHIJAAAAA CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
  1863. UCHIJAAAAA MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
  1864. UCHIJAAAAA NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
  1865. UCHIJAAAAA technomCore{0.12.5} [Technomancy Core] (minecraft.jar)
  1866. UCHIJAAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  1867. UCHIJAAAAA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
  1868. UCHIJAAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  1869. UCHIJAAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
  1870. UCHIJAAAAA arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
  1871. UCHIJAAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-4.jar)
  1872. UCHIJAAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  1873. UCHIJAAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  1874. UCHIJAAAAA Botania{r1.7-201} [Botania] (Botania r1.7-201.jar)
  1875. UCHIJAAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  1876. UCHIJAAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  1877. UCHIJAAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
  1878. UCHIJAAAAA ForbiddenMagic{1.7.10-0.552} [Forbidden Magic] (Forbidden Magic-1.7.10-0.552.jar)
  1879. UCHIJAAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
  1880. UCHIJAAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
  1881. UCHIJAAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
  1882. UCHIJAAAAA AdvancedThaumaturgy{2.0} [Advanced Thaumaturgy] (AdvancedThaumaturgy-2.0-1.7.10-30.jar)
  1883. UCHIJAAAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
  1884. UCHIJAAAAA adventurersamulets{1.7.10-1.5.0c} [Adventurer's Amulets] (AdventurersAmulets-1.7.10-1.5.0c.jar)
  1885. UCHIJAAAAA Ambience{GRADLE:VERSION-GRADLE:BUILD} [Ambience] (Ambience 1.0-3.jar)
  1886. UCHIJAAAAA archmagus{0.6.0} [Archmagus] (Archmagus-1.7.10-0.6.0.jar)
  1887. UCHIJAAAAA Aroma1997CoreHelper{1.0.2.14} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.14.jar)
  1888. UCHIJAAAAA AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
  1889. UCHIJAAAAA Automagy{0.26.2} [Automagy] (Automagy-1.7.10-0.26.2.jar)
  1890. UCHIJAAAAA bagginses{2.1.1} [Bagginses] (Bagginses-2.1.1.jar)
  1891. UCHIJAAAAA bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
  1892. UCHIJAAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  1893. UCHIJAAAAA BrainCore{0.3.3} [BrainCore] (BrainCore-1.7.10-0.3.3.jar)
  1894. UCHIJAAAAA brewingapi{1.2.0} [Brewing-API] (Brewing-API-1.7.2-1.2.0.jar)
  1895. UCHIJAAAAA CustomMainMenu{1.6} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.6.jar)
  1896. UCHIJAAAAA D3Core{1.1.0.29} [D3Core] (D3Core-1.7.10-1.1.0.29.jar)
  1897. UCHIJAAAAA menagerie{1.0} [menagerie] (dark_menagerie-1.7.10-beta-3.1a.jar)
  1898. UCHIJAAAAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
  1899. UCHIJAAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
  1900. UCHIJAAAAA Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
  1901. UCHIJAAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  1902. UCHIJAAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
  1903. UCHIJAAAAA gadomancy{1.0.7.3} [Gadomancy] (gadomancy-1.7.10-1.0.7.3.jar)
  1904. UCHIJAAAAA GreenThumb{1.1.0.8} [GreenThumb] (GreenThumb-1.7.10-1.1.0.8.jar)
  1905. UCHIJAAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
  1906. UCHIJAAAAA headcrumbs{1.5.4} [Headcrumbs] (Headcrumbs-1.5.4.jar)
  1907. UCHIJAAAAA HardcoreQuesting{The Journey (4.2.4)} [Hardcore Questing Mode] (HQM-The Journey (4.2.4).jar)
  1908. UCHIJAAAAA ImLookingAtBlood{1.1} [I'm Looking At Blood] (ImLookingAtBlood-1.7.2-1.1a.jar)
  1909. UCHIJAAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
  1910. UCHIJAAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
  1911. UCHIJAAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
  1912. UCHIJAAAAA journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
  1913. UCHIJAAAAA mdeco{0.3.5} [Magical Decorations] (MagicalDecorations-0.3.5.jar)
  1914. UCHIJAAAAA MagicBees{2.4.4} [Magic Bees] (magicbees-1.7.10-2.4.4.jar)
  1915. UCHIJAAAAA MagicCookie{1.0.7.1} [Magic Cookies, something yummy] (MagicCookies-1.0.7.1.jar)
  1916. UCHIJAAAAA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar)
  1917. UCHIJAAAAA necromancy{1.7.0} [Necromancy] (Necromancy-1.7.10.jar)
  1918. UCHIJAAAAA NEIAddons{1.12.10.33} [NEI Addons] (neiaddons-1.12.10.33-mc1.7.10.jar)
  1919. UCHIJAAAAA NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.10.33-mc1.7.10.jar)
  1920. UCHIJAAAAA NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (neiaddons-1.12.10.33-mc1.7.10.jar)
  1921. UCHIJAAAAA NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (neiaddons-1.12.10.33-mc1.7.10.jar)
  1922. UCHIJAAAAA NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (neiaddons-1.12.10.33-mc1.7.10.jar)
  1923. UCHIJAAAAA NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (neiaddons-1.12.10.33-mc1.7.10.jar)
  1924. UCHIJAAAAA neiintegration{1.0.11} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.11.jar)
  1925. UCHIJAAAAA NodalMechanics{1.7.10R1.0} [NodalMechanics] (NodalMechanics-1.7-1.0-7.jar)
  1926. UCHIJAAAAA recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.3(1.7.10).jar)
  1927. UCHIJAAAAA notenoughkeys{@MOD_VERSION@} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
  1928. UCHIJAAEEE neresources{0.1.0.101} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.101.jar)
  1929. UCHIJAAAAA bt{1.0.2} [NotEnoughThaumcraftTabs] (NotEnoughThaumcraftTabs-1.0.2.jar)
  1930. UCHIJAAAAA origin{3.5.1} [Origin] (Origin-1.7.10-3.5.1.jar)
  1931. UCHIJAAAAA particlelib{1} [Particle Library] (ParticleLib - 1.jar)
  1932. UCHIJAAAAA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
  1933. UCHIJAAAAA xreliquary{1.2} [Reliquary] (Reliquary-1.2.jar)
  1934. UCHIJAAAAA ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
  1935. UCHIJAAAAA AS_Ruins{13.8} [Ruins Spawning System] (Ruins-1.7.10.jar)
  1936. UCHIJAAAAA Sanguimancy{1.7.10-1.1.9-31} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-31.jar)
  1937. UCHIJAAAAA StorageDrawers{1.7.10-1.5.12} [Storage Drawers] (StorageDrawers-1.7.10-1.5.12.jar)
  1938. UCHIJAAAAA supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
  1939. UCHIJAAAAA Tails{1.7.10-1.3.1} [Tails] (Tails-1.7.10-1.3.1.jar)
  1940. UCHIJAAAAA TaintedMagic{r7.6} [Tainted Magic] (Tainted-Magic-r7.6.jar)
  1941. UCHIJAAAAA Talismans 2{1.1.6} [Talismans 2] (Talismans2-1.7.10-1.1.6.jar)
  1942. UCHIJAAAAA tcnodetracker{1.1.2} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.2.jar)
  1943. UCHIJAAAAA benway_knowledge{0.1.5.1} [Thaumaturgical Knowledge] (Thaumaturgical Knowledge-0.1.5.2 - 1.7.10.jar)
  1944. UCHIJAAAAA ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar)
  1945. UCHIJAAAAA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
  1946. UCHIJAAAAA thaumicdyes{1.10.1} [Thaumic Dyes] (Thaumic-Dyes-[1.7.10] 1.10.1-0.jar)
  1947. UCHIJAAAAA TU{1.0} [Thaumic Upholstry] (Thaumic_Upholstery-1.2_1.7.10.jar)
  1948. UCHIJAAAAA thaumicalchemy{1.7.10-1.0} [Thaumic Alchemy] (thaumicalchemy-1.7.10-1.0.jar)
  1949. UCHIJAAAAA thaumicinfusion{3.8.1} [Thaumic Infusion] (ThaumicInfusion-1.7.10-3.83.jar)
  1950. UCHIJAAAAA thaumicsanity{1.0} [thaumicsanity] (thaumicSanity-1.0-1.7.10-9.jar)
  1951. UCHIJAAAAA thaumores{1.3.2} [ThaumOres] (thaumores-1.3.2.jar)
  1952. UCHIJAAAAA TorchTools{1.2.0.26} [TorchTools] (TorchTools-1.7.10-1.2.0.26.jar)
  1953. UCHIJAAAAA TravellersGear{1.16.4} [Traveller's Gear] (TravellersGear-1.7.10-1.16.4.jar)
  1954. UCHIJAAAAA TWarden{1.1.1} [Thaumic Warden] (TWarden-1.1.1.jar)
  1955. UCHIJAAAAA VillagersNose{1.3a} [Villager's Nose] (VillagersNose-1.7.10-1.3c.jar)
  1956. UCHIJAAAAA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
  1957. UCHIJAAAAA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
  1958. UCHIJAAAAA WTP{1.7.10-1.0.29} [What's This Pack] (WTP-1.7.10-1.0.29.1.jar)
  1959. UCHIJAAAAA aobd{2.4.0} [Another One Bites The Dust] (AOBD-2.4.0.jar)
  1960. UCHIJAAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  1961. UCHIJAAAAA technom{0.12.5} [Technomancy] (Technomancy - 0.12.5 - 1.7.10.jar)
  1962. [18:35:39] [Server thread/ERROR]: The following problems were captured during this phase
  1963. [18:35:39] [Server thread/ERROR]: Caught exception from neresources
  1964. java.lang.NoClassDefFoundError: forestry/core/config/ForestryBlock
  1965. at neresources.compatibility.forestry.ForestryCompat.registerOres(ForestryCompat.java:27) ~[ForestryCompat.class:?]
  1966. at neresources.compatibility.forestry.ForestryCompat.init(ForestryCompat.java:22) ~[ForestryCompat.class:?]
  1967. at neresources.compatibility.CompatBase.load(CompatBase.java:20) ~[CompatBase.class:?]
  1968. at neresources.utils.ModList.initialise(ModList.java:74) ~[ModList.class:?]
  1969. at neresources.compatibility.Compatibility.init(Compatibility.java:19) ~[Compatibility.class:?]
  1970. at neresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:19) ~[CommonProxy.class:?]
  1971. at neresources.NEResources.serverStart(NEResources.java:84) ~[NEResources.class:?]
  1972. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1973. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1974. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1975. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1976. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  1977. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  1978. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1979. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1980. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  1981. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  1982. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  1983. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  1984. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  1985. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  1986. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  1987. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1988. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  1989. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  1990. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  1991. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  1992. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  1993. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  1994. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  1995. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  1996. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
  1997. at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) [Loader.class:?]
  1998. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) [FMLCommonHandler.class:?]
  1999. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:94) [bsx.class:?]
  2000. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  2001. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
  2002. Caused by: java.lang.ClassNotFoundException: forestry.core.config.ForestryBlock
  2003. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  2004. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
  2005. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
  2006. ... 37 more
  2007. Caused by: java.lang.NullPointerException
  2008. [18:35:39] [Server thread/ERROR]: A fatal exception occurred during the server about to start event
  2009. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: forestry/core/config/ForestryBlock
  2010.  
  2011. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) ~[LoadController.class:?]
  2012. at cpw.mods.fml.common.Loader.serverAboutToStart(Loader.java:860) [Loader.class:?]
  2013. at cpw.mods.fml.common.FMLCommonHandler.handleServerAboutToStart(FMLCommonHandler.java:273) [FMLCommonHandler.class:?]
  2014. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:91) [bsx.class:?]
  2015. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  2016. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
  2017. Caused by: java.lang.NoClassDefFoundError: forestry/core/config/ForestryBlock
  2018. at neresources.compatibility.forestry.ForestryCompat.registerOres(ForestryCompat.java:27) ~[ForestryCompat.class:?]
  2019. at neresources.compatibility.forestry.ForestryCompat.init(ForestryCompat.java:22) ~[ForestryCompat.class:?]
  2020. at neresources.compatibility.CompatBase.load(CompatBase.java:20) ~[CompatBase.class:?]
  2021. at neresources.utils.ModList.initialise(ModList.java:74) ~[ModList.class:?]
  2022. at neresources.compatibility.Compatibility.init(Compatibility.java:19) ~[Compatibility.class:?]
  2023. at neresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:19) ~[CommonProxy.class:?]
  2024. at neresources.NEResources.serverStart(NEResources.java:84) ~[NEResources.class:?]
  2025. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  2026. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  2027. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2028. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2029. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  2030. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  2031. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2032. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2033. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  2034. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  2035. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  2036. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  2037. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  2038. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
  2039. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
  2040. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  2041. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  2042. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2043. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2044. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  2045. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  2046. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  2047. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  2048. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  2049. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
  2050. at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) ~[Loader.class:?]
  2051. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) ~[FMLCommonHandler.class:?]
  2052. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:94) ~[bsx.class:?]
  2053. ... 2 more
  2054. Caused by: java.lang.ClassNotFoundException: forestry.core.config.ForestryBlock
  2055. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  2056. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
  2057. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
  2058. at neresources.compatibility.forestry.ForestryCompat.registerOres(ForestryCompat.java:27) ~[ForestryCompat.class:?]
  2059. at neresources.compatibility.forestry.ForestryCompat.init(ForestryCompat.java:22) ~[ForestryCompat.class:?]
  2060. at neresources.compatibility.CompatBase.load(CompatBase.java:20) ~[CompatBase.class:?]
  2061. at neresources.utils.ModList.initialise(ModList.java:74) ~[ModList.class:?]
  2062. at neresources.compatibility.Compatibility.init(Compatibility.java:19) ~[Compatibility.class:?]
  2063. at neresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:19) ~[CommonProxy.class:?]
  2064. at neresources.NEResources.serverStart(NEResources.java:84) ~[NEResources.class:?]
  2065. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  2066. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  2067. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2068. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2069. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  2070. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  2071. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2072. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2073. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  2074. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  2075. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  2076. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  2077. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  2078. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
  2079. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
  2080. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  2081. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  2082. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2083. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2084. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  2085. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  2086. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  2087. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  2088. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  2089. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
  2090. at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) ~[Loader.class:?]
  2091. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) ~[FMLCommonHandler.class:?]
  2092. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:94) ~[bsx.class:?]
  2093. ... 2 more
  2094. Caused by: java.lang.NullPointerException
  2095. [18:35:39] [Server thread/INFO]: Applying holder lookups
  2096. [18:35:39] [Server thread/INFO]: Holder lookups applied
  2097. [18:35:39] [Server thread/INFO]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
  2098. [18:35:39] [Server thread/INFO]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
  2099. [18:41:55] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
  2100. [18:41:55] [Server thread/INFO]: Generating keypair
  2101. [18:41:55] [Server thread/INFO]: Processing ServerAboutToStart event for submodule info.inpureprojects.core.Preloader.ModulePreloader
  2102. [18:41:55] [Server thread/INFO]: System no longer monitoring FML console messages.
  2103. [18:41:55] [Server thread/INFO]: [minetweaker.runtime.MTTweaker:load:106]: Loading scripts
  2104. [18:41:55] [Server thread/INFO]: [minetweaker.runtime.MTTweaker:load:152]: MineTweaker: Loading intermod
  2105. [18:41:55] [Server thread/ERROR]: Fatal errors were detected during the transition from AVAILABLE to SERVER_ABOUT_TO_START. Loading cannot continue
  2106. [18:41:55] [Server thread/ERROR]:
  2107. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  2108. UCHIJAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  2109. UCHIJAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  2110. UCHIJAAAAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  2111. UCHIJAAAAAAA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
  2112. UCHIJAAAAAAA Aroma1997Core{1.0.2.14} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.14.jar)
  2113. UCHIJAAAAAAA CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
  2114. UCHIJAAAAAAA MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
  2115. UCHIJAAAAAAA NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
  2116. UCHIJAAAAAAA technomCore{0.12.5} [Technomancy Core] (minecraft.jar)
  2117. UCHIJAAAAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  2118. UCHIJAAAAAAA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
  2119. UCHIJAAAAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  2120. UCHIJAAAAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
  2121. UCHIJAAAAAAA arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
  2122. UCHIJAAAAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-4.jar)
  2123. UCHIJAAAAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  2124. UCHIJAAAAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  2125. UCHIJAAAAAAA Botania{r1.7-201} [Botania] (Botania r1.7-201.jar)
  2126. UCHIJAAAAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  2127. UCHIJAAAAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  2128. UCHIJAAAAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
  2129. UCHIJAAAAAAA ForbiddenMagic{1.7.10-0.552} [Forbidden Magic] (Forbidden Magic-1.7.10-0.552.jar)
  2130. UCHIJAAAAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
  2131. UCHIJAAAAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
  2132. UCHIJAAAAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
  2133. UCHIJAAAAAAA AdvancedThaumaturgy{2.0} [Advanced Thaumaturgy] (AdvancedThaumaturgy-2.0-1.7.10-30.jar)
  2134. UCHIJAAAAAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
  2135. UCHIJAAAAAAA adventurersamulets{1.7.10-1.5.0c} [Adventurer's Amulets] (AdventurersAmulets-1.7.10-1.5.0c.jar)
  2136. UCHIJAAAAAAA Ambience{GRADLE:VERSION-GRADLE:BUILD} [Ambience] (Ambience 1.0-3.jar)
  2137. UCHIJAAAAAAA archmagus{0.6.0} [Archmagus] (Archmagus-1.7.10-0.6.0.jar)
  2138. UCHIJAAAAAAA Aroma1997CoreHelper{1.0.2.14} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.14.jar)
  2139. UCHIJAAAAAAA AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
  2140. UCHIJAAAAAAA Automagy{0.26.2} [Automagy] (Automagy-1.7.10-0.26.2.jar)
  2141. UCHIJAAAAAAA bagginses{2.1.1} [Bagginses] (Bagginses-2.1.1.jar)
  2142. UCHIJAAAAAAA bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
  2143. UCHIJAAAAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  2144. UCHIJAAAAAAA BrainCore{0.3.3} [BrainCore] (BrainCore-1.7.10-0.3.3.jar)
  2145. UCHIJAAAAAAA brewingapi{1.2.0} [Brewing-API] (Brewing-API-1.7.2-1.2.0.jar)
  2146. UCHIJAAAAAAA CustomMainMenu{1.6} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.6.jar)
  2147. UCHIJAAAAAAA D3Core{1.1.0.29} [D3Core] (D3Core-1.7.10-1.1.0.29.jar)
  2148. UCHIJAAAAAAA menagerie{1.0} [menagerie] (dark_menagerie-1.7.10-beta-3.1a.jar)
  2149. UCHIJAAAAAAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
  2150. UCHIJAAAAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
  2151. UCHIJAAAAAAA Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
  2152. UCHIJAAAAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  2153. UCHIJAAAAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
  2154. UCHIJAAAAAAA gadomancy{1.0.7.3} [Gadomancy] (gadomancy-1.7.10-1.0.7.3.jar)
  2155. UCHIJAAAAAAA GreenThumb{1.1.0.8} [GreenThumb] (GreenThumb-1.7.10-1.1.0.8.jar)
  2156. UCHIJAAAAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
  2157. UCHIJAAAAAAA headcrumbs{1.5.4} [Headcrumbs] (Headcrumbs-1.5.4.jar)
  2158. UCHIJAAAAAAA HardcoreQuesting{The Journey (4.2.4)} [Hardcore Questing Mode] (HQM-The Journey (4.2.4).jar)
  2159. UCHIJAAAAAAA ImLookingAtBlood{1.1} [I'm Looking At Blood] (ImLookingAtBlood-1.7.2-1.1a.jar)
  2160. UCHIJAAAAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
  2161. UCHIJAAAAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
  2162. UCHIJAAAAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
  2163. UCHIJAAAAAAA journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
  2164. UCHIJAAAAAAA mdeco{0.3.5} [Magical Decorations] (MagicalDecorations-0.3.5.jar)
  2165. UCHIJAAAAAAA MagicBees{2.4.4} [Magic Bees] (magicbees-1.7.10-2.4.4.jar)
  2166. UCHIJAAAAAAA MagicCookie{1.0.7.1} [Magic Cookies, something yummy] (MagicCookies-1.0.7.1.jar)
  2167. UCHIJAAAAAAA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar)
  2168. UCHIJAAAAAAA necromancy{1.7.0} [Necromancy] (Necromancy-1.7.10.jar)
  2169. UCHIJAAAAAAA NEIAddons{1.12.10.33} [NEI Addons] (neiaddons-1.12.10.33-mc1.7.10.jar)
  2170. UCHIJAAAAAAA NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.10.33-mc1.7.10.jar)
  2171. UCHIJAAAAAAA NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (neiaddons-1.12.10.33-mc1.7.10.jar)
  2172. UCHIJAAAAAAA NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (neiaddons-1.12.10.33-mc1.7.10.jar)
  2173. UCHIJAAAAAAA NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (neiaddons-1.12.10.33-mc1.7.10.jar)
  2174. UCHIJAAAAAAA NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (neiaddons-1.12.10.33-mc1.7.10.jar)
  2175. UCHIJAAAAAAA neiintegration{1.0.11} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.11.jar)
  2176. UCHIJAAAAAAA NodalMechanics{1.7.10R1.0} [NodalMechanics] (NodalMechanics-1.7-1.0-7.jar)
  2177. UCHIJAAAAAAA recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.3(1.7.10).jar)
  2178. UCHIJAAAAAAA notenoughkeys{@MOD_VERSION@} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
  2179. UCHIJAAEEEEE neresources{0.1.0.101} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.101.jar)
  2180. UCHIJAAAAAAA bt{1.0.2} [NotEnoughThaumcraftTabs] (NotEnoughThaumcraftTabs-1.0.2.jar)
  2181. UCHIJAAAAAAA origin{3.5.1} [Origin] (Origin-1.7.10-3.5.1.jar)
  2182. UCHIJAAAAAAA particlelib{1} [Particle Library] (ParticleLib - 1.jar)
  2183. UCHIJAAAAAAA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
  2184. UCHIJAAAAAAA xreliquary{1.2} [Reliquary] (Reliquary-1.2.jar)
  2185. UCHIJAAAAAAA ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
  2186. UCHIJAAAAAAA AS_Ruins{13.8} [Ruins Spawning System] (Ruins-1.7.10.jar)
  2187. UCHIJAAAAAAA Sanguimancy{1.7.10-1.1.9-31} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-31.jar)
  2188. UCHIJAAAAAAA StorageDrawers{1.7.10-1.5.12} [Storage Drawers] (StorageDrawers-1.7.10-1.5.12.jar)
  2189. UCHIJAAAAAAA supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
  2190. UCHIJAAAAAAA Tails{1.7.10-1.3.1} [Tails] (Tails-1.7.10-1.3.1.jar)
  2191. UCHIJAAAAAAA TaintedMagic{r7.6} [Tainted Magic] (Tainted-Magic-r7.6.jar)
  2192. UCHIJAAAAAAA Talismans 2{1.1.6} [Talismans 2] (Talismans2-1.7.10-1.1.6.jar)
  2193. UCHIJAAAAAAA tcnodetracker{1.1.2} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.2.jar)
  2194. UCHIJAAAAAAA benway_knowledge{0.1.5.1} [Thaumaturgical Knowledge] (Thaumaturgical Knowledge-0.1.5.2 - 1.7.10.jar)
  2195. UCHIJAAAAAAA ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar)
  2196. UCHIJAAAAAAA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
  2197. UCHIJAAAAAAA thaumicdyes{1.10.1} [Thaumic Dyes] (Thaumic-Dyes-[1.7.10] 1.10.1-0.jar)
  2198. UCHIJAAAAAAA TU{1.0} [Thaumic Upholstry] (Thaumic_Upholstery-1.2_1.7.10.jar)
  2199. UCHIJAAAAAAA thaumicalchemy{1.7.10-1.0} [Thaumic Alchemy] (thaumicalchemy-1.7.10-1.0.jar)
  2200. UCHIJAAAAAAA thaumicinfusion{3.8.1} [Thaumic Infusion] (ThaumicInfusion-1.7.10-3.83.jar)
  2201. UCHIJAAAAAAA thaumicsanity{1.0} [thaumicsanity] (thaumicSanity-1.0-1.7.10-9.jar)
  2202. UCHIJAAAAAAA thaumores{1.3.2} [ThaumOres] (thaumores-1.3.2.jar)
  2203. UCHIJAAAAAAA TorchTools{1.2.0.26} [TorchTools] (TorchTools-1.7.10-1.2.0.26.jar)
  2204. UCHIJAAAAAAA TravellersGear{1.16.4} [Traveller's Gear] (TravellersGear-1.7.10-1.16.4.jar)
  2205. UCHIJAAAAAAA TWarden{1.1.1} [Thaumic Warden] (TWarden-1.1.1.jar)
  2206. UCHIJAAAAAAA VillagersNose{1.3a} [Villager's Nose] (VillagersNose-1.7.10-1.3c.jar)
  2207. UCHIJAAAAAAA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
  2208. UCHIJAAAAAAA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
  2209. UCHIJAAAAAAA WTP{1.7.10-1.0.29} [What's This Pack] (WTP-1.7.10-1.0.29.1.jar)
  2210. UCHIJAAAAAAA aobd{2.4.0} [Another One Bites The Dust] (AOBD-2.4.0.jar)
  2211. UCHIJAAAAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  2212. UCHIJAAAAAAA technom{0.12.5} [Technomancy] (Technomancy - 0.12.5 - 1.7.10.jar)
  2213. [18:41:55] [Server thread/ERROR]: The following problems were captured during this phase
  2214. [18:41:55] [Server thread/ERROR]: Caught exception from neresources
  2215. java.lang.NoClassDefFoundError: forestry/core/config/ForestryBlock
  2216. at neresources.compatibility.forestry.ForestryCompat.registerOres(ForestryCompat.java:27) ~[ForestryCompat.class:?]
  2217. at neresources.compatibility.forestry.ForestryCompat.init(ForestryCompat.java:22) ~[ForestryCompat.class:?]
  2218. at neresources.compatibility.CompatBase.load(CompatBase.java:20) ~[CompatBase.class:?]
  2219. at neresources.utils.ModList.initialise(ModList.java:74) ~[ModList.class:?]
  2220. at neresources.compatibility.Compatibility.init(Compatibility.java:19) ~[Compatibility.class:?]
  2221. at neresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:19) ~[CommonProxy.class:?]
  2222. at neresources.NEResources.serverStart(NEResources.java:84) ~[NEResources.class:?]
  2223. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  2224. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  2225. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2226. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2227. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  2228. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  2229. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2230. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2231. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  2232. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  2233. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  2234. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  2235. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  2236. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  2237. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  2238. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  2239. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  2240. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2241. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2242. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  2243. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  2244. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  2245. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  2246. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  2247. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
  2248. at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) [Loader.class:?]
  2249. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) [FMLCommonHandler.class:?]
  2250. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:94) [bsx.class:?]
  2251. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  2252. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
  2253. Caused by: java.lang.ClassNotFoundException: forestry.core.config.ForestryBlock
  2254. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  2255. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
  2256. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
  2257. ... 37 more
  2258. Caused by: java.lang.NullPointerException
  2259. [18:41:55] [Server thread/ERROR]: A fatal exception occurred during the server about to start event
  2260. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: forestry/core/config/ForestryBlock
  2261.  
  2262. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) ~[LoadController.class:?]
  2263. at cpw.mods.fml.common.Loader.serverAboutToStart(Loader.java:860) [Loader.class:?]
  2264. at cpw.mods.fml.common.FMLCommonHandler.handleServerAboutToStart(FMLCommonHandler.java:273) [FMLCommonHandler.class:?]
  2265. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:91) [bsx.class:?]
  2266. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  2267. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
  2268. Caused by: java.lang.NoClassDefFoundError: forestry/core/config/ForestryBlock
  2269. at neresources.compatibility.forestry.ForestryCompat.registerOres(ForestryCompat.java:27) ~[ForestryCompat.class:?]
  2270. at neresources.compatibility.forestry.ForestryCompat.init(ForestryCompat.java:22) ~[ForestryCompat.class:?]
  2271. at neresources.compatibility.CompatBase.load(CompatBase.java:20) ~[CompatBase.class:?]
  2272. at neresources.utils.ModList.initialise(ModList.java:74) ~[ModList.class:?]
  2273. at neresources.compatibility.Compatibility.init(Compatibility.java:19) ~[Compatibility.class:?]
  2274. at neresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:19) ~[CommonProxy.class:?]
  2275. at neresources.NEResources.serverStart(NEResources.java:84) ~[NEResources.class:?]
  2276. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  2277. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  2278. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2279. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2280. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  2281. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  2282. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2283. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2284. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  2285. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  2286. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  2287. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  2288. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  2289. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
  2290. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
  2291. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  2292. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  2293. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2294. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2295. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  2296. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  2297. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  2298. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  2299. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  2300. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
  2301. at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) ~[Loader.class:?]
  2302. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) ~[FMLCommonHandler.class:?]
  2303. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:94) ~[bsx.class:?]
  2304. ... 2 more
  2305. Caused by: java.lang.ClassNotFoundException: forestry.core.config.ForestryBlock
  2306. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  2307. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
  2308. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
  2309. at neresources.compatibility.forestry.ForestryCompat.registerOres(ForestryCompat.java:27) ~[ForestryCompat.class:?]
  2310. at neresources.compatibility.forestry.ForestryCompat.init(ForestryCompat.java:22) ~[ForestryCompat.class:?]
  2311. at neresources.compatibility.CompatBase.load(CompatBase.java:20) ~[CompatBase.class:?]
  2312. at neresources.utils.ModList.initialise(ModList.java:74) ~[ModList.class:?]
  2313. at neresources.compatibility.Compatibility.init(Compatibility.java:19) ~[Compatibility.class:?]
  2314. at neresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:19) ~[CommonProxy.class:?]
  2315. at neresources.NEResources.serverStart(NEResources.java:84) ~[NEResources.class:?]
  2316. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  2317. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  2318. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2319. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2320. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  2321. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  2322. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2323. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2324. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  2325. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  2326. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  2327. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  2328. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  2329. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
  2330. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
  2331. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  2332. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  2333. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  2334. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  2335. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  2336. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  2337. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  2338. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  2339. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  2340. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
  2341. at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) ~[Loader.class:?]
  2342. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) ~[FMLCommonHandler.class:?]
  2343. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:94) ~[bsx.class:?]
  2344. ... 2 more
  2345. Caused by: java.lang.NullPointerException
  2346. [18:41:55] [Server thread/INFO]: Applying holder lookups
  2347. [18:41:55] [Server thread/INFO]: Holder lookups applied
  2348. [18:41:55] [Server thread/INFO]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
  2349. [18:41:55] [Server thread/INFO]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement