Advertisement
Ziolo99

Untitled

Sep 20th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 154.85 KB | None | 0 0
  1. [17:48:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
  2. [17:48:01] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
  3. [17:48:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
  4. [17:48:01] [main/INFO] [FML]: Forge Mod Loader version 14.23.4.2705 for Minecraft 1.12.2 loading
  5. [17:48:01] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_181, running on Mac OS X:x86_64:10.9.5, installed at /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home
  6. [17:48:01] [main/INFO] [FML]: Searching /Users/mirek/Library/Application Support/minecraft/mods for mods
  7. [17:48:02] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from MovingWorld-Mod-1.12.jar
  8. [17:48:02] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12.2_HD_U_D3.jar
  9. [17:48:02] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.12.2-2705-7.1.0-BETA-3361 (1).jar
  10. [17:48:02] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  11. [17:48:02] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
  12. [17:48:02] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.4 Source=file:/Users/mirek/Library/Application%20Support/minecraft/mods/MovingWorld-Mod-1.12.jar Service=LaunchWrapper Env=CLIENT
  13. [17:48:02] [main/WARN] [FML]: The coremod com.elytradev.movingworld.common.asm.coremod.MovingWorldCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  14. [17:48:02] [main/WARN] [FML]: The coremod MovingWorldCore (com.elytradev.movingworld.common.asm.coremod.MovingWorldCoreMod) is not signed!
  15. [17:48:02] [main/INFO] [mixin]: Compatibility level set to JAVA_8
  16. [17:48:02] [main/ERROR] [mixin]: Mixin config mixins.movingworld.json does not specify "minVersion" property
  17. [17:48:02] [main/WARN] [mixin]: Mixin config mixins.common.api.json requires mixin subsystem version 0.7.10 but 0.7.4 was found. The mixin config will not be applied.
  18. [17:48:02] [main/ERROR] [mixin]: Catching
  19. java.lang.reflect.InvocationTargetException: null
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
  23. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
  24. at org.spongepowered.asm.launch.platform.MixinPlatformAgentFML.injectCorePlugin(MixinPlatformAgentFML.java:218) ~[MovingWorld-Mod-1.12.jar:?]
  25. at org.spongepowered.asm.launch.platform.MixinPlatformAgentFML.initFMLCoreMod(MixinPlatformAgentFML.java:154) [MovingWorld-Mod-1.12.jar:?]
  26. at org.spongepowered.asm.launch.platform.MixinPlatformAgentFML.<init>(MixinPlatformAgentFML.java:133) [MovingWorld-Mod-1.12.jar:?]
  27. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181]
  28. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_181]
  29. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_181]
  30. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [?:1.8.0_181]
  31. at org.spongepowered.asm.launch.platform.MixinContainer.<init>(MixinContainer.java:68) [MovingWorld-Mod-1.12.jar:?]
  32. at org.spongepowered.asm.launch.platform.MixinPlatformManager.addContainer(MixinPlatformManager.java:142) [MovingWorld-Mod-1.12.jar:?]
  33. at org.spongepowered.asm.launch.platform.MixinPlatformManager.scanClasspath(MixinPlatformManager.java:230) [MovingWorld-Mod-1.12.jar:?]
  34. at org.spongepowered.asm.launch.platform.MixinPlatformManager.init(MixinPlatformManager.java:113) [MovingWorld-Mod-1.12.jar:?]
  35. at org.spongepowered.asm.launch.MixinBootstrap.getPlatform(MixinBootstrap.java:109) [MovingWorld-Mod-1.12.jar:?]
  36. at org.spongepowered.asm.launch.MixinBootstrap.start(MixinBootstrap.java:160) [MovingWorld-Mod-1.12.jar:?]
  37. at org.spongepowered.asm.launch.MixinTweaker.<init>(MixinTweaker.java:44) [MovingWorld-Mod-1.12.jar:?]
  38. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181]
  39. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_181]
  40. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_181]
  41. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [?:1.8.0_181]
  42. at java.lang.Class.newInstance(Class.java:442) [?:1.8.0_181]
  43. at net.minecraft.launchwrapper.Launch.launch(Launch.java:98) [launchwrapper-1.12.jar:?]
  44. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  45. Caused by: org.spongepowered.asm.launch.MixinInitialisationError: Required mixin config mixins.common.api.json requires mixin subsystem version 0.7.10
  46. at org.spongepowered.asm.mixin.transformer.MixinConfig.checkVersion(MixinConfig.java:417) ~[MovingWorld-Mod-1.12.jar:?]
  47. at org.spongepowered.asm.mixin.transformer.MixinConfig.onLoad(MixinConfig.java:331) ~[MovingWorld-Mod-1.12.jar:?]
  48. at org.spongepowered.asm.mixin.transformer.MixinConfig.create(MixinConfig.java:894) ~[MovingWorld-Mod-1.12.jar:?]
  49. at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:116) ~[MovingWorld-Mod-1.12.jar:?]
  50. at org.spongepowered.asm.mixin.Mixins.createConfiguration(Mixins.java:92) ~[MovingWorld-Mod-1.12.jar:?]
  51. at org.spongepowered.asm.mixin.Mixins.addConfiguration(Mixins.java:79) ~[MovingWorld-Mod-1.12.jar:?]
  52. at org.spongepowered.common.launch.SpongeLaunch.setupMixinEnvironment(SpongeLaunch.java:125) ~[spongeforge-1.12.2-2705-7.1.0-BETA-3361%20(1).jar:1.12.2-2705-7.1.0-BETA-3361]
  53. at org.spongepowered.mod.SpongeCoremod.<init>(SpongeCoremod.java:92) ~[spongeforge-1.12.2-2705-7.1.0-BETA-3361%20(1).jar:1.12.2-2705-7.1.0-BETA-3361]
  54. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181]
  55. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_181]
  56. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_181]
  57. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_181]
  58. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_181]
  59. at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:581) ~[forge-1.12.2-14.23.4.2705.jar:?]
  60. ... 25 more
  61. [17:48:03] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
  62. [17:48:03] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
  63. [17:48:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
  64. [17:48:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  65. [17:48:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  66. [17:48:03] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
  67. [17:48:03] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
  68. [17:48:03] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader
  69. [17:48:03] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:221]: OptiFine ClassTransformer
  70. [17:48:03] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:221]: OptiFine ZIP file: /Users/mirek/Library/Application Support/minecraft/mods/OptiFine_1.12.2_HD_U_D3.jar
  71. [17:48:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  72. [17:48:06] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
  73. [17:48:06] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
  74. [17:48:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  75. [17:48:06] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
  76. [17:48:06] [main/ERROR] [mixin]: Mixin config mixins.movingworld.json does not specify "minVersion" property
  77. [17:48:06] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@486bc9a4
  78. [17:48:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
  79. [17:48:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
  80. [17:48:07] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
  81. [17:48:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
  82. [17:48:07] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
  83. [17:48:07] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
  84. [17:48:07] [main/WARN] [mixin]: Reference map 'movingworld.mixin.refmap.json' for mixins.movingworld.json could not be read. If this is a development environment you can ignore this message
  85. [17:48:07] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  86. [17:48:08] [main/INFO] [net.minecraft.client.Minecraft]: Setting user: Ziolo99
  87. [17:48:15] [main/INFO] [Config]: [OptiFine] *** Reflector Forge ***
  88. [17:48:15] [main/INFO] [Config]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
  89. [17:48:16] [main/INFO] [Config]: [OptiFine] *** Reflector Vanilla ***
  90. [17:48:16] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: streamPreferredServer:
  91. [17:48:16] [main/INFO] [net.minecraft.client.Minecraft]: LWJGL Version: 2.9.2
  92. [17:48:17] [main/INFO] [Config]: [OptiFine]
  93. [17:48:17] [main/INFO] [Config]: [OptiFine] OptiFine_1.12.2_HD_U_D3
  94. [17:48:17] [main/INFO] [Config]: [OptiFine] Build: 20180515-125031
  95. [17:48:17] [main/INFO] [Config]: [OptiFine] OS: Mac OS X (x86_64) version 10.9.5
  96. [17:48:17] [main/INFO] [Config]: [OptiFine] Java: 1.8.0_181, Oracle Corporation
  97. [17:48:17] [main/INFO] [Config]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  98. [17:48:17] [main/INFO] [Config]: [OptiFine] LWJGL: 2.9.2
  99. [17:48:17] [main/INFO] [Config]: [OptiFine] OpenGL: ATI Radeon HD 2600 PRO OpenGL Engine, version 2.1 ATI-8.24.17, ATI Technologies Inc.
  100. [17:48:17] [main/INFO] [Config]: [OptiFine] OpenGL Version: 2.1.0
  101. [17:48:17] [main/INFO] [Config]: [OptiFine] Maximum texture size: 4096x4096
  102. [17:48:17] [Thread-3/INFO] [Config]: [OptiFine] Checking for new version
  103. [17:48:17] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] ShadersMod version: 2.4.12
  104. [17:48:17] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] OpenGL Version: 2.1 ATI-8.24.17
  105. [17:48:17] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] Vendor: ATI Technologies Inc.
  106. [17:48:17] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] Renderer: ATI Radeon HD 2600 PRO OpenGL Engine
  107. [17:48:17] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] Capabilities: 2.0 2.1 - - -
  108. [17:48:17] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
  109. [17:48:17] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
  110. [17:48:17] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 16
  111. [17:48:17] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] Load ShadersMod configuration.
  112. [17:48:17] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] No shaderpack loaded.
  113. [17:48:17] [Thread-3/INFO] [Config]: [OptiFine] java.net.UnknownHostException: optifine.net
  114. [17:48:17] [main/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of block mappings after resources are loaded
  115. [17:48:17] [main/INFO] [Config]: [OptiFine] VboRegions not supported, missing: OpenGL 1.3, ARB_copy_buffer
  116. [17:48:17] [main/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.12.2_HD_U_D3, enabling compatibility features
  117. [17:48:17] [main/INFO] [FML]: MinecraftForge v14.23.4.2705 Initialized
  118. [17:48:17] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
  119. [17:48:17] [main/INFO] [FML]: Replaced 1036 ore ingredients
  120. [17:48:18] [main/INFO] [FML]: Searching /Users/mirek/Library/Application Support/minecraft/mods for mods
  121. [17:48:19] [main/WARN] [FML]: Zip file librxtxSerial.jnilib failed to read properly, it will be ignored
  122. java.util.zip.ZipException: error in opening zip file
  123. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_181]
  124. at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_181]
  125. at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_181]
  126. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_181]
  127. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_181]
  128. at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:56) [JarDiscoverer.class:?]
  129. at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
  130. at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
  131. at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
  132. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:425) [Loader.class:?]
  133. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:?]
  134. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225) [FMLClientHandler.class:?]
  135. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [bib.class:?]
  136. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
  137. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  138. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  139. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
  140. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
  141. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
  142. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  143. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  144. [17:48:19] [main/WARN] [FML]: Zip file libAppleScriptEngine.jnilib failed to read properly, it will be ignored
  145. java.util.zip.ZipException: error in opening zip file
  146. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_181]
  147. at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_181]
  148. at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_181]
  149. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_181]
  150. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_181]
  151. at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:56) [JarDiscoverer.class:?]
  152. at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
  153. at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
  154. at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
  155. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:425) [Loader.class:?]
  156. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:?]
  157. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225) [FMLClientHandler.class:?]
  158. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [bib.class:?]
  159. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
  160. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  161. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  162. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
  163. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
  164. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
  165. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  166. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  167. [17:48:19] [main/WARN] [FML]: Zip file libJ3D.jnilib failed to read properly, it will be ignored
  168. java.util.zip.ZipException: error in opening zip file
  169. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_181]
  170. at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_181]
  171. at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_181]
  172. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_181]
  173. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_181]
  174. at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:56) [JarDiscoverer.class:?]
  175. at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
  176. at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
  177. at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
  178. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:425) [Loader.class:?]
  179. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:?]
  180. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225) [FMLClientHandler.class:?]
  181. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [bib.class:?]
  182. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
  183. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  184. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  185. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
  186. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
  187. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
  188. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  189. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  190. [17:48:19] [main/WARN] [FML]: Zip file libJ3DAudio.jnilib failed to read properly, it will be ignored
  191. java.util.zip.ZipException: error in opening zip file
  192. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_181]
  193. at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_181]
  194. at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_181]
  195. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_181]
  196. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_181]
  197. at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:56) [JarDiscoverer.class:?]
  198. at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
  199. at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
  200. at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
  201. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:425) [Loader.class:?]
  202. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:?]
  203. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225) [FMLClientHandler.class:?]
  204. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [bib.class:?]
  205. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
  206. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  207. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  208. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
  209. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
  210. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
  211. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  212. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  213. [17:48:19] [main/WARN] [FML]: Zip file libJ3DUtils.jnilib failed to read properly, it will be ignored
  214. java.util.zip.ZipException: error in opening zip file
  215. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_181]
  216. at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_181]
  217. at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_181]
  218. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_181]
  219. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_181]
  220. at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:56) [JarDiscoverer.class:?]
  221. at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
  222. at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
  223. at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
  224. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:425) [Loader.class:?]
  225. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:?]
  226. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225) [FMLClientHandler.class:?]
  227. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [bib.class:?]
  228. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
  229. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  230. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  231. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
  232. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
  233. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
  234. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  235. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  236. [17:48:19] [main/WARN] [FML]: Zip file libmlib_jai.jnilib failed to read properly, it will be ignored
  237. java.util.zip.ZipException: error in opening zip file
  238. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_181]
  239. at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_181]
  240. at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_181]
  241. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_181]
  242. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_181]
  243. at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:56) [JarDiscoverer.class:?]
  244. at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
  245. at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
  246. at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
  247. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:425) [Loader.class:?]
  248. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:?]
  249. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225) [FMLClientHandler.class:?]
  250. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [bib.class:?]
  251. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
  252. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  253. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  254. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
  255. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
  256. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
  257. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  258. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  259. [17:48:19] [main/WARN] [FML]: Zip file libQTJNative.jnilib failed to read properly, it will be ignored
  260. java.util.zip.ZipException: error in opening zip file
  261. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_181]
  262. at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_181]
  263. at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_181]
  264. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_181]
  265. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_181]
  266. at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:56) [JarDiscoverer.class:?]
  267. at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
  268. at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
  269. at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
  270. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:425) [Loader.class:?]
  271. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:?]
  272. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225) [FMLClientHandler.class:?]
  273. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [bib.class:?]
  274. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
  275. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  276. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  277. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
  278. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
  279. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
  280. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  281. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  282. [17:48:19] [main/WARN] [FML]: Zip file libjdns_sd.jnilib failed to read properly, it will be ignored
  283. java.util.zip.ZipException: error in opening zip file
  284. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_181]
  285. at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_181]
  286. at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_181]
  287. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_181]
  288. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_181]
  289. at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:56) [JarDiscoverer.class:?]
  290. at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
  291. at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
  292. at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
  293. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:425) [Loader.class:?]
  294. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:?]
  295. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225) [FMLClientHandler.class:?]
  296. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [bib.class:?]
  297. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
  298. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  299. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  300. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
  301. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
  302. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
  303. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  304. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  305. [17:48:20] [main/INFO] [FML]: Forge Mod Loader has identified 26 mods to load
  306. [17:48:21] [main/INFO] [FML]: FML has found a non-mod file LuckPerms-Sponge-4.2.74.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  307. [17:48:21] [main/INFO] [FML]: FML has found a non-mod file Nucleus-1.5.2-S7.0-MC1.12.2-plugin.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  308. [17:48:21] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, com.elytradev.movingworld.common.asm.coremod, baubles, customnpcs, davincisvessels, infinity, arcticmobs, demonmobs, desertmobs, elementalmobs, forestmobs, freshwatermobs, infernomobs, junglemobs, lycanitesmobs, mountainmobs, plainsmobs, saltwatermobs, shadowmobs, swampmobs, movingworld, thaumcraft, worldedit] at CLIENT
  309. [17:48:21] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, com.elytradev.movingworld.common.asm.coremod, baubles, customnpcs, davincisvessels, infinity, arcticmobs, demonmobs, desertmobs, elementalmobs, forestmobs, freshwatermobs, infernomobs, junglemobs, lycanitesmobs, mountainmobs, plainsmobs, saltwatermobs, shadowmobs, swampmobs, movingworld, thaumcraft, worldedit] at SERVER
  310. [17:48:24] [main/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Baubles, FMLFileResourcePack:CustomNPCs, FMLFileResourcePack:Davinci's Vessels, FMLFileResourcePack:Infinity Item Editor, FMLFileResourcePack:Lycanites Arctic Mobs, FMLFileResourcePack:Lycanites Demon Mobs, FMLFileResourcePack:Lycanites Desert Mobs, FMLFileResourcePack:Lycanites Elemental Mobs, FMLFileResourcePack:Lycanites Forest Mobs, FMLFileResourcePack:Lycanites Freshwater Mobs, FMLFileResourcePack:Lycanites Inferno Mobs, FMLFileResourcePack:Lycanites Jungle Mobs, FMLFileResourcePack:Lycanites Mobs, FMLFileResourcePack:Lycanites Mountain Mobs, FMLFileResourcePack:Lycanites Plains Mobs, FMLFileResourcePack:Lycanites Saltwater Mobs, FMLFileResourcePack:Lycanites Shadow Mobs, FMLFileResourcePack:Lycanites Swamp Mobs, FMLFileResourcePack:Moving World, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:WorldEdit
  311. [17:48:25] [main/INFO] [FML]: Processing ObjectHolder annotations
  312. [17:48:25] [main/INFO] [FML]: Found 1189 ObjectHolder annotations
  313. [17:48:25] [main/INFO] [FML]: Identifying ItemStackHolder annotations
  314. [17:48:25] [main/INFO] [FML]: Found 0 ItemStackHolder annotations
  315. [17:48:25] [main/INFO] [FML]: Configured a dormant chunk cache size of 0
  316. [17:48:25] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
  317. [17:48:32] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: streamPreferredServer:
  318. [17:48:33] [main/INFO] [FML]: OBJLoader: Domain thaumcraft has been added.
  319. [17:48:33] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config lycanitesmobs-version created successfully.
  320. [17:48:33] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config lycanitesmobs-general created successfully.
  321. [17:48:33] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config lycanitesmobs-spawning created successfully.
  322. [17:48:33] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config lycanitesmobs-mobevents created successfully.
  323. [17:48:34] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `lycanitesmobs.summoningpedestal`, expected `lycanitesmobs`. This could be a intended override, but in most cases indicates a broken mod.
  324. [17:48:34] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `lycanitesmobs.equipmentforge`, expected `lycanitesmobs`. This could be a intended override, but in most cases indicates a broken mod.
  325. [17:48:34] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config lycanitesmobs-itemlists created successfully.
  326. [17:48:34] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config arcticmobs-spawning created successfully.
  327. [17:48:34] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config arcticmobs-general created successfully.
  328. [17:48:34] [main/INFO] [STDERR]: [com.lycanitesmobs.LycanitesMobs:printWarning:365]: [LycanitesMobs] [WARNING] [] Unable to read files from directory.
  329. java.nio.file.NoSuchFileException: /assets/arcticmobs/equipment
  330. [17:48:35] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config demonmobs-spawning created successfully.
  331. [17:48:35] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config demonmobs-general created successfully.
  332. [17:48:35] [main/INFO] [STDERR]: [com.lycanitesmobs.LycanitesMobs:printWarning:365]: [LycanitesMobs] [WARNING] [] Unable to read files from directory.
  333. java.nio.file.NoSuchFileException: /assets/demonmobs/equipment
  334. [17:48:35] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config desertmobs-spawning created successfully.
  335. [17:48:35] [main/INFO] [STDERR]: [com.lycanitesmobs.LycanitesMobs:printWarning:365]: [LycanitesMobs] [WARNING] [] Unable to read files from directory.
  336. java.nio.file.NoSuchFileException: /assets/desertmobs/equipment
  337. [17:48:36] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config elementalmobs-spawning created successfully.
  338. [17:48:36] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config forestmobs-spawning created successfully.
  339. [17:48:36] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config freshwatermobs-spawning created successfully.
  340. [17:48:36] [main/INFO] [STDERR]: [com.lycanitesmobs.LycanitesMobs:printWarning:365]: [LycanitesMobs] [WARNING] [] Unable to read files from directory.
  341. java.nio.file.NoSuchFileException: /assets/freshwatermobs/equipment
  342. [17:48:36] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config infernomobs-spawning created successfully.
  343. [17:48:37] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config infernomobs-general created successfully.
  344. [17:48:37] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config junglemobs-spawning created successfully.
  345. [17:48:37] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config junglemobs-general created successfully.
  346. [17:48:37] [main/INFO] [STDERR]: [com.lycanitesmobs.LycanitesMobs:printWarning:365]: [LycanitesMobs] [WARNING] [] Unable to read files from directory.
  347. java.nio.file.NoSuchFileException: /assets/junglemobs/equipment
  348. [17:48:37] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config mountainmobs-spawning created successfully.
  349. [17:48:38] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config plainsmobs-spawning created successfully.
  350. [17:48:38] [main/INFO] [STDERR]: [com.lycanitesmobs.LycanitesMobs:printWarning:365]: [LycanitesMobs] [WARNING] [] Unable to read files from directory.
  351. java.nio.file.NoSuchFileException: /assets/plainsmobs/equipment
  352. [17:48:38] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config saltwatermobs-spawning created successfully.
  353. [17:48:38] [main/INFO] [STDERR]: [com.lycanitesmobs.LycanitesMobs:printWarning:365]: [LycanitesMobs] [WARNING] [] Unable to read files from directory.
  354. java.nio.file.NoSuchFileException: /assets/saltwatermobs/equipment
  355. [17:48:38] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config shadowmobs-spawning created successfully.
  356. [17:48:38] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config shadowmobs-general created successfully.
  357. [17:48:38] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config swampmobs-spawning created successfully.
  358. [17:48:38] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config swampmobs-general created successfully.
  359. [17:48:38] [main/INFO] [STDERR]: [com.lycanitesmobs.LycanitesMobs:printWarning:365]: [LycanitesMobs] [WARNING] [] Unable to read files from directory.
  360. java.nio.file.NoSuchFileException: /assets/swampmobs/equipment
  361. [17:48:40] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileredstoneblock`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
  362. [17:48:40] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileblockanvil`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
  363. [17:48:40] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilemailbox`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
  364. [17:48:40] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilewaypoint`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
  365. [17:48:40] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpcscripted`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
  366. [17:48:40] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpcscripteddoor`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
  367. [17:48:40] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpcbuilder`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
  368. [17:48:40] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpccopy`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
  369. [17:48:40] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpcborder`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
  370. [17:48:40] [main/INFO] [FML]: Applying holder lookups
  371. [17:48:40] [main/INFO] [FML]: Holder lookups applied
  372. [17:48:40] [main/INFO] [FML]: Applying holder lookups
  373. [17:48:40] [main/INFO] [FML]: Holder lookups applied
  374. [17:48:40] [main/INFO] [FML]: Applying holder lookups
  375. [17:48:40] [main/INFO] [FML]: Holder lookups applied
  376. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 0 davincisvessels:balloon_white#inventory
  377. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 1 davincisvessels:balloon_orange#inventory
  378. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 2 davincisvessels:balloon_magenta#inventory
  379. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 3 davincisvessels:balloon_light_blue#inventory
  380. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 4 davincisvessels:balloon_yellow#inventory
  381. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 5 davincisvessels:balloon_lime#inventory
  382. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 6 davincisvessels:balloon_pink#inventory
  383. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 7 davincisvessels:balloon_gray#inventory
  384. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 8 davincisvessels:balloon_silver#inventory
  385. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 9 davincisvessels:balloon_cyan#inventory
  386. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 10 davincisvessels:balloon_purple#inventory
  387. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 11 davincisvessels:balloon_blue#inventory
  388. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 12 davincisvessels:balloon_brown#inventory
  389. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 13 davincisvessels:balloon_green#inventory
  390. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 14 davincisvessels:balloon_red#inventory
  391. [17:48:40] [main/INFO] [davincisvessels]: Registering balloon model variant: 15 davincisvessels:balloon_black#inventory
  392. [17:48:40] [main/INFO] [FML]: Applying holder lookups
  393. [17:48:40] [main/INFO] [FML]: Holder lookups applied
  394. [17:48:40] [main/INFO] [FML]: Injecting itemstacks
  395. [17:48:40] [main/INFO] [FML]: Itemstack injection complete
  396. [17:48:40] [main/INFO] [Config]: [OptiFine] *** Reloading textures ***
  397. [17:48:40] [main/INFO] [Config]: [OptiFine] Resource packs: Default
  398. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/beg.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.beg
  399. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/tame.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.tame
  400. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/beg.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.beg
  401. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/tame.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.tame
  402. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/beg.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.beg
  403. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/tame.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.tame
  404. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/beg.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.beg
  405. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/tame.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.tame
  406. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/beg.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.beg
  407. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/tame.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.tame
  408. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/beg.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.beg
  409. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/tame.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.tame
  410. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/beg.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.beg
  411. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/tame.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.tame
  412. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/beg.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.beg
  413. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/tame.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.tame
  414. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/beg.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.beg
  415. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/tame.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.tame
  416. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/beg.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.beg
  417. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/tame.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.tame
  418. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/beg.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.beg
  419. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/tame.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.tame
  420. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/beg.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.beg
  421. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/tame.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.tame
  422. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/beg.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.beg
  423. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/tame.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.tame
  424. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/beg.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.beg
  425. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundHandler]: File elementalmobs:sounds/entity/wraith/tame.ogg does not exist, cannot add it to event elementalmobs:entity.wraith.tame
  426. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundManager]: Missing sound for event: demonmobs:projectile.hellfirewall
  427. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundManager]: Missing sound for event: demonmobs:projectile.hellfireorb
  428. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundManager]: Missing sound for event: demonmobs:projectile.hellfirewave
  429. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundManager]: Missing sound for event: demonmobs:projectile.hellfirewavepart
  430. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundManager]: Missing sound for event: demonmobs:projectile.hellfirebarrier
  431. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundManager]: Missing sound for event: demonmobs:projectile.hellfirebarrierpart
  432. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundManager]: Missing sound for event: demonmobs:projectile.hellshield
  433. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundManager]: Missing sound for event: demonmobs:projectile.helllaser
  434. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundManager]: Missing sound for event: demonmobs:projectile.helllaserend
  435. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundManager]: Missing sound for event: elementalmobs:projectile.lifedrainend
  436. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundManager]: Missing sound for event: freshwatermobs:projectile.waterjetend
  437. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundManager]: Missing sound for event: mountainmobs:projectile.arcanelaserend
  438. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundManager]: Missing sound for event: swampmobs:projectile.poisonrayend
  439. [17:48:42] [main/WARN] [net.minecraft.client.audio.SoundManager]: Missing sound for event: thaumcraft:runicshieldcharge
  440. [17:48:42] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Starting up SoundSystem...
  441. [17:48:42] [Thread-6/INFO] [net.minecraft.client.audio.SoundManager]: Initializing LWJGL OpenAL
  442. [17:48:42] [Thread-6/INFO] [net.minecraft.client.audio.SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  443. [17:48:43] [Thread-6/INFO] [net.minecraft.client.audio.SoundManager]: OpenAL initialized.
  444. [17:48:43] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Sound engine started
  445. [17:48:45] [main/INFO] [FML]: OBJLoader.MaterialLibrary: key '' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping
  446. [17:48:45] [main/INFO] [FML]: OBJLoader.MaterialLibrary: key '' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping
  447. [17:48:45] [main/INFO] [FML]: OBJLoader.MaterialLibrary: key '' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping
  448. [17:48:46] [main/INFO] [FML]: OBJLoader.MaterialLibrary: key '' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping
  449. [17:48:46] [main/INFO] [FML]: OBJLoader.MaterialLibrary: key '' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping
  450. [17:48:47] [main/INFO] [Config]: [OptiFine] Mipmap levels: 4
  451. [17:48:47] [main/INFO] [Config]: [OptiFine] Multitexture: false
  452. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
  453. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
  454. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
  455. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
  456. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
  457. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
  458. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
  459. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
  460. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
  461. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
  462. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
  463. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
  464. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
  465. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
  466. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
  467. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
  468. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
  469. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
  470. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
  471. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
  472. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
  473. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
  474. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
  475. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
  476. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
  477. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
  478. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
  479. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
  480. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
  481. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
  482. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
  483. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
  484. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
  485. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
  486. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
  487. [17:48:48] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
  488. [17:48:48] [main/INFO] [Config]: [OptiFine] Multipass connected textures: false
  489. [17:48:48] [main/INFO] [Config]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
  490. [17:48:49] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_cover <- minecraft:items/bucket_empty
  491. [17:48:49] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_cover <- forge:items/vanilla_bucket_cover_mask
  492. [17:48:49] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_cover <- minecraft:items/bucket_empty
  493. [17:48:49] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_cover <- forge:items/vanilla_bucket_cover_mask
  494. [17:48:49] [main/INFO] [Config]: [OptiFine] Custom loader: TextureAtlasSprite{name='forge:items/bucket_cover', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
  495. [17:48:50] [main/INFO] [Config]: [OptiFine] Custom loader: TextureAtlasSprite{name='minecraft:white', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
  496. [17:48:51] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_base <- minecraft:items/bucket_empty
  497. [17:48:51] [main/INFO] [Config]: [OptiFine] Custom loader: TextureAtlasSprite{name='forge:items/bucket_base', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
  498. [17:48:51] [main/INFO] [net.minecraft.client.renderer.texture.TextureMap]: Created: 1024x1024 textures-atlas
  499. [17:48:55] [main/INFO] [THAUMCRAFT]: Checking for mod & oredict compatibilities
  500. [17:48:55] [main/INFO] [THAUMCRAFT]: Adding entities to MFR safari net blacklist.
  501. [17:48:55] [main/INFO] [davincisvessels]: Registering recipes for Davincis Vessels...
  502. [17:48:55] [main/INFO] [davincisvessels]: Registration complete!
  503. [17:48:55] [main/INFO] [FML]: Applying holder lookups
  504. [17:48:55] [main/INFO] [FML]: Holder lookups applied
  505. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: CustomNPC Permissions available:
  506. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.edit.blocks
  507. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.edit.villager
  508. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.bank
  509. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.dialog
  510. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.faction
  511. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.linked
  512. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.naturalspawn
  513. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.playerdata
  514. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.quest
  515. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.recipe
  516. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.transport
  517. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.advanced
  518. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.ai
  519. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.clone
  520. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.create
  521. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.delete
  522. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.display
  523. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.freeze
  524. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.gui
  525. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.inventory
  526. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.reset
  527. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.stats
  528. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.scenes
  529. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.soulstone.all
  530. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.spawner.create
  531. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.spawner.mob
  532. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.tool.mounter
  533. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.tool.pather
  534. [17:48:56] [main/INFO] [noppes.npcs.CustomNpcs]: customnpcs.tool.scripter
  535. [17:48:56] [main/INFO] [movingworld]: Setting up network...
  536. [17:48:56] [main/INFO] [movingworld]: Setup network! com.elytradev.movingworld.repackage.com.elytradev.concrete.network.NetworkContext@4c561be5
  537. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:golden_rail
  538. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:detector_rail
  539. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:wooden_door
  540. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:lever
  541. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:stone_pressure_plate
  542. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:iron_door
  543. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:wooden_pressure_plate
  544. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:stone_button
  545. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:fence_gate
  546. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:tripwire_hook
  547. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:tripwire
  548. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:wooden_button
  549. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:unpowered_comparator
  550. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:powered_comparator
  551. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:activator_rail
  552. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:spruce_fence_gate
  553. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:birch_fence_gate
  554. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:jungle_fence_gate
  555. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:dark_oak_fence_gate
  556. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:acacia_fence_gate
  557. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:spruce_door
  558. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:birch_door
  559. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:jungle_door
  560. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:acacia_door
  561. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:dark_oak_door
  562. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: minecraft:observer
  563. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: thaumcraft:activator_rail
  564. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: customnpcs:npcscripteddoor
  565. [17:48:56] [main/INFO] [movingworld]: Found powered block with name: davincisvessels:crate_wood
  566. [17:48:56] [main/INFO] [davincisvessels]: Setting up network...
  567. [17:48:56] [main/INFO] [davincisvessels]: Setup network! com.elytradev.movingworld.repackage.com.elytradev.concrete.network.NetworkContext@309d7b47
  568. [17:48:56] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archihelm`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
  569. [17:48:56] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archigauge`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
  570. [17:48:56] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archicrate`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
  571. [17:48:56] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archiengine`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
  572. [17:48:56] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archianchor`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
  573. [17:48:56] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archisecuredbed`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
  574. [17:48:56] [main/INFO] [STDERR]: [com.lycanitesmobs.LycanitesMobs:printWarning:365]: [LycanitesMobs] [WARNING] [] Unable to read files from directory.
  575. java.nio.file.NoSuchFileException: /assets/lycanitesmobs/equipment
  576. [17:48:56] [main/INFO] [FML]: Injecting itemstacks
  577. [17:48:56] [main/INFO] [FML]: Itemstack injection complete
  578. [17:48:56] [main/INFO] [infinity]: Item: tile.mobSpawner was not added to a tab. Adding it to Unavailable.
  579. [17:48:56] [main/INFO] [infinity]: Item: tile.farmland was not added to a tab. Adding it to Unavailable.
  580. [17:48:56] [main/INFO] [infinity]: Item: tile.mushroom was not added to a tab. Adding it to Unavailable.
  581. [17:48:57] [main/INFO] [infinity]: Item: tile.mushroom was not added to a tab. Adding it to Unavailable.
  582. [17:48:57] [main/INFO] [infinity]: Item: tile.dragonEgg was not added to a tab. Adding it to Unavailable.
  583. [17:48:57] [main/INFO] [infinity]: Item: tile.commandBlock was not added to a tab. Adding it to Unavailable.
  584. [17:48:57] [main/INFO] [infinity]: Item: tile.barrier was not added to a tab. Adding it to Unavailable.
  585. [17:48:57] [main/INFO] [infinity]: Item: tile.grassPath was not added to a tab. Adding it to Unavailable.
  586. [17:48:57] [main/INFO] [infinity]: Item: tile.repeatingCommandBlock was not added to a tab. Adding it to Unavailable.
  587. [17:48:57] [main/INFO] [infinity]: Item: tile.chainCommandBlock was not added to a tab. Adding it to Unavailable.
  588. [17:48:57] [main/INFO] [infinity]: Item: tile.structureVoid was not added to a tab. Adding it to Unavailable.
  589. [17:48:57] [main/INFO] [infinity]: Item: tile.structureBlock was not added to a tab. Adding it to Unavailable.
  590. [17:48:57] [main/INFO] [infinity]: Item: item.map was not added to a tab. Adding it to Unavailable.
  591. [17:48:57] [main/INFO] [infinity]: Item: item.writtenBook was not added to a tab. Adding it to Unavailable.
  592. [17:48:57] [main/INFO] [infinity]: Item: item.fireworks was not added to a tab. Adding it to Unavailable.
  593. [17:48:57] [main/INFO] [infinity]: Item: item.minecartCommandBlock was not added to a tab. Adding it to Unavailable.
  594. [17:48:57] [main/INFO] [infinity]: Item: item.knowledgeBook was not added to a tab. Adding it to Unavailable.
  595. [17:48:57] [main/INFO] [infinity]: Item: tile.infernal_furnace was not added to a tab. Adding it to Unavailable.
  596. [17:48:57] [main/INFO] [infinity]: Item: tile.thaumatorium was not added to a tab. Adding it to Unavailable.
  597. [17:48:57] [main/INFO] [infinity]: Item: tile.thaumatorium_top was not added to a tab. Adding it to Unavailable.
  598. [17:48:57] [main/INFO] [infinity]: Item: tile.golem_builder was not added to a tab. Adding it to Unavailable.
  599. [17:48:57] [main/INFO] [infinity]: Item: tile.hole was not added to a tab. Adding it to Unavailable.
  600. [17:48:57] [main/INFO] [infinity]: Item: tile.placeholder_brick was not added to a tab. Adding it to Unavailable.
  601. [17:48:57] [main/INFO] [infinity]: Item: tile.placeholder_obsidian was not added to a tab. Adding it to Unavailable.
  602. [17:48:57] [main/INFO] [infinity]: Item: tile.placeholder_bars was not added to a tab. Adding it to Unavailable.
  603. [17:48:57] [main/INFO] [infinity]: Item: tile.placeholder_anvil was not added to a tab. Adding it to Unavailable.
  604. [17:48:57] [main/INFO] [infinity]: Item: tile.placeholder_cauldron was not added to a tab. Adding it to Unavailable.
  605. [17:48:57] [main/INFO] [infinity]: Item: tile.placeholder_table was not added to a tab. Adding it to Unavailable.
  606. [17:48:57] [main/INFO] [infinity]: Item: tile.barrier was not added to a tab. Adding it to Unavailable.
  607. [17:48:57] [main/INFO] [infinity]: Item: item.npcsoulstonefilled was not added to a tab. Adding it to Unavailable.
  608. [17:48:57] [main/INFO] [infinity]: Item: tile.npcscripteddoor was not added to a tab. Adding it to Unavailable.
  609. [17:48:57] [main/INFO] [infinity]: Item: tile.doomfire was not added to a tab. Adding it to Unavailable.
  610. [17:48:57] [main/INFO] [infinity]: Item: tile.hellfire was not added to a tab. Adding it to Unavailable.
  611. [17:48:57] [main/INFO] [infinity]: Item: tile.shadowstone_slab_double was not added to a tab. Adding it to Unavailable.
  612. [17:48:57] [main/INFO] [infinity]: Item: tile.icefire was not added to a tab. Adding it to Unavailable.
  613. [17:48:57] [main/INFO] [infinity]: Item: tile.shadowfire was not added to a tab. Adding it to Unavailable.
  614. [17:48:57] [main/INFO] [infinity]: Item: item.mobtoken was not added to a tab. Adding it to Unavailable.
  615. [17:48:57] [main/INFO] [infinity]: Item: tile.frostcloud was not added to a tab. Adding it to Unavailable.
  616. [17:48:57] [main/INFO] [infinity]: Item: tile.frostfire was not added to a tab. Adding it to Unavailable.
  617. [17:48:57] [main/INFO] [infinity]: Item: tile.poopcloud was not added to a tab. Adding it to Unavailable.
  618. [17:48:57] [main/INFO] [infinity]: Item: tile.ooze was not added to a tab. Adding it to Unavailable.
  619. [17:48:57] [main/INFO] [infinity]: Item: tile.poisoncloud was not added to a tab. Adding it to Unavailable.
  620. [17:48:57] [main/INFO] [infinity]: Item: tile.scorchfire was not added to a tab. Adding it to Unavailable.
  621. [17:48:57] [main/INFO] [infinity]: Item: item.equipment was not added to a tab. Adding it to Unavailable.
  622. [17:48:57] [main/INFO] [infinity]: Item: tile.demonstone_slab_double was not added to a tab. Adding it to Unavailable.
  623. [17:48:57] [main/INFO] [infinity]: Item: tile.purelava was not added to a tab. Adding it to Unavailable.
  624. [17:48:57] [main/INFO] [infinity]: Block: tile.water was not added to a tab. Adding it to Unavailable.
  625. [17:48:57] [main/INFO] [infinity]: Block: tile.water was not added to a tab. Adding it to Unavailable.
  626. [17:48:57] [main/INFO] [infinity]: Block: tile.lava was not added to a tab. Adding it to Unavailable.
  627. [17:48:57] [main/INFO] [infinity]: Block: tile.lava was not added to a tab. Adding it to Unavailable.
  628. [17:48:57] [main/INFO] [infinity]: Block: tile.bed was not added to a tab. Adding it to Unavailable.
  629. [17:48:57] [main/INFO] [infinity]: Block: tile.pistonBase was not added to a tab. Adding it to Unavailable.
  630. [17:48:57] [main/INFO] [infinity]: Block: tile.null was not added to a tab. Adding it to Unavailable.
  631. [17:48:57] [main/INFO] [infinity]: Block: tile.fire was not added to a tab. Adding it to Unavailable.
  632. [17:48:57] [main/INFO] [infinity]: Block: tile.mobSpawner was not added to a tab. Adding it to Unavailable.
  633. [17:48:57] [main/INFO] [infinity]: Block: tile.redstoneDust was not added to a tab. Adding it to Unavailable.
  634. [17:48:57] [main/INFO] [infinity]: Block: tile.crops was not added to a tab. Adding it to Unavailable.
  635. [17:48:57] [main/INFO] [infinity]: Block: tile.farmland was not added to a tab. Adding it to Unavailable.
  636. [17:48:57] [main/INFO] [infinity]: Block: tile.furnace was not added to a tab. Adding it to Unavailable.
  637. [17:48:57] [main/INFO] [infinity]: Block: tile.sign was not added to a tab. Adding it to Unavailable.
  638. [17:48:57] [main/INFO] [infinity]: Block: tile.doorOak was not added to a tab. Adding it to Unavailable.
  639. [17:48:57] [main/INFO] [infinity]: Block: tile.sign was not added to a tab. Adding it to Unavailable.
  640. [17:48:57] [main/INFO] [infinity]: Block: tile.doorIron was not added to a tab. Adding it to Unavailable.
  641. [17:48:57] [main/INFO] [infinity]: Block: tile.oreRedstone was not added to a tab. Adding it to Unavailable.
  642. [17:48:57] [main/INFO] [infinity]: Block: tile.notGate was not added to a tab. Adding it to Unavailable.
  643. [17:48:57] [main/INFO] [infinity]: Block: tile.reeds was not added to a tab. Adding it to Unavailable.
  644. [17:48:57] [main/INFO] [infinity]: Block: tile.portal was not added to a tab. Adding it to Unavailable.
  645. [17:48:57] [main/INFO] [infinity]: Block: tile.cake was not added to a tab. Adding it to Unavailable.
  646. [17:48:57] [main/INFO] [infinity]: Block: tile.diode was not added to a tab. Adding it to Unavailable.
  647. [17:48:57] [main/INFO] [infinity]: Block: tile.diode was not added to a tab. Adding it to Unavailable.
  648. [17:48:57] [main/INFO] [infinity]: Block: tile.mushroom was not added to a tab. Adding it to Unavailable.
  649. [17:48:57] [main/INFO] [infinity]: Block: tile.mushroom was not added to a tab. Adding it to Unavailable.
  650. [17:48:57] [main/INFO] [infinity]: Block: tile.pumpkinStem was not added to a tab. Adding it to Unavailable.
  651. [17:48:57] [main/INFO] [infinity]: Block: tile.pumpkinStem was not added to a tab. Adding it to Unavailable.
  652. [17:48:57] [main/INFO] [infinity]: Block: tile.netherStalk was not added to a tab. Adding it to Unavailable.
  653. [17:48:57] [main/INFO] [infinity]: Block: tile.brewingStand was not added to a tab. Adding it to Unavailable.
  654. [17:48:57] [main/INFO] [infinity]: Block: tile.cauldron was not added to a tab. Adding it to Unavailable.
  655. [17:48:57] [main/INFO] [infinity]: Block: tile.null was not added to a tab. Adding it to Unavailable.
  656. [17:48:57] [main/INFO] [infinity]: Block: tile.dragonEgg was not added to a tab. Adding it to Unavailable.
  657. [17:48:57] [main/INFO] [infinity]: Block: tile.redstoneLight was not added to a tab. Adding it to Unavailable.
  658. [17:48:57] [main/INFO] [infinity]: Block: tile.cocoa was not added to a tab. Adding it to Unavailable.
  659. [17:48:57] [main/INFO] [infinity]: Block: tile.tripWire was not added to a tab. Adding it to Unavailable.
  660. [17:48:57] [main/INFO] [infinity]: Block: tile.commandBlock was not added to a tab. Adding it to Unavailable.
  661. [17:48:57] [main/INFO] [infinity]: Block: tile.flowerPot was not added to a tab. Adding it to Unavailable.
  662. [17:48:57] [main/INFO] [infinity]: Block: tile.carrots was not added to a tab. Adding it to Unavailable.
  663. [17:48:57] [main/INFO] [infinity]: Block: tile.potatoes was not added to a tab. Adding it to Unavailable.
  664. [17:48:57] [main/INFO] [infinity]: Block: tile.skull was not added to a tab. Adding it to Unavailable.
  665. [17:48:57] [main/INFO] [infinity]: Block: tile.comparator was not added to a tab. Adding it to Unavailable.
  666. [17:48:57] [main/INFO] [infinity]: Block: tile.comparator was not added to a tab. Adding it to Unavailable.
  667. [17:48:57] [main/INFO] [infinity]: Block: tile.barrier was not added to a tab. Adding it to Unavailable.
  668. [17:48:57] [main/INFO] [infinity]: Block: tile.banner was not added to a tab. Adding it to Unavailable.
  669. [17:48:57] [main/INFO] [infinity]: Block: tile.banner was not added to a tab. Adding it to Unavailable.
  670. [17:48:57] [main/INFO] [infinity]: Block: tile.doorSpruce was not added to a tab. Adding it to Unavailable.
  671. [17:48:57] [main/INFO] [infinity]: Block: tile.doorBirch was not added to a tab. Adding it to Unavailable.
  672. [17:48:57] [main/INFO] [infinity]: Block: tile.doorJungle was not added to a tab. Adding it to Unavailable.
  673. [17:48:57] [main/INFO] [infinity]: Block: tile.doorAcacia was not added to a tab. Adding it to Unavailable.
  674. [17:48:57] [main/INFO] [infinity]: Block: tile.doorDarkOak was not added to a tab. Adding it to Unavailable.
  675. [17:48:57] [main/INFO] [infinity]: Block: tile.beetroots was not added to a tab. Adding it to Unavailable.
  676. [17:48:57] [main/INFO] [infinity]: Block: tile.grassPath was not added to a tab. Adding it to Unavailable.
  677. [17:48:57] [main/INFO] [infinity]: Block: tile.null was not added to a tab. Adding it to Unavailable.
  678. [17:48:57] [main/INFO] [infinity]: Block: tile.repeatingCommandBlock was not added to a tab. Adding it to Unavailable.
  679. [17:48:57] [main/INFO] [infinity]: Block: tile.chainCommandBlock was not added to a tab. Adding it to Unavailable.
  680. [17:48:57] [main/INFO] [infinity]: Block: tile.structureVoid was not added to a tab. Adding it to Unavailable.
  681. [17:48:57] [main/INFO] [infinity]: Block: tile.structureBlock was not added to a tab. Adding it to Unavailable.
  682. [17:48:57] [main/INFO] [infinity]: Block: tile.slab_double_arcane_stone was not added to a tab. Adding it to Unavailable.
  683. [17:48:57] [main/INFO] [infinity]: Block: tile.slab_double_arcane_brick was not added to a tab. Adding it to Unavailable.
  684. [17:48:57] [main/INFO] [infinity]: Block: tile.slab_double_ancient was not added to a tab. Adding it to Unavailable.
  685. [17:48:57] [main/INFO] [infinity]: Block: tile.slab_double_eldritch was not added to a tab. Adding it to Unavailable.
  686. [17:48:57] [main/INFO] [infinity]: Block: tile.slab_double_greatwood was not added to a tab. Adding it to Unavailable.
  687. [17:48:57] [main/INFO] [infinity]: Block: tile.slab_double_silverwood was not added to a tab. Adding it to Unavailable.
  688. [17:48:57] [main/INFO] [infinity]: Block: tile.infernal_furnace was not added to a tab. Adding it to Unavailable.
  689. [17:48:57] [main/INFO] [infinity]: Block: tile.thaumatorium was not added to a tab. Adding it to Unavailable.
  690. [17:48:57] [main/INFO] [infinity]: Block: tile.thaumatorium_top was not added to a tab. Adding it to Unavailable.
  691. [17:48:57] [main/INFO] [infinity]: Block: tile.golem_builder was not added to a tab. Adding it to Unavailable.
  692. [17:48:57] [main/INFO] [infinity]: Block: tile.hole was not added to a tab. Adding it to Unavailable.
  693. [17:48:57] [main/INFO] [infinity]: Block: tile.placeholder_brick was not added to a tab. Adding it to Unavailable.
  694. [17:48:57] [main/INFO] [infinity]: Block: tile.placeholder_obsidian was not added to a tab. Adding it to Unavailable.
  695. [17:48:57] [main/INFO] [infinity]: Block: tile.placeholder_bars was not added to a tab. Adding it to Unavailable.
  696. [17:48:57] [main/INFO] [infinity]: Block: tile.placeholder_anvil was not added to a tab. Adding it to Unavailable.
  697. [17:48:57] [main/INFO] [infinity]: Block: tile.placeholder_cauldron was not added to a tab. Adding it to Unavailable.
  698. [17:48:57] [main/INFO] [infinity]: Block: tile.placeholder_table was not added to a tab. Adding it to Unavailable.
  699. [17:48:57] [main/INFO] [infinity]: Block: tile.barrier was not added to a tab. Adding it to Unavailable.
  700. [17:48:57] [main/INFO] [infinity]: Block: tile.npcscripteddoor was not added to a tab. Adding it to Unavailable.
  701. [17:48:57] [main/INFO] [infinity]: Block: tile.davincis.securedBed was not added to a tab. Adding it to Unavailable.
  702. [17:48:57] [main/INFO] [infinity]: Block: tile.frostcloud was not added to a tab. Adding it to Unavailable.
  703. [17:48:57] [main/INFO] [infinity]: Block: tile.doomfire was not added to a tab. Adding it to Unavailable.
  704. [17:48:57] [main/INFO] [infinity]: Block: tile.poopcloud was not added to a tab. Adding it to Unavailable.
  705. [17:48:57] [main/INFO] [infinity]: Block: tile.ooze was not added to a tab. Adding it to Unavailable.
  706. [17:48:57] [main/INFO] [infinity]: Block: tile.hellfire was not added to a tab. Adding it to Unavailable.
  707. [17:48:57] [main/INFO] [infinity]: Block: tile.demonstone_slab_double was not added to a tab. Adding it to Unavailable.
  708. [17:48:57] [main/INFO] [infinity]: Block: tile.shadowstone_slab_double was not added to a tab. Adding it to Unavailable.
  709. [17:48:57] [main/INFO] [infinity]: Block: tile.frostfire was not added to a tab. Adding it to Unavailable.
  710. [17:48:57] [main/INFO] [infinity]: Block: tile.icefire was not added to a tab. Adding it to Unavailable.
  711. [17:48:57] [main/INFO] [infinity]: Block: tile.purelava was not added to a tab. Adding it to Unavailable.
  712. [17:48:57] [main/INFO] [infinity]: Block: tile.poisoncloud was not added to a tab. Adding it to Unavailable.
  713. [17:48:57] [main/INFO] [infinity]: Block: tile.shadowfire was not added to a tab. Adding it to Unavailable.
  714. [17:48:57] [main/INFO] [infinity]: Block: tile.scorchfire was not added to a tab. Adding it to Unavailable.
  715. [17:48:57] [main/INFO] [THAUMCRAFT]: Loaded 22 research entries from thaumcraft:research/alchemy
  716. [17:48:57] [main/INFO] [THAUMCRAFT]: Loaded 5 research entries from thaumcraft:research/eldritch
  717. [17:48:57] [main/INFO] [THAUMCRAFT]: Loaded 20 research entries from thaumcraft:research/basics
  718. [17:48:57] [main/INFO] [THAUMCRAFT]: Loaded 23 research entries from thaumcraft:research/auromancy
  719. [17:48:57] [main/INFO] [THAUMCRAFT]: Loaded 12 research entries from thaumcraft:research/scans
  720. [17:48:57] [main/INFO] [THAUMCRAFT]: Loaded 20 research entries from thaumcraft:research/artifice
  721. [17:48:57] [main/INFO] [THAUMCRAFT]: Loaded 17 research entries from thaumcraft:research/infusion
  722. [17:48:57] [main/INFO] [THAUMCRAFT]: Loaded 29 research entries from thaumcraft:research/golemancy
  723. [17:48:57] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printDebug:359]: [LycanitesMobs] [Debug] [] Loading 81 JSON Spawners...
  724. [17:48:57] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printDebug:359]: [LycanitesMobs] [Debug] [] Complete! 81 JSON Spawners Loaded In Total.
  725. [17:48:57] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printDebug:359]: [LycanitesMobs] [Debug] [] Loading 2 JSON Dungeon Themes...
  726. [17:48:57] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printDebug:359]: [LycanitesMobs] [Debug] [] Complete! 2 JSON Dungeon Themes Loaded In Total.
  727. [17:48:58] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printDebug:359]: [LycanitesMobs] [Debug] [] Loading 1 JSON Dungeon Structures...
  728. [17:48:58] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printDebug:359]: [LycanitesMobs] [Debug] [] Complete! 2 JSON Dungeon Structures Loaded In Total.
  729. [17:48:58] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printDebug:359]: [LycanitesMobs] [Debug] [] Loading 12 JSON Dungeon Sectors...
  730. [17:48:58] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printDebug:359]: [LycanitesMobs] [Debug] [] Complete! 2 JSON Dungeon Sectors Loaded In Total.
  731. [17:48:58] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printDebug:359]: [LycanitesMobs] [Debug] [] Loading 2 JSON Dungeon Schematics...
  732. [17:48:58] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printDebug:359]: [LycanitesMobs] [Debug] [] Complete! 2 JSON Dungeon Schematics Loaded In Total.
  733. [17:48:58] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config arcticmobs-worldgen created successfully.
  734. [17:48:58] [main/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config infernomobs-worldgen created successfully.
  735. [17:48:58] [main/INFO] [worldedit]: WorldEdit for Forge (version 6.1.8) is loaded
  736. [17:48:58] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 26 mods
  737. [17:48:58] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: streamPreferredServer:
  738. [17:49:00] [main/INFO] [Config]: [OptiFine] *** Reloading custom textures ***
  739. [17:49:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  740. [17:49:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Pre render
  741. [17:49:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  742. [17:51:16] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Starting integrated minecraft server version 1.12.2
  743. [17:51:16] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Generating keypair
  744. [17:51:17] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
  745. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_log_wall
  746. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:dark_skyroot_log
  747. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:ferrosite
  748. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:scatterglass_slab
  749. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:crude_scatterglass
  750. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:incubator
  751. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:faded_holystone_brick_slab
  752. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_twigs
  753. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone_bookshelf
  754. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone_brick_slab
  755. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:moa_egg
  756. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:light_skyroot_decorative
  757. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone_stairs
  758. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:altar
  759. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_slab
  760. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:multiblock_dummy
  761. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:agiosite_brick_slab
  762. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:scatterglass
  763. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:agiosite_slab
  764. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:therastone_brick
  765. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_planks
  766. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:aether_teleporter
  767. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:therastone_pillar
  768. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:aether_sapling
  769. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:gravitite_block
  770. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:aether_flower
  771. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_beam
  772. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone_pressure_plate
  773. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_door
  774. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_log
  775. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:agiosite_brick
  776. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:green_skyroot_leaves
  777. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:icestone_cooler
  778. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_bookshelf
  779. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone_wall
  780. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:thera_dirt
  781. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_button
  782. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:multiblock_dummy_half
  783. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:crude_scatterglass_decorative
  784. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:icestone_pillar
  785. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:masonry_bench
  786. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:zanite_block
  787. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:golden_oak_leaves
  788. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:icestone_bricks_decorative
  789. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_fence_gate
  790. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_pressure_plate
  791. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone_brick_stairs
  792. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:structure_hint
  793. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_decorative
  794. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:crude_scatterglass_pane_decorative
  795. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_fence
  796. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone_brick
  797. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:aether_crafting_table
  798. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone_slab
  799. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:green_dark_skyroot_leaves
  800. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:brettl_plant
  801. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:therawood_leaves
  802. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:quicksoil_glass_pane
  803. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:icestone_slab
  804. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:mossy_holystone_stairs
  805. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:golden_oak_log
  806. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:cloudwool_block
  807. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:zanite_ore
  808. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:dark_blue_dark_skyroot_leaves
  809. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:agiosite
  810. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:wildcard
  811. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:faded_holystone_brick_stairs
  812. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_bed
  813. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:green_light_skyroot_leaves
  814. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:present
  815. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_trapdoor
  816. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:wall_skyroot_sign
  817. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:scatterglass_stairs
  818. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:orange_tree
  819. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:therawood_log
  820. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:crude_scatterglass_pane
  821. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:standing_skyroot_sign
  822. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone_rock
  823. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:blue_light_skyroot_leaves
  824. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:outpost_campfire
  825. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:scatterglass_decorative
  826. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone_pillar
  827. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:rusted_ferrosite
  828. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:mossy_holystone_slab
  829. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:aether_portal
  830. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:aether_dirt
  831. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:scatterglass_pane_decorative
  832. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:ambrosium_ore
  833. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:faded_holystone_brick
  834. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:gravitite_ore
  835. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone_button
  836. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:faded_holystone_pillar
  837. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:dark_skyroot_planks
  838. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:arkenium_door
  839. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:agiosite_pillar
  840. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_stairs
  841. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:dark_blue_light_skyroot_leaves
  842. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone_furnace
  843. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:light_skyroot_planks
  844. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone_brick_decorative
  845. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone
  846. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_chest
  847. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:secret_skyroot_trapdoor
  848. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:scatterglass_wall
  849. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:blue_dark_skyroot_leaves
  850. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:ferrosite_sand
  851. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:therawood_beam
  852. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:agiosite_brick_decorative
  853. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:light_skyroot_log
  854. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:therawood_planks
  855. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:ambrosium_torch
  856. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:blueberry_bush
  857. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:scatterglass_pane
  858. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:icestone_ore
  859. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:quicksoil_glass
  860. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:holystone_brick_wall
  861. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:therawood_decorative
  862. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:quicksoil_glass_pane_decorative
  863. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:thera_grass
  864. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:agiosite_stairs
  865. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:icestone_brick_stairs
  866. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:structure_builder
  867. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:woven_sticks
  868. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:light_skyroot_beam
  869. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:blue_skyroot_leaves
  870. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:therastone_brick_decorative
  871. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:secret_skyroot_door
  872. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:skyroot_ladder
  873. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:icestone_bricks
  874. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:aether_grass
  875. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:icestone_wall
  876. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:valkyrie_grass
  877. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:quicksoil_glass_decorative
  878. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:tall_aether_grass
  879. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:cloudwool_carpet
  880. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:faded_holystone_brick_decorative
  881. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:agiosite_brick_stairs
  882. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:arkenium_ore
  883. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:dark_blue_skyroot_leaves
  884. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:mossy_holystone_wall
  885. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:quicksoil
  886. [17:51:17] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world aether:aercloud
  887. [17:51:17] [Server thread/WARN] [FML]: Registry Block: Object did not get ID it asked for. Name: thaumcraft:void_siphon Expected: 437 Got: 666
  888. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:slab_arcane_stone Expected: 4118 Got: 4096
  889. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:stone_porous Expected: 4114 Got: 4127
  890. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:stone_ancient Expected: 4108 Got: 4128
  891. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:crystal_ordo Expected: 4103 Got: 4129
  892. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:crystal_aer Expected: 4099 Got: 4130
  893. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:stairs_arcane_brick Expected: 4116 Got: 4131
  894. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:slab_eldritch Expected: 4121 Got: 4132
  895. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:slab_arcane_brick Expected: 4119 Got: 4133
  896. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:stone_arcane Expected: 4106 Got: 4136
  897. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:sapling_greatwood Expected: 4122 Got: 4138
  898. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:leaves_silverwood Expected: 4127 Got: 4139
  899. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:stairs_arcane Expected: 4115 Got: 4141
  900. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:ore_cinnabar Expected: 4097 Got: 4143
  901. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:stone_ancient_tile Expected: 4109 Got: 4144
  902. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:log_greatwood Expected: 4124 Got: 4145
  903. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:stone_ancient_doorway Expected: 4112 Got: 4147
  904. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:log_silverwood Expected: 4125 Got: 4148
  905. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:taint_crust Expected: 4147 Got: 4149
  906. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:leaves_greatwood Expected: 4126 Got: 4150
  907. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:taint_soil Expected: 4148 Got: 4152
  908. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:ore_quartz Expected: 4098 Got: 4153
  909. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:stone_ancient_glyphed Expected: 4111 Got: 4154
  910. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:crystal_ignis Expected: 4100 Got: 4156
  911. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:ore_amber Expected: 4096 Got: 4159
  912. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:vishroom Expected: 4130 Got: 4164
  913. [17:51:17] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:loot_urn_uncommon Expected: 4144 Got: 4166
  914. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:stone_ancient_rock Expected: 4110 Got: 4167
  915. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:pillar_arcane Expected: 4166 Got: 4169
  916. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:stone_arcane_brick Expected: 4107 Got: 4170
  917. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:stone_eldritch_tile Expected: 4113 Got: 4171
  918. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:loot_urn_common Expected: 4143 Got: 4172
  919. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:flesh_block Expected: 4139 Got: 4179
  920. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:candle_white Expected: 4171 Got: 4181
  921. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:crystal_perditio Expected: 4104 Got: 4182
  922. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:crystal_vitium Expected: 4105 Got: 4188
  923. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:plank_silverwood Expected: 4132 Got: 4189
  924. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:loot_crate_uncommon Expected: 4141 Got: 4192
  925. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:taint_rock Expected: 4149 Got: 4196
  926. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:matrix_cost Expected: 4170 Got: 4197
  927. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:grass_ambient Expected: 4153 Got: 4201
  928. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:slab_ancient Expected: 4120 Got: 4207
  929. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:crystal_aqua Expected: 4101 Got: 4208
  930. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:stairs_ancient Expected: 4117 Got: 4210
  931. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:shimmerleaf Expected: 4128 Got: 4212
  932. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:pillar_ancient Expected: 4167 Got: 4217
  933. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:plank_greatwood Expected: 4131 Got: 4218
  934. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:nitor_red Expected: 4218 Got: 4219
  935. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:taint_log Expected: 4152 Got: 4232
  936. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:candle_blue Expected: 4182 Got: 4236
  937. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:crystal_terra Expected: 4102 Got: 4239
  938. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:banner_orange Expected: 4188 Got: 4240
  939. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:slab_silverwood Expected: 4136 Got: 4242
  940. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:amber_brick Expected: 4138 Got: 4245
  941. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:candle_orange Expected: 4172 Got: 4253
  942. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:hungry_chest Expected: 4242 Got: 4255
  943. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:banner_magenta Expected: 4189 Got: 4262
  944. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:banner_cyan Expected: 4196 Got: 4268
  945. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:recharge_pedestal Expected: 4240 Got: 4273
  946. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:loot_urn_rare Expected: 4145 Got: 4284
  947. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:sapling_silverwood Expected: 4123 Got: 4292
  948. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:empty Expected: 4284 Got: 4296
  949. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:essentia_input Expected: 4262 Got: 4305
  950. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:pedestal_arcane Expected: 4156 Got: 4311
  951. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:module Expected: 4311 Got: 4325
  952. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:nitor_black Expected: 4219 Got: 4326
  953. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:candle_silver Expected: 4179 Got: 4331
  954. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:nitor_silver Expected: 4212 Got: 4349
  955. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:banner_purple Expected: 4197 Got: 4352
  956. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:table_wood Expected: 4154 Got: 4362
  957. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:infernal_furnace Expected: 4253 Got: 4368
  958. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:void_robe_legs Expected: 4368 Got: 4370
  959. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:centrifuge Expected: 4232 Got: 4378
  960. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:thaumium_sword Expected: 4331 Got: 4382
  961. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:candle_purple Expected: 4181 Got: 4396
  962. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:void_helm Expected: 4362 Got: 4397
  963. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:thaumium_chest Expected: 4352 Got: 4398
  964. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:stabilizer Expected: 4268 Got: 4399
  965. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:ingot Expected: 4296 Got: 4400
  966. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:matrix_speed Expected: 4169 Got: 4401
  967. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:pech_wand Expected: 4292 Got: 4402
  968. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:filter Expected: 4305 Got: 4403
  969. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:banner_red Expected: 4201 Got: 4404
  970. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:curiosity_band Expected: 4382 Got: 4405
  971. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:void_siphon Expected: 4273 Got: 4406
  972. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:grapple_gun_spool Expected: 4349 Got: 4407
  973. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:thaumatorium Expected: 4255 Got: 4408
  974. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:stairs_greatwood Expected: 4133 Got: 4409
  975. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:thaumometer Expected: 4326 Got: 4410
  976. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:nitor_lightblue Expected: 4207 Got: 4411
  977. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:smelter_void Expected: 4236 Got: 4412
  978. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:paving_stone_travel Expected: 4164 Got: 4413
  979. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:nitor_pink Expected: 4210 Got: 4414
  980. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:tube_restrict Expected: 4245 Got: 4415
  981. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:crimson_praetor_legs Expected: 4378 Got: 4416
  982. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:cinderpearl Expected: 4129 Got: 4417
  983. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:metal_brass Expected: 4159 Got: 4418
  984. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:banner_lime Expected: 4192 Got: 4419
  985. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:nitor_green Expected: 4217 Got: 4420
  986. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:taint_geyser Expected: 4150 Got: 4421
  987. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:alembic Expected: 4239 Got: 4422
  988. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:crimson_plate_chest Expected: 4370 Got: 4423
  989. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:scribing_tools Expected: 4325 Got: 4424
  990. [17:51:18] [Server thread/WARN] [FML]: Registry Item: Object did not get ID it asked for. Name: thaumcraft:nitor_yellow Expected: 4208 Got: 4425
  991. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: elementalmobs:acidsplash Expected: 109 Got: 111
  992. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:demonicspark Expected: 75 Got: 112
  993. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: arcticmobs:frostweb Expected: 48 Got: 113
  994. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:demonicblast Expected: 76 Got: 114
  995. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: elementalmobs:ember Expected: 89 Got: 115
  996. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:devilgatling Expected: 83 Got: 116
  997. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:hellfirebarrierpart Expected: 82 Got: 117
  998. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:hellfirewave Expected: 79 Got: 119
  999. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: elementalmobs:aquapulse Expected: 106 Got: 121
  1000. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: arcticmobs:blizzard Expected: 71 Got: 122
  1001. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: desertmobs:mudshot Expected: 88 Got: 123
  1002. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: elementalmobs:aetherwave Expected: 116 Got: 124
  1003. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: elementalmobs:lightball Expected: 110 Got: 125
  1004. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:doomfireball Expected: 73 Got: 126
  1005. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:hellfireorb Expected: 78 Got: 127
  1006. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: infernomobs:magma Expected: 119 Got: 128
  1007. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:hellshield Expected: 84 Got: 133
  1008. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: elementalmobs:faebolt Expected: 115 Got: 134
  1009. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:hellfireball Expected: 72 Got: 136
  1010. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: mountainmobs:boulderblast Expected: 123 Got: 137
  1011. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: desertmobs:throwingscythe Expected: 87 Got: 140
  1012. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: elementalmobs:whirlwind Expected: 107 Got: 142
  1013. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: mountainmobs:arcanelaserend Expected: 126 Got: 143
  1014. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: elementalmobs:frostbolt Expected: 114 Got: 146
  1015. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: elementalmobs:crystalshard Expected: 113 Got: 150
  1016. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:cultistportallesser Expected: 134 Got: 151
  1017. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:hellfirewavepart Expected: 80 Got: 153
  1018. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:eldritchwarden Expected: 153 Got: 161
  1019. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:hellfirewall Expected: 77 Got: 164
  1020. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:golemdart Expected: 140 Got: 165
  1021. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:golemorb Expected: 143 Got: 166
  1022. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: mountainmobs:arcanelaserstorm Expected: 124 Got: 169
  1023. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: arcticmobs:icefireball Expected: 70 Got: 174
  1024. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: elementalmobs:chaosorb Expected: 108 Got: 176
  1025. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: junglemobs:poop Expected: 122 Got: 177
  1026. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: elementalmobs:lifedrainend Expected: 112 Got: 178
  1027. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:eldritchguardian Expected: 164 Got: 179
  1028. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:taintseed Expected: 174 Got: 180
  1029. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:bottletaint Expected: 142 Got: 181
  1030. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:devilstar Expected: 74 Got: 182
  1031. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:helllaserend Expected: 86 Got: 183
  1032. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: plainsmobs:quill Expected: 127 Got: 184
  1033. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:hellfirebarrier Expected: 81 Got: 185
  1034. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:arcanebore Expected: 151 Got: 186
  1035. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:cultistportalgreater Expected: 133 Got: 187
  1036. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:turretadvanced Expected: 150 Got: 188
  1037. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: shadowmobs:spectralbolt Expected: 128 Got: 189
  1038. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: elementalmobs:lifedrain Expected: 111 Got: 190
  1039. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: infernomobs:scorchfireball Expected: 121 Got: 191
  1040. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:spellbat Expected: 161 Got: 192
  1041. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:cultistcleric Expected: 166 Got: 193
  1042. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: arcticmobs:tundra Expected: 49 Got: 194
  1043. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:followitem Expected: 137 Got: 195
  1044. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: mountainmobs:arcanelaser Expected: 125 Got: 196
  1045. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:focusprojectile Expected: 146 Got: 197
  1046. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: freshwatermobs:waterjet Expected: 117 Got: 198
  1047. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:thaumslime Expected: 169 Got: 199
  1048. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: demonmobs:helllaser Expected: 85 Got: 201
  1049. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:specialitem Expected: 136 Got: 202
  1050. [17:51:18] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: thaumcraft:cultistknight Expected: 165 Got: 203
  1051. [17:51:18] [Server thread/INFO] [FML]: Applying holder lookups
  1052. [17:51:18] [Server thread/INFO] [FML]: Holder lookups applied
  1053. [17:51:19] [Server thread/INFO] [FML]: Loading dimension 0 (Bruno) (net.minecraft.server.integrated.IntegratedServer@5aad1080)
  1054. [17:51:19] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 488 advancements
  1055. [17:51:19] [Server thread/INFO] [FML]: Loading dimension 1 (Bruno) (net.minecraft.server.integrated.IntegratedServer@5aad1080)
  1056. [17:51:19] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 1
  1057. [17:51:19] [Server thread/INFO] [FML]: Loading dimension -1 (Bruno) (net.minecraft.server.integrated.IntegratedServer@5aad1080)
  1058. [17:51:19] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world -1
  1059. [17:51:19] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 0
  1060. [17:51:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
  1061. [17:51:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 1%
  1062. [17:51:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 40%
  1063. [17:51:22] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 86%
  1064. [17:51:23] [Thread-10/INFO] [THAUMCRAFT]: Starting aura thread for dim -1
  1065. [17:51:23] [Thread-11/INFO] [THAUMCRAFT]: Starting aura thread for dim 1
  1066. [17:51:23] [Thread-12/INFO] [THAUMCRAFT]: Starting aura thread for dim 0
  1067. [17:51:24] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -1
  1068. [17:51:24] [Server thread/INFO] [FML]: Unloading dimension -1
  1069. [17:51:24] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 1
  1070. [17:51:24] [Server thread/INFO] [FML]: Unloading dimension 1
  1071. [17:51:24] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Changing view distance to 7, from 10
  1072. [17:51:24] [main/WARN] [io.netty.util.internal.MacAddressUtil]: Failed to find a usable hardware address from the network interfaces; using random bytes: ba:b8:4c:28:cf:51:0b:b7
  1073. [17:51:25] [main/WARN] [com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@4d9051f2[id=c5f0383b-b29a-3b94-88ef-cda970e9a7d1,name=Ziolo99,properties={},legacy=false]
  1074. com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
  1075. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:85) ~[YggdrasilAuthenticationService.class:?]
  1076. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?]
  1077. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:173) [YggdrasilMinecraftSessionService.class:?]
  1078. at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2419) [bib.class:?]
  1079. at net.minecraftforge.fml.client.FMLClientHandler.tryLoadExistingWorld(FMLClientHandler.java:727) [FMLClientHandler.class:?]
  1080. at net.minecraft.client.gui.GuiListWorldSelectionEntry.func_186777_e(GuiListWorldSelectionEntry.java:249) [bol.class:?]
  1081. at net.minecraft.client.gui.GuiListWorldSelectionEntry.func_186774_a(GuiListWorldSelectionEntry.java:199) [bol.class:?]
  1082. at net.minecraft.client.gui.GuiListWorldSelectionEntry.func_148278_a(GuiListWorldSelectionEntry.java:168) [bol.class:?]
  1083. at net.minecraft.client.gui.GuiListExtended.func_148179_a(SourceFile:41) [bjm.class:?]
  1084. at net.minecraft.client.gui.GuiWorldSelection.func_73864_a(SourceFile:117) [bok.class:?]
  1085. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533) [blk.class:?]
  1086. at net.minecraft.client.gui.GuiWorldSelection.func_146274_d(SourceFile:49) [bok.class:?]
  1087. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501) [blk.class:?]
  1088. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1757) [bib.class:?]
  1089. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096) [bib.class:?]
  1090. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397) [bib.class:?]
  1091. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  1092. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  1093. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
  1094. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
  1095. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
  1096. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  1097. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  1098. Caused by: java.net.UnknownHostException: sessionserver.mojang.com
  1099. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_181]
  1100. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_181]
  1101. at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_181]
  1102. at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:673) ~[?:1.8.0_181]
  1103. at sun.net.NetworkClient.doConnect(NetworkClient.java:175) ~[?:1.8.0_181]
  1104. at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) ~[?:1.8.0_181]
  1105. at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) ~[?:1.8.0_181]
  1106. at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264) ~[?:1.8.0_181]
  1107. at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) ~[?:1.8.0_181]
  1108. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[?:1.8.0_181]
  1109. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1199) ~[?:1.8.0_181]
  1110. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1040) ~[?:1.8.0_181]
  1111. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1038) ~[?:1.8.0_181]
  1112. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_181]
  1113. at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782) ~[?:1.8.0_181]
  1114. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1037) ~[?:1.8.0_181]
  1115. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[?:1.8.0_181]
  1116. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) ~[?:1.8.0_181]
  1117. at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91) ~[?:1.8.0_181]
  1118. at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484) ~[?:1.8.0_181]
  1119. at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482) ~[?:1.8.0_181]
  1120. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_181]
  1121. at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782) ~[?:1.8.0_181]
  1122. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1481) ~[?:1.8.0_181]
  1123. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) ~[?:1.8.0_181]
  1124. at com.mojang.authlib.HttpAuthenticationService.performGetRequest(HttpAuthenticationService.java:130) ~[HttpAuthenticationService.class:?]
  1125. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:66) ~[YggdrasilAuthenticationService.class:?]
  1126. ... 22 more
  1127. [17:51:25] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
  1128. [17:51:25] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
  1129. [17:51:25] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 26 mods : minecraft@1.12.2,saltwatermobs@1.20.3.1 - MC 1.12.2,desertmobs@1.20.3.1 - MC 1.12.2,infernomobs@1.20.3.1 - MC 1.12.2,baubles@1.5.2,forestmobs@1.20.3.1 - MC 1.12.2,junglemobs@1.20.3.1 - MC 1.12.2,swampmobs@1.20.3.1 - MC 1.12.2,movingworld@1.12-6.342,lycanitesmobs@1.20.3.1 - MC 1.12.2,com.elytradev.movingworld.common.asm.coremod@,demonmobs@1.20.3.1 - MC 1.12.2,mcp@9.42,plainsmobs@1.20.3.1 - MC 1.12.2,FML@8.0.99.99,shadowmobs@1.20.3.1 - MC 1.12.2,customnpcs@1.12,davincisvessels@@DVESSELSVER@,arcticmobs@1.20.3.1 - MC 1.12.2,worldedit@6.1.8,thaumcraft@6.1.BETA23,forge@14.23.4.2705,elementalmobs@1.20.3.1 - MC 1.12.2,mountainmobs@1.20.3.1 - MC 1.12.2,infinity@0.9,freshwatermobs@1.20.3.1 - MC 1.12.2
  1130. [17:51:25] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
  1131. [17:51:25] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  1132. [17:51:25] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Ziolo99[local:E:66012308] logged in with entity id 357 at (318.75833029271297, 71.0, 390.63931758179064)
  1133. [17:51:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Ziolo99 joined the game
  1134. [17:51:25] [Thread-10/INFO] [THAUMCRAFT]: Stopping aura thread for dim -1
  1135. [17:51:25] [Thread-11/INFO] [THAUMCRAFT]: Stopping aura thread for dim 1
  1136. [17:51:27] [Server thread/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Unable to access the online donations file, using local copy instead, this might be out of date.
  1137. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: java.net.UnknownHostException: api.lycanitesmobs.com
  1138. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
  1139. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  1140. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at java.net.Socket.connect(Socket.java:589)
  1141. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at java.net.Socket.connect(Socket.java:538)
  1142. [17:51:27] [Thread-5/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] §2CustomNpcs§f installed. For more info §9§nClick here
  1143. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  1144. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  1145. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  1146. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
  1147. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.http.HttpClient.New(HttpClient.java:339)
  1148. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.http.HttpClient.New(HttpClient.java:357)
  1149. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1220)
  1150. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156)
  1151. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1040)
  1152. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1038)
  1153. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at java.security.AccessController.doPrivileged(Native Method)
  1154. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
  1155. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1037)
  1156. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:984)
  1157. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564)
  1158. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)
  1159. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)
  1160. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)
  1161. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at java.security.AccessController.doPrivileged(Native Method)
  1162. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
  1163. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1481)
  1164. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at com.lycanitesmobs.core.pets.DonationFamiliars.readFromJSON(DonationFamiliars.java:39)
  1165. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at com.lycanitesmobs.core.pets.DonationFamiliars.getFamiliarsForPlayer(DonationFamiliars.java:132)
  1166. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at com.lycanitesmobs.ExtendedPlayer.onUpdate(ExtendedPlayer.java:237)
  1167. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at com.lycanitesmobs.EventListener.onEntityUpdate(EventListener.java:238)
  1168. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_176_EventListener_onEntityUpdate_LivingUpdateEvent.invoke(.dynamic)
  1169. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  1170. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  1171. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:566)
  1172. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2086)
  1173. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:234)
  1174. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
  1175. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
  1176. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
  1177. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  1178. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  1179. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790)
  1180. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  1181. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
  1182. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  1183. [17:51:27] [Server thread/INFO] [STDERR]: [com.lycanitesmobs.core.pets.DonationFamiliars:readFromJSON:50]: at java.lang.Thread.run(Thread.java:748)
  1184. [17:51:27] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  1185. [17:51:27] [Texture Downloader #1/ERROR] [net.minecraft.client.renderer.ThreadDownloadImageData]: Couldn't download http texture: java.net.UnknownHostException: s.optifine.net
  1186. [17:51:27] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Bruno'/overworld
  1187. [17:51:28] [pool-3-thread-1/WARN] [com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@d369a5c[id=c5f0383b-b29a-3b94-88ef-cda970e9a7d1,name=Ziolo99,properties={},legacy=false]
  1188. com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
  1189. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:85) ~[YggdrasilAuthenticationService.class:?]
  1190. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?]
  1191. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60) [YggdrasilMinecraftSessionService$1.class:?]
  1192. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57) [YggdrasilMinecraftSessionService$1.class:?]
  1193. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) [guava-21.0.jar:?]
  1194. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) [guava-21.0.jar:?]
  1195. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) [guava-21.0.jar:?]
  1196. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) [guava-21.0.jar:?]
  1197. at com.google.common.cache.LocalCache.get(LocalCache.java:4154) [guava-21.0.jar:?]
  1198. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) [guava-21.0.jar:?]
  1199. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) [guava-21.0.jar:?]
  1200. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) [guava-21.0.jar:?]
  1201. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:170) [YggdrasilMinecraftSessionService.class:?]
  1202. at net.minecraft.client.Minecraft.func_181037_M(Minecraft.java:2997) [bib.class:?]
  1203. at net.minecraft.client.resources.SkinManager$3.run(SourceFile:110) [cex$3.class:?]
  1204. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_181]
  1205. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
  1206. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_181]
  1207. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_181]
  1208. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
  1209. Caused by: java.net.UnknownHostException: sessionserver.mojang.com
  1210. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_181]
  1211. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_181]
  1212. at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_181]
  1213. at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:673) ~[?:1.8.0_181]
  1214. at sun.net.NetworkClient.doConnect(NetworkClient.java:175) ~[?:1.8.0_181]
  1215. at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) ~[?:1.8.0_181]
  1216. at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) ~[?:1.8.0_181]
  1217. at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264) ~[?:1.8.0_181]
  1218. at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) ~[?:1.8.0_181]
  1219. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[?:1.8.0_181]
  1220. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1199) ~[?:1.8.0_181]
  1221. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1040) ~[?:1.8.0_181]
  1222. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1038) ~[?:1.8.0_181]
  1223. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_181]
  1224. at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782) ~[?:1.8.0_181]
  1225. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1037) ~[?:1.8.0_181]
  1226. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[?:1.8.0_181]
  1227. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) ~[?:1.8.0_181]
  1228. at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91) ~[?:1.8.0_181]
  1229. at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484) ~[?:1.8.0_181]
  1230. at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482) ~[?:1.8.0_181]
  1231. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_181]
  1232. at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782) ~[?:1.8.0_181]
  1233. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1481) ~[?:1.8.0_181]
  1234. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) ~[?:1.8.0_181]
  1235. at com.mojang.authlib.HttpAuthenticationService.performGetRequest(HttpAuthenticationService.java:130) ~[HttpAuthenticationService.class:?]
  1236. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:66) ~[YggdrasilAuthenticationService.class:?]
  1237. ... 19 more
  1238. [17:51:28] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2935ms behind, skipping 58 tick(s)
  1239. [17:51:29] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 116 advancements
  1240. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: java.net.UnknownHostException: api.lycanitesmobs.com
  1241. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
  1242. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  1243. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at java.net.Socket.connect(Socket.java:589)
  1244. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at java.net.Socket.connect(Socket.java:538)
  1245. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  1246. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  1247. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  1248. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
  1249. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.http.HttpClient.New(HttpClient.java:339)
  1250. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.http.HttpClient.New(HttpClient.java:357)
  1251. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1220)
  1252. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156)
  1253. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1040)
  1254. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1038)
  1255. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at java.security.AccessController.doPrivileged(Native Method)
  1256. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
  1257. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1037)
  1258. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:984)
  1259. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564)
  1260. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)
  1261. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)
  1262. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)
  1263. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at java.security.AccessController.doPrivileged(Native Method)
  1264. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
  1265. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1481)
  1266. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at com.lycanitesmobs.core.VersionChecker.getLatestVersion(VersionChecker.java:55)
  1267. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at com.lycanitesmobs.ExtendedPlayer.onUpdate(ExtendedPlayer.java:252)
  1268. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at com.lycanitesmobs.EventListener.onEntityUpdate(EventListener.java:238)
  1269. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_176_EventListener_onEntityUpdate_LivingUpdateEvent.invoke(.dynamic)
  1270. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  1271. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  1272. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:566)
  1273. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2086)
  1274. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:234)
  1275. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:181)
  1276. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraft.world.World.func_72866_a(World.java:1990)
  1277. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraft.world.World.func_72870_g(World.java:1952)
  1278. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraft.world.World.func_72939_s(World.java:1756)
  1279. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1845)
  1280. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
  1281. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
  1282. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraft.client.main.Main.main(SourceFile:123)
  1283. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1284. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1285. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1286. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at java.lang.reflect.Method.invoke(Method.java:498)
  1287. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  1288. [17:51:30] [main/INFO] [STDERR]: [com.lycanitesmobs.core.VersionChecker:getLatestVersion:74]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  1289. [17:51:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Unknown command. Try /help for a list of commands
  1290. [17:51:33] [Server thread/INFO] [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config elementalmobs-general created successfully.
  1291. [17:51:33] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  1292. [17:51:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Bruno'/overworld
  1293. [17:51:41] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  1294. [17:51:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Bruno'/overworld
  1295. [17:51:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
  1296. [17:51:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
  1297. [17:51:43] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Ziolo99 lost connection: Disconnected
  1298. [17:51:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Ziolo99 left the game
  1299. [17:51:43] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Stopping singleplayer server as player logged out
  1300. [17:51:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
  1301. [17:51:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Bruno'/overworld
  1302. [17:51:43] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 0
  1303. [17:51:43] [Server thread/INFO] [FML]: Unloading dimension 0
  1304. [17:51:43] [Thread-12/WARN] [THAUMCRAFT]: No auras found!
  1305. [17:51:43] [Thread-12/INFO] [THAUMCRAFT]: Stopping aura thread for dim 0
  1306. [17:51:43] [Server thread/INFO] [FML]: Applying holder lookups
  1307. [17:51:43] [Server thread/INFO] [FML]: Holder lookups applied
  1308. [17:51:47] [main/INFO] [net.minecraft.client.Minecraft]: Stopping!
  1309. [17:51:47] [main/INFO] [net.minecraft.client.audio.SoundManager]: SoundSystem shutting down...
  1310. [17:51:47] [main/WARN] [net.minecraft.client.audio.SoundManager]: Author: Paul Lamb, www.paulscode.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement