Advertisement
DatFurry

Abyssalcraft log 2nd half

Jul 22nd, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 380.72 KB | None | 0 0
  1. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  2. at com.google.common.cache.LocalCache.get(LocalCache.java:4153)
  3. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  4. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  5. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
  6. at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441)
  7. at journeymap.client.data.PlayerData.load(PlayerData.java:86)
  8. at journeymap.client.data.PlayerData.load(PlayerData.java:30)
  9. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
  10. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
  11. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
  12. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
  13. ... 15 more
  14.  
  15. [19:47:37] [Server thread/ERROR] [journeymap]: Error handling WorldEvent.Unload
  16. java.lang.NullPointerException: null
  17. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2]
  18. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?]
  19. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  20. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  21. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381) [DimensionManager.class:?]
  22. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?]
  23. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  24. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
  25. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  26. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  27. [19:47:37] [Server thread/INFO] [FML]: Unloading dimension -1
  28. [19:47:37] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 50
  29. [19:47:37] [Server thread/ERROR] [journeymap]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
  30. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
  31. at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
  32. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  33. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  34. at journeymap.client.data.DataCache.getPlayer(DataCache.java:303)
  35. at journeymap.client.data.DataCache.getPlayer(DataCache.java:190)
  36. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33)
  37. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic)
  38. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  39. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  40. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381)
  41. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  42. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  43. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  44. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  45. at java.lang.Thread.run(Thread.java:745)
  46. Caused by: java.lang.NullPointerException
  47. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  48. at com.google.common.cache.LocalCache.get(LocalCache.java:4153)
  49. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  50. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  51. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
  52. at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441)
  53. at journeymap.client.data.PlayerData.load(PlayerData.java:86)
  54. at journeymap.client.data.PlayerData.load(PlayerData.java:30)
  55. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
  56. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
  57. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
  58. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
  59. ... 15 more
  60.  
  61. [19:47:37] [Server thread/ERROR] [journeymap]: Error handling WorldEvent.Unload
  62. java.lang.NullPointerException: null
  63. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2]
  64. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?]
  65. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  66. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  67. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381) [DimensionManager.class:?]
  68. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?]
  69. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  70. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
  71. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  72. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  73. [19:47:37] [Server thread/INFO] [FML]: Unloading dimension 50
  74. [19:47:37] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -2
  75. [19:47:37] [Server thread/ERROR] [journeymap]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
  76. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
  77. at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
  78. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  79. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  80. at journeymap.client.data.DataCache.getPlayer(DataCache.java:303)
  81. at journeymap.client.data.DataCache.getPlayer(DataCache.java:190)
  82. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33)
  83. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic)
  84. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  85. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  86. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381)
  87. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  88. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  89. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  90. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  91. at java.lang.Thread.run(Thread.java:745)
  92. Caused by: java.lang.NullPointerException
  93. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  94. at com.google.common.cache.LocalCache.get(LocalCache.java:4153)
  95. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  96. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  97. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
  98. at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441)
  99. at journeymap.client.data.PlayerData.load(PlayerData.java:86)
  100. at journeymap.client.data.PlayerData.load(PlayerData.java:30)
  101. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
  102. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
  103. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
  104. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
  105. ... 15 more
  106.  
  107. [19:47:37] [Server thread/ERROR] [journeymap]: Error handling WorldEvent.Unload
  108. java.lang.NullPointerException: null
  109. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2]
  110. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?]
  111. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  112. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  113. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381) [DimensionManager.class:?]
  114. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?]
  115. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  116. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
  117. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  118. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  119. [19:47:37] [Server thread/INFO] [FML]: Unloading dimension -2
  120. [19:47:37] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 1
  121. [19:47:37] [Server thread/ERROR] [journeymap]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
  122. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
  123. at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
  124. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  125. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  126. at journeymap.client.data.DataCache.getPlayer(DataCache.java:303)
  127. at journeymap.client.data.DataCache.getPlayer(DataCache.java:190)
  128. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33)
  129. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic)
  130. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  131. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  132. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381)
  133. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  134. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  135. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  136. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  137. at java.lang.Thread.run(Thread.java:745)
  138. Caused by: java.lang.NullPointerException
  139. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  140. at com.google.common.cache.LocalCache.get(LocalCache.java:4153)
  141. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  142. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  143. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
  144. at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441)
  145. at journeymap.client.data.PlayerData.load(PlayerData.java:86)
  146. at journeymap.client.data.PlayerData.load(PlayerData.java:30)
  147. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
  148. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
  149. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
  150. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
  151. ... 15 more
  152.  
  153. [19:47:37] [Server thread/ERROR] [journeymap]: Error handling WorldEvent.Unload
  154. java.lang.NullPointerException: null
  155. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2]
  156. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?]
  157. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  158. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  159. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381) [DimensionManager.class:?]
  160. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?]
  161. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  162. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
  163. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  164. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  165. [19:47:37] [Server thread/INFO] [FML]: Unloading dimension 1
  166. [19:47:37] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Changing view distance to 12, from 10
  167. [19:47:38] [Thread-34/INFO] [THAUMCRAFT]: Stopping aura thread for dim 688
  168. [19:47:38] [Thread-35/INFO] [THAUMCRAFT]: Stopping aura thread for dim 687
  169. [19:47:38] [Thread-37/INFO] [THAUMCRAFT]: Stopping aura thread for dim 686
  170. [19:47:38] [Thread-36/INFO] [THAUMCRAFT]: Stopping aura thread for dim -11325
  171. [19:47:38] [Thread-38/INFO] [THAUMCRAFT]: Stopping aura thread for dim 685
  172. [19:47:38] [Thread-39/INFO] [THAUMCRAFT]: Stopping aura thread for dim 684
  173. [19:47:38] [Thread-42/INFO] [THAUMCRAFT]: Stopping aura thread for dim 52
  174. [19:47:38] [Thread-43/INFO] [THAUMCRAFT]: Stopping aura thread for dim 51
  175. [19:47:38] [Thread-41/INFO] [THAUMCRAFT]: Stopping aura thread for dim 53
  176. [19:47:38] [Thread-44/INFO] [THAUMCRAFT]: Stopping aura thread for dim -1
  177. [19:47:38] [Thread-45/INFO] [THAUMCRAFT]: Stopping aura thread for dim 50
  178. [19:47:38] [Thread-46/INFO] [THAUMCRAFT]: Stopping aura thread for dim -2
  179. [19:47:38] [Thread-47/INFO] [THAUMCRAFT]: Stopping aura thread for dim 1
  180. [19:47:38] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
  181. [19:47:38] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
  182. [19:47:38] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 64 mods : enderiointegrationforestry@5.0.29,cyberware@0.2.10.12,vampirism_integrations@vampirism_integrations,xray@1.4.0,jei@4.11.0.202,cofhcore@4.5.2,draconicevolution@2.3.12,thermalcultivation@0.3.0,projecte@1.12-PE1.3.1B,thermalinnovation@0.3.0,thermalfoundation@2.5.0,tcinventoryscan@2.0.10,wawla@2.5.257,endercore@1.12.2-0.5.35,thaumicjei@1.2.1,mcp@9.42,hammercore@2.0.0.4,expequiv@10a,journeymap@1.12.2-5.5.2,thaumicperiphery@0.2.4,enderiointegrationticlate@5.0.29,metamorph@1.1.5,cofhworld@1.2.0,waila@1.8.26,enderioconduitsrefinedstorage@5.0.29,redstonearsenal@2.5.1,thaumcraft@6.1.BETA17,teamlapen-lib@1.4.3,forge@14.23.4.2705,acintegration@1.6.5,enderioconduits@5.0.29,brandonscore@2.4.3,thaumicequivalence@1.12.2-1.0.5,thaumictinkerer@1.12.2-5.0-51a5074,minecraft@1.12.2,dummycore@2.4.112.3.,avaritia@3.2.0,enderiomachines@5.0.29,psi@r1.1-59,thermaldynamics@2.5.1,redstoneflux@2.0.2,baubles@1.5.2,advancedrocketry@1.4.0.-88,thaumicbases@3.1.255.2r-For TC6:B17,botania@r1.10-354,enderiopowertools@5.0.29,enderio@5.0.29,extrautils2@1.0,improvableskills@3.5.2r,matteroverdrive@0.6.0.176,abyssalcraft@1.9.4.10,autoreglib@1.3-18,FML@8.0.99.99,dimdoors@3.0.9+287,thermalexpansion@5.5.0,nonvflash@1.2.0,enderiobase@5.0.29,enderiointegrationtic@5.0.29,enderioconduitsappliedenergistics@5.0.29,libvulpes@0.2.8.-32,embers@0.230,vampirism@1.4.3,enderioconduitsopencomputers@5.0.29,codechickenlib@3.2.0.345
  183. [19:47:38] [Netty Server IO #1/INFO] [CodeChickenLib-ConfigSync]: Sending config sync packet to player.
  184. [19:47:38] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  185. [19:47:38] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
  186. [19:47:38] [Netty Local Client IO #0/INFO] [HammerCore]: Registering raytrace plugin: com.zeitheron.hammercore.internal.blocks.multipart.HammerCoreRaytracePlugin ...
  187. [19:47:38] [Netty Local Client IO #0/INFO] [HammerCore]: Registered raytrace plugin: com.zeitheron.hammercore.internal.blocks.multipart.HammerCoreRaytracePlugin in 0 ms
  188. [19:47:39] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Epichusky12[local:E:947d6a43] logged in with entity id 64 at (-1310.939436991754, 68.0, 491.90584874147436)
  189. [19:47:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: §1Epichusky12§r joined the game
  190. [19:47:39] [Thread-65/WARN] [HammerCore]: HammerCore custom data file not found!
  191. [19:47:39] [Server thread/INFO] [projecte]: Sent knowledge and bag data to Epichusky12
  192. [19:47:39] [Server thread/INFO] [Waila]: Player EntityPlayerMP['Epichusky12'/64, l='Powerplay', x=-1310.94, y=68.00, z=491.91] connected. Sending ping
  193. [19:47:39] [Server thread/INFO] [EnderCore]: Sending server configs to client for com.enderio.core.common.config.ConfigHandler
  194. [19:47:41] [Netty Local Client IO #0/INFO] [Waila]: Received server authentication msg. Remote sync will be activated
  195. [19:47:41] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  196. [19:47:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  197. [19:47:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  198. [19:47:43] [main/INFO] [STDOUT]: [mchorse.metamorph.network.client.ClientHandlerBlacklist:run:15]: [metamorph:morph]
  199. [19:47:43] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 399 advancements
  200. [19:47:45] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 6528ms behind, skipping 130 tick(s)
  201. [19:47:53] [main/INFO] [journeymap]: Loading journeymap.topo.config
  202. [19:47:53] [main/INFO] [journeymap]: Loaded 10 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  203. [19:47:53] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0. Memory: 2752MB total, 573MB free
  204. [19:47:53] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] §eJourneyMap:§f Press [§bJ§f]
  205. [19:47:53] [main/INFO] [journeymap]: JourneyMap: Press [J]
  206. [19:48:30] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  207. [19:48:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  208. [19:48:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  209. [19:48:40] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 4054ms behind, skipping 81 tick(s)
  210. [19:48:42] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  211. [19:48:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  212. [19:48:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  213. [19:49:15] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  214. [19:49:15] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  215. [19:49:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  216. [19:49:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  217. [19:49:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  218. [19:49:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  219. [19:49:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  220. [19:49:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  221. [19:49:31] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  222. [19:49:31] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  223. [19:49:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  224. [19:49:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  225. [19:49:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  226. [19:49:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  227. [19:49:43] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  228. [19:49:43] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  229. [19:49:47] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  230. [19:49:47] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  231. [19:49:51] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  232. [19:49:51] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  233. [19:49:54] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] §4§oYour hunger cannot be satisfied with normal food.
  234. [19:50:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] §2§oYour hunger begins to fade.
  235. [19:50:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] §2§oYour hunger begins to fade.
  236. [19:50:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] §2§oYour hunger begins to fade.
  237. [19:50:10] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] §2§oYour hunger begins to fade.
  238. [19:50:40] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  239. [19:50:40] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  240. [19:50:40] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  241. [19:50:40] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  242. [19:50:43] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  243. [19:50:43] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  244. [19:50:43] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  245. [19:50:43] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  246. [19:50:43] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  247. [19:50:43] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  248. [19:50:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  249. [19:50:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  250. [19:50:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  251. [19:50:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  252. [19:50:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  253. [19:50:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  254. [19:50:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  255. [19:50:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  256. [19:50:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  257. [19:50:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  258. [19:50:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  259. [19:50:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  260. [19:50:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  261. [19:50:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  262. [19:50:51] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  263. [19:50:51] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  264. [19:50:51] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  265. [19:51:01] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  266. [19:51:01] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  267. [19:51:02] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  268. [19:51:02] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  269. [19:51:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  270. [19:51:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  271. [19:51:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  272. [19:51:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  273. [19:51:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  274. [19:51:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  275. [19:51:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  276. [19:51:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  277. [19:51:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  278. [19:51:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  279. [19:51:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  280. [19:51:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  281. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  282. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  283. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  284. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  285. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  286. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  287. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  288. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  289. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  290. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  291. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  292. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  293. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  294. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  295. [19:51:45] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  296. [19:51:46] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  297. [19:51:46] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  298. [19:51:46] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  299. [19:51:46] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  300. [19:51:46] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  301. [19:51:46] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  302. [19:51:46] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  303. [19:51:46] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  304. [19:51:46] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  305. [19:51:46] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  306. [19:51:46] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  307. [19:51:46] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  308. [19:51:46] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  309. [19:51:46] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  310. [19:51:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  311. [19:51:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  312. [19:51:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  313. [19:51:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  314. [19:51:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  315. [19:51:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  316. [19:51:47] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  317. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  318. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  319. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  320. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  321. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  322. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  323. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  324. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  325. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  326. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  327. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  328. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  329. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  330. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  331. [19:51:48] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  332. [19:52:04] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  333. [19:52:04] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  334. [19:52:04] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  335. [19:54:58] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  336. [19:54:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  337. [19:54:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  338. [19:56:09] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  339. [19:56:09] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  340. [19:56:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  341. [19:56:23] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  342. [19:56:23] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  343. [19:56:23] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  344. [19:57:00] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  345. [19:57:00] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  346. [19:57:00] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  347. [20:08:04] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity
  348. [20:08:09] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  349. [20:08:09] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  350. [20:08:11] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity
  351. [20:08:15] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  352. [20:08:15] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [4, 3].
  353. [20:08:20] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity
  354. [20:08:43] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  355. [20:08:43] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [4, 3].
  356. [20:08:48] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  357. [20:08:48] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [4, 3].
  358. [20:15:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  359. [20:15:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [4, 3].
  360. [20:18:07] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Operation Vector is non existent or null.
  361. [20:18:07] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  362. [20:20:07] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Operation Vector is non existent or null.
  363. [20:20:07] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  364. [20:21:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  365. [20:21:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  366. [20:21:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  367. [20:21:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  368. [20:25:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  369. [20:25:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 4].
  370. [20:27:17] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: §1Epichusky12§r has made the advancement [Sky of Beginning]
  371. [20:27:17] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] §1Epichusky12§r has made the advancement [Sky of Beginning]
  372. [20:27:17] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 418 advancements
  373. [20:28:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  374. [20:28:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  375. [20:28:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  376. [20:28:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  377. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  378. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  379. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  380. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  381. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  382. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  383. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  384. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  385. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  386. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  387. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  388. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  389. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  390. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  391. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  392. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  393. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  394. [20:28:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  395. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  396. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  397. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  398. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  399. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  400. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  401. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  402. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  403. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  404. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  405. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  406. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  407. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  408. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  409. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  410. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  411. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  412. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  413. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  414. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  415. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  416. [20:29:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  417. [20:29:01] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  418. [20:29:01] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  419. [20:29:01] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  420. [20:29:01] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  421. [20:29:01] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  422. [20:29:01] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  423. [20:29:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  424. [20:29:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  425. [20:29:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  426. [20:29:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  427. [20:29:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  428. [20:29:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  429. [20:29:22] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  430. [20:29:22] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  431. [20:29:22] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  432. [20:29:22] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  433. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  434. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  435. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  436. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  437. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  438. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  439. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  440. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  441. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  442. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  443. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  444. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  445. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  446. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  447. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  448. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  449. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  450. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  451. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  452. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  453. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  454. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  455. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  456. [20:29:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  457. [20:29:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  458. [20:29:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  459. [20:29:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  460. [20:29:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  461. [20:29:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  462. [20:29:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  463. [20:29:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  464. [20:29:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  465. [20:29:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  466. [20:29:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  467. [20:31:24] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  468. [20:31:32] [main/WARN] [journeymap]: TileDrawStep.updateRegionTexture was slow: 68.614564 (Warning limit reached)
  469. [20:31:32] [main/WARN] [journeymap]: TileDrawStep.updateRegionTexture: Avg: 0.02ms, Min: 0ms, Max: 211.05ms, Total: 2 sec, Count: 120823, Canceled: 0, Slow: 10
  470. [20:32:40] [Server thread/INFO] [FML]: Loading dimension 50 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@236b3cd3)
  471. [20:32:41] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 50
  472. [20:32:44] [Thread-198/INFO] [THAUMCRAFT]: Starting aura thread for dim 50
  473. [20:32:44] [Thread-199/WARN] [HammerCore]: HammerCore custom data file not found!
  474. [20:32:44] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0
  475. [20:32:44] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3992ms behind, skipping 79 tick(s)
  476. [20:32:50] [main/INFO] [journeymap]: Loading journeymap.topo.config
  477. [20:32:51] [main/INFO] [journeymap]: Loaded 10 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  478. [20:32:51] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50. Memory: 3072MB total, 1086MB free
  479. [20:32:53] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  480. [20:32:53] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  481. [20:32:54] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  482. [20:32:54] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/The Abyssal Wasteland
  483. [20:33:22] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  484. [20:33:22] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  485. [20:33:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  486. [20:33:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  487. [20:33:51] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  488. [20:33:51] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  489. [20:33:53] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  490. [20:33:53] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  491. [20:33:55] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  492. [20:33:55] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  493. [20:33:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  494. [20:33:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  495. [20:34:04] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: §3[1] GNK was slain by §1Epichusky12§r
  496. [20:34:04] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] §3[1] GNK was slain by §1Epichusky12§r
  497. [20:34:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  498. [20:34:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  499. [20:34:09] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  500. [20:34:09] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  501. [20:34:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  502. [20:34:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  503. [20:34:13] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  504. [20:34:13] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  505. [20:34:15] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  506. [20:34:15] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  507. [20:34:17] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  508. [20:34:17] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  509. [20:34:53] [Thread-212/WARN] [HammerCore]: HammerCore custom data file not found!
  510. [20:34:53] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50
  511. [20:34:59] [main/INFO] [journeymap]: Loading journeymap.topo.config
  512. [20:34:59] [main/INFO] [journeymap]: Loaded 10 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  513. [20:34:59] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0. Memory: 3072MB total, 1421MB free
  514. [20:35:02] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 9343ms behind, skipping 186 tick(s)
  515. [20:35:03] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 50
  516. [20:35:04] [Thread-198/INFO] [THAUMCRAFT]: Stopping aura thread for dim 50
  517. [20:35:14] [Server thread/INFO] [FML]: Unloading dimension 50
  518. [20:35:23] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 7957ms behind, skipping 159 tick(s)
  519. [20:35:36] [Server thread/INFO] [FML]: Loading dimension 50 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@236b3cd3)
  520. [20:35:36] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 50
  521. [20:35:36] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0
  522. [20:35:36] [Thread-215/WARN] [HammerCore]: HammerCore custom data file not found!
  523. [20:35:41] [main/INFO] [journeymap]: Loading journeymap.topo.config
  524. [20:35:42] [main/INFO] [journeymap]: Loaded 10 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  525. [20:35:42] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50. Memory: 3072MB total, 1379MB free
  526. [20:35:43] [Thread-216/INFO] [THAUMCRAFT]: Starting aura thread for dim 50
  527. [20:35:43] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 7361ms behind, skipping 147 tick(s)
  528. [20:35:49] [Thread-220/WARN] [HammerCore]: HammerCore custom data file not found!
  529. [20:35:49] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50
  530. [20:35:54] [main/INFO] [journeymap]: Loading journeymap.topo.config
  531. [20:35:54] [main/INFO] [journeymap]: Loaded 10 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  532. [20:35:54] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0. Memory: 3072MB total, 1298MB free
  533. [20:35:57] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 50
  534. [20:35:59] [Thread-216/INFO] [THAUMCRAFT]: Stopping aura thread for dim 50
  535. [20:36:07] [Server thread/INFO] [FML]: Unloading dimension 50
  536. [20:36:10] [Server thread/INFO] [FML]: Loading dimension 50 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@236b3cd3)
  537. [20:36:10] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 50
  538. [20:36:10] [Thread-223/WARN] [HammerCore]: HammerCore custom data file not found!
  539. [20:36:10] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0
  540. [20:36:13] [main/INFO] [journeymap]: Loading journeymap.topo.config
  541. [20:36:13] [main/INFO] [journeymap]: Loaded 10 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  542. [20:36:13] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50. Memory: 3072MB total, 789MB free
  543. [20:36:13] [Thread-224/INFO] [THAUMCRAFT]: Starting aura thread for dim 50
  544. [20:36:15] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 18850ms behind, skipping 377 tick(s)
  545. [20:36:16] [Thread-225/WARN] [HammerCore]: HammerCore custom data file not found!
  546. [20:36:16] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50
  547. [20:36:17] [main/INFO] [journeymap]: Loading journeymap.topo.config
  548. [20:36:18] [main/INFO] [journeymap]: Loaded 10 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  549. [20:36:18] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0. Memory: 3072MB total, 795MB free
  550. [20:36:20] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 50
  551. [20:36:22] [Thread-224/INFO] [THAUMCRAFT]: Stopping aura thread for dim 50
  552. [20:36:26] [Server thread/INFO] [FML]: Unloading dimension 50
  553. [20:36:27] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 10965ms behind, skipping 219 tick(s)
  554. [20:36:29] [Server thread/INFO] [FML]: Loading dimension 50 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@236b3cd3)
  555. [20:36:29] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 50
  556. [20:36:29] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0
  557. [20:36:29] [Thread-228/WARN] [HammerCore]: HammerCore custom data file not found!
  558. [20:36:29] [JM-task-10/WARN] [journeymap]: TaskBatch thread interrupted: journeymap.client.task.multi.MapPlayerTask$MapPlayerTaskBatch@6cc077b
  559. [20:36:31] [main/WARN] [journeymap]: Couldn't get write lock for file: java.util.concurrent.locks.ReentrantLock@6e358f5a[Locked by thread File IO Thread] for ImageHolder{mapType=0|night|_, textureId=-1, dirty=true, imagePath=C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0\night\-3,1.png}
  560. [20:36:31] [main/INFO] [journeymap]: Loading journeymap.topo.config
  561. [20:36:31] [main/INFO] [journeymap]: Loaded 10 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  562. [20:36:31] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50. Memory: 3072MB total, 954MB free
  563. [20:36:33] [Thread-229/INFO] [THAUMCRAFT]: Starting aura thread for dim 50
  564. [20:36:35] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2001ms behind, skipping 40 tick(s)
  565. [20:37:02] [Server thread/INFO] [FML]: Loading dimension 51 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@236b3cd3)
  566. [20:37:02] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 51
  567. [20:37:19] [Thread-234/INFO] [THAUMCRAFT]: Starting aura thread for dim 51
  568. [20:37:19] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50
  569. [20:37:19] [Thread-235/WARN] [HammerCore]: HammerCore custom data file not found!
  570. [20:37:19] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 16969ms behind, skipping 339 tick(s)
  571. [20:37:21] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 50
  572. [20:37:22] [main/INFO] [journeymap]: Loading journeymap.topo.config
  573. [20:37:22] [main/INFO] [journeymap]: Loaded 10 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  574. [20:37:22] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM51. Memory: 3072MB total, 838MB free
  575. [20:37:22] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  576. [20:37:22] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  577. [20:37:23] [Thread-229/INFO] [THAUMCRAFT]: Stopping aura thread for dim 50
  578. [20:37:27] [Server thread/INFO] [FML]: Unloading dimension 50
  579. [20:37:28] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  580. [20:37:28] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  581. [20:37:29] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  582. [20:37:29] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  583. [20:37:30] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  584. [20:37:30] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  585. [20:37:30] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 10854ms behind, skipping 217 tick(s)
  586. [20:37:31] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  587. [20:37:31] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  588. [20:37:31] [Server thread/WARN] [FML]: AbyssalCraft loaded a new chunk [-92, 28] in dimension 51 (The Dreadlands) while populating chunk [-92, 29], causing cascading worldgen lag.
  589. [20:37:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
  590. [20:37:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  591. [20:37:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  592. [20:37:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  593. [20:37:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  594. [20:37:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  595. [20:37:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  596. [20:37:34] [Server thread/INFO] [dimdoors]: Setting chunk blockstates
  597. [20:37:34] [Server thread/INFO] [dimdoors]: Set block states in 5 ms and relit chunks/cubes in 0
  598. [20:37:41] [Server thread/INFO] [FML]: Loading dimension 50 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@236b3cd3)
  599. [20:37:41] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 50
  600. [20:37:41] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM51
  601. [20:37:41] [Thread-238/WARN] [HammerCore]: HammerCore custom data file not found!
  602. [20:37:46] [main/INFO] [journeymap]: Loading journeymap.topo.config
  603. [20:37:47] [main/INFO] [journeymap]: Loaded 10 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  604. [20:37:47] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50. Memory: 3072MB total, 1360MB free
  605. [20:37:49] [Thread-239/INFO] [THAUMCRAFT]: Starting aura thread for dim 50
  606. [20:37:50] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 51
  607. [20:37:51] [Thread-234/INFO] [THAUMCRAFT]: Stopping aura thread for dim 51
  608. [20:37:54] [Server thread/INFO] [FML]: Unloading dimension 51
  609. [20:37:59] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 9769ms behind, skipping 195 tick(s)
  610. [20:38:24] [Server thread/INFO] [FML]: Loading dimension 51 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@236b3cd3)
  611. [20:38:24] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 51
  612. [20:38:26] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3021ms behind, skipping 60 tick(s)
  613. [20:38:27] [Thread-245/INFO] [THAUMCRAFT]: Starting aura thread for dim 51
  614. [20:38:28] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 51
  615. [20:38:29] [Server thread/INFO] [FML]: Unloading dimension 51
  616. [20:38:30] [Thread-245/INFO] [THAUMCRAFT]: Stopping aura thread for dim 51
  617. [20:38:30] [Server thread/INFO] [FML]: Loading dimension 51 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@236b3cd3)
  618. [20:38:30] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 51
  619. [20:38:32] [Thread-248/INFO] [THAUMCRAFT]: Starting aura thread for dim 51
  620. [20:38:38] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 51
  621. [20:38:39] [Thread-248/INFO] [THAUMCRAFT]: Stopping aura thread for dim 51
  622. [20:38:40] [Server thread/INFO] [FML]: Unloading dimension 51
  623. [20:38:46] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 6313ms behind, skipping 126 tick(s)
  624. [20:40:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  625. [20:40:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  626. [20:40:55] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  627. [20:40:55] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  628. [20:40:57] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  629. [20:40:57] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  630. [20:41:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: §3[1] GNK was slain by §1Epichusky12§r
  631. [20:41:17] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] §3[1] GNK was slain by §1Epichusky12§r
  632. [20:42:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  633. [20:42:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  634. [20:42:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  635. [20:42:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  636. [20:42:29] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  637. [20:42:29] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  638. [20:42:31] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  639. [20:42:31] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  640. [20:43:18] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Epichusky12: Set own game mode to Creative Mode]
  641. [20:43:18] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode
  642. [20:46:32] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 4211ms behind, skipping 84 tick(s)
  643. [20:46:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Epichusky12: Set own game mode to Survival Mode]
  644. [20:46:57] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Survival Mode
  645. [20:47:20] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] [Matter Overdrive] §1Epichusky12§r§r completed Puny Humans
  646. [20:47:22] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  647. [20:47:22] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  648. [20:47:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  649. [20:47:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  650. [20:47:26] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  651. [20:47:26] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  652. [20:47:28] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  653. [20:47:28] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  654. [20:47:30] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  655. [20:47:30] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  656. [20:47:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  657. [20:47:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  658. [20:47:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  659. [20:47:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  660. [20:47:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  661. [20:47:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  662. [20:47:38] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  663. [20:47:38] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  664. [20:47:40] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  665. [20:47:40] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  666. [20:47:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  667. [20:47:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  668. [20:47:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  669. [20:47:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  670. [20:47:46] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  671. [20:47:46] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  672. [20:47:48] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  673. [20:47:48] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  674. [20:47:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  675. [20:47:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  676. [20:47:52] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  677. [20:47:52] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  678. [20:47:54] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: §1Epichusky12§r has ended his biological existence
  679. [20:47:54] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  680. [20:47:54] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  681. [20:47:54] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] §1Epichusky12§r has ended his biological existence
  682. [20:47:55] [main/INFO] [journeymap]: Epichusky12 died at BlockPos{x=-1334, y=56, z=511}. Deathpoints enabled: true. Deathpoint created: true
  683. [20:47:57] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50
  684. [20:47:57] [Thread-286/WARN] [HammerCore]: HammerCore custom data file not found!
  685. [20:48:00] [main/INFO] [journeymap]: Loading journeymap.topo.config
  686. [20:48:00] [main/INFO] [journeymap]: Loaded 11 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  687. [20:48:00] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0. Memory: 3072MB total, 750MB free
  688. [20:48:01] [main/INFO] [STDOUT]: [flaxbeard.cyberware.client.ClientUtils:bindTexture:54]: [Cyberware] Registering new ResourceLocation: cyberware:textures/models/scanner.png
  689. [20:48:01] [main/INFO] [STDOUT]: [flaxbeard.cyberware.client.ClientUtils:bindTexture:54]: [Cyberware] Registering new ResourceLocation: cyberware:textures/models/surgery_chamber_door.png
  690. [20:48:01] [main/INFO] [STDOUT]: [flaxbeard.cyberware.client.ClientUtils:bindTexture:54]: [Cyberware] Registering new ResourceLocation: cyberware:textures/models/engineering.png
  691. [20:48:01] [JM-task-14/FATAL] [CodeChickenLib]: A CCL controlled model has been improperly handled by someone and will NOT be rendered. No more information available.
  692. [20:48:03] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 50
  693. [20:48:04] [Thread-239/INFO] [THAUMCRAFT]: Stopping aura thread for dim 50
  694. [20:48:06] [Server thread/INFO] [FML]: Unloading dimension 50
  695. [20:48:06] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3282ms behind, skipping 65 tick(s)
  696. [20:48:27] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  697. [20:48:27] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  698. [20:48:28] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  699. [20:51:55] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  700. [20:51:55] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  701. [20:51:55] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  702. [20:51:56] [Netty Local Client IO #0/INFO] [EnderCore]: Reset configs to client values for com.enderio.core.common.config.ConfigHandler
  703. [20:51:56] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0
  704. [20:51:56] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
  705. [20:51:56] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
  706. [20:51:56] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 lost connection: Disconnected
  707. [20:51:56] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: §1Epichusky12§r left the game
  708. [20:51:57] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Stopping singleplayer server as player logged out
  709. [20:51:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
  710. [20:51:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  711. [20:51:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  712. [20:51:57] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 0
  713. [20:51:57] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -9999
  714. [20:51:57] [Server thread/INFO] [FML]: Unloading dimension 0
  715. [20:51:57] [Server thread/INFO] [FML]: Unloading dimension -9999
  716. [20:51:59] [Thread-48/INFO] [THAUMCRAFT]: Stopping aura thread for dim 0
  717. [20:51:59] [Thread-40/INFO] [THAUMCRAFT]: Stopping aura thread for dim -9999
  718. [20:51:59] [Server thread/INFO] [FML]: Applying holder lookups
  719. [20:51:59] [Server thread/INFO] [FML]: Holder lookups applied
  720. [20:51:59] [Server thread/INFO] [projecte]: Completed server-stop actions.
  721. [20:52:03] [main/INFO] [improvableskills]: Reset client skill data.
  722. [20:52:03] [main/INFO] [HammerCore]: Cleaning 0 textures from VRAM
  723. [20:52:13] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Starting integrated minecraft server version 1.12.2
  724. [20:52:13] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Generating keypair
  725. [20:52:13] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
  726. [20:52:13] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world ichunutil:compact_porkchop
  727. [20:52:15] [Server thread/INFO] [FML]: Applying holder lookups
  728. [20:52:15] [Server thread/INFO] [FML]: Holder lookups applied
  729. [20:52:15] [Server thread/INFO] [FML]: Loading dimension 0 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  730. [20:52:15] [Server thread/INFO] [improvableskills]: Injecting scroll for skill 'improvableskills:generic_protection' into LootTable 'minecraft:chests/simple_dungeon'!
  731. [20:52:15] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTableManager]: Couldn't find resource table minecraft:structure/house1
  732. [20:52:15] [Server thread/INFO] [improvableskills]: Injecting scroll for skill 'improvableskills:xp+' into LootTable 'minecraft:entities/elder_guardian'!
  733. [20:52:15] [Server thread/INFO] [improvableskills]: Injecting scroll for skill 'improvableskills:alchemist' into LootTable 'minecraft:entities/witch'!
  734. [20:52:15] [Server thread/INFO] [improvableskills]: Injecting scroll for skill 'improvableskills:obsidian_skin' into LootTable 'minecraft:chests/nether_bridge'!
  735. [20:52:15] [Server thread/INFO] [improvableskills]: Injecting scroll for skill 'improvableskills:growth' into LootTable 'minecraft:chests/jungle_temple'!
  736. [20:52:15] [Server thread/INFO] [improvableskills]: Injecting scroll for skill 'improvableskills:treasure_sands' into LootTable 'minecraft:chests/desert_pyramid'!
  737. [20:52:15] [Server thread/INFO] [improvableskills]: Injecting scroll for skill 'improvableskills:enchanter' into LootTable 'minecraft:chests/stronghold_library'!
  738. [20:52:15] [Server thread/INFO] [improvableskills]: Injecting scroll for skill 'improvableskills:atkdmg_ranged' into LootTable 'minecraft:entities/skeleton'!
  739. [20:52:15] [Server thread/INFO] [improvableskills]: Injecting scroll for skill 'improvableskills:ender_manipulator' into LootTable 'minecraft:entities/enderman'!
  740. [20:52:15] [Server thread/INFO] [improvableskills]: Injecting scroll for skill 'improvableskills:health' into LootTable 'minecraft:chests/end_city_treasure'!
  741. [20:52:15] [Server thread/INFO] [improvableskills]: Injecting scroll for skill 'improvableskills:luck_of_the_sea' into LootTable 'minecraft:gameplay/fishing'!
  742. [20:52:16] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 625 advancements
  743. [20:52:16] [Server thread/INFO] [FML]: Loading dimension -1 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  744. [20:52:16] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world -1
  745. [20:52:16] [Server thread/INFO] [FML]: Loading dimension -2 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  746. [20:52:16] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world -2
  747. [20:52:16] [Server thread/INFO] [FML]: Loading dimension 688 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  748. [20:52:16] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 688
  749. [20:52:16] [Server thread/INFO] [FML]: Loading dimension 687 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  750. [20:52:16] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 687
  751. [20:52:16] [Server thread/INFO] [FML]: Loading dimension 686 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  752. [20:52:16] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 686
  753. [20:52:16] [Server thread/INFO] [FML]: Loading dimension -11325 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  754. [20:52:16] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world -11325
  755. [20:52:16] [Server thread/INFO] [FML]: Loading dimension 685 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  756. [20:52:16] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 685
  757. [20:52:16] [Server thread/INFO] [FML]: Loading dimension 684 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  758. [20:52:16] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 684
  759. [20:52:16] [Server thread/INFO] [FML]: Loading dimension -9999 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  760. [20:52:16] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world -9999
  761. [20:52:16] [Server thread/INFO] [FML]: Loading dimension 1 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  762. [20:52:16] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 1
  763. [20:52:16] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 0
  764. [20:52:16] [Server thread/INFO] [MatterOverdrive]: Registry Loaded 589 cached itemEntires, from version 0.6.0.176 from: C:\Users\Epichusky12\AppData\Roaming\.minecraft\saves\Powerplay\matter_registry.dat
  765. [20:52:16] [Server thread/INFO] [MatterOverdrive]: Galaxy Loaded from 'C:\Users\Epichusky12\AppData\Roaming\.minecraft\saves\Powerplay\galaxy.dat'. Took 32 milliseconds
  766. [20:52:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
  767. [20:52:17] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 50%
  768. [20:52:17] [Server thread/INFO] [advancedrocketry]: Checking for asteroid config at C:\Users\Epichusky12\AppData\Roaming\.minecraft\.\config\advRocketry\asteroidConfig.xml
  769. [20:52:17] [Server thread/INFO] [advancedrocketry]: Checking for ore config at C:\Users\Epichusky12\AppData\Roaming\.minecraft\.\config\advRocketry\oreConfig.xml
  770. [20:52:17] [Server thread/INFO] [advancedrocketry]: Checking for config at C:\Users\Epichusky12\AppData\Roaming\.minecraft\saves\Powerplay\advRocketry\planetDefs.xml
  771. [20:52:17] [Server thread/INFO] [advancedrocketry]: Advanced Planet Config file Found! Loading from file.
  772. [20:52:18] [Server thread/INFO] [HammerCore]: Registering raytrace plugin: com.zeitheron.hammercore.internal.blocks.multipart.HammerCoreRaytracePlugin ...
  773. [20:52:18] [Server thread/INFO] [HammerCore]: Registered raytrace plugin: com.zeitheron.hammercore.internal.blocks.multipart.HammerCoreRaytracePlugin in 0 ms
  774. [20:52:18] [Server thread/INFO] [projecte]: Starting server-side EMC mapping.
  775. [20:52:18] [Server thread/INFO] [projecte]: Starting to collect Mappings...
  776. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for libvulpes:ore0:8:0 to 0
  777. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for embers:dust_ash:0:0 to 0
  778. [20:52:18] [Server thread/INFO] [projecte]: Collected Mappings from moze_intel.projecte.emc.mappers.OreDictionaryMapper
  779. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:stone:3 to 1
  780. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:stone:2 to 1
  781. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:stone:1 to 1
  782. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:stone:0 to 1
  783. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:stone:7 to 16
  784. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:stone:6 to 1
  785. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:abytinore:0:0 to 256
  786. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:abytinore:0 to 256
  787. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:stone:5 to 16
  788. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:hasturcharm:* to 0
  789. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:stone:4 to 16
  790. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:tieredenergypedestal:* to 0
  791. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:antichicken:0 to 24
  792. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:eoa:0 to 0
  793. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for forge:bucketfilled:0 to 800
  794. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:shubniggurathcoin:0 to 1028
  795. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:antipork:0 to 24
  796. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:eldritchscale:0 to 24
  797. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:abygolore:0:0 to 2048
  798. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:abygolore:0 to 2048
  799. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:gatewaykey:0 to 0
  800. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:anticorbone:0 to 80
  801. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:cwater:0 to 32
  802. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:azathothcharm:* to 0
  803. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:abycopore:0:0 to 128
  804. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:abycopore:0 to 128
  805. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:nitre:0:0 to 32
  806. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:nitre:0 to 32
  807. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:cthulhucoin:0 to 1028
  808. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:nitreore:0:0 to 32
  809. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:nitreore:0 to 32
  810. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:cingot:0 to 4096
  811. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:energyrelay:* to 0
  812. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:statue:* to 0
  813. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:dreadshard:0 to 3072
  814. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:dreadore:0:0 to 3072
  815. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:dreadore:0 to 3072
  816. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:antiwater:0 to 32
  817. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:oc:0 to 0
  818. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:cobblestone:* to 1
  819. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:skin:* to 0
  820. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:psdl:0 to 0
  821. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:corbone:0 to 80
  822. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:abyiroore:0:0 to 256
  823. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:abyiroore:0 to 256
  824. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:dreadfragment:0 to 48
  825. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:necronomicon_omt:0 to 0
  826. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:tieredenergycontainer:* to 0
  827. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:dreadgrass:0 to 1
  828. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:friedegg:0 to 32
  829. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:shadowfragment:0 to 16
  830. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:omotholflesh:0 to 64
  831. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:abyssalnomicon:0 to 0
  832. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:lifecrystal:0 to 6144
  833. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:tieredenergycollector:* to 0
  834. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:dreadaltartop:0 to 0
  835. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:ethbrick:0 to 16
  836. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:nyarlathotepcoin:0 to 1028
  837. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:materializer:0 to 111920
  838. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:antiflesh:0 to 24
  839. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:abyore:0:0 to 3072
  840. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:abyore:0 to 3072
  841. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:nyarlathotepcharm:* to 0
  842. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:antibone:0 to 48
  843. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:jzaharcharm:* to 0
  844. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:anticorflesh:0 to 32
  845. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:hasturcoin:0 to 1028
  846. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:abypcorore:0:0 to 262
  847. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:abypcorore:0 to 262
  848. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:coralium:0 to 32
  849. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:shoggothflesh:3 to 128
  850. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:shoggothflesh:2 to 96
  851. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:shoggothflesh:1 to 64
  852. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:shoggothflesh:0 to 32
  853. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:shoggothflesh:4 to 160
  854. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:abydreadore:0:0 to 3072
  855. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:abydreadore:0 to 3072
  856. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:cbrick:0 to 16
  857. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:dreadiumingot:0 to 5120
  858. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:abydiaore:0:0 to 8192
  859. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:abydiaore:0 to 8192
  860. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:necronomicon_dre:0 to 0
  861. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:dreadaltarbottom:0 to 0
  862. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:tiningot:0 to 256
  863. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:antispidereye:0 to 128
  864. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:yogsothothcharm:* to 0
  865. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:necronomicon_cor:0 to 0
  866. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:corflesh:0 to 32
  867. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:tieredsacrificialaltar:* to 0
  868. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:abynitore:0:0 to 32
  869. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:abynitore:0 to 32
  870. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:dreadkey:0 to 0
  871. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:yogsothothcoin:0 to 1028
  872. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:shoggothblock:0 to 8
  873. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:abychunk:0 to 3072
  874. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:abylcorore:0:0 to 4096
  875. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:abylcorore:0 to 4096
  876. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:cpearl:0 to 262
  877. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:sulfur:0:0 to 32
  878. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:sulfur:0 to 32
  879. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:azathothcoin:0 to 1028
  880. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:abycorore:0:0 to 32
  881. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:abycorore:0 to 32
  882. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:gatewaykeydl:0 to 0
  883. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:eldercoin:0 to 1028
  884. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:cthulhucharm:* to 0
  885. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:jzaharcoin:0 to 1028
  886. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:coraliumore:0:0 to 32
  887. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:coraliumore:0 to 32
  888. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:transmutator:0 to 95606
  889. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:shoggothbiomass:0 to 16
  890. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:abyingot:0 to 3072
  891. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:essence:* to 0
  892. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:dreadchunk:0 to 6144
  893. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:copperingot:0 to 128
  894. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:shubniggurathcharm:* to 0
  895. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:antibeef:0 to 24
  896. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:gatewaykeyjzh:0 to 0
  897. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:11 to 0
  898. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:18 to 0
  899. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:10 to 0
  900. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:19 to 0
  901. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:9 to 0
  902. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:16 to 0
  903. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:8 to 0
  904. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:17 to 0
  905. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for thermalfoundation:material:864 to 0
  906. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:15 to 0
  907. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:22 to 0
  908. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for thermalfoundation:material:865 to 0
  909. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:14 to 0
  910. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:23 to 0
  911. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for thermalfoundation:material:866 to 0
  912. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:13 to 0
  913. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:20 to 0
  914. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:12 to 0
  915. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:21 to 0
  916. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:3 to 0
  917. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:2 to 0
  918. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:1 to 0
  919. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:24 to 0
  920. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:0 to 0
  921. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:7 to 0
  922. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:6 to 0
  923. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:5 to 0
  924. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:4 to 0
  925. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:2 to 0
  926. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:3 to 0
  927. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:0 to 0
  928. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:24 to 0
  929. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:1 to 0
  930. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:6 to 0
  931. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:7 to 0
  932. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:4 to 0
  933. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:5 to 0
  934. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for thermalfoundation:material:892 to 0
  935. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:19 to 0
  936. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:10 to 0
  937. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for thermalfoundation:material:893 to 0
  938. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:18 to 0
  939. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:11 to 0
  940. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for thermalfoundation:material:894 to 0
  941. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:17 to 0
  942. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:8 to 0
  943. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for thermalfoundation:material:895 to 0
  944. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:16 to 0
  945. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:9 to 0
  946. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:23 to 0
  947. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:14 to 0
  948. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:22 to 0
  949. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:15 to 0
  950. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:21 to 0
  951. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:12 to 0
  952. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystal:20 to 0
  953. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalshard:13 to 0
  954. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:5 to 0
  955. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:4 to 0
  956. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:7 to 0
  957. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:6 to 0
  958. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:1 to 0
  959. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:0 to 0
  960. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:3 to 0
  961. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:2 to 0
  962. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:13 to 0
  963. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:12 to 0
  964. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:15 to 0
  965. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:14 to 0
  966. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:9 to 0
  967. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:8 to 0
  968. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:11 to 0
  969. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:10 to 0
  970. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:21 to 0
  971. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:20 to 0
  972. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:23 to 0
  973. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:22 to 0
  974. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:17 to 0
  975. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:16 to 0
  976. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:19 to 0
  977. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:18 to 0
  978. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for abyssalcraft:crystalfragment:24 to 0
  979. [20:52:18] [Server thread/INFO] [projecte]: abyssalcraft setting value for libvulpes:productcrystal:0 to 0
  980. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:blaze_powder:0:0 to 7680
  981. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:blaze_powder:0 to 7680
  982. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:tobacco_mining:0 to 1536
  983. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:bone:0 to 3456
  984. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:mixedingot:0 to 4736
  985. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:nugget:10 to 4096
  986. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:15 to 7040
  987. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for forge:bucketfilled:0:800 to 21120
  988. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for forge:bucketfilled:0 to 21120
  989. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:14 to 5120
  990. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:13 to 17280
  991. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:11 to 14080
  992. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:10 to 12800
  993. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:9 to 12800
  994. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:arrow:0 to 320
  995. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:6 to 6400
  996. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:5 to 1280
  997. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:4 to 6400
  998. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:3 to 3200
  999. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:2 to 6400
  1000. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:1 to 3840
  1001. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:slime_ball:0 to 1216
  1002. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:blaze_rod:0 to 1536
  1003. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:alumentum:0 to 2240
  1004. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:tobaccoseed:0 to 6400
  1005. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:focus_1:0 to 5760
  1006. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:briar:0 to 5120
  1007. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:glowstone_dust:0:0 to 2880
  1008. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:glowstone_dust:0 to 2880
  1009. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:cluster:0 to 2240
  1010. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:cluster:1 to 2240
  1011. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:sand:0 to 3200
  1012. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:cluster:2 to 960
  1013. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:rainbowcactus:0 to 6336
  1014. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:cluster:3 to 960
  1015. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:tobacco_tainted:0 to 2304
  1016. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:cluster:4 to 960
  1017. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:cluster:5 to 960
  1018. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:cluster:6 to 2240
  1019. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:tobacco_fighting:0 to 2304
  1020. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:cluster:7 to 2240
  1021. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:lazulliaseed:0 to 11072
  1022. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:string:0 to 1600
  1023. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:sanity_soap:0 to 54400
  1024. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:earthingot:0 to 1920
  1025. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:thauminite_ingot:0 to 2880
  1026. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:clay_ball:0 to 320
  1027. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:salis_mundus:0 to 3072
  1028. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:tobacco_knowledge:0 to 1536
  1029. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:orderingot:0 to 1920
  1030. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:dye:0 to 2240
  1031. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:gold_nugget:0 to 2880
  1032. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:nitor_yellow:0 to 3200
  1033. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:redlonseed:0 to 2944
  1034. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:wateringot:0 to 1920
  1035. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:glieoniaseed:0 to 3968
  1036. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:amber:0 to 1536
  1037. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:entropyingot:0 to 1920
  1038. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:sweedseed:0 to 7360
  1039. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:ingot:1 to 2560
  1040. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:ingot:0 to 1280
  1041. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:ingot:2 to 1280
  1042. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:lucriteseed:0 to 9984
  1043. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:quicksilver:0 to 2048
  1044. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:aurelia:0 to 5696
  1045. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:metalleatseed:0 to 3648
  1046. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:lava_bucket:0 to 1280
  1047. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:taintedingot:0 to 7680
  1048. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:tallow:0 to 64
  1049. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:gunpowder:0 to 2560
  1050. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:plaxseed:0 to 5440
  1051. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:bottle_taint:0 to 9600
  1052. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:pyrobucket:0 to 3072
  1053. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:web:0 to 960
  1054. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:fireingot:0 to 1920
  1055. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:void_seed:0 to 4800
  1056. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:flint:0 to 960
  1057. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:bath_salts:0 to 23040
  1058. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:leather:0 to 960
  1059. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:flaxium:0 to 3712
  1060. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:airingot:0 to 1920
  1061. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for minecraft:cactus:0 to 384
  1062. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:everfull_urn:0 to 6400
  1063. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumictinkerer:cleaning_talisman:0 to 17280
  1064. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:elemental_axe:0 to 10624
  1065. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:elemental_shovel:0 to 16384
  1066. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:crystal_ordo:0:0 to 2880
  1067. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:crystal_ordo:0 to 2880
  1068. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:primordial_pearl:0 to 137216
  1069. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:stone_ancient:0 to 16
  1070. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:12 to 8064
  1071. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for NSSFAKE:/0 by thaumicequivalence to 1024
  1072. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:8 to 9600
  1073. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:seal:7 to 8960
  1074. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:fortress_helm:0 to 19072
  1075. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:crystal_vitium:0:0 to 8896
  1076. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:crystal_vitium:0 to 8896
  1077. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:verdant_charm:0 to 26240
  1078. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:cloud_ring:0 to 4224
  1079. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:crystal_aer:0:0 to 2880
  1080. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:crystal_aer:0 to 2880
  1081. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:focus_2:0 to 11072
  1082. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:curiosity_band:0 to 78720
  1083. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:focus_3:0 to 25920
  1084. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:crystal_perditio:0:0 to 2880
  1085. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:crystal_perditio:0 to 2880
  1086. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:endersapling:0 to 17408
  1087. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:overchanter:0 to 44032
  1088. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:lamp_fertility:0 to 18816
  1089. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:goldensapling:0 to 29696
  1090. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:turret:2 to 53696
  1091. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:salis_mundus:0:3072 to 138
  1092. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:salis_mundus:0 to 138
  1093. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:amulet_vis:1 to 38144
  1094. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:tobacco_wispy:0 to 4224
  1095. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:fortress_chest:0 to 22272
  1096. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:hand_mirror:0 to 24320
  1097. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:mirror:0 to 13824
  1098. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:mirror_essentia:0 to 10048
  1099. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:herobrinesscythe:0 to 24320
  1100. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:brain:0 to 512
  1101. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:shimmerleaf:0 to 128
  1102. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:amber:0:1536 to 512
  1103. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:amber:0 to 512
  1104. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:crystal_terra:0:0 to 2880
  1105. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:crystal_terra:0 to 2880
  1106. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:elemental_hoe:0 to 10624
  1107. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:traveller_boots:0 to 33024
  1108. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:jar_brain:0 to 26496
  1109. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:quicksilver:0:2048 to 128
  1110. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:quicksilver:0 to 128
  1111. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:causality_collapser:0 to 40192
  1112. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:stone_arcane:0 to 72
  1113. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:tobacco_eldritch:0 to 3712
  1114. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:crystal_aqua:0:0 to 2880
  1115. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:crystal_aqua:0 to 2880
  1116. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:cinderpearl:0 to 768
  1117. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:charm_undying:0 to 5248
  1118. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:nethersapling:0 to 9216
  1119. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:mind:1 to 29696
  1120. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:elemental_sword:0 to 16384
  1121. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:crystal_ignis:0:0 to 2880
  1122. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:crystal_ignis:0 to 2880
  1123. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:stone_eldritch_tile:0 to 32
  1124. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:lamp_growth:0 to 15616
  1125. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:voidseed:0 to 46080
  1126. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumicbases:silverwoodpipe:0 to 11264
  1127. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:fortress_legs:0 to 20672
  1128. [20:52:18] [Server thread/INFO] [projecte]: thaumicequivalence setting value for thaumcraft:elemental_pick:0 to 16384
  1129. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for minecraft:totem_of_undying:0 to 51200
  1130. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:salis_mundus:0:138 to 128
  1131. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for thaumcraft:salis_mundus:0 to 128
  1132. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for embers:archaic_brick:0 to 32
  1133. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for embers:shard_ember:0 to 120
  1134. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:primordial_pearl:0:137216 to 131072
  1135. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for thaumcraft:primordial_pearl:0 to 131072
  1136. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:brain:0:512 to 256
  1137. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for thaumcraft:brain:0 to 256
  1138. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:shimmerleaf:0:128 to 128
  1139. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for thaumcraft:shimmerleaf:0 to 128
  1140. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for minecraft:experience_bottle:0 to 864
  1141. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:stone_ancient:0:16 to 16
  1142. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for thaumcraft:stone_ancient:0 to 16
  1143. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:amber:0:512 to 512
  1144. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for thaumcraft:amber:0 to 512
  1145. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:nugget:10:4096 to 4096
  1146. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for thaumcraft:nugget:10 to 4096
  1147. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for enderio:block_enderman_skull:0 to 65536
  1148. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for embers:ingot_dawnstone:0 to 3072
  1149. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for embers:alchemic_waste:0 to 32
  1150. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:ingot:2:1280 to 576
  1151. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for thaumcraft:ingot:2 to 576
  1152. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:quicksilver:0:128 to 256
  1153. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for thaumcraft:quicksilver:0 to 256
  1154. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for enderio:item_material:16 to 21560
  1155. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for enderio:item_material:17 to 20480
  1156. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for draconicevolution:dragon_heart:0 to 139264
  1157. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for enderio:item_material:19 to 23608
  1158. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for enderio:item_material:20:0 to 32
  1159. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for enderio:item_material:20 to 32
  1160. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:4 to 16
  1161. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:5 to 16
  1162. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:6 to 16
  1163. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:7 to 16
  1164. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:0 to 16
  1165. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:1 to 16
  1166. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for minecraft:dragon_breath:0 to 1025
  1167. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:2 to 16
  1168. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for enderio:item_material:46 to 32
  1169. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for embers:dust_ash:0:0 to 32
  1170. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for embers:dust_ash:0 to 32
  1171. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:3 to 16
  1172. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for draconicevolution:draconium_dust:0:0 to 8192
  1173. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for draconicevolution:draconium_dust:0 to 8192
  1174. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for enderio:item_material:47 to 24
  1175. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:12 to 16
  1176. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:13 to 16
  1177. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:14 to 16
  1178. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:15 to 16
  1179. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:cinderpearl:0:768 to 768
  1180. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for thaumcraft:cinderpearl:0 to 768
  1181. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:8 to 16
  1182. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:9 to 16
  1183. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for minecraft:elytra:0 to 65536
  1184. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:10 to 16
  1185. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for botania:flower:11 to 16
  1186. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for avaritia:resource:2 to 512
  1187. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:stone_eldritch_tile:0:32 to 32
  1188. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for thaumcraft:stone_eldritch_tile:0 to 32
  1189. [20:52:18] [Server thread/INFO] [projecte]: expequiv setting value for draconicevolution:chaos_shard:0 to 1024000
  1190. [20:52:18] [Server thread/INFO] [projecte]: Collected Mappings from moze_intel.projecte.emc.mappers.APICustomEMCMapper
  1191. [20:52:18] [Server thread/INFO] [projecte]: Adding conversions from group 'default' with comment 'Default conversion group'
  1192. [20:52:18] [Server thread/INFO] [projecte]: Adding conversions from group 'concrete_powder_to_block' with comment 'Propagate concrete powder values to concrete blocks'
  1193. [20:52:18] [Server thread/INFO] [projecte]: Adding conversions from group 'notch_apple' with comment 'Give Notch apple a value based on its old recipe'
  1194. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:prismarine_crystals:0:0 to 512
  1195. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:redstone:0:0 to 64
  1196. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:slime_ball:0:1216 to 32
  1197. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:glowstone_dust:0:2880 to 384
  1198. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:sand:0:3200 to 1
  1199. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:clay_ball:0:320 to 16
  1200. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:dye:0:2240 to 16
  1201. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:gunpowder:0:2560 to 192
  1202. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:web:0:960 to 12
  1203. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:bone:0:3456 to 144
  1204. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:blaze_rod:0:1536 to 1536
  1205. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:string:0:1600 to 12
  1206. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:flint:0:960 to 4
  1207. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:cactus:0:384 to 8
  1208. [20:52:18] [Server thread/INFO] [projecte]: Collected Mappings from defaults.json
  1209. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thaumcraft:ingot:0:1280 to 2048
  1210. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thermalfoundation:material:768:0 to 64
  1211. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for enderio:item_material:23:0 to 64
  1212. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:redstone:0:64 to 64
  1213. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:diamond:0:8192 to 8192
  1214. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:cobblestone:0:1 to 1
  1215. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thermalfoundation:material:769:0 to 16
  1216. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:glowstone_dust:0:384 to 384
  1217. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:stone:0:1 to 1
  1218. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thermalfoundation:material:771:0 to 32
  1219. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:sulfur:0:32 to 32
  1220. [20:52:18] [Server thread/INFO] [projecte]: Collected Mappings from ODdefaults.json
  1221. [20:52:18] [Server thread/INFO] [projecte]: Collected Mappings from metals.json
  1222. [20:52:18] [Server thread/INFO] [projecte]: Collected Mappings from moze_intel.projecte.emc.mappers.customConversions.CustomConversionMapper
  1223. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for minecraft:blaze_powder:0: 768
  1224. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for minecraft:blaze_powder:0:7680 to 768
  1225. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for matteroverdrive:tritanium_ingot:0: 512
  1226. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for matteroverdrive:dilithium_crystal:0: 1024
  1227. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for thermalfoundation:material:160: 384
  1228. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for libvulpes:productingot:7: 2048
  1229. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for thermalfoundation:material:352: 384
  1230. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for thermalfoundation:material:32: 256
  1231. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for thermalfoundation:material:33: 2048
  1232. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for libvulpes:productplate:7: 2048
  1233. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for thermalfoundation:material:321: 256
  1234. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for thermalfoundation:material:64: 128
  1235. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thermalfoundation:material:64:0 to 128
  1236. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for thermalfoundation:material:320: 128
  1237. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for thermalfoundation:material:1: 2048
  1238. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thermalfoundation:material:1:0 to 2048
  1239. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for libvulpes:productboule:3: 35
  1240. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for advancedrocketry:wafer:0: 9
  1241. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for advancedrocketry:itemcircuitplate:1: 2633
  1242. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for advancedrocketry:ic:2: 658
  1243. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for advancedrocketry:itemcircuitplate:0: 2121
  1244. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for advancedrocketry:ic:0: 530
  1245. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for advancedrocketry:ic:1: 3977
  1246. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for matteroverdrive:isolinear_circuit:1: 2369
  1247. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for extrautils2:endershard:0: 128
  1248. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for matteroverdrive:isolinear_circuit:2: 10561
  1249. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for matteroverdrive:isolinear_circuit:3: 26945
  1250. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for thermalfoundation:material:1024: 816
  1251. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for thermalfoundation:material:1024:0 to 816
  1252. [20:52:18] [Server thread/INFO] [projecte]: Adding custom EMC value for abyssalcraft:energyrelay:0: 1680
  1253. [20:52:18] [Server thread/WARN] [projecte]: Overwriting fixValueBeforeInherit for abyssalcraft:energyrelay:0:0 to 1680
  1254. [20:52:18] [Server thread/INFO] [projecte]: Collected Mappings from moze_intel.projecte.emc.mappers.CustomEMCMapper
  1255. [20:52:18] [Server thread/WARN] [projecte]: Can not map Crafting Recipes with Type: com.rwtema.extrautils2.items.ItemUnstableIngots$UnstableIngotRecipe
  1256. [20:52:18] [Server thread/WARN] [projecte]: Can not map Crafting Recipes with Type: com.rwtema.extrautils2.crafting.EnchantRecipe
  1257. [20:52:18] [Server thread/WARN] [projecte]: Can not map Crafting Recipes with Type: thaumcraft.common.lib.crafting.RecipeTripleMeatTreat
  1258. [20:52:18] [Server thread/WARN] [projecte]: Can not map Crafting Recipes with Type: thaumcraft.common.lib.crafting.RecipeMagicDust
  1259. [20:52:18] [Server thread/WARN] [projecte]: Can not map Crafting Recipes with Type: com.brandon3055.draconicevolution.lib.RecipeEIOStabilization
  1260. [20:52:18] [Server thread/WARN] [projecte]: Can not map Crafting Recipes with Type: teamroots.embers.recipe.AshenCloakSocketRecipe
  1261. [20:52:18] [Server thread/WARN] [projecte]: Can not map Crafting Recipes with Type: teamroots.embers.recipe.AshenCloakUnsocketRecipe
  1262. [20:52:18] [Server thread/WARN] [projecte]: Can not map Crafting Recipes with Type: cofh.thermaldynamics.util.RecipeCover
  1263. [20:52:18] [Server thread/INFO] [projecte]: Collected Mappings from moze_intel.projecte.emc.mappers.CraftingMapper
  1264. [20:52:18] [Server thread/INFO] [projecte]: Collected Mappings from moze_intel.projecte.emc.mappers.FluidMapper
  1265. [20:52:18] [Server thread/INFO] [expequiv]: Collected Mappings from com.zeitheron.expequiv.exp.avaritia.CompressionEMCMapper
  1266. [20:52:18] [Server thread/INFO] [expequiv]: Collected Mappings from com.zeitheron.expequiv.exp.avaritia.ExtremeEMCMapper
  1267. [20:52:18] [Server thread/INFO] [expequiv]: Collected Mappings from com.zeitheron.expequiv.exp.embers.AlchemyEMCMapper
  1268. [20:52:18] [Server thread/INFO] [expequiv]: Collected Mappings from com.zeitheron.expequiv.exp.embers.StamperEMCMapper
  1269. [20:52:18] [Server thread/INFO] [expequiv]: Collected Mappings from com.zeitheron.expequiv.exp.botania.ManaPoolEMCMapper
  1270. [20:52:18] [Server thread/INFO] [expequiv]: Collected Mappings from com.zeitheron.expequiv.exp.botania.ElvenTradeEMCMapper
  1271. [20:52:18] [Server thread/INFO] [expequiv]: Collected Mappings from com.zeitheron.expequiv.exp.botania.PureDaisyEMCMapper
  1272. [20:52:18] [Server thread/INFO] [expequiv]: Collected Mappings from com.zeitheron.expequiv.exp.botania.TerrestrialEMCMapper
  1273. [20:52:18] [Server thread/INFO] [expequiv]: Collected Mappings from com.zeitheron.expequiv.exp.draconicevolution.FusionEMCMapper
  1274. [20:52:18] [Server thread/INFO] [expequiv]: Collected Mappings from com.zeitheron.expequiv.exp.thaumcraft.MagicalEMCMapper
  1275. [20:52:18] [Server thread/INFO] [expequiv]: Collected Mappings from com.zeitheron.expequiv.exp.enderio.AlloySmelterEMCMapper
  1276. [20:52:18] [Server thread/INFO] [expequiv]: Collected Mappings from com.zeitheron.expequiv.exp.enderio.SAGEMCMapper
  1277. [20:52:18] [Server thread/INFO] [expequiv]: Collected Mappings from com.zeitheron.expequiv.exp.enderio.SliceNSpliceEMCMapper
  1278. [20:52:18] [Server thread/WARN] [projecte]: Ignoring Recipe because of invalid ingredient or output: {NSSFAKE:/[1xitem.skull@32767, 1xtile.block_enderman_skull@0, 1xitem.rottenFlesh@0, 1xitem.chickenRaw@0, 1xitem.beefRaw@0, 1xitem.porkchopRaw@0, 1xitem.rabbitRaw@0, 1xitem.muttonRaw@0]=1, NSSFAKE:/[1xitem.sugar@0, 1xtile.mushroom@0, 1xtile.mushroom@0, 1xitem.netherStalkSeeds@0, 1xitem.fermentedSpiderEye@0]=1, Fluid: water=1000} -> 0xnull
  1279. [20:52:18] [Server thread/WARN] [projecte]: Ignoring Recipe because of invalid ingredient or output: {Fluid: nutrient_distillation=1000, enderio:item_material:36=1, enderio:item_material:37=1} -> 0xnull
  1280. [20:52:18] [Server thread/WARN] [projecte]: Ignoring Recipe because of invalid ingredient or output: {Fluid: ender_distillation=1000, enderio:item_material:34=1, enderio:item_material:36=1} -> 0xnull
  1281. [20:52:18] [Server thread/WARN] [projecte]: Ignoring Recipe because of invalid ingredient or output: {NSSFAKE:/[1xitem.sugar@0, 1xitem.melon@0]=1, NSSFAKE:/[1xitem.potatoPoisonous@0, 1xitem.potato@0, 1xitem.apple@0, 1xitem.item_material@21, 1xitem.seeds@0, 1xitem.seeds_pumpkin@0, 1xitem.seeds_melon@0, 1xitem.beetroot_seeds@0]=1, Fluid: water=1000} -> 0xnull
  1282. [20:52:18] [Server thread/WARN] [projecte]: Ignoring Recipe because of invalid ingredient or output: {minecraft:gunpowder:0=1, Fluid: hootch=1000, minecraft:redstone:0=1} -> 0xnull
  1283. [20:52:18] [Server thread/WARN] [projecte]: Ignoring Recipe because of invalid ingredient or output: {Fluid: hootch=1000, minecraft:blaze_powder:0=1, minecraft:redstone:0=1} -> 0xnull
  1284. [20:52:18] [Server thread/WARN] [projecte]: Ignoring Recipe because of invalid ingredient or output: {Fluid: fire_water=1000, NSSFAKE:/[1xitem.yellowDust@0, 1xtile.lightgem@0]=1, minecraft:double_plant:0=1} -> 0xnull
  1285. [20:52:18] [Server thread/WARN] [projecte]: Ignoring Recipe because of invalid ingredient or output: {NSSFAKE:/[1xitem.thermalfoundation.material@66, 1xitem.clay@0, 1xtile.clay@0]=1, Fluid: water=1000, NSSFAKE:/[1xitem.snowball@0, 1xtile.snow@0, 1xtile.ice@0, 1xtile.icePacked@0]=1} -> 0xnull
  1286. [20:52:18] [Server thread/WARN] [projecte]: Ignoring Recipe because of invalid ingredient or output: {Fluid: cloud_seed=1000, NSSFAKE:/[1xitem.thermalfoundation.material@66, 1xitem.thermalfoundation.material@97, 1xitem.clay@0, 1xtile.clay@0]=1} -> 0xnull
  1287. [20:52:18] [Server thread/INFO] [expequiv]: Collected Mappings from com.zeitheron.expequiv.exp.enderio.VatEMCMapper
  1288. [20:52:18] [Server thread/FATAL] [expequiv]: Exception during Mapping Collection from Mapper com.zeitheron.expequiv.exp.reborncore.RebornCoreEMCMapper. PLEASE REPORT THIS! EMC VALUES MIGHT BE INCONSISTENT!
  1289. java.lang.NoClassDefFoundError: reborncore/api/recipe/RecipeHandler
  1290. at com.zeitheron.expequiv.exp.reborncore.RebornCoreEMCMapper.addMappings(RebornCoreEMCMapper.java:19) ~[RebornCoreEMCMapper.class:?]
  1291. at com.zeitheron.expequiv.ExpandedEquivalence.lambda$addMappings$4(ExpandedEquivalence.java:131) [ExpandedEquivalence.class:?]
  1292. at com.zeitheron.expequiv.ExpandedEquivalence$$Lambda$1066/1499205955.accept(Unknown Source) [ExpandedEquivalence.class:?]
  1293. at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_51]
  1294. at com.zeitheron.expequiv.ExpandedEquivalence.addMappings(ExpandedEquivalence.java:123) [ExpandedEquivalence.class:?]
  1295. at moze_intel.projecte.emc.mappers.SmeltingMapper.addMappings(SmeltingMapper.java) [SmeltingMapper.class:?]
  1296. at moze_intel.projecte.emc.EMCMapper.map(EMCMapper.java:98) [EMCMapper.class:?]
  1297. at moze_intel.projecte.PECore.serverStarting(PECore.java:176) [PECore.class:?]
  1298. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
  1299. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
  1300. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  1301. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  1302. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627) [FMLModContainer.class:?]
  1303. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) ~[?:?]
  1304. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  1305. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  1306. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
  1307. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
  1308. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
  1309. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
  1310. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
  1311. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
  1312. at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
  1313. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) [LoadController.class:?]
  1314. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) [LoadController.class:?]
  1315. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
  1316. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
  1317. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  1318. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  1319. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
  1320. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
  1321. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
  1322. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
  1323. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
  1324. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
  1325. at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
  1326. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) [LoadController.class:?]
  1327. at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:794) [Loader.class:?]
  1328. at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:296) [FMLCommonHandler.class:?]
  1329. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:158) [chd.class:?]
  1330. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  1331. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  1332. [20:52:18] [Server thread/INFO] [projecte]: Collected Mappings from moze_intel.projecte.emc.mappers.SmeltingMapper
  1333. [20:52:18] [Server thread/INFO] [projecte]: Collected Mappings from moze_intel.projecte.emc.mappers.APICustomConversionMapper
  1334. [20:52:18] [Server thread/ERROR] [projecte]: null item in getVariants
  1335. [20:52:18] [Server thread/INFO] [projecte]: Mapping Collection finished
  1336. [20:52:18] [Server thread/INFO] [projecte]: Starting to generate Values:
  1337. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*minecraft:iron_nugget:0 => 1*minecraft:iron_ingot:0) cost 72 but output value is 256
  1338. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*abyssalcraft:coin:* => 4*minecraft:iron_ingot:0) cost 516 but output value is 256
  1339. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 8*minecraft:stone:0 + 1*thaumcraft:crystal_essence:0 => 9*thaumcraft:stone_arcane:0) cost 164 but output value is 72
  1340. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*thermalfoundation:material:17 => 1*minecraft:emerald:0) cost 16380 but output value is 16384
  1341. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/cf5b5a04-e6c5-4796-b03f-9eca936b8d87AlienisVisX4 + 1*NSSFAKE:/ca190973-6463-42bd-ba1a-603b5b0616f4HerbaVisX15 + 1*NSSFAKE:/de634abf-2e98-4204-8c9c-2a21d64685e2AuramVisX5 + 1*minecraft:red_flower:7 => 1*thaumicbases:aurelia:0) cost 1552 but output value is 5696
  1342. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + -1*minecraft:bucket:0 + 1*NSSFAKE:/7fc9391d-6ce3-4443-a49e-98e58f6778c6PraecantatioVisX8 + 1*minecraft:lava_bucket:0 + 1*NSSFAKE:/bdc3b3b0-d592-494c-8697-7797443ed333IgnisVisX24 => 1*thaumicbases:pyrobucket:0) cost 2560 but output value is 3072
  1343. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:wheat_seeds:0 + 1*NSSFAKE:/826a16c5-3571-4b46-a762-d665e1aaed80MessisVisX2 + 1*NSSFAKE:/76453fba-7d1a-4804-86c6-e23f290e98d2HumanusVisX4 + 1*NSSFAKE:/ae4b76fc-cbb4-48cf-a8f0-9b8609f7295aAquaVisX8 + 1*NSSFAKE:/a8c8b074-b802-4b2b-888d-9e85f72fc3c0CognitioVisX10 => 1*thaumicbases:tobaccoseed:0) cost 1552 but output value is 6400
  1344. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/eebd600b-7bab-4cc7-ae71-4ac8b532e5a4CognitioVisX75 + 1*NSSFAKE:/427b20cc-f8ce-4887-90b8-979ba8f19221OrdoVisX75 + 1*thaumcraft:flesh_block:0 + 1*NSSFAKE:/334a1e63-ac1c-4377-8bc1-e4a050fd1523VictusVisX50 + 1*NSSFAKE:/45141390-2bb2-4c39-a705-61f047942b36AlienisVisX50 => 1*thaumcraft:sanity_soap:0) cost 16288 but output value is 54400
  1345. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@227, 1xitem.nugget_bronze@0] => 1*embers:ingot_bronze:0" ingredient cost: 153 value of result: 160 setValueFromConversion: 0 + 3*OD: ingotCopper + 1*OD: ingotTin => 4*embers:ingot_bronze:0
  1346. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:red_flower:3 + 1*NSSFAKE:/e38a1e05-9ecd-4f1b-adc7-f3b1b67fcf3dPraecantatioVisX8 + 1*NSSFAKE:/04fca436-2669-45da-a69e-883a99e8dcfbVictusVisX4 + 1*NSSFAKE:/ea9227e0-379d-4ac3-8704-7414a152558eHerbaVisX10 => 1*thaumicbases:glieoniaseed:0) cost 1424 but output value is 3968
  1347. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 7*NSSFAKE:/[1xitem.thermalfoundation.material@772, 1xitem.nitre@0] + 1*minecraft:coal:1 + 1*NSSFAKE:/[1xitem.thermalfoundation.material@771, 1xitem.sulfur@0] => 4*minecraft:gunpowder:0) cost 288 but output value is 192
  1348. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 2*NSSFAKE:/[1xitem.thermalfoundation.material@772, 1xitem.nitre@0] + 1*NSSFAKE:/[1xitem.thermalfoundation.material@768, 1xitem.item_material@23] + 1*NSSFAKE:/[1xitem.thermalfoundation.material@771, 1xitem.sulfur@0] => 1*minecraft:gunpowder:0) cost 160 but output value is 192
  1349. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 2*NSSFAKE:/[1xitem.thermalfoundation.material@772, 1xitem.nitre@0] + 1*thermalfoundation:material:769 + 1*NSSFAKE:/[1xitem.thermalfoundation.material@771, 1xitem.sulfur@0] => 1*minecraft:gunpowder:0) cost 112 but output value is 192
  1350. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@194, 1xitem.nugget@3, 1xitem.nugget_silver@0] => 1*embers:ingot_silver:0" ingredient cost: 504 value of result: 512 setValueFromConversion: 0 + 2*OD: ingotIron => 1*embers:ingot_silver:0
  1351. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*thermalfoundation:material:229 => 1*thermalfoundation:material:165" ingredient cost: 378 value of result: 384 setValueFromConversion: 0 + 3*OD: ingotCopper + 1*OD: ingotSilver + 10*OD: dustRedstone => 4*thermalfoundation:material:165
  1352. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*thermalfoundation:material:230 => 1*thermalfoundation:material:166" ingredient cost: 702 value of result: 704 setValueFromConversion: 0 + 3*OD: ingotTin + 1*OD: ingotSilver + 4*OD: dustGlowstone => 4*thermalfoundation:material:166
  1353. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*thermalfoundation:material:231 => 1*thermalfoundation:material:167" ingredient cost: 2520 value of result: 2528 setValueFromConversion: 0 + 2*OD: ingotTin + 1*OD: ingotSilver + 1*OD: ingotPlatinum + 1*minecraft:coal:1 + 1*OD: dustRedstone + 1*minecraft:blaze_powder:0 + 1*OD: dustSulfur + 4*minecraft:ender_pearl:0 => 4*thermalfoundation:material:167
  1354. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 1*minecraft:sand:* + 2*enderio:item_material:39 => 2*thermalfoundation:material:167" ingredient cost: 2561 value of result: 2528 setValueFromConversion: 0 + 2*OD: ingotTin + 1*OD: ingotSilver + 1*OD: ingotPlatinum + 1*minecraft:coal:1 + 1*OD: dustRedstone + 1*minecraft:blaze_powder:0 + 1*OD: dustSulfur + 4*minecraft:ender_pearl:0 => 4*thermalfoundation:material:167
  1355. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@224, 1xitem.nugget@6] => 1*thermalfoundation:material:160) cost 378 but output value is 384
  1356. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/[1xtile.thermalfoundation.storage@0, 1xtile.metal@6] => 9*thermalfoundation:material:160) cost 3402 but output value is 384
  1357. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@225, 1xitem.nugget_electrum@0] => 1*thermalfoundation:material:161" ingredient cost: 1278 value of result: 1280 setValueFromConversion: 0 + 1*OD: ingotSilver + 1*OD: ingotGold => 2*thermalfoundation:material:161
  1358. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*thermalfoundation:material:226 => 1*thermalfoundation:material:162" ingredient cost: 504 value of result: 512 setValueFromConversion: 0 + 1*OD: ingotNickel + 2*OD: ingotIron => 3*thermalfoundation:material:162
  1359. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@227, 1xitem.nugget_bronze@0] => 1*thermalfoundation:material:163" ingredient cost: 153 value of result: 160 setValueFromConversion: 0 + 3*OD: ingotCopper + 1*OD: ingotTin => 4*thermalfoundation:material:163
  1360. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@196, 1xitem.nugget@9, 1xitem.nugget_aluminum@0] => 1*thermalfoundation:material:132" ingredient cost: 126 value of result: 128 setValueFromConversion: 0 + 1*OD: ingotIron => 2*thermalfoundation:material:132
  1361. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@197, 1xitem.nugget_nickel@0] => 1*thermalfoundation:material:133" ingredient cost: 1017 value of result: 1024 setValueFromConversion: 0 + 4*OD: ingotIron => 1*thermalfoundation:material:133
  1362. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*thermalfoundation:material:198 => 1*thermalfoundation:material:134" ingredient cost: 4095 value of result: 4096 setValueFromConversion: 0 + 16*OD: ingotIron => 1*thermalfoundation:material:134
  1363. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*thaumcraft:nugget:1 => 1*thermalfoundation:material:128" ingredient cost: 126 value of result: 128 setValueFromConversion: 0 + 1*OD: ingotIron => 2*thermalfoundation:material:128
  1364. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@192, 1xitem.nugget@4, 1xitem.nugget@1, 1xitem.nugget_copper@0] => 1*thermalfoundation:material:128" ingredient cost: 126 value of result: 128 setValueFromConversion: 0 + 1*OD: ingotIron => 2*thermalfoundation:material:128
  1365. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*thaumcraft:nugget:2 => 1*thermalfoundation:material:129" ingredient cost: 252 value of result: 256 setValueFromConversion: 0 + 1*OD: ingotIron => 1*thermalfoundation:material:129
  1366. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@193, 1xitem.nugget@5, 1xitem.nugget@2, 1xitem.nugget_tin@0] => 1*thermalfoundation:material:129" ingredient cost: 252 value of result: 256 setValueFromConversion: 0 + 1*OD: ingotIron => 1*thermalfoundation:material:129
  1367. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*thaumcraft:nugget:3 => 1*thermalfoundation:material:130" ingredient cost: 504 value of result: 512 setValueFromConversion: 0 + 2*OD: ingotIron => 1*thermalfoundation:material:130
  1368. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 1*NSSFAKE:/[1xitem.coal@0, 1xitem.coal@1] + 0*projecte:item.pe_philosophers_stone:0 + 7*thaumcraft:cluster:4 => 14*thermalfoundation:material:130" ingredient cost: 6752 value of result: 512 setValueFromConversion: 0 + 2*OD: ingotIron => 1*thermalfoundation:material:130
  1369. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@194, 1xitem.nugget@3, 1xitem.nugget_silver@0] => 1*thermalfoundation:material:130" ingredient cost: 504 value of result: 512 setValueFromConversion: 0 + 2*OD: ingotIron => 1*thermalfoundation:material:130
  1370. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 1*thaumcraft:cluster:4 => 2*thermalfoundation:material:130" ingredient cost: 960 value of result: 512 setValueFromConversion: 0 + 2*OD: ingotIron => 1*thermalfoundation:material:130
  1371. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*thaumcraft:nugget:4 => 1*thermalfoundation:material:131" ingredient cost: 504 value of result: 512 setValueFromConversion: 0 + 2*OD: ingotIron => 1*thermalfoundation:material:131
  1372. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 1*NSSFAKE:/[1xitem.coal@0, 1xitem.coal@1] + 0*projecte:item.pe_philosophers_stone:0 + 7*thaumcraft:cluster:5 => 14*thermalfoundation:material:131" ingredient cost: 6752 value of result: 512 setValueFromConversion: 0 + 2*OD: ingotIron => 1*thermalfoundation:material:131
  1373. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@195, 1xitem.nugget@4, 1xitem.nugget_lead@0] => 1*thermalfoundation:material:131" ingredient cost: 504 value of result: 512 setValueFromConversion: 0 + 2*OD: ingotIron => 1*thermalfoundation:material:131
  1374. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 1*thaumcraft:cluster:5 => 2*thermalfoundation:material:131" ingredient cost: 960 value of result: 512 setValueFromConversion: 0 + 2*OD: ingotIron => 1*thermalfoundation:material:131
  1375. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/77f948b8-eca3-43fe-b2f8-1dec5c3c9c37PotentiaVisX10 + 1*NSSFAKE:/[1xitem.coal@0, 1xitem.coal@1] + 1*NSSFAKE:/bd1c5e00-85d4-4a71-98dc-2c5c067b9a3cPerditioVisX5 + 1*NSSFAKE:/2efb0d1c-a31b-4d54-bc53-396ec37bb6d8IgnisVisX10 => 1*thaumcraft:alumentum:0) cost 1632 but output value is 2240
  1376. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/mana.2049001231 + 1*minecraft:redstone:0 => 1*minecraft:glowstone_dust:0) cost 94 but output value is 384
  1377. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@197, 1xitem.nugget_nickel@0] => 1*embers:ingot_nickel:0" ingredient cost: 1017 value of result: 1024 setValueFromConversion: 0 + 4*OD: ingotIron => 1*embers:ingot_nickel:0
  1378. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 5*thaumcraft:crystal_essence:0 + 1*NSSFAKE:/aa454c47-da3f-430d-9109-b2e32bc66745VacuosVisX50 + 1*NSSFAKE:/7c30f500-e065-4848-8bbb-f1c8acbde7ebAuramVisX50 + 1*thaumcraft:baubles:0 + 1*NSSFAKE:/984ae6c9-3484-4920-8a44-4b8bdd0fc984PotentiaVisX100 + 1*thaumcraft:vis_resonator:0 + 1*NSSFAKE:/46d15e6e-d3fb-4096-bbfe-0fd2024e7492Instability => 1*thaumcraft:amulet_vis:1) cost 26992 but output value is 38144
  1379. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*thermalfoundation:material:16 => 1*minecraft:diamond:0) cost 8190 but output value is 8192
  1380. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:slime:0 => 9*minecraft:slime_ball:0) cost 162 but output value is 32
  1381. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/17e07c7a-454a-480c-9a2b-bf8daa1a9c3aPraecantatioVisX10 + 1*NSSFAKE:/3e09e580-4179-48d1-831f-5cc1d88b5b6aAuramVisX5 + 1*thaumcraft:crystal_essence:0 + 1*NSSFAKE:/fbaa6cc9-e95c-48be-9dbe-ceb3661d3384VitreusVisX20 => 1*thaumcraft:focus_1:0) cost 2396 but output value is 5760
  1382. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*thaumcraft:salis_mundus:0 + 1*NSSFAKE:/1f5a9e5b-1449-4b8e-b16f-13cd1c969bf6VictusVisX40 + 1*NSSFAKE:/1817343a-6a6a-4a8e-9ad4-6742350c452cCognitioVisX40 + 1*NSSFAKE:/393aa38d-3a1d-4442-a67f-c7d5ad3d758aAerVisX40 + 1*NSSFAKE:/d2f3eaaf-acee-472e-a5a1-293603c02d14OrdoVisX40 => 1*thaumcraft:bath_salts:0) cost 10368 but output value is 23040
  1383. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 4*minecraft:sand:0 + 1*embers:dust_ash:0 => 4*minecraft:soul_sand:0) cost 36 but output value is 49
  1384. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:quartz:0 + 1*NSSFAKE:/mana.1160383832 => 2*minecraft:quartz:0) cost 506 but output value is 256
  1385. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*extrautils2:compressedgravel:0 => 9*minecraft:gravel:0) cost 9 but output value is 4
  1386. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@196, 1xitem.nugget@9, 1xitem.nugget_aluminum@0] => 1*libvulpes:productingot:9" ingredient cost: 126 value of result: 128 setValueFromConversion: 0 + 1*OD: ingotIron => 2*libvulpes:productingot:9
  1387. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@192, 1xitem.nugget@4, 1xitem.nugget@1, 1xitem.nugget_copper@0] => 1*libvulpes:productingot:4" ingredient cost: 126 value of result: 128 setValueFromConversion: 0 + 1*OD: ingotIron => 2*libvulpes:productingot:4
  1388. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@193, 1xitem.nugget@5, 1xitem.nugget@2, 1xitem.nugget_tin@0] => 1*libvulpes:productingot:5" ingredient cost: 252 value of result: 256 setValueFromConversion: 0 + 1*OD: ingotIron => 1*libvulpes:productingot:5
  1389. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*libvulpes:productnugget:7 => 1*libvulpes:productingot:7) cost 2043 but output value is 2048
  1390. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*libvulpes:productnugget:3 => 1*libvulpes:productingot:3) cost 27 but output value is 32
  1391. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*abyssalcraft:cobblestone:4 => 1*abyssalcraft:stone:4) cost 1 but output value is 16
  1392. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*enderio:item_alloy_nugget:2 => 1*enderio:item_alloy_ingot:2" ingredient cost: 3519 value of result: 3520 setValueFromConversion: 0 + 1*minecraft:ender_pearl:0 + 1*OD: ingotEnergeticAlloy => 1*enderio:item_alloy_ingot:2
  1393. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*enderio:item_alloy_nugget:3 => 1*enderio:item_alloy_ingot:3" ingredient cost: 90 value of result: 96 setValueFromConversion: 0 + 1*OD: itemSilicon + 1*OD: dustRedstone => 1*enderio:item_alloy_ingot:3
  1394. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*enderio:item_alloy_nugget:0 => 1*enderio:item_alloy_ingot:0" ingredient cost: 315 value of result: 320 setValueFromConversion: 0 + 1*OD: itemSilicon + 1*minecraft:coal:1 + 1*OD: ingotIron => 1*enderio:item_alloy_ingot:0
  1395. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*enderio:item_alloy_nugget:1 => 1*enderio:item_alloy_ingot:1" ingredient cost: 2493 value of result: 2496 setValueFromConversion: 0 + 1*OD: ingotGold + 1*OD: dustRedstone + 1*OD: dustGlowstone => 1*enderio:item_alloy_ingot:1
  1396. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*enderio:item_alloy_nugget:6 => 1*enderio:item_alloy_ingot:6" ingredient cost: 351 value of result: 352 setValueFromConversion: 0 + 1*minecraft:coal:1 + 1*OD: ingotIron + 1*minecraft:obsidian:0 => 1*enderio:item_alloy_ingot:6
  1397. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*enderio:item_alloy_nugget:4 => 1*enderio:item_alloy_ingot:4" ingredient cost: 315 value of result: 320 setValueFromConversion: 0 + 1*OD: dustRedstone + 1*OD: ingotIron => 1*enderio:item_alloy_ingot:4
  1398. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*enderio:item_alloy_nugget:5 => 1*enderio:item_alloy_ingot:5" ingredient cost: 1278 value of result: 1280 setValueFromConversion: 0 + 1*minecraft:ender_pearl:0 + 1*OD: ingotIron => 1*enderio:item_alloy_ingot:5
  1399. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:double_plant:4 + 1*NSSFAKE:/efa534e4-80dd-49c8-86c4-f592dfe8cd49HerbaVisX10 + 1*NSSFAKE:/453a5586-2474-473d-b2d9-c07dc7f991b7VictusVisX10 + 1*NSSFAKE:/1512cad5-6b9f-4adb-bfb8-9d2acacf0503SanoVisX10 => 1*thaumicbases:briar:0) cost 1952 but output value is 5120
  1400. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*OD: ice => 1*minecraft:packed_ice:0) cost 1 but output value is 4
  1401. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/3f13349e-d7cc-4bad-b24a-3a652dc574c8PraecantatioVisX8 + 1*minecraft:red_flower:2 + 1*NSSFAKE:/8d6afa16-1a7b-4f51-aad3-19815b8fa207HerbaVisX10 + 1*NSSFAKE:/9387d69d-2463-4499-a868-0d9b607cd2cfPerditioVisX4 => 1*thaumicbases:flaxium:0) cost 1424 but output value is 3712
  1402. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:poisonous_potato:0 + 1*NSSFAKE:/92b8910f-e150-4881-9010-ecb3e146d120PraecantatioVisX32 + 1*minecraft:wheat_seeds:0 + 1*minecraft:pumpkin_seeds:0 + 1*NSSFAKE:/26e6d951-fad8-484b-85d8-a18272e6fdb8MessisVisX32 + 1*thaumcraft:void_seed:0 + 1*minecraft:nether_wart:0 + 1*minecraft:beetroot_seeds:0 + 1*NSSFAKE:/11ac0a67-6e49-4b3f-9df5-e95cd00cb008CognitioVisX32 + 1*minecraft:carrot:0 + 1*NSSFAKE:/6eb4a3e8-0e35-49ed-af7d-197ecdb15578TenebraeVisX32 + 1*minecraft:melon_seeds:0 + 1*NSSFAKE:/cd31bf65-6153-44db-a6db-5b13defef8d3Instability => 1*thaumicbases:voidseed:0) cost 19372 but output value is 46080
  1403. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:bucket:0 + 1*minecraft:redstone:0 + 0*projecte:item.pe_volcanite_amulet:0 => 1*minecraft:lava_bucket:0) cost 832 but output value is 1280
  1404. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:bucket:0 + 1000*Fluid: lava => 1*minecraft:lava_bucket:0) cost 832 but output value is 1280
  1405. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:wheat_seeds:0 + 1*NSSFAKE:/10db2f3f-b5bc-47eb-acb8-87738d04ce32AlienisVisX5 + 1*NSSFAKE:/25ef0cd2-e55c-47a8-95c2-d3233a59f38ePraecantatioVisX5 + 1*NSSFAKE:/023d748f-eb19-46a5-bec6-f030ce418619TenebraeVisX5 + 1*NSSFAKE:/83bcb32f-93e9-46f8-b2b2-4ae70a4bded8VacuosVisX5 => 1*thaumcraft:void_seed:0) cost 1296 but output value is 4800
  1406. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*matteroverdrive:tritanium_nugget:0 => 1*matteroverdrive:tritanium_ingot:0) cost 504 but output value is 512
  1407. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/4c487465-b8ca-4e59-9ace-d69d7ca559f1TerraVisX10 + 1*NSSFAKE:/41577558-c930-475f-9e74-a14f6f534542FabricoVisX10 + 1*NSSFAKE:/9f66b422-2b00-4ea3-bb05-ae85c48839cbAquaVisX30 + 1*minecraft:flower_pot:0 => 1*thaumcraft:everfull_urn:0) cost 3248 but output value is 6400
  1408. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/46827d53-a28e-4026-b03a-13c2e1474033Instability + 1*thaumcraft:plank_greatwood:0 + 1*thaumcraft:nugget:10 + 1*thaumcraft:thaumium_shovel:0 + 1*NSSFAKE:/a3552639-b7d6-46ae-a909-4ddcc63fff84FabricoVisX30 + 2*thaumcraft:crystal_essence:0 + 1*NSSFAKE:/b05f3eab-28be-40c2-8738-8e108bd69057TerraVisX60 => 1*thaumcraft:elemental_shovel:0) cost 14280 but output value is 16384
  1409. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*draconicevolution:draconium_ingot:0 => 1*draconicevolution:draconium_dust:0) cost 8190 but output value is 8192
  1410. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*draconicevolution:draconium_block:0 => 9*draconicevolution:draconium_dust:0) cost 73710 but output value is 8192
  1411. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/0e9e21cd-2cf6-4512-a42d-ab2919202bdcCognitioVisX50 + 1*thaumcraft:mind:0 + 1*NSSFAKE:/6ad44856-9b3b-4bc7-9eb1-9ec4c2cb860cInstability + 1*thaumcraft:mechanism_complex:0 + 1*NSSFAKE:/231d2201-d379-4fcc-8765-b067cc9137d5MachinaVisX25 + 1*thaumcraft:brain:0 => 1*thaumcraft:mind:1) cost 24312 but output value is 29696
  1412. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*embers:nugget_dawnstone:0 => 1*embers:ingot_dawnstone:0) cost 3069 but output value is 3072
  1413. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*enderio:item_material:28 => 1*minecraft:ender_pearl:0) cost 1017 but output value is 1024
  1414. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/a998d54e-4541-4a24-a51e-cfbda2f599d9VitiumVisX30 + 1*thaumcraft:crystal_essence:0 => 1*thaumicbases:taintedingot:0) cost 2076 but output value is 7680
  1415. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*abyssalcraft:ingotnugget:1 => 1*abyssalcraft:cingot:0) cost 4095 but output value is 4096
  1416. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*abyssalcraft:cchunk:* => 2*abyssalcraft:cingot:0) cost 2305 but output value is 4096
  1417. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 1*thaumcraft:cluster:1 => 2*minecraft:gold_ingot:0" ingredient cost: 2240 value of result: 2048 setValueFromConversion: 0 + 8*OD: ingotIron => 1*minecraft:gold_ingot:0
  1418. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 4*minecraft:rabbit_hide:0 => 1*minecraft:leather:0) cost 64 but output value is 960
  1419. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:rotten_flesh:0 + 1*NSSFAKE:/mana.152725681 => 1*minecraft:leather:0) cost 92 but output value is 960
  1420. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/26b56e3f-5b04-4aa6-8c30-8e84a46450fbAerVisX3 + 1*NSSFAKE:/ef33e849-0e67-4dd6-87b0-8526fcce0df2BestiaVisX3 + 1*minecraft:rotten_flesh:0 => 1*minecraft:leather:0) cost 416 but output value is 960
  1421. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*thaumcraft:nugget:7 => 1*thaumcraft:ingot:1) cost 2556 but output value is 2560
  1422. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/a4759e03-5785-4648-8284-06e6aff10f33Instability + -1*minecraft:bucket:0 + 1*thaumcraft:jar_normal:0 + 1*NSSFAKE:/1a46ffa3-4baf-4bf8-9d33-e4b409d820caCognitioVisX25 + 1*NSSFAKE:/d9e8213f-0d6e-4e9b-85ea-c6d6eb124e06ExanimisVisX25 + 2*minecraft:spider_eye:0 + 1*thaumcraft:brain:0 + 1*minecraft:water_bucket:0 + 1*NSSFAKE:/9d81a51a-3a8b-41b6-9f06-10598ea8498aSensusVisX25 => 1*thaumcraft:jar_brain:0) cost 13510 but output value is 26496
  1423. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*thaumcraft:nugget:6 => 1*thaumcraft:ingot:0) cost 2043 but output value is 2048
  1424. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/d1c0c845-8f06-48eb-a0c9-3d581ae8a2e2TerraVisX5 + 1*NSSFAKE:/072fd456-2714-4ebc-93cd-2003399c209bPraecantatioVisX5 + 1*minecraft:iron_ingot:0 => 1*thaumcraft:ingot:0) cost 896 but output value is 2048
  1425. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/b8ad2ec6-1bed-4b3b-8ef6-036c23ae1199InstrumentumVisX5 + 1*NSSFAKE:/[1xitem.thermalfoundation.material@128, 1xitem.ingot@4, 1xitem.copperingot@0, 1xitem.ingot_copper@0] => 1*thaumcraft:ingot:2) cost 448 but output value is 576
  1426. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@225, 1xitem.nugget_electrum@0] => 1*embers:ingot_electrum:0" ingredient cost: 1278 value of result: 1280 setValueFromConversion: 0 + 1*OD: ingotSilver + 1*OD: ingotGold => 2*embers:ingot_electrum:0
  1427. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/d51711d0-ac32-4dd5-a8f2-e546d5af8d1aVolatusVisX100 + 2*thaumcraft:crystal_essence:0 + 1*NSSFAKE:/eb526528-4204-48ce-9af9-5ef875d54d6aInstability + 1*minecraft:leather_boots:0 + 1*NSSFAKE:/[1xitem.fish@0, 1xitem.fish@1, 1xitem.fish@2, 1xitem.fish@3] + 2*thaumcraft:fabric:0 + 1*NSSFAKE:/f49636fa-5e2c-4697-8670-df9d6c418f29MotusVisX100 + 1*minecraft:feather:0 => 1*thaumcraft:traveller_boots:0) cost 19304 but output value is 33024
  1428. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/[1xtile.stonebrick@0, 1xtile.oldcobble@0] + 1*minecraft:stone:3 => 2*minecraft:stone:5) cost 17 but output value is 16
  1429. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:wheat_seeds:0 + 1*NSSFAKE:/1793e448-43b2-4f19-b1b6-c63e4905c58eDesideriumVisX8 + 1*NSSFAKE:/95146173-0eab-42d5-ab02-ae8cf41728d1SensusVisX25 => 1*thaumicbases:lazulliaseed:0) cost 2128 but output value is 11072
  1430. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*thaumcraft:plank_greatwood:0 + 1*thaumcraft:nugget:10 + 1*NSSFAKE:/f4ebd818-ae4d-4c74-b55f-798e83ed7123MotusVisX30 + 1*NSSFAKE:/c3343e2e-8314-4e16-9d3c-8d90829beebbAversioVisX30 + 2*thaumcraft:crystal_essence:0 + 1*NSSFAKE:/9ec23daf-629a-492c-9ff9-0b194806df35AerVisX30 + 1*NSSFAKE:/a20f9388-584f-45fa-bd1b-3b54e96ea961Instability + 1*thaumcraft:thaumium_sword:0 => 1*thaumcraft:elemental_sword:0) cost 16324 but output value is 16384
  1431. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:sapling:1 + 1*NSSFAKE:/d0baa9aa-ccf9-4c7d-823f-e51da757f241VinculumVisX8 => 3*thaumcraft:amber:0) cost 544 but output value is 512
  1432. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:bucket:0 + 1*NSSFAKE:/a6d68c59-5855-4518-bea9-7c61e1d8dcbcAlkimiaVisX20 + 1*NSSFAKE:/82066a45-828e-4c46-9d87-3132a8fe7c01MortuusVisX100 + 1*NSSFAKE:/8e7783e8-ab4a-40df-876d-ee756475201ePerditioVisX50 => 1*forge:bucketfilled:0) cost 11648 but output value is 21120
  1433. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/5819bc77-7493-428e-be5b-21083617580ePotentiaVisX10 + 1*minecraft:glowstone_dust:0 + 1*NSSFAKE:/c682f43c-16c1-4d22-87b0-7ec0760ee1d9IgnisVisX10 + 1*NSSFAKE:/ebf534be-f8fa-4fe9-b332-d2848efda8abLuxVisX10 => 1*thaumcraft:nitor_yellow:0) cost 2304 but output value is 3200
  1434. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:flint:0 + 1*minecraft:stick:0 + 1*minecraft:feather:0 => 4*minecraft:arrow:0) cost 56 but output value is 320
  1435. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:arrow:0 + 1*NSSFAKE:/f209419a-c6d3-4ced-b849-9df20bb69f92AversioVisX1 => 2*minecraft:arrow:0) cost 384 but output value is 320
  1436. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:cactus:0 + 1*NSSFAKE:/e5eb9325-8d7a-4318-ae9c-fbda663ea501PraecantatioVisX8 + 1*NSSFAKE:/9e9de334-4d12-4fe3-9e42-724cdfb3bb7cHerbaVisX25 => 1*thaumicbases:rainbowcactus:0) cost 2120 but output value is 6336
  1437. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 2*minecraft:ender_pearl:0 + 1*NSSFAKE:/41268599-f15e-4ebd-901d-fd2354559bc8Instability + 1*NSSFAKE:/36ec067f-23a2-41f7-a338-32077acc4d0aIterVisX64 + 2*minecraft:ender_eye:0 + 1*minecraft:sapling:0 + 1*NSSFAKE:/f012a6c9-7cc7-4297-bc09-5cc05f1d424bHerbaVisX16 => 1*thaumicbases:endersapling:0) cost 14880 but output value is 17408
  1438. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/72eaabed-4d46-490b-ad90-31f073d02108CognitioVisX10 + 1*NSSFAKE:/a8e5a785-918f-4d22-b5a3-dafa3fd2fe51DesideriumVisX10 + 1*thaumcraft:seal:3 => 1*thaumcraft:seal:15) cost 4480 but output value is 7040
  1439. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/64303603-b1f6-46bd-8162-b8c3364c33a8SensusVisX10 + 1*NSSFAKE:/0030bf35-0592-40d4-8b15-9f07f51c8ecfFabricoVisX20 + 1*NSSFAKE:/d3786edd-82b4-415b-af2b-ead453207d0bCognitioVisX20 + 1*thaumcraft:seal:0 => 1*thaumcraft:seal:13) cost 4296 but output value is 17280
  1440. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/91b47711-994f-4cae-a87c-12ba6695add2HerbaVisX40 + 1*thaumcraft:seal:12 + 1*NSSFAKE:/8ff2caf6-f291-418a-bd3b-b0292461943bSensusVisX20 => 1*thaumcraft:seal:11) cost 11904 but output value is 14080
  1441. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/6c4dd252-92d6-4ed9-b24a-983eaf05a00dPraemunioVisX20 + 1*NSSFAKE:/14654e6d-c2e3-497f-9d70-9102fb2ce67cAversioVisX20 + 1*thaumcraft:seal:0 => 1*thaumcraft:seal:9) cost 3656 but output value is 12800
  1442. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/3079aa46-c0f4-4859-aaed-85178a6c0ca0CognitioVisX10 + 1*NSSFAKE:/e8ced713-a51a-4afe-a420-057a1862d3dbSensusVisX10 + 1*thaumcraft:seal:5 => 1*thaumcraft:seal:6) cost 2560 but output value is 6400
  1443. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/33b04561-c320-4a25-87b7-21825ffb4b1dSensusVisX10 + 1*NSSFAKE:/860d305e-7387-4030-b113-164f26205607CognitioVisX10 + 1*thaumcraft:seal:3 => 1*thaumcraft:seal:4) cost 4480 but output value is 6400
  1444. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/dcb793a7-0ea2-4227-902b-9c2bf140abb4AversioVisX10 + 1*thaumcraft:seal:0 => 1*thaumcraft:seal:3) cost 1736 but output value is 3200
  1445. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/22ac8dd8-a202-4594-bdc2-50db6c0c6bd6CognitioVisX10 + 1*NSSFAKE:/517d421e-21a2-426a-be53-6f9df3be5195SensusVisX10 + 1*thaumcraft:seal:1 => 1*thaumcraft:seal:2) cost 5120 but output value is 6400
  1446. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/5deb3500-5502-4248-aaad-71717cf7e6d9DesideriumVisX10 + 1*thaumcraft:seal:0 => 1*thaumcraft:seal:1) cost 1736 but output value is 3840
  1447. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:wheat_seeds:0 + 1*NSSFAKE:/89e56b12-582e-431a-ae7b-bf751e2ed2c5PannusVisX5 + 1*NSSFAKE:/c2e627ca-9593-4f3f-88ed-5f921c171d52HerbaVisX15 => 1*thaumicbases:plaxseed:0) cost 1296 but output value is 5440
  1448. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@196, 1xitem.nugget@9, 1xitem.nugget_aluminum@0] => 1*embers:ingot_aluminum:0" ingredient cost: 126 value of result: 128 setValueFromConversion: 0 + 1*OD: ingotIron => 2*embers:ingot_aluminum:0
  1449. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*abyssalcraft:ingotnugget:0 => 1*abyssalcraft:abyingot:0) cost 3069 but output value is 3072
  1450. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@192, 1xitem.nugget@4, 1xitem.nugget@1, 1xitem.nugget_copper@0] => 1*embers:ingot_copper:0" ingredient cost: 126 value of result: 128 setValueFromConversion: 0 + 1*OD: ingotIron => 2*embers:ingot_copper:0
  1451. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@195, 1xitem.nugget@4, 1xitem.nugget_lead@0] => 1*embers:ingot_lead:0" ingredient cost: 504 value of result: 512 setValueFromConversion: 0 + 2*OD: ingotIron => 1*embers:ingot_lead:0
  1452. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:wheat_seeds:0 + 1*NSSFAKE:/6b9dacd5-e52e-4f63-a48a-f2f5f59a3396MetallumVisX8 + 1*NSSFAKE:/31630f4b-faf7-41e5-ab21-d8d9ddecb793OrdoVisX25 + 1*NSSFAKE:/84b4b032-54fa-4c60-bb6a-3cecce07f7a4VictusVisX8 => 1*thaumicbases:metalleatseed:0) cost 2640 but output value is 3648
  1453. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: "0 + 9*NSSFAKE:/[1xitem.thermalfoundation.material@193, 1xitem.nugget@5, 1xitem.nugget@2, 1xitem.nugget_tin@0] => 1*embers:ingot_tin:0" ingredient cost: 252 value of result: 256 setValueFromConversion: 0 + 1*OD: ingotIron => 1*embers:ingot_tin:0
  1454. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/16117f63-8e22-45ce-9e57-3f7e10e4de85PotentiaVisX8 + 1*minecraft:melon_seeds:0 + 1*NSSFAKE:/66cd1936-ed2f-45c8-961c-c71f2fda7332HerbaVisX10 => 1*thaumicbases:redlonseed:0) cost 1168 but output value is 2944
  1455. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:wheat_seeds:0 + 1*NSSFAKE:/c302c83d-59c5-4ce9-8814-6a6ee443fc3cPraecantatioVisX8 + 1*NSSFAKE:/21311dc4-7cd7-42a9-b8fa-6a49e3448f3cVictusVisX8 + 1*NSSFAKE:/f2bc99b5-d85b-4466-8883-600689ad0fc4HerbaVisX25 => 1*thaumicbases:sweedseed:0) cost 2640 but output value is 7360
  1456. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*abyssalcraft:ingotnugget:2 => 1*abyssalcraft:dreadiumingot:0) cost 5112 but output value is 5120
  1457. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 9*thaumcraft:nugget:5 => 1*thaumcraft:quicksilver:0) cost 252 but output value is 256
  1458. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*thaumcraft:shimmerleaf:0 => 1*thaumcraft:quicksilver:0) cost 128 but output value is 256
  1459. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:gold_ingot:0 => 9*minecraft:gold_nugget:0) cost 2048 but output value is 2880
  1460. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/[1xitem.coal@0, 1xitem.coal@1] + 0*projecte:item.pe_philosophers_stone:0 + 7*minecraft:golden_shovel:0 => 7*minecraft:gold_nugget:0) cost 14424 but output value is 2880
  1461. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:sand:0 + 1*NSSFAKE:/f9645c03-1a12-4f74-9eba-1b9a333f2bfbTerraVisX5 + 1*NSSFAKE:/28d19fda-8c0e-44bb-baaa-36c1d9a49376PerditioVisX10 => 2*minecraft:gold_nugget:0) cost 961 but output value is 2880
  1462. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:sand:0 + 1*NSSFAKE:/a04e4fd9-7f3a-4a08-823d-b90c8565db43TerraVisX5 + 1*NSSFAKE:/0b305764-0f26-4ea2-8af5-79ecfaccc195FabricoVisX5 + 1*NSSFAKE:/22b2d1e9-1438-48a3-bf5e-484e246a4606PerditioVisX10 => 4*minecraft:gold_nugget:0) cost 1281 but output value is 2880
  1463. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*minecraft:golden_shovel:* => 1*minecraft:gold_nugget:0) cost 2056 but output value is 2880
  1464. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/cadddf90-aca4-40d1-a44c-8d6d0361c08eOrdoVisX5 + 1*NSSFAKE:/ebd183d0-149c-43ee-8479-6fa4eea69f54MetallumVisX5 + 1*NSSFAKE:/[1xtile.oreIron@0, 1xtile.abyiroore@0] => 1*thaumcraft:cluster:0) cost 896 but output value is 2240
  1465. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/0c542e7c-8bfa-4886-9ea5-3ead453eb883OrdoVisX5 + 1*NSSFAKE:/9fdab9e2-904d-43a1-b26a-261786de0206MetallumVisX5 + 1*NSSFAKE:/[1xtile.thermalfoundation.ore@0, 1xtile.ore@4, 1xtile.abycopore@0, 1xtile.ore_copper@0] => 1*thaumcraft:cluster:2) cost 768 but output value is 960
  1466. [20:52:18] [Server thread/WARN] [projecte]: EMC Exploit: ingredients (0 + 1*NSSFAKE:/[1xtile.thermalfoundation.ore@1, 1xtile.ore@5, 1xtile.abytinore@0, 1xtile.ore_tin@0] + 1*NSSFAKE:/1d8735f5-d3dc-496a-92e6-55f594f9a7cbOrdoVisX5 + 1*NSSFAKE:/c0f4fefb-db07-4b6f-8930-70a186012db6MetallumVisX5 => 1*thaumcraft:cluster:3) cost 896 but output value is 960
  1467. [20:52:18] [Server thread/INFO] [projecte]: Generated Values...
  1468. [20:52:18] [Server thread/INFO] [projecte]: Registered 3149 EMC values. (took 919 ms)
  1469. [20:52:18] [Server thread/INFO] [HammerCore]: Injecting GameRules...
  1470. [20:52:19] [Thread-320/INFO] [THAUMCRAFT]: Starting aura thread for dim 688
  1471. [20:52:19] [Thread-324/INFO] [THAUMCRAFT]: Starting aura thread for dim 685
  1472. [20:52:19] [Thread-321/INFO] [THAUMCRAFT]: Starting aura thread for dim -11325
  1473. [20:52:19] [Thread-322/INFO] [THAUMCRAFT]: Starting aura thread for dim 687
  1474. [20:52:19] [Thread-323/INFO] [THAUMCRAFT]: Starting aura thread for dim 686
  1475. [20:52:19] [Thread-325/INFO] [THAUMCRAFT]: Starting aura thread for dim 684
  1476. [20:52:19] [Thread-326/INFO] [THAUMCRAFT]: Starting aura thread for dim -9999
  1477. [20:52:19] [Thread-327/INFO] [THAUMCRAFT]: Starting aura thread for dim -1
  1478. [20:52:19] [Thread-328/INFO] [THAUMCRAFT]: Starting aura thread for dim -2
  1479. [20:52:19] [Thread-330/INFO] [THAUMCRAFT]: Starting aura thread for dim 0
  1480. [20:52:19] [Thread-329/INFO] [THAUMCRAFT]: Starting aura thread for dim 1
  1481. [20:52:19] [main/INFO] [improvableskills]: Reset client skill data.
  1482. [20:52:19] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 688
  1483. [20:52:19] [Server thread/ERROR] [journeymap]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
  1484. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
  1485. at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
  1486. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1487. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1488. at journeymap.client.data.DataCache.getPlayer(DataCache.java:303)
  1489. at journeymap.client.data.DataCache.getPlayer(DataCache.java:190)
  1490. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33)
  1491. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic)
  1492. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  1493. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  1494. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381)
  1495. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  1496. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  1497. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  1498. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  1499. at java.lang.Thread.run(Thread.java:745)
  1500. Caused by: java.lang.NullPointerException
  1501. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  1502. at com.google.common.cache.LocalCache.get(LocalCache.java:4153)
  1503. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1504. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1505. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
  1506. at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441)
  1507. at journeymap.client.data.PlayerData.load(PlayerData.java:86)
  1508. at journeymap.client.data.PlayerData.load(PlayerData.java:30)
  1509. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
  1510. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
  1511. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
  1512. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
  1513. ... 15 more
  1514.  
  1515. [20:52:19] [Server thread/ERROR] [journeymap]: Error handling WorldEvent.Unload
  1516. java.lang.NullPointerException: null
  1517. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2]
  1518. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?]
  1519. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  1520. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  1521. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381) [DimensionManager.class:?]
  1522. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?]
  1523. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  1524. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
  1525. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  1526. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  1527. [20:52:19] [Server thread/INFO] [FML]: Unloading dimension 688
  1528. [20:52:19] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -11325
  1529. [20:52:19] [Server thread/ERROR] [journeymap]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
  1530. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
  1531. at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
  1532. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1533. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1534. at journeymap.client.data.DataCache.getPlayer(DataCache.java:303)
  1535. at journeymap.client.data.DataCache.getPlayer(DataCache.java:190)
  1536. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33)
  1537. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic)
  1538. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  1539. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  1540. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381)
  1541. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  1542. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  1543. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  1544. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  1545. at java.lang.Thread.run(Thread.java:745)
  1546. Caused by: java.lang.NullPointerException
  1547. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  1548. at com.google.common.cache.LocalCache.get(LocalCache.java:4153)
  1549. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1550. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1551. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
  1552. at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441)
  1553. at journeymap.client.data.PlayerData.load(PlayerData.java:86)
  1554. at journeymap.client.data.PlayerData.load(PlayerData.java:30)
  1555. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
  1556. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
  1557. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
  1558. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
  1559. ... 15 more
  1560.  
  1561. [20:52:19] [Server thread/ERROR] [journeymap]: Error handling WorldEvent.Unload
  1562. java.lang.NullPointerException: null
  1563. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2]
  1564. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?]
  1565. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  1566. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  1567. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381) [DimensionManager.class:?]
  1568. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?]
  1569. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  1570. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
  1571. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  1572. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  1573. [20:52:19] [Server thread/INFO] [FML]: Unloading dimension -11325
  1574. [20:52:19] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 687
  1575. [20:52:19] [Server thread/ERROR] [journeymap]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
  1576. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
  1577. at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
  1578. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1579. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1580. at journeymap.client.data.DataCache.getPlayer(DataCache.java:303)
  1581. at journeymap.client.data.DataCache.getPlayer(DataCache.java:190)
  1582. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33)
  1583. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic)
  1584. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  1585. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  1586. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381)
  1587. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  1588. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  1589. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  1590. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  1591. at java.lang.Thread.run(Thread.java:745)
  1592. Caused by: java.lang.NullPointerException
  1593. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  1594. at com.google.common.cache.LocalCache.get(LocalCache.java:4153)
  1595. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1596. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1597. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
  1598. at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441)
  1599. at journeymap.client.data.PlayerData.load(PlayerData.java:86)
  1600. at journeymap.client.data.PlayerData.load(PlayerData.java:30)
  1601. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
  1602. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
  1603. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
  1604. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
  1605. ... 15 more
  1606.  
  1607. [20:52:19] [Server thread/ERROR] [journeymap]: Error handling WorldEvent.Unload
  1608. java.lang.NullPointerException: null
  1609. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2]
  1610. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?]
  1611. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  1612. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  1613. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381) [DimensionManager.class:?]
  1614. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?]
  1615. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  1616. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
  1617. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  1618. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  1619. [20:52:19] [Server thread/INFO] [FML]: Unloading dimension 687
  1620. [20:52:19] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 686
  1621. [20:52:19] [Server thread/ERROR] [journeymap]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
  1622. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
  1623. at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
  1624. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1625. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1626. at journeymap.client.data.DataCache.getPlayer(DataCache.java:303)
  1627. at journeymap.client.data.DataCache.getPlayer(DataCache.java:190)
  1628. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33)
  1629. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic)
  1630. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  1631. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  1632. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381)
  1633. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  1634. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  1635. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  1636. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  1637. at java.lang.Thread.run(Thread.java:745)
  1638. Caused by: java.lang.NullPointerException
  1639. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  1640. at com.google.common.cache.LocalCache.get(LocalCache.java:4153)
  1641. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1642. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1643. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
  1644. at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441)
  1645. at journeymap.client.data.PlayerData.load(PlayerData.java:86)
  1646. at journeymap.client.data.PlayerData.load(PlayerData.java:30)
  1647. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
  1648. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
  1649. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
  1650. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
  1651. ... 15 more
  1652.  
  1653. [20:52:19] [Server thread/ERROR] [journeymap]: Error handling WorldEvent.Unload
  1654. java.lang.NullPointerException: null
  1655. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2]
  1656. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?]
  1657. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  1658. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  1659. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381) [DimensionManager.class:?]
  1660. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?]
  1661. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  1662. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
  1663. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  1664. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  1665. [20:52:19] [Server thread/INFO] [FML]: Unloading dimension 686
  1666. [20:52:19] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 685
  1667. [20:52:19] [Server thread/ERROR] [journeymap]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
  1668. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
  1669. at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
  1670. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1671. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1672. at journeymap.client.data.DataCache.getPlayer(DataCache.java:303)
  1673. at journeymap.client.data.DataCache.getPlayer(DataCache.java:190)
  1674. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33)
  1675. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic)
  1676. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  1677. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  1678. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381)
  1679. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  1680. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  1681. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  1682. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  1683. at java.lang.Thread.run(Thread.java:745)
  1684. Caused by: java.lang.NullPointerException
  1685. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  1686. at com.google.common.cache.LocalCache.get(LocalCache.java:4153)
  1687. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1688. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1689. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
  1690. at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441)
  1691. at journeymap.client.data.PlayerData.load(PlayerData.java:86)
  1692. at journeymap.client.data.PlayerData.load(PlayerData.java:30)
  1693. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
  1694. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
  1695. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
  1696. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
  1697. ... 15 more
  1698.  
  1699. [20:52:19] [Server thread/ERROR] [journeymap]: Error handling WorldEvent.Unload
  1700. java.lang.NullPointerException: null
  1701. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2]
  1702. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?]
  1703. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  1704. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  1705. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381) [DimensionManager.class:?]
  1706. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?]
  1707. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  1708. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
  1709. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  1710. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  1711. [20:52:19] [Server thread/INFO] [FML]: Unloading dimension 685
  1712. [20:52:19] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 684
  1713. [20:52:19] [Server thread/ERROR] [journeymap]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
  1714. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
  1715. at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
  1716. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1717. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1718. at journeymap.client.data.DataCache.getPlayer(DataCache.java:303)
  1719. at journeymap.client.data.DataCache.getPlayer(DataCache.java:190)
  1720. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33)
  1721. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic)
  1722. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  1723. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  1724. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381)
  1725. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  1726. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  1727. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  1728. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  1729. at java.lang.Thread.run(Thread.java:745)
  1730. Caused by: java.lang.NullPointerException
  1731. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  1732. at com.google.common.cache.LocalCache.get(LocalCache.java:4153)
  1733. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1734. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1735. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
  1736. at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441)
  1737. at journeymap.client.data.PlayerData.load(PlayerData.java:86)
  1738. at journeymap.client.data.PlayerData.load(PlayerData.java:30)
  1739. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
  1740. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
  1741. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
  1742. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
  1743. ... 15 more
  1744.  
  1745. [20:52:19] [Server thread/ERROR] [journeymap]: Error handling WorldEvent.Unload
  1746. java.lang.NullPointerException: null
  1747. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2]
  1748. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?]
  1749. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  1750. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  1751. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381) [DimensionManager.class:?]
  1752. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?]
  1753. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  1754. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
  1755. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  1756. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  1757. [20:52:19] [Server thread/INFO] [FML]: Unloading dimension 684
  1758. [20:52:19] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -1
  1759. [20:52:19] [Server thread/ERROR] [journeymap]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
  1760. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
  1761. at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
  1762. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1763. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1764. at journeymap.client.data.DataCache.getPlayer(DataCache.java:303)
  1765. at journeymap.client.data.DataCache.getPlayer(DataCache.java:190)
  1766. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33)
  1767. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic)
  1768. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  1769. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  1770. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381)
  1771. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  1772. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  1773. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  1774. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  1775. at java.lang.Thread.run(Thread.java:745)
  1776. Caused by: java.lang.NullPointerException
  1777. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  1778. at com.google.common.cache.LocalCache.get(LocalCache.java:4153)
  1779. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1780. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1781. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
  1782. at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441)
  1783. at journeymap.client.data.PlayerData.load(PlayerData.java:86)
  1784. at journeymap.client.data.PlayerData.load(PlayerData.java:30)
  1785. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
  1786. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
  1787. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
  1788. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
  1789. ... 15 more
  1790.  
  1791. [20:52:19] [Server thread/ERROR] [journeymap]: Error handling WorldEvent.Unload
  1792. java.lang.NullPointerException: null
  1793. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2]
  1794. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?]
  1795. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  1796. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  1797. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381) [DimensionManager.class:?]
  1798. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?]
  1799. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  1800. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
  1801. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  1802. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  1803. [20:52:19] [Server thread/INFO] [FML]: Unloading dimension -1
  1804. [20:52:19] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -2
  1805. [20:52:19] [Server thread/ERROR] [journeymap]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
  1806. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
  1807. at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
  1808. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1809. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1810. at journeymap.client.data.DataCache.getPlayer(DataCache.java:303)
  1811. at journeymap.client.data.DataCache.getPlayer(DataCache.java:190)
  1812. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33)
  1813. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic)
  1814. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  1815. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  1816. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381)
  1817. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  1818. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  1819. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  1820. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  1821. at java.lang.Thread.run(Thread.java:745)
  1822. Caused by: java.lang.NullPointerException
  1823. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  1824. at com.google.common.cache.LocalCache.get(LocalCache.java:4153)
  1825. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1826. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1827. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
  1828. at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441)
  1829. at journeymap.client.data.PlayerData.load(PlayerData.java:86)
  1830. at journeymap.client.data.PlayerData.load(PlayerData.java:30)
  1831. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
  1832. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
  1833. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
  1834. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
  1835. ... 15 more
  1836.  
  1837. [20:52:19] [Server thread/ERROR] [journeymap]: Error handling WorldEvent.Unload
  1838. java.lang.NullPointerException: null
  1839. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2]
  1840. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?]
  1841. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  1842. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  1843. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381) [DimensionManager.class:?]
  1844. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?]
  1845. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  1846. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
  1847. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  1848. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  1849. [20:52:19] [Server thread/INFO] [FML]: Unloading dimension -2
  1850. [20:52:19] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 1
  1851. [20:52:19] [Server thread/ERROR] [journeymap]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
  1852. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
  1853. at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
  1854. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1855. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1856. at journeymap.client.data.DataCache.getPlayer(DataCache.java:303)
  1857. at journeymap.client.data.DataCache.getPlayer(DataCache.java:190)
  1858. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33)
  1859. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic)
  1860. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  1861. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  1862. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381)
  1863. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  1864. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  1865. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  1866. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  1867. at java.lang.Thread.run(Thread.java:745)
  1868. Caused by: java.lang.NullPointerException
  1869. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  1870. at com.google.common.cache.LocalCache.get(LocalCache.java:4153)
  1871. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  1872. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  1873. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
  1874. at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441)
  1875. at journeymap.client.data.PlayerData.load(PlayerData.java:86)
  1876. at journeymap.client.data.PlayerData.load(PlayerData.java:30)
  1877. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
  1878. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
  1879. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
  1880. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
  1881. ... 15 more
  1882.  
  1883. [20:52:19] [Server thread/ERROR] [journeymap]: Error handling WorldEvent.Unload
  1884. java.lang.NullPointerException: null
  1885. at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2]
  1886. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1159_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?]
  1887. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  1888. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  1889. at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:381) [DimensionManager.class:?]
  1890. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?]
  1891. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  1892. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
  1893. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  1894. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  1895. [20:52:19] [Server thread/INFO] [FML]: Unloading dimension 1
  1896. [20:52:19] [Netty Local Client IO #1/INFO] [FML]: Server protocol version 2
  1897. [20:52:19] [Netty Server IO #3/INFO] [FML]: Client protocol version 2
  1898. [20:52:19] [Netty Server IO #3/INFO] [FML]: Client attempting to join with 64 mods : enderiointegrationforestry@5.0.29,cyberware@0.2.10.12,vampirism_integrations@vampirism_integrations,xray@1.4.0,jei@4.11.0.202,cofhcore@4.5.2,draconicevolution@2.3.12,thermalcultivation@0.3.0,projecte@1.12-PE1.3.1B,thermalinnovation@0.3.0,thermalfoundation@2.5.0,tcinventoryscan@2.0.10,wawla@2.5.257,endercore@1.12.2-0.5.35,thaumicjei@1.2.1,mcp@9.42,hammercore@2.0.0.4,expequiv@10a,journeymap@1.12.2-5.5.2,thaumicperiphery@0.2.4,enderiointegrationticlate@5.0.29,metamorph@1.1.5,cofhworld@1.2.0,waila@1.8.26,enderioconduitsrefinedstorage@5.0.29,redstonearsenal@2.5.1,thaumcraft@6.1.BETA17,teamlapen-lib@1.4.3,forge@14.23.4.2705,acintegration@1.6.5,enderioconduits@5.0.29,brandonscore@2.4.3,thaumicequivalence@1.12.2-1.0.5,thaumictinkerer@1.12.2-5.0-51a5074,minecraft@1.12.2,dummycore@2.4.112.3.,avaritia@3.2.0,enderiomachines@5.0.29,psi@r1.1-59,thermaldynamics@2.5.1,redstoneflux@2.0.2,baubles@1.5.2,advancedrocketry@1.4.0.-88,thaumicbases@3.1.255.2r-For TC6:B17,botania@r1.10-354,enderiopowertools@5.0.29,enderio@5.0.29,extrautils2@1.0,improvableskills@3.5.2r,matteroverdrive@0.6.0.176,abyssalcraft@1.9.4.10,autoreglib@1.3-18,FML@8.0.99.99,dimdoors@3.0.9+287,thermalexpansion@5.5.0,nonvflash@1.2.0,enderiobase@5.0.29,enderiointegrationtic@5.0.29,enderioconduitsappliedenergistics@5.0.29,libvulpes@0.2.8.-32,embers@0.230,vampirism@1.4.3,enderioconduitsopencomputers@5.0.29,codechickenlib@3.2.0.345
  1899. [20:52:19] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Changing view distance to 12, from 10
  1900. [20:52:19] [Netty Server IO #3/INFO] [CodeChickenLib-ConfigSync]: Sending config sync packet to player.
  1901. [20:52:19] [Netty Local Client IO #1/INFO] [FML]: [Netty Local Client IO #1] Client side modded connection established
  1902. [20:52:19] [Netty Local Client IO #1/INFO] [HammerCore]: Registering raytrace plugin: com.zeitheron.hammercore.internal.blocks.multipart.HammerCoreRaytracePlugin ...
  1903. [20:52:19] [Netty Local Client IO #1/INFO] [HammerCore]: Registered raytrace plugin: com.zeitheron.hammercore.internal.blocks.multipart.HammerCoreRaytracePlugin in 0 ms
  1904. [20:52:19] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  1905. [20:52:19] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Epichusky12[local:E:c43f913c] logged in with entity id 52133 at (-314.6368326351899, 58.0, -15.014724668856196)
  1906. [20:52:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: §1Epichusky12§r joined the game
  1907. [20:52:19] [Thread-343/WARN] [HammerCore]: HammerCore custom data file not found!
  1908. [20:52:19] [Server thread/INFO] [projecte]: Sent knowledge and bag data to Epichusky12
  1909. [20:52:19] [Server thread/INFO] [Waila]: Player EntityPlayerMP['Epichusky12'/52133, l='Powerplay', x=-314.64, y=58.00, z=-15.01] connected. Sending ping
  1910. [20:52:19] [Server thread/INFO] [EnderCore]: Sending server configs to client for com.enderio.core.common.config.ConfigHandler
  1911. [20:52:24] [Thread-329/INFO] [THAUMCRAFT]: Stopping aura thread for dim 1
  1912. [20:52:24] [Thread-327/INFO] [THAUMCRAFT]: Stopping aura thread for dim -1
  1913. [20:52:24] [Thread-328/INFO] [THAUMCRAFT]: Stopping aura thread for dim -2
  1914. [20:52:24] [Thread-325/INFO] [THAUMCRAFT]: Stopping aura thread for dim 684
  1915. [20:52:24] [Thread-323/INFO] [THAUMCRAFT]: Stopping aura thread for dim 686
  1916. [20:52:24] [Thread-322/INFO] [THAUMCRAFT]: Stopping aura thread for dim 687
  1917. [20:52:24] [Thread-321/INFO] [THAUMCRAFT]: Stopping aura thread for dim -11325
  1918. [20:52:24] [Thread-324/INFO] [THAUMCRAFT]: Stopping aura thread for dim 685
  1919. [20:52:24] [Thread-320/INFO] [THAUMCRAFT]: Stopping aura thread for dim 688
  1920. [20:52:24] [Netty Local Client IO #1/INFO] [Waila]: Received server authentication msg. Remote sync will be activated
  1921. [20:52:24] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  1922. [20:52:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  1923. [20:52:24] [main/INFO] [STDOUT]: [mchorse.metamorph.network.client.ClientHandlerBlacklist:run:15]: [metamorph:morph]
  1924. [20:52:24] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 418 advancements
  1925. [20:52:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  1926. [20:52:24] [main/INFO] [journeymap]: Loading journeymap.topo.config
  1927. [20:52:24] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 5446ms behind, skipping 108 tick(s)
  1928. [20:52:25] [main/INFO] [journeymap]: Loaded 11 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  1929. [20:52:25] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0. Memory: 3072MB total, 1288MB free
  1930. [20:52:25] [JM-task-15/FATAL] [CodeChickenLib]: A CCL controlled model has been improperly handled by someone and will NOT be rendered. No more information available.
  1931. [20:52:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] [Matter Overdrive] §1Epichusky12§r§r completed Department of Agriculture
  1932. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1933. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1934. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1935. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1936. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1937. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1938. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1939. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1940. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1941. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1942. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1943. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1944. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1945. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1946. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1947. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1948. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1949. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1950. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1951. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1952. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1953. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1954. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1955. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1956. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1957. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1958. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1959. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1960. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1961. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1962. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1963. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1964. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1965. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1966. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1967. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1968. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1969. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1970. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1971. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1972. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1973. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1974. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1975. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1976. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1977. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1978. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1979. [20:53:45] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1980. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1981. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1982. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1983. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1984. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1985. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1986. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1987. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1988. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1989. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1990. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1991. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1992. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1993. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1994. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1995. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1996. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  1997. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  1998. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  1999. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2000. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2001. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2002. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2003. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2004. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2005. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2006. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2007. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2008. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2009. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2010. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2011. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2012. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2013. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2014. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2015. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2016. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2017. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2018. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2019. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2020. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2021. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2022. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2023. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2024. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2025. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2026. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2027. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2028. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2029. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2030. [20:53:46] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2031. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2032. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2033. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2034. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2035. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2036. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2037. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2038. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2039. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2040. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2041. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2042. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2043. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2044. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2045. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2046. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2047. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2048. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2049. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2050. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2051. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2052. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2053. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2054. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2055. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2056. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2057. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2058. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2059. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2060. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2061. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2062. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2063. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2064. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2065. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2066. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2067. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2068. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2069. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2070. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2071. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2072. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2073. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2074. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2075. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2076. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2077. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2078. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2079. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2080. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2081. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2082. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2083. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2084. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2085. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2086. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2087. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2088. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2089. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2090. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2091. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2092. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2093. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2094. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2095. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2096. [20:53:47] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2097. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2098. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2099. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2100. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2101. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2102. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2103. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2104. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2105. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2106. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2107. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2108. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2109. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2110. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2111. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2112. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2113. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2114. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2115. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2116. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2117. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2118. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2119. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2120. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2121. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2122. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2123. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2124. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2125. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2126. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2127. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2128. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2129. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2130. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2131. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2132. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2133. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2134. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2135. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2136. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2137. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2138. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2139. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2140. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2141. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2142. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2143. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2144. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2145. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2146. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2147. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2148. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2149. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2150. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2151. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2152. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2153. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2154. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2155. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2156. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2157. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2158. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2159. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2160. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2161. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2162. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2163. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2164. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2165. [20:53:48] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2166. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2167. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2168. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2169. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2170. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2171. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2172. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2173. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2174. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2175. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2176. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2177. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2178. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2179. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2180. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2181. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2182. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2183. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2184. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2185. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2186. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2187. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2188. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2189. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2190. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2191. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2192. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2193. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2194. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2195. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2196. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2197. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2198. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2199. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2200. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2201. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2202. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2203. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2204. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2205. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2206. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2207. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2208. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2209. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2210. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2211. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2212. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2213. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2214. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2215. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2216. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2217. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2218. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2219. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2220. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2221. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2222. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2223. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2224. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2225. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2226. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2227. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2228. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2229. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2230. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2231. [20:53:49] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2232. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2233. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2234. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2235. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2236. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2237. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2238. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2239. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2240. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2241. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2242. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2243. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2244. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2245. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2246. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2247. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2248. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2249. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2250. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2251. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2252. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2253. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2254. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2255. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2256. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2257. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2258. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2259. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2260. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2261. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2262. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2263. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2264. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2265. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2266. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2267. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2268. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2269. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2270. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2271. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2272. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2273. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2274. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2275. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2276. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2277. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2278. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2279. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2280. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2281. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2282. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2283. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2284. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2285. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2286. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2287. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2288. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2289. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2290. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2291. [20:53:50] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2292. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2293. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2294. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2295. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2296. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2297. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2298. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2299. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2300. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2301. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2302. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2303. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2304. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2305. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2306. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2307. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2308. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2309. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2310. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2311. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2312. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2313. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2314. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2315. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2316. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2317. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2318. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2319. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2320. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2321. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2322. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2323. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2324. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2325. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2326. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2327. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2328. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2329. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2330. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2331. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2332. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2333. [20:53:51] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2334. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2335. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2336. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2337. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2338. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2339. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2340. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2341. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2342. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2343. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2344. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2345. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2346. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2347. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2348. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2349. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2350. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2351. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2352. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2353. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2354. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2355. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2356. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2357. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2358. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2359. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2360. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2361. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2362. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2363. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2364. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2365. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2366. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2367. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2368. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2369. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2370. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2371. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2372. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2373. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2374. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2375. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2376. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2377. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2378. [20:53:53] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2379. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2380. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2381. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2382. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2383. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2384. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2385. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2386. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2387. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2388. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2389. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2390. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2391. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2392. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2393. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2394. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2395. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2396. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2397. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2398. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2399. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2400. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2401. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2402. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2403. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2404. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2405. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2406. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2407. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2408. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2409. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2410. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2411. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2412. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2413. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2414. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2415. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2416. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2417. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2418. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2419. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2420. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2421. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2422. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2423. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2424. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2425. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2426. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2427. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2428. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2429. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2430. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2431. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2432. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2433. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2434. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2435. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2436. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2437. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2438. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2439. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2440. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2441. [20:53:54] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2442. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2443. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2444. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2445. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2446. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2447. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2448. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2449. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2450. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2451. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2452. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2453. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2454. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2455. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2456. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2457. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2458. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2459. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2460. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2461. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2462. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2463. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2464. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2465. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2466. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2467. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2468. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2469. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2470. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2471. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2472. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2473. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2474. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2475. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2476. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2477. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2478. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2479. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2480. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2481. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2482. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2483. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2484. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2485. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2486. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2487. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2488. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2489. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2490. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2491. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2492. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2493. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2494. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2495. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2496. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2497. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2498. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2499. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2500. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2501. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2502. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2503. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2504. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2505. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2506. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2507. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2508. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2509. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2510. [20:53:55] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2511. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2512. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2513. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2514. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2515. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2516. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2517. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2518. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2519. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2520. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2521. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2522. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2523. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2524. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2525. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2526. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2527. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2528. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2529. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2530. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2531. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2532. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2533. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2534. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2535. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2536. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2537. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2538. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2539. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2540. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2541. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2542. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2543. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2544. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2545. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2546. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2547. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2548. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2549. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2550. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2551. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2552. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2553. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2554. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2555. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2556. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2557. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2558. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2559. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2560. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2561. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2562. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2563. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2564. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2565. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2566. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2567. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2568. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2569. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2570. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2571. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2572. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2573. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2574. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2575. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2576. [20:53:56] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2577. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2578. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2579. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2580. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2581. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2582. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2583. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2584. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2585. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2586. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2587. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2588. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2589. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2590. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2591. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2592. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2593. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2594. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2595. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2596. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2597. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2598. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2599. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2600. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2601. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2602. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2603. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2604. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2605. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2606. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2607. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2608. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2609. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2610. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2611. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2612. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2613. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2614. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2615. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2616. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2617. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2618. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2619. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2620. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2621. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2622. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2623. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2624. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2625. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2626. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2627. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2628. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2629. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2630. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2631. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2632. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2633. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2634. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2635. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2636. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2637. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2638. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2639. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2640. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2641. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2642. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2643. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2644. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2645. [20:53:57] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2646. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2647. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2648. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2649. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2650. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2651. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2652. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2653. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2654. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2655. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2656. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2657. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2658. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2659. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2660. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2661. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2662. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2663. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2664. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2665. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2666. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2667. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2668. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2669. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2670. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2671. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2672. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2673. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2674. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2675. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2676. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2677. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2678. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2679. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2680. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2681. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2682. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2683. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2684. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2685. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2686. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2687. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2688. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2689. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2690. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2691. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2692. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2693. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2694. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2695. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2696. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2697. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2698. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2699. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2700. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2701. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2702. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2703. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2704. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2705. [20:53:58] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2706. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2707. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2708. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2709. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2710. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2711. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2712. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2713. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2714. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2715. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2716. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2717. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2718. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2719. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2720. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2721. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2722. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2723. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2724. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2725. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2726. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2727. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2728. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2729. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2730. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2731. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2732. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2733. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2734. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2735. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2736. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2737. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2738. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2739. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2740. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2741. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2742. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2743. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2744. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2745. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2746. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2747. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2748. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2749. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2750. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2751. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2752. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2753. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2754. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2755. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2756. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2757. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2758. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2759. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2760. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2761. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2762. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2763. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2764. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2765. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2766. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2767. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2768. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2769. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2770. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2771. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2772. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2773. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2774. [20:53:59] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2775. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2776. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2777. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2778. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2779. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2780. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2781. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2782. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2783. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2784. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2785. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2786. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2787. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2788. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2789. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2790. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2791. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2792. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2793. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2794. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2795. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2796. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2797. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2798. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2799. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2800. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2801. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2802. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2803. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2804. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2805. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2806. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2807. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2808. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2809. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2810. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2811. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2812. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2813. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2814. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2815. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2816. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2817. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2818. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2819. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2820. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2821. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2822. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2823. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2824. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2825. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2826. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2827. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2828. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2829. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2830. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2831. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2832. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2833. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2834. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2835. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2836. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2837. [20:54:00] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2838. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2839. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2840. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2841. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2842. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2843. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2844. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2845. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2846. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2847. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2848. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2849. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2850. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2851. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2852. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2853. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2854. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2855. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2856. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2857. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2858. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2859. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2860. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2861. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2862. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2863. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2864. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2865. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2866. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2867. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2868. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2869. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2870. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2871. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2872. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2873. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2874. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2875. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2876. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2877. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2878. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2879. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2880. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2881. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2882. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2883. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2884. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2885. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2886. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2887. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2888. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2889. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2890. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2891. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2892. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2893. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2894. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2895. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2896. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2897. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2898. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2899. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2900. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2901. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2902. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2903. [20:54:01] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2904. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2905. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2906. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2907. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2908. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2909. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2910. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2911. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2912. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2913. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2914. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2915. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2916. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2917. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2918. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2919. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2920. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2921. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2922. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2923. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2924. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2925. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2926. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2927. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2928. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2929. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2930. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2931. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2932. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2933. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2934. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2935. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2936. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2937. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2938. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2939. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2940. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2941. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2942. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2943. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2944. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2945. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2946. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2947. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2948. [20:54:02] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2949. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2950. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2951. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2952. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2953. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2954. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2955. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2956. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2957. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2958. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2959. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2960. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2961. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2962. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2963. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2964. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2965. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2966. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2967. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2968. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2969. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2970. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2971. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2972. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2973. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2974. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2975. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2976. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2977. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2978. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2979. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2980. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2981. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2982. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2983. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2984. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2985. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2986. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2987. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2988. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2989. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2990. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2991. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2992. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2993. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2994. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2995. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2996. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  2997. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  2998. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  2999. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3000. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3001. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3002. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3003. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3004. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3005. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3006. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3007. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3008. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3009. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3010. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3011. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3012. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3013. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3014. [20:54:03] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3015. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3016. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3017. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3018. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3019. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3020. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3021. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3022. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3023. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3024. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3025. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3026. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3027. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3028. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3029. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3030. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3031. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3032. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3033. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3034. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3035. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3036. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3037. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3038. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3039. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3040. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3041. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3042. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3043. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3044. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3045. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3046. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3047. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3048. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3049. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3050. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3051. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3052. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3053. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3054. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3055. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3056. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3057. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3058. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3059. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3060. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3061. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3062. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3063. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3064. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3065. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3066. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3067. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3068. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3069. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3070. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3071. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3072. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3073. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3074. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3075. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3076. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3077. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3078. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3079. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3080. [20:54:04] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3081. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3082. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3083. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3084. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3085. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3086. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3087. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3088. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3089. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3090. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3091. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3092. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3093. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3094. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3095. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3096. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3097. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3098. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3099. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3100. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3101. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3102. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3103. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3104. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3105. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3106. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3107. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3108. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3109. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3110. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3111. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3112. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3113. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3114. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3115. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3116. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3117. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3118. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3119. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3120. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3121. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3122. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3123. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3124. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3125. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3126. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3127. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3128. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3129. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3130. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3131. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3132. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3133. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3134. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3135. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3136. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3137. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3138. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3139. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3140. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3141. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3142. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3143. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3144. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3145. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3146. [20:54:05] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3147. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3148. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3149. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3150. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3151. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3152. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3153. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3154. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3155. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3156. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3157. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3158. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3159. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3160. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3161. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3162. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3163. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3164. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3165. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3166. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3167. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3168. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3169. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3170. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3171. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3172. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3173. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3174. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3175. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3176. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3177. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3178. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3179. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3180. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3181. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3182. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3183. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3184. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3185. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3186. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3187. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3188. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3189. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3190. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3191. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3192. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3193. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3194. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3195. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3196. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3197. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3198. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3199. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3200. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3201. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3202. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3203. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3204. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3205. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3206. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3207. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3208. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3209. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3210. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3211. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3212. [20:54:06] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3213. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3214. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3215. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3216. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3217. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3218. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3219. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3220. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3221. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3222. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3223. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3224. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3225. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3226. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3227. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3228. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3229. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3230. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3231. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3232. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3233. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3234. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3235. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3236. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3237. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3238. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3239. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3240. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3241. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3242. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3243. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3244. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3245. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3246. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3247. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3248. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3249. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3250. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3251. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3252. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3253. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3254. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3255. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3256. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3257. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3258. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3259. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3260. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3261. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3262. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3263. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3264. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3265. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3266. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3267. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3268. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3269. [20:54:07] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3270. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3271. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3272. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3273. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3274. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3275. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3276. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3277. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3278. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3279. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3280. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3281. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3282. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3283. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3284. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3285. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3286. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3287. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3288. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3289. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3290. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3291. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3292. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3293. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3294. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3295. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3296. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3297. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3298. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3299. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3300. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3301. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3302. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3303. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3304. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3305. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3306. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3307. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3308. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3309. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3310. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3311. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3312. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3313. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3314. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3315. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3316. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3317. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3318. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3319. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3320. [20:54:08] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3321. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3322. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3323. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3324. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3325. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3326. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3327. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3328. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3329. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3330. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3331. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3332. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3333. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3334. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3335. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3336. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3337. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3338. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3339. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3340. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3341. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3342. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3343. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3344. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3345. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3346. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3347. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3348. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3349. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3350. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3351. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3352. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3353. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3354. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3355. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3356. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3357. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3358. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3359. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3360. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3361. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3362. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3363. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3364. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3365. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3366. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3367. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3368. [20:54:09] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3369. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3370. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3371. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3372. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3373. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3374. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3375. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3376. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3377. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3378. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3379. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3380. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3381. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3382. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3383. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3384. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3385. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3386. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3387. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3388. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3389. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3390. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3391. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3392. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3393. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3394. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3395. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3396. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3397. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3398. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3399. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3400. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3401. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3402. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3403. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3404. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3405. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3406. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3407. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3408. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3409. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3410. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3411. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3412. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3413. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3414. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3415. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3416. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3417. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3418. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3419. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3420. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3421. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3422. [20:54:10] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3423. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3424. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3425. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3426. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3427. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3428. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3429. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3430. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3431. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3432. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3433. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3434. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3435. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3436. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3437. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3438. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3439. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3440. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3441. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3442. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3443. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3444. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3445. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3446. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3447. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3448. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3449. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3450. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3451. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3452. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3453. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3454. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3455. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3456. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3457. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3458. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3459. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3460. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3461. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3462. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3463. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3464. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3465. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3466. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3467. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3468. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3469. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3470. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3471. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3472. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3473. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3474. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3475. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3476. [20:54:11] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3477. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3478. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3479. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3480. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3481. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3482. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3483. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3484. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3485. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3486. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3487. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3488. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3489. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3490. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3491. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3492. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3493. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3494. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3495. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3496. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3497. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3498. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3499. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3500. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3501. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3502. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3503. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3504. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3505. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3506. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3507. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3508. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3509. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3510. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3511. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3512. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3513. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3514. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3515. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3516. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3517. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3518. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3519. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3520. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3521. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3522. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3523. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3524. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3525. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3526. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3527. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3528. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3529. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3530. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3531. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3532. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3533. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3534. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3535. [20:54:12] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3536. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3537. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3538. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3539. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3540. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3541. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3542. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3543. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3544. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3545. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3546. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3547. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3548. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3549. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3550. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3551. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3552. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3553. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3554. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3555. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3556. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3557. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3558. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3559. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3560. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3561. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3562. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3563. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3564. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3565. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3566. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3567. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3568. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3569. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3570. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3571. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3572. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3573. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3574. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3575. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3576. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3577. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3578. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3579. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3580. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3581. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3582. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3583. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3584. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3585. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3586. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3587. [20:54:13] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3588. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3589. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3590. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3591. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3592. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3593. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3594. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3595. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3596. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3597. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3598. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3599. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3600. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3601. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3602. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3603. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3604. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3605. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3606. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3607. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3608. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3609. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3610. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3611. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3612. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3613. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3614. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3615. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3616. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3617. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3618. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3619. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3620. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3621. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3622. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3623. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3624. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3625. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3626. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3627. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3628. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3629. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3630. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3631. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3632. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3633. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3634. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3635. [20:54:14] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3636. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3637. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3638. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3639. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3640. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3641. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3642. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3643. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3644. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3645. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3646. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3647. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3648. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3649. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3650. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3651. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3652. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3653. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3654. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3655. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3656. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3657. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3658. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3659. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3660. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3661. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3662. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3663. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3664. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3665. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3666. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3667. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3668. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3669. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3670. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3671. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3672. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3673. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3674. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3675. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3676. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3677. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3678. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3679. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3680. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3681. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3682. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3683. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3684. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3685. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3686. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3687. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3688. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3689. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3690. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3691. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3692. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3693. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3694. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3695. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3696. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3697. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3698. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3699. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3700. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3701. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3702. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3703. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3704. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3705. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3706. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3707. [20:54:15] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3708. [20:54:16] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3709. [20:54:16] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3710. [20:54:16] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3711. [20:54:16] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3712. [20:54:16] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3713. [20:54:16] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3714. [20:54:16] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3715. [20:54:16] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3716. [20:54:16] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3717. [20:54:16] [main/ERROR] [net.minecraft.client.Minecraft]: ########## GL ERROR ##########
  3718. [20:54:16] [main/ERROR] [net.minecraft.client.Minecraft]: @ Post render
  3719. [20:54:16] [main/ERROR] [net.minecraft.client.Minecraft]: 1281: Invalid value
  3720. [20:56:03] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3721. [20:56:03] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3722. [20:56:20] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3723. [20:56:20] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3724. [20:58:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] [Matter Overdrive] §1Epichusky12§r§r completed The belly of the beast
  3725. [20:59:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Epichusky12: Set own game mode to Creative Mode]
  3726. [20:59:16] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode
  3727. [20:59:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Epichusky12: Set own game mode to Survival Mode]
  3728. [20:59:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Survival Mode
  3729. [20:59:26] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] [Matter Overdrive] §1Epichusky12§r§r completed One true love
  3730. [21:00:55] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] [Matter Overdrive] §1Epichusky12§r§r completed Weapons of war
  3731. [21:05:28] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  3732. [21:05:28] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  3733. [21:05:28] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  3734. [21:08:03] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  3735. [21:09:25] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  3736. [21:10:13] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] [Matter Overdrive] §1Epichusky12§r§r completed Is it really me ?
  3737. [21:10:13] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3738. [21:10:13] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3739. [21:11:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: <§1Epichusky12§r> -322 -15 58
  3740. [21:11:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] <§1Epichusky12§r> -322 -15 58
  3741. [21:11:41] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3742. [21:11:41] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3743. [21:12:51] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: <§1Epichusky12§r> -322 -18 54
  3744. [21:12:51] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] <§1Epichusky12§r> -322 -18 54
  3745. [21:12:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3746. [21:12:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3747. [21:13:26] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3748. [21:13:26] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3749. [21:13:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3750. [21:13:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3751. [21:14:42] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  3752. [21:14:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  3753. [21:14:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  3754. [21:14:44] [Server thread/WARN] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 moved wrongly!
  3755. [21:15:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3756. [21:15:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3757. [21:15:35] [Server thread/INFO] [FML]: Loading dimension 50 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  3758. [21:15:35] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0
  3759. [21:15:35] [Thread-411/WARN] [HammerCore]: HammerCore custom data file not found!
  3760. [21:15:43] [main/INFO] [journeymap]: Loading journeymap.topo.config
  3761. [21:15:43] [main/INFO] [journeymap]: Loaded 11 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  3762. [21:15:43] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50. Memory: 3072MB total, 1043MB free
  3763. [21:15:58] [Thread-412/INFO] [THAUMCRAFT]: Starting aura thread for dim 50
  3764. [21:15:59] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 23772ms behind, skipping 475 tick(s)
  3765. [21:16:11] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 12853ms behind, skipping 257 tick(s)
  3766. [21:16:28] [Server thread/WARN] [FML]: Thaumcraft loaded a new chunk [-96, 21] in dimension 50 (planet) while populating chunk [-95, 22], causing cascading worldgen lag.
  3767. [21:16:28] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
  3768. [21:16:28] [Server thread/WARN] [FML]: Thaumcraft loaded a new chunk [-96, 22] in dimension 50 (planet) while populating chunk [-95, 22], causing cascading worldgen lag.
  3769. [21:16:28] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
  3770. [21:16:28] [Server thread/WARN] [FML]: Thaumcraft loaded a new chunk [-94, 21] in dimension 50 (planet) while populating chunk [-95, 22], causing cascading worldgen lag.
  3771. [21:16:28] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
  3772. [21:16:28] [Server thread/WARN] [FML]: Thaumcraft loaded a new chunk [-95, 21] in dimension 50 (planet) while populating chunk [-95, 22], causing cascading worldgen lag.
  3773. [21:16:28] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
  3774. [21:16:33] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 14674ms behind, skipping 293 tick(s)
  3775. [21:18:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3776. [21:18:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3777. [21:18:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3778. [21:18:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3779. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3780. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3781. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3782. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3783. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3784. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3785. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3786. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3787. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3788. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3789. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3790. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3791. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3792. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3793. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3794. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3795. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3796. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3797. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3798. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3799. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3800. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3801. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3802. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3803. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3804. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3805. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3806. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3807. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3808. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3809. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3810. [21:18:12] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3811. [21:18:13] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3812. [21:18:13] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3813. [21:20:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3814. [21:20:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3815. [21:20:24] [Thread-431/WARN] [HammerCore]: HammerCore custom data file not found!
  3816. [21:20:24] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50
  3817. [21:20:26] [main/INFO] [journeymap]: Loading journeymap.topo.config
  3818. [21:20:26] [main/INFO] [journeymap]: Loaded 11 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  3819. [21:20:26] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0. Memory: 3072MB total, 791MB free
  3820. [21:20:28] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 4506ms behind, skipping 90 tick(s)
  3821. [21:20:30] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 50
  3822. [21:20:31] [Thread-412/INFO] [THAUMCRAFT]: Stopping aura thread for dim 50
  3823. [21:20:37] [Server thread/INFO] [FML]: Unloading dimension 50
  3824. [21:20:45] [Server thread/INFO] [FML]: Loading dimension 50 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  3825. [21:20:45] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 50
  3826. [21:20:45] [Thread-434/WARN] [HammerCore]: HammerCore custom data file not found!
  3827. [21:20:45] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0
  3828. [21:20:47] [main/INFO] [journeymap]: Loading journeymap.topo.config
  3829. [21:20:47] [main/INFO] [journeymap]: Loaded 11 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  3830. [21:20:47] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50. Memory: 3072MB total, 558MB free
  3831. [21:20:48] [Thread-435/INFO] [THAUMCRAFT]: Starting aura thread for dim 50
  3832. [21:20:49] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 4558ms behind, skipping 91 tick(s)
  3833. [21:20:52] [Thread-436/WARN] [HammerCore]: HammerCore custom data file not found!
  3834. [21:20:52] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50
  3835. [21:20:54] [main/INFO] [journeymap]: Loading journeymap.topo.config
  3836. [21:20:54] [main/INFO] [journeymap]: Loaded 11 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  3837. [21:20:54] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0. Memory: 3072MB total, 495MB free
  3838. [21:21:02] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 50
  3839. [21:21:03] [Thread-435/INFO] [THAUMCRAFT]: Stopping aura thread for dim 50
  3840. [21:21:05] [Server thread/INFO] [FML]: Unloading dimension 50
  3841. [21:21:12] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 5483ms behind, skipping 109 tick(s)
  3842. [21:21:24] [Server thread/INFO] [FML]: Loading dimension 50 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  3843. [21:21:24] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 50
  3844. [21:21:24] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0
  3845. [21:21:24] [Thread-441/WARN] [HammerCore]: HammerCore custom data file not found!
  3846. [21:21:25] [main/INFO] [journeymap]: Loading journeymap.topo.config
  3847. [21:21:26] [main/INFO] [journeymap]: Loaded 11 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  3848. [21:21:26] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50. Memory: 3072MB total, 1017MB free
  3849. [21:21:27] [Thread-442/INFO] [THAUMCRAFT]: Starting aura thread for dim 50
  3850. [21:21:28] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3930ms behind, skipping 78 tick(s)
  3851. [21:21:36] [Server thread/INFO] [FML]: Loading dimension 51 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  3852. [21:21:36] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 51
  3853. [21:21:50] [Thread-444/INFO] [THAUMCRAFT]: Starting aura thread for dim 51
  3854. [21:21:50] [Thread-445/WARN] [HammerCore]: HammerCore custom data file not found!
  3855. [21:21:50] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50
  3856. [21:21:55] [main/INFO] [journeymap]: Loading journeymap.topo.config
  3857. [21:21:55] [main/INFO] [journeymap]: Loaded 11 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  3858. [21:21:55] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM51. Memory: 3072MB total, 1119MB free
  3859. [21:21:55] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3860. [21:21:55] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3861. [21:21:56] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 50
  3862. [21:21:57] [Thread-442/INFO] [THAUMCRAFT]: Stopping aura thread for dim 50
  3863. [21:22:00] [Server thread/INFO] [FML]: Unloading dimension 50
  3864. [21:22:01] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3865. [21:22:01] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3866. [21:22:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3867. [21:22:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3868. [21:22:03] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] ERROR: Spell Entity target is non existent.
  3869. [21:22:03] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error Position: [5, 5].
  3870. [21:22:03] [Server thread/INFO] [FML]: Loading dimension 50 (Powerplay) (net.minecraft.server.integrated.IntegratedServer@5cb8ef03)
  3871. [21:22:03] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 50
  3872. [21:22:03] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM51
  3873. [21:22:03] [Thread-448/WARN] [HammerCore]: HammerCore custom data file not found!
  3874. [21:22:05] [main/INFO] [journeymap]: Loading journeymap.topo.config
  3875. [21:22:05] [main/INFO] [journeymap]: Loaded 11 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  3876. [21:22:05] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50. Memory: 3072MB total, 1081MB free
  3877. [21:22:07] [Thread-449/INFO] [THAUMCRAFT]: Starting aura thread for dim 50
  3878. [21:22:08] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 51
  3879. [21:22:09] [Thread-444/INFO] [THAUMCRAFT]: Stopping aura thread for dim 51
  3880. [21:22:11] [Server thread/INFO] [FML]: Unloading dimension 51
  3881. [21:22:12] [Thread-451/WARN] [HammerCore]: HammerCore custom data file not found!
  3882. [21:22:12] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM50
  3883. [21:22:17] [main/INFO] [journeymap]: Loading journeymap.topo.config
  3884. [21:22:17] [main/INFO] [journeymap]: Loaded 11 waypoints from C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\waypoints
  3885. [21:22:17] [main/INFO] [journeymap]: Mapping started in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0. Memory: 3072MB total, 1160MB free
  3886. [21:22:19] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 50
  3887. [21:22:21] [Thread-449/INFO] [THAUMCRAFT]: Stopping aura thread for dim 50
  3888. [21:22:25] [Server thread/INFO] [FML]: Unloading dimension 50
  3889. [21:22:25] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  3890. [21:22:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  3891. [21:22:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  3892. [21:22:26] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 31679ms behind, skipping 633 tick(s)
  3893. [21:37:00] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  3894. [21:37:01] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  3895. [21:37:01] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  3896. [21:37:14] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
  3897. [21:37:14] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  3898. [21:37:14] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  3899. [21:46:38] [Netty Local Client IO #1/INFO] [EnderCore]: Reset configs to client values for com.enderio.core.common.config.ConfigHandler
  3900. [21:46:38] [main/INFO] [journeymap]: Mapping halted in C:\Users\Epichusky12\AppData\Roaming\.minecraft\journeymap\data\sp\Powerplay\DIM0
  3901. [21:46:38] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
  3902. [21:46:38] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
  3903. [21:46:38] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Epichusky12 lost connection: Disconnected
  3904. [21:46:38] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: §1Epichusky12§r left the game
  3905. [21:46:38] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Stopping singleplayer server as player logged out
  3906. [21:46:38] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
  3907. [21:46:38] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/overworld
  3908. [21:46:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Powerplay'/ExtraUtils2_Quarry_Dim
  3909. [21:46:39] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 0
  3910. [21:46:39] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -9999
  3911. [21:46:39] [Server thread/INFO] [FML]: Unloading dimension 0
  3912. [21:46:39] [Server thread/INFO] [FML]: Unloading dimension -9999
  3913. [21:46:39] [Thread-326/WARN] [THAUMCRAFT]: No auras found!
  3914. [21:46:39] [Thread-330/WARN] [THAUMCRAFT]: No auras found!
  3915. [21:46:39] [Thread-326/INFO] [THAUMCRAFT]: Stopping aura thread for dim -9999
  3916. [21:46:39] [Thread-330/INFO] [THAUMCRAFT]: Stopping aura thread for dim 0
  3917. [21:46:42] [Server thread/INFO] [FML]: Applying holder lookups
  3918. [21:46:42] [Server thread/INFO] [FML]: Holder lookups applied
  3919. [21:46:42] [Server thread/INFO] [projecte]: Completed server-stop actions.
  3920. [21:46:47] [main/INFO] [improvableskills]: Reset client skill data.
  3921. [21:46:47] [main/INFO] [HammerCore]: Cleaning 0 textures from VRAM
  3922. [21:46:52] [main/INFO] [net.minecraft.client.Minecraft]: Stopping!
  3923. [21:46:52] [main/INFO] [net.minecraft.client.audio.SoundManager]: SoundSystem shutting down...
  3924. [21:46:53] [main/WARN] [net.minecraft.client.audio.SoundManager]: Author: Paul Lamb, www.paulscode.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement