Advertisement
Guest User

Untitled

a guest
Mar 6th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.09 KB | None | 0 0
  1. at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]
  2. at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1184) ~[ModelLoader$VariantLoader.class:?]
  3. at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
  4. ... 24 more
  5. [15:50:22] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant realmofthedragons:dragon_egg#breed=sapphire:
  6. java.lang.Exception: Could not load model definition for variant realmofthedragons:dragon_egg
  7. at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:274) ~[ModelLoader.class:?]
  8. at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?]
  9. at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?]
  10. at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?]
  11. at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
  12. at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]
  13. at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]
  14. at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?]
  15. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [FMLClientHandler.class:?]
  16. at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?]
  17. at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
  18. at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  22. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  23. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  24. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  28. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  29. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  30. at GradleStart.main(GradleStart.java:26) [start/:?]
  31. Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model realmofthedragons:blockstates/dragon_egg.json
  32. at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:205) ~[ModelBakery.class:?]
  33. at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]
  34. at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]
  35. ... 23 more
  36. Caused by: java.io.FileNotFoundException: realmofthedragons:blockstates/dragon_egg.json
  37. at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:83) ~[SimpleReloadableResourceManager.class:?]
  38. at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:198) ~[ModelBakery.class:?]
  39. at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]
  40. at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]
  41. ... 23 more
  42. [15:50:22] [Client thread/ERROR] [FML]: Exception loading model for variant realmofthedragons:jade_dragon_axe#inventory for item "realmofthedragons:jade_dragon_axe", normal location exception:
  43. net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model realmofthedragons:item/jade_dragon_axe with loader VanillaLoader.INSTANCE, skipping
  44. at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
  45. at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:317) ~[ModelLoader.class:?]
  46. at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?]
  47. at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?]
  48. at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
  49. at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]
  50. at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]
  51. at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?]
  52. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [FMLClientHandler.class:?]
  53. at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?]
  54. at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
  55. at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
  56. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  57. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  58. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  59. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  60. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  61. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  62. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  63. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  64. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  65. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  66. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  67. at GradleStart.main(GradleStart.java:26) [start/:?]
  68. Caused by: java.io.FileNotFoundException: realmofthedragons:models/item/jade_dragon_axe.json
  69. at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[SimpleReloadableResourceManager.class:?]
  70. at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:311) ~[ModelBakery.class:?]
  71. at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?]
  72. at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:868) ~[ModelLoader$VanillaLoader.class:?]
  73. at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
  74. ... 23 more
  75. [15:50:22] [Client thread/ERROR] [FML]: Exception loading model for variant realmofthedragons:jade_dragon_axe#inventory for item "realmofthedragons:jade_dragon_axe", blockstate location exception:
  76. net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model realmofthedragons:jade_dragon_axe#inventory with loader VariantLoader.INSTANCE, skipping
  77. at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
  78. at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:325) ~[ModelLoader.class:?]
  79. at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?]
  80. at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?]
  81. at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
  82. at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]
  83. at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]
  84. at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?]
  85. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [FMLClientHandler.class:?]
  86. at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?]
  87. at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
  88. at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
  89. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  90. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  92. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  93. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  94. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  96. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  98. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  99. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  100. at GradleStart.main(GradleStart.java:26) [start/:?]
  101. Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
  102. at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]
  103. at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1184) ~[ModelLoader$VariantLoader.class:?]
  104. at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
  105. ... 23 more
  106. [15:50:22] [Client thread/ERROR] [FML]: Exception loading model for variant realmofthedragons:dragon_egg#breed=nether for blockstate "realmofthedragons:dragon_egg[breed=nether]"
  107. net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model realmofthedragons:dragon_egg#breed=nether with loader VariantLoader.INSTANCE, skipping
  108. at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
  109. at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:241) ~[ModelLoader.class:?]
  110. at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?]
  111. at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?]
  112. at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?]
  113. at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
  114. at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]
  115. at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]
  116. at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?]
  117. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [FMLClientHandler.class:?]
  118. at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?]
  119. at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
  120. at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
  121. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  122. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  123. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  124. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  125. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  126. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  127. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  128. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  129. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  130. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  131. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  132. at GradleStart.main(GradleStart.java:26) [start/:?]
  133. Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
  134. at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]
  135. at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1184) ~[ModelLoader$VariantLoader.class:?]
  136. at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
  137. ... 24 more
  138. [15:50:22] [Client thread/ERROR] [FML]: Suppressed additional 13 model loading errors for domain realmofthedragons
  139. [15:50:22] [Client thread/ERROR] [FML]: A critical error occurred instantiating the gui factory for mod realmofthedragons
  140. java.lang.ClassNotFoundException: com.TheRPGAdventurer.entity.dragon.RealmOfTheDragonsConfigGuiFactory
  141. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  142. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_111]
  143. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_111]
  144. at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[ModClassLoader.class:?]
  145. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_111]
  146. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_111]
  147. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [FMLClientHandler.class:?]
  148. at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?]
  149. at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
  150. at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
  151. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  152. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  153. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  154. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  155. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  156. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  157. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  158. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  159. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  160. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  161. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  162. at GradleStart.main(GradleStart.java:26) [start/:?]
  163. Caused by: java.lang.NullPointerException
  164. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
  165. ... 21 more
  166. [15:50:22] [Client thread/WARN]: Skipping bad option: lastServer:
  167. [15:50:26] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
  168. [15:50:31] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2
  169. [15:50:31] [Server thread/INFO]: Generating keypair
  170. [15:50:31] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
  171. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_green
  172. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:dna_combinator_hybridizer
  173. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_cyan
  174. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:calamites_double_slab
  175. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:umaltolepis
  176. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:small_chain_fern
  177. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hay_stairs
  178. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_magenta
  179. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_present
  180. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:ajuginucula_smithii
  181. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:wild_onion_plant
  182. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:rustyHatch
  183. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:cleaning_station
  184. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:embryo_calcification_machine
  185. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:door_factory
  186. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_15
  187. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_16
  188. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_13
  189. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_14
  190. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_11
  191. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_12
  192. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_10
  193. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:dictyophyllum
  194. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:ginkgo_sapling
  195. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_colored_flower_pot
  196. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:gypsum_bricks
  197. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:action_figure_block
  198. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:paleo_bale_leaves
  199. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:ginkgo_double_slab
  200. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:plant_fossil_block
  201. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world mowziesmobs:painted_acacia
  202. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:paleo_bale_other
  203. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:calamites_log
  204. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:calamites_leaves
  205. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_lime
  206. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:clear_glass
  207. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_white
  208. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:ginkgo_planks
  209. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_10
  210. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_gray
  211. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_15
  212. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_16
  213. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_13
  214. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_14
  215. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_11
  216. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_12
  217. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:raphaelia
  218. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:fossil_block_0
  219. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:fossil_block_1
  220. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:reinforced_stone
  221. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:fossil_block_2
  222. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world dragonmounts:dragon_egg
  223. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:fossil_block_3
  224. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world toughasnails:season_sensor_spring
  225. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_8
  226. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_9
  227. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_6
  228. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_7
  229. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:factory_door
  230. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:peat_moss
  231. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hay_slab
  232. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_4
  233. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_5
  234. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:verticalHatch
  235. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_2
  236. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_3
  237. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_0
  238. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_double_hardened_clay_slab_1
  239. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_8
  240. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_9
  241. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_4
  242. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_5
  243. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_6
  244. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_7
  245. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_0
  246. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_1
  247. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:camoFenceGate
  248. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_2
  249. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_3
  250. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_silver
  251. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world toughasnails:season_sensor_winter
  252. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:cycad_zamites
  253. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:reinforced_bricks
  254. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:medieval_door
  255. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:ginkgo_log_petrified
  256. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:dna_extractor
  257. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:trapdoor_birch
  258. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:calamites_stairs
  259. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:calamites_sapling
  260. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:paleo_bale_fern
  261. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hay_slab
  262. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:peat
  263. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:amber_ore
  264. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world camping:logseat
  265. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world camping:tent
  266. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_adamantium_ore
  267. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:dna_synthesizer
  268. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world toughasnails:rain_collector
  269. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_microsoft_carpet
  270. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world toughasnails:campfire
  271. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world camping:campfireCook
  272. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:nest_fossil
  273. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_yellow
  274. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:liriodendrites
  275. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:gypsum_stone
  276. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:iron_sliding_door
  277. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:cry_pansy
  278. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:calamites_planks
  279. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world camping:tentBounds
  280. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_2
  281. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_3
  282. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_0
  283. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_1
  284. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_6
  285. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_7
  286. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_4
  287. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_5
  288. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_8
  289. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_stairs_9
  290. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:moss
  291. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:garage_door
  292. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_purple
  293. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:carriage_door
  294. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:ginkgo_leaves
  295. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_orange
  296. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world camping:campfireWood
  297. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_pink
  298. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:encephalartos
  299. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:paleo_bale_cycadeoidea
  300. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:west_indian_lilac
  301. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world camping:hemp
  302. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world toughasnails:season_sensor_summer
  303. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_14
  304. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_13
  305. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_16
  306. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_15
  307. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_10
  308. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_12
  309. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world camping:trap
  310. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_hardened_clay_slab_11
  311. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_adamantium_block
  312. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:shoji_door
  313. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:ginkgo_log
  314. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:dna_sequencer
  315. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_brown
  316. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:orontium_mackii
  317. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:encased_nest_fossil
  318. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:paleo_bale_cycad
  319. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:small_cycad
  320. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:calamites_slab
  321. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:trapdoor_dark_oak
  322. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world camping:light
  323. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:rustyLadder
  324. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:encased_fossil_2
  325. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:encased_fossil_3
  326. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:encased_fossil_0
  327. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:encased_fossil_1
  328. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:saloon
  329. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:fossil_grinder
  330. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_smooth_stone_stairs
  331. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world toughasnails:temperature_coil
  332. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_blue
  333. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_light_blue
  334. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:feeder
  335. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:wood_sliding_door
  336. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world camping:sleepingBag
  337. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:trapdoor_acacia
  338. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:ginkgo_slab
  339. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:serenna_veriformans
  340. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:ginkgo_stairs
  341. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:fossilized_trackway
  342. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_black
  343. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:dicksonia
  344. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:dicroidium_zuberi
  345. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:gypsum_cobblestone
  346. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world mowziesmobs:campfire
  347. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:calamites_log_petrified
  348. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world camping:lantern
  349. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:sliding_trapdoor
  350. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world imc:block_mining_tnt
  351. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:jail_door
  352. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:trapdoor_spruce
  353. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world toughasnails:season_sensor_autumn
  354. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world mowziesmobs:painted_acacia_double_slab
  355. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:incubator
  356. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world mowziesmobs:painted_acacia_slab
  357. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world wearablebackpacks:backpack
  358. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:ladinia_simplex
  359. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:laboratory_door
  360. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:scaly_tree_fern
  361. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:embryonic_machine
  362. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:trapdoor_jungle
  363. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:forcefieldDoor
  364. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:gracilaria_seaweed
  365. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world toughasnails:dead_crops
  366. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:customDoor
  367. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:bennettitalean_cycadeoidea
  368. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world jurassicraft:small_royal_fern
  369. [15:50:31] [Server thread/INFO] [FML]: Found a missing id from the world malisisdoors:curtain_red
  370. [15:50:32] [Server thread/INFO] [FML]: Applying holder lookups
  371. [15:50:32] [Server thread/INFO] [FML]: Holder lookups applied
  372. [15:50:32] [Server thread/INFO] [FML]: Loading dimension 0 (My World) (net.minecraft.server.integrated.IntegratedServer@763e6cb4)
  373. [15:50:32] [Server thread/INFO] [FML]: Loading dimension 1 (My World) (net.minecraft.server.integrated.IntegratedServer@763e6cb4)
  374. [15:50:32] [Server thread/INFO] [FML]: Loading dimension -1 (My World) (net.minecraft.server.integrated.IntegratedServer@763e6cb4)
  375. [15:50:32] [Server thread/INFO]: Preparing start region for level 0
  376. [15:50:34] [Server thread/INFO]: Preparing spawn area: 0%
  377. [15:50:35] [Server thread/INFO]: Preparing spawn area: 50%
  378. [15:50:36] [Server thread/INFO]: Changing view distance to 12, from 10
  379. [15:50:39] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
  380. [15:50:39] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
  381. [15:50:39] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : FML@8.0.99.99,Forge@12.18.2.2151,realmofthedragons@@VERSION@,torohealthmod@1.10.2-1,mcp@9.19
  382. [15:50:39] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
  383. [15:50:39] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  384. [15:50:39] [Server thread/INFO]: Player958[local:E:c0a46552] logged in with entity id 365 at (67.20831619022886, 71.8500000178814, 336.2471448793746)
  385. [15:50:39] [Server thread/INFO]: Player958 joined the game
  386. [15:50:42] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2102ms behind, skipping 42 tick(s)
  387. [15:50:42] [Server thread/INFO]: Saving and pausing game...
  388. [15:50:42] [Server thread/INFO]: Saving chunks for level 'My World'/Overworld
  389. [15:50:42] [Server thread/INFO]: Saving chunks for level 'My World'/Nether
  390. [15:50:42] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@74604761[id=4805b7f8-997e-33ab-826d-ca981b97526b,name=Player958,properties={},legacy=false]
  391. com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
  392. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
  393. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]
  394. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]
  395. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?]
  396. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
  397. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
  398. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
  399. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
  400. at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
  401. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
  402. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
  403. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
  404. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?]
  405. at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3060) [Minecraft.class:?]
  406. at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:131) [SkinManager$3.class:?]
  407. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111]
  408. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111]
  409. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
  410. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
  411. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  412. [15:50:42] [Server thread/INFO]: Saving chunks for level 'My World'/The End
  413. [15:50:46] [Client thread/FATAL]: Error executing task
  414. java.util.concurrent.ExecutionException: net.minecraft.util.ReportedException: Playing level event
  415. at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_111]
  416. at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_111]
  417. at net.minecraft.util.Util.runTask(Util.java:26) [Util.class:?]
  418. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1108) [Minecraft.class:?]
  419. at net.minecraft.client.Minecraft.run(Minecraft.java:406) [Minecraft.class:?]
  420. at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
  421. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  422. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  423. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  424. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  425. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  426. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  427. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  428. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  429. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  430. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  431. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  432. at GradleStart.main(GradleStart.java:26) [start/:?]
  433. Caused by: net.minecraft.util.ReportedException: Playing level event
  434. at net.minecraft.world.World.playEvent(World.java:3960) ~[World.class:?]
  435. at net.minecraft.world.World.playEvent(World.java:3940) ~[World.class:?]
  436. at net.minecraft.client.network.NetHandlerPlayClient.handleEffect(NetHandlerPlayClient.java:1475) ~[NetHandlerPlayClient.class:?]
  437. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:59) ~[SPacketEffect.class:?]
  438. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:11) ~[SPacketEffect.class:?]
  439. at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15) ~[PacketThreadUtil$1.class:?]
  440. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_111]
  441. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_111]
  442. at net.minecraft.util.Util.runTask(Util.java:25) ~[Util.class:?]
  443. ... 15 more
  444. Caused by: java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=breed, clazz=class com.TheRPGAdventurer.entity.breeds.EnumDragonBreed, values=[END, GOLD, JADE, NETHER, RUBY, SAPPHIRE]} to null on block realmofthedragons:dragon_egg, it is not an allowed value
  445. at net.minecraft.block.state.BlockStateContainer$StateImplementation.withProperty(BlockStateContainer.java:222) ~[BlockStateContainer$StateImplementation.class:?]
  446. at com.TheRPGAdventurer.blocks.BlockDragonBreedEgg.getStateFromMeta(BlockDragonBreedEgg.java:38) ~[BlockDragonBreedEgg.class:?]
  447. at net.minecraft.block.Block.getStateById(Block.java:116) ~[Block.class:?]
  448. at net.minecraft.client.renderer.RenderGlobal.playEvent(RenderGlobal.java:2389) ~[RenderGlobal.class:?]
  449. at net.minecraft.world.World.playEvent(World.java:3949) ~[World.class:?]
  450. at net.minecraft.world.World.playEvent(World.java:3940) ~[World.class:?]
  451. at net.minecraft.client.network.NetHandlerPlayClient.handleEffect(NetHandlerPlayClient.java:1475) ~[NetHandlerPlayClient.class:?]
  452. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:59) ~[SPacketEffect.class:?]
  453. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:11) ~[SPacketEffect.class:?]
  454. at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15) ~[PacketThreadUtil$1.class:?]
  455. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_111]
  456. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_111]
  457. at net.minecraft.util.Util.runTask(Util.java:25) ~[Util.class:?]
  458. ... 15 more
  459. [15:50:47] [Client thread/FATAL]: Error executing task
  460. java.util.concurrent.ExecutionException: net.minecraft.util.ReportedException: Playing level event
  461. at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_111]
  462. at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_111]
  463. at net.minecraft.util.Util.runTask(Util.java:26) [Util.class:?]
  464. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1108) [Minecraft.class:?]
  465. at net.minecraft.client.Minecraft.run(Minecraft.java:406) [Minecraft.class:?]
  466. at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
  467. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  468. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  469. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  470. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  471. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  472. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  473. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  474. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  475. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  476. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  477. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  478. at GradleStart.main(GradleStart.java:26) [start/:?]
  479. Caused by: net.minecraft.util.ReportedException: Playing level event
  480. at net.minecraft.world.World.playEvent(World.java:3960) ~[World.class:?]
  481. at net.minecraft.world.World.playEvent(World.java:3940) ~[World.class:?]
  482. at net.minecraft.client.network.NetHandlerPlayClient.handleEffect(NetHandlerPlayClient.java:1475) ~[NetHandlerPlayClient.class:?]
  483. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:59) ~[SPacketEffect.class:?]
  484. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:11) ~[SPacketEffect.class:?]
  485. at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15) ~[PacketThreadUtil$1.class:?]
  486. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_111]
  487. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_111]
  488. at net.minecraft.util.Util.runTask(Util.java:25) ~[Util.class:?]
  489. ... 15 more
  490. Caused by: java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=breed, clazz=class com.TheRPGAdventurer.entity.breeds.EnumDragonBreed, values=[END, GOLD, JADE, NETHER, RUBY, SAPPHIRE]} to null on block realmofthedragons:dragon_egg, it is not an allowed value
  491. at net.minecraft.block.state.BlockStateContainer$StateImplementation.withProperty(BlockStateContainer.java:222) ~[BlockStateContainer$StateImplementation.class:?]
  492. at com.TheRPGAdventurer.blocks.BlockDragonBreedEgg.getStateFromMeta(BlockDragonBreedEgg.java:38) ~[BlockDragonBreedEgg.class:?]
  493. at net.minecraft.block.Block.getStateById(Block.java:116) ~[Block.class:?]
  494. at net.minecraft.client.renderer.RenderGlobal.playEvent(RenderGlobal.java:2389) ~[RenderGlobal.class:?]
  495. at net.minecraft.world.World.playEvent(World.java:3949) ~[World.class:?]
  496. at net.minecraft.world.World.playEvent(World.java:3940) ~[World.class:?]
  497. at net.minecraft.client.network.NetHandlerPlayClient.handleEffect(NetHandlerPlayClient.java:1475) ~[NetHandlerPlayClient.class:?]
  498. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:59) ~[SPacketEffect.class:?]
  499. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:11) ~[SPacketEffect.class:?]
  500. at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15) ~[PacketThreadUtil$1.class:?]
  501. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_111]
  502. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_111]
  503. at net.minecraft.util.Util.runTask(Util.java:25) ~[Util.class:?]
  504. ... 15 more
  505. [15:50:48] [Client thread/FATAL]: Error executing task
  506. java.util.concurrent.ExecutionException: net.minecraft.util.ReportedException: Playing level event
  507. at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_111]
  508. at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_111]
  509. at net.minecraft.util.Util.runTask(Util.java:26) [Util.class:?]
  510. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1108) [Minecraft.class:?]
  511. at net.minecraft.client.Minecraft.run(Minecraft.java:406) [Minecraft.class:?]
  512. at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
  513. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  514. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  515. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  516. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  517. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  518. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  519. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  520. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  521. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  522. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  523. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  524. at GradleStart.main(GradleStart.java:26) [start/:?]
  525. Caused by: net.minecraft.util.ReportedException: Playing level event
  526. at net.minecraft.world.World.playEvent(World.java:3960) ~[World.class:?]
  527. at net.minecraft.world.World.playEvent(World.java:3940) ~[World.class:?]
  528. at net.minecraft.client.network.NetHandlerPlayClient.handleEffect(NetHandlerPlayClient.java:1475) ~[NetHandlerPlayClient.class:?]
  529. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:59) ~[SPacketEffect.class:?]
  530. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:11) ~[SPacketEffect.class:?]
  531. at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15) ~[PacketThreadUtil$1.class:?]
  532. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_111]
  533. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_111]
  534. at net.minecraft.util.Util.runTask(Util.java:25) ~[Util.class:?]
  535. ... 15 more
  536. Caused by: java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=breed, clazz=class com.TheRPGAdventurer.entity.breeds.EnumDragonBreed, values=[END, GOLD, JADE, NETHER, RUBY, SAPPHIRE]} to null on block realmofthedragons:dragon_egg, it is not an allowed value
  537. at net.minecraft.block.state.BlockStateContainer$StateImplementation.withProperty(BlockStateContainer.java:222) ~[BlockStateContainer$StateImplementation.class:?]
  538. at com.TheRPGAdventurer.blocks.BlockDragonBreedEgg.getStateFromMeta(BlockDragonBreedEgg.java:38) ~[BlockDragonBreedEgg.class:?]
  539. at net.minecraft.block.Block.getStateById(Block.java:116) ~[Block.class:?]
  540. at net.minecraft.client.renderer.RenderGlobal.playEvent(RenderGlobal.java:2389) ~[RenderGlobal.class:?]
  541. at net.minecraft.world.World.playEvent(World.java:3949) ~[World.class:?]
  542. at net.minecraft.world.World.playEvent(World.java:3940) ~[World.class:?]
  543. at net.minecraft.client.network.NetHandlerPlayClient.handleEffect(NetHandlerPlayClient.java:1475) ~[NetHandlerPlayClient.class:?]
  544. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:59) ~[SPacketEffect.class:?]
  545. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:11) ~[SPacketEffect.class:?]
  546. at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15) ~[PacketThreadUtil$1.class:?]
  547. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_111]
  548. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_111]
  549. at net.minecraft.util.Util.runTask(Util.java:25) ~[Util.class:?]
  550. ... 15 more
  551. [15:50:48] [Client thread/FATAL]: Error executing task
  552. java.util.concurrent.ExecutionException: net.minecraft.util.ReportedException: Playing level event
  553. at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_111]
  554. at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_111]
  555. at net.minecraft.util.Util.runTask(Util.java:26) [Util.class:?]
  556. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1108) [Minecraft.class:?]
  557. at net.minecraft.client.Minecraft.run(Minecraft.java:406) [Minecraft.class:?]
  558. at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
  559. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  560. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  561. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  562. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  563. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  564. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  565. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  566. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  567. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  568. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  569. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  570. at GradleStart.main(GradleStart.java:26) [start/:?]
  571. Caused by: net.minecraft.util.ReportedException: Playing level event
  572. at net.minecraft.world.World.playEvent(World.java:3960) ~[World.class:?]
  573. at net.minecraft.world.World.playEvent(World.java:3940) ~[World.class:?]
  574. at net.minecraft.client.network.NetHandlerPlayClient.handleEffect(NetHandlerPlayClient.java:1475) ~[NetHandlerPlayClient.class:?]
  575. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:59) ~[SPacketEffect.class:?]
  576. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:11) ~[SPacketEffect.class:?]
  577. at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15) ~[PacketThreadUtil$1.class:?]
  578. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_111]
  579. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_111]
  580. at net.minecraft.util.Util.runTask(Util.java:25) ~[Util.class:?]
  581. ... 15 more
  582. Caused by: java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=breed, clazz=class com.TheRPGAdventurer.entity.breeds.EnumDragonBreed, values=[END, GOLD, JADE, NETHER, RUBY, SAPPHIRE]} to null on block realmofthedragons:dragon_egg, it is not an allowed value
  583. at net.minecraft.block.state.BlockStateContainer$StateImplementation.withProperty(BlockStateContainer.java:222) ~[BlockStateContainer$StateImplementation.class:?]
  584. at com.TheRPGAdventurer.blocks.BlockDragonBreedEgg.getStateFromMeta(BlockDragonBreedEgg.java:38) ~[BlockDragonBreedEgg.class:?]
  585. at net.minecraft.block.Block.getStateById(Block.java:116) ~[Block.class:?]
  586. at net.minecraft.client.renderer.RenderGlobal.playEvent(RenderGlobal.java:2389) ~[RenderGlobal.class:?]
  587. at net.minecraft.world.World.playEvent(World.java:3949) ~[World.class:?]
  588. at net.minecraft.world.World.playEvent(World.java:3940) ~[World.class:?]
  589. at net.minecraft.client.network.NetHandlerPlayClient.handleEffect(NetHandlerPlayClient.java:1475) ~[NetHandlerPlayClient.class:?]
  590. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:59) ~[SPacketEffect.class:?]
  591. at net.minecraft.network.play.server.SPacketEffect.processPacket(SPacketEffect.java:11) ~[SPacketEffect.class:?]
  592. at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15) ~[PacketThreadUtil$1.class:?]
  593. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_111]
  594. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_111]
  595. at net.minecraft.util.Util.runTask(Util.java:25) ~[Util.class:?]
  596. ... 15 more
  597. [15:50:51] [Server thread/INFO]: Stopping server
  598. [15:50:51] [Server thread/INFO]: Saving players
  599. [15:50:51] [Server thread/INFO]: Saving worlds
  600. [15:50:51] [Server thread/INFO]: Saving chunks for level 'My World'/Overworld
  601. [15:50:51] [Server thread/INFO]: Saving chunks for level 'My World'/Nether
  602. [15:50:51] [Server thread/INFO]: Saving chunks for level 'My World'/The End
  603. [15:50:52] [Server thread/INFO] [FML]: Unloading dimension 0
  604. [15:50:52] [Server thread/INFO] [FML]: Unloading dimension -1
  605. [15:50:52] [Server thread/INFO] [FML]: Unloading dimension 1
  606. [15:50:52] [Server thread/INFO] [FML]: Applying holder lookups
  607. [15:50:52] [Server thread/INFO] [FML]: Holder lookups applied
  608. [15:50:53] [Client thread/FATAL]: Reported exception thrown!
  609. net.minecraft.util.ReportedException: Playing level event
  610. at net.minecraft.world.World.updateEntities(World.java:1904) ~[World.class:?]
  611. at net.minecraft.client.Minecraft.runTick(Minecraft.java:1886) ~[Minecraft.class:?]
  612. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1118) ~[Minecraft.class:?]
  613. at net.minecraft.client.Minecraft.run(Minecraft.java:406) [Minecraft.class:?]
  614. at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
  615. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  616. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  617. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  618. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  619. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  620. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  621. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  622. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  623. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  624. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  625. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  626. at GradleStart.main(GradleStart.java:26) [start/:?]
  627. Caused by: java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=breed, clazz=class com.TheRPGAdventurer.entity.breeds.EnumDragonBreed, values=[END, GOLD, JADE, NETHER, RUBY, SAPPHIRE]} to null on block realmofthedragons:dragon_egg, it is not an allowed value
  628. at net.minecraft.block.state.BlockStateContainer$StateImplementation.withProperty(BlockStateContainer.java:222) ~[BlockStateContainer$StateImplementation.class:?]
  629. at com.TheRPGAdventurer.blocks.BlockDragonBreedEgg.getStateFromMeta(BlockDragonBreedEgg.java:38) ~[BlockDragonBreedEgg.class:?]
  630. at net.minecraft.block.Block.getStateById(Block.java:116) ~[Block.class:?]
  631. at net.minecraft.client.renderer.RenderGlobal.playEvent(RenderGlobal.java:2389) ~[RenderGlobal.class:?]
  632. at net.minecraft.world.World.playEvent(World.java:3949) ~[World.class:?]
  633. at net.minecraft.world.World.playEvent(World.java:3940) ~[World.class:?]
  634. at com.TheRPGAdventurer.entity.helper.DragonLifeStageHelper.playEggCrackEffect(DragonLifeStageHelper.java:82) ~[DragonLifeStageHelper.class:?]
  635. at com.TheRPGAdventurer.entity.helper.DragonLifeStageHelper.updateEgg(DragonLifeStageHelper.java:264) ~[DragonLifeStageHelper.class:?]
  636. at com.TheRPGAdventurer.entity.helper.DragonLifeStageHelper.onLivingUpdate(DragonLifeStageHelper.java:225) ~[DragonLifeStageHelper.class:?]
  637. at java.util.HashMap$Values.forEach(HashMap.java:980) ~[?:1.8.0_111]
  638. at com.TheRPGAdventurer.entity.EntityTameableDragon.onLivingUpdate(EntityTameableDragon.java:255) ~[EntityTameableDragon.class:?]
  639. at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2225) ~[EntityLivingBase.class:?]
  640. at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:342) ~[EntityLiving.class:?]
  641. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2111) ~[World.class:?]
  642. at net.minecraft.world.World.updateEntity(World.java:2078) ~[World.class:?]
  643. at net.minecraft.world.World.updateEntities(World.java:1891) ~[World.class:?]
  644. ... 16 more
  645. [15:50:53] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: ---- Minecraft Crash Report ----
  646. // Would you like a cupcake?
  647.  
  648. Time: 2/24/17 3:50 PM
  649. Description: Playing level event
  650.  
  651. java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=breed, clazz=class com.TheRPGAdventurer.entity.breeds.EnumDragonBreed, values=[END, GOLD, JADE, NETHER, RUBY, SAPPHIRE]} to null on block realmofthedragons:dragon_egg, it is not an allowed value
  652. at net.minecraft.block.state.BlockStateContainer$StateImplementation.withProperty(BlockStateContainer.java:222)
  653. at com.TheRPGAdventurer.blocks.BlockDragonBreedEgg.getStateFromMeta(BlockDragonBreedEgg.java:38)
  654. at net.minecraft.block.Block.getStateById(Block.java:116)
  655. at net.minecraft.client.renderer.RenderGlobal.playEvent(RenderGlobal.java:2389)
  656. at net.minecraft.world.World.playEvent(World.java:3949)
  657. at net.minecraft.world.World.playEvent(World.java:3940)
  658. at com.TheRPGAdventurer.entity.helper.DragonLifeStageHelper.playEggCrackEffect(DragonLifeStageHelper.java:82)
  659. at com.TheRPGAdventurer.entity.helper.DragonLifeStageHelper.updateEgg(DragonLifeStageHelper.java:264)
  660. at com.TheRPGAdventurer.entity.helper.DragonLifeStageHelper.onLivingUpdate(DragonLifeStageHelper.java:225)
  661. at java.util.HashMap$Values.forEach(HashMap.java:980)
  662. at com.TheRPGAdventurer.entity.EntityTameableDragon.onLivingUpdate(EntityTameableDragon.java:255)
  663. at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2225)
  664. at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:342)
  665. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2111)
  666. at net.minecraft.world.World.updateEntity(World.java:2078)
  667. at net.minecraft.world.World.updateEntities(World.java:1891)
  668. at net.minecraft.client.Minecraft.runTick(Minecraft.java:1886)
  669. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1118)
  670. at net.minecraft.client.Minecraft.run(Minecraft.java:406)
  671. at net.minecraft.client.main.Main.main(Main.java:118)
  672. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  673. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  674. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  675. at java.lang.reflect.Method.invoke(Method.java:498)
  676. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  677. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  678. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  679. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  680. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  681. at java.lang.reflect.Method.invoke(Method.java:498)
  682. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  683. at GradleStart.main(GradleStart.java:26)
  684.  
  685.  
  686. A detailed walkthrough of the error, its code path and all known details is as follows:
  687. ---------------------------------------------------------------------------------------
  688.  
  689. -- Head --
  690. Thread: Client thread
  691. Stacktrace:
  692. at net.minecraft.block.state.BlockStateContainer$StateImplementation.withProperty(BlockStateContainer.java:222)
  693. at com.TheRPGAdventurer.blocks.BlockDragonBreedEgg.getStateFromMeta(BlockDragonBreedEgg.java:38)
  694. at net.minecraft.block.Block.getStateById(Block.java:116)
  695. at net.minecraft.client.renderer.RenderGlobal.playEvent(RenderGlobal.java:2389)
  696.  
  697. -- Level event being played --
  698. Details:
  699. Block coordinates: World: (20,65,305), Chunk: (at 4,4,1 in 1,19; contains blocks 16,0,304 to 31,255,319), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  700. Event source: ~~NULL~~
  701. Event type: 2001
  702. Event data: 418
  703. Stacktrace:
  704. at net.minecraft.world.World.playEvent(World.java:3949)
  705. at net.minecraft.world.World.playEvent(World.java:3940)
  706. at com.TheRPGAdventurer.entity.helper.DragonLifeStageHelper.playEggCrackEffect(DragonLifeStageHelper.java:82)
  707. at com.TheRPGAdventurer.entity.helper.DragonLifeStageHelper.updateEgg(DragonLifeStageHelper.java:264)
  708. at com.TheRPGAdventurer.entity.helper.DragonLifeStageHelper.onLivingUpdate(DragonLifeStageHelper.java:225)
  709. at java.util.HashMap$Values.forEach(HashMap.java:980)
  710. at com.TheRPGAdventurer.entity.EntityTameableDragon.onLivingUpdate(EntityTameableDragon.java:255)
  711. at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2225)
  712. at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:342)
  713. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2111)
  714. at net.minecraft.world.World.updateEntity(World.java:2078)
  715.  
  716. -- Entity being ticked --
  717. Details:
  718. Entity Type: realmofthedragons.RealmOfTheDragon (com.TheRPGAdventurer.entity.EntityTameableDragon)
  719. Entity ID: 206
  720. Entity Name: entity.realmofthedragons.RealmOfTheDragon.end.name
  721. Entity's Exact location: 20.28, 65.00, 305.09
  722. Entity's Block location: World: (20,65,305), Chunk: (at 4,4,1 in 1,19; contains blocks 16,0,304 to 31,255,319), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  723. Entity's Momentum: 0.00, -0.02, 0.00
  724. Entity's Passengers: []
  725. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  726. Stacktrace:
  727. at net.minecraft.world.World.updateEntities(World.java:1891)
  728.  
  729. -- Affected level --
  730. Details:
  731. Level name: MpServer
  732. All players: 1 total; [EntityPlayerSP['Player958'/365, l='MpServer', x=67.21, y=71.85, z=336.25]]
  733. Chunk stats: MultiplayerChunkCache: 625, 625
  734. Level seed: 0
  735. Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
  736. Level generator options:
  737. Level spawn location: World: (16,64,256), Chunk: (at 0,4,0 in 1,16; contains blocks 16,0,256 to 31,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  738. Level time: 1240246 game time, 123961 day time
  739. Level dimension: 0
  740. Level storage version: 0x00000 - Unknown?
  741. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  742. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  743. Forced entities: 102 total; [EntityChicken['Chicken'/256, l='MpServer', x=76.43, y=65.00, z=273.50], EntityChicken['Chicken'/257, l='MpServer', x=77.22, y=67.00, z=294.54], EntityItem['item.item.egg'/258, l='MpServer', x=69.38, y=69.00, z=288.26], EntityCow['Cow'/259, l='MpServer', x=59.53, y=71.00, z=334.84], EntityChicken['Chicken'/260, l='MpServer', x=64.50, y=75.00, z=358.13], EntityMinecartChest['Minecart with Chest'/261, l='MpServer', x=78.50, y=31.06, z=370.50], EntitySquid['Squid'/262, l='MpServer', x=72.02, y=60.00, z=397.40], EntitySquid['Squid'/263, l='MpServer', x=72.73, y=60.20, z=401.82], EntityChicken['Chicken'/275, l='MpServer', x=90.43, y=68.00, z=260.22], EntityChicken['Chicken'/276, l='MpServer', x=82.13, y=65.00, z=259.52], EntityChicken['Chicken'/278, l='MpServer', x=82.84, y=67.00, z=272.71], EntityItem['item.item.egg'/279, l='MpServer', x=82.03, y=67.00, z=273.61], EntityChicken['Chicken'/280, l='MpServer', x=95.12, y=67.00, z=305.37], EntityMinecartChest['Minecart with Chest'/281, l='MpServer', x=94.50, y=30.06, z=367.50], EntityMinecartChest['Minecart with Chest'/282, l='MpServer', x=82.50, y=36.06, z=368.51], EntityMinecartChest['Minecart with Chest'/283, l='MpServer', x=80.50, y=36.06, z=374.49], EntityChicken['Chicken'/289, l='MpServer', x=105.90, y=70.00, z=268.91], EntityPig['Pig'/291, l='MpServer', x=104.21, y=69.00, z=279.80], EntityPig['Pig'/292, l='MpServer', x=111.23, y=67.00, z=301.55], EntityChicken['Chicken'/293, l='MpServer', x=101.43, y=67.00, z=290.83], EntityItem['item.item.egg'/294, l='MpServer', x=99.88, y=67.00, z=297.43], EntityChicken['Chicken'/295, l='MpServer', x=109.78, y=67.00, z=296.53], EntityCow['Cow'/296, l='MpServer', x=107.16, y=66.00, z=327.52], EntityChicken['Chicken'/297, l='MpServer', x=104.51, y=70.00, z=336.11], EntityItem['item.item.egg'/298, l='MpServer', x=104.16, y=70.00, z=336.71], EntityChicken['Chicken'/299, l='MpServer', x=102.77, y=73.00, z=349.85], EntityItem['item.item.egg'/300, l='MpServer', x=102.91, y=73.00, z=349.92], EntityBat['Bat'/301, l='MpServer', x=108.75, y=32.10, z=396.44], EntityItem['item.item.egg'/310, l='MpServer', x=126.96, y=65.00, z=287.04], EntityItem['item.item.egg'/311, l='MpServer', x=114.44, y=67.00, z=297.00], EntitySheep['Sheep'/312, l='MpServer', x=119.70, y=69.00, z=349.48], EntityMinecartChest['Minecart with Chest'/313, l='MpServer', x=115.50, y=38.06, z=377.50], EntityBat['Bat'/314, l='MpServer', x=119.25, y=36.10, z=392.51], EntityChicken['Chicken'/321, l='MpServer', x=136.10, y=65.00, z=291.30], EntitySheep['Sheep'/322, l='MpServer', x=134.77, y=66.00, z=339.48], EntityMinecartChest['Minecart with Chest'/323, l='MpServer', x=135.50, y=31.06, z=373.51], EntityHorse['Horse'/366, l='MpServer', x=67.21, y=71.00, z=336.25], EntityBat['Bat'/154, l='MpServer', x=-5.58, y=38.30, z=278.56], EntityChicken['Chicken'/160, l='MpServer', x=-7.12, y=64.00, z=351.10], EntityChicken['Chicken'/161, l='MpServer', x=-11.27, y=64.00, z=349.12], EntityChicken['Chicken'/162, l='MpServer', x=-12.40, y=64.00, z=349.96], EntityChicken['Chicken'/164, l='MpServer', x=-10.84, y=64.00, z=347.53], EntityChicken['Chicken'/165, l='MpServer', x=-12.48, y=64.00, z=349.13], EntityChicken['Chicken'/166, l='MpServer', x=-11.91, y=64.00, z=350.46], EntityChicken['Chicken'/168, l='MpServer', x=-9.99, y=64.00, z=351.05], EntityBat['Bat'/169, l='MpServer', x=7.82, y=43.10, z=353.50], EntityBat['Bat'/171, l='MpServer', x=6.34, y=42.99, z=354.51], EntityChicken['Chicken'/178, l='MpServer', x=20.22, y=64.00, z=292.57], EntityBat['Bat'/179, l='MpServer', x=-0.93, y=39.16, z=291.49], EntityChicken['Chicken'/180, l='MpServer', x=5.18, y=64.00, z=322.64], EntityHorse['Horse'/181, l='MpServer', x=2.18, y=64.00, z=320.43], EntityBat['Bat'/182, l='MpServer', x=7.37, y=44.10, z=353.41], EntityBat['Bat'/183, l='MpServer', x=10.75, y=45.10, z=352.25], EntityItem['item.item.egg'/184, l='MpServer', x=7.43, y=66.00, z=381.05], EntityChicken['Chicken'/185, l='MpServer', x=1.56, y=65.00, z=382.07], EntityChicken['Chicken'/186, l='MpServer', x=1.80, y=65.00, z=378.66], EntityChicken['Chicken'/187, l='MpServer', x=1.15, y=65.00, z=382.55], EntityChicken['Chicken'/188, l='MpServer', x=0.84, y=65.00, z=381.57], EntityChicken['Chicken'/189, l='MpServer', x=3.90, y=66.00, z=388.67], EntityChicken['Chicken'/190, l='MpServer', x=3.73, y=66.00, z=388.26], EntityChicken['Chicken'/191, l='MpServer', x=5.92, y=66.00, z=389.62], EntityHorse['Horse'/197, l='MpServer', x=22.55, y=65.00, z=270.16], EntityChicken['Chicken'/198, l='MpServer', x=12.80, y=66.00, z=271.36], EntityChicken['Chicken'/200, l='MpServer', x=25.23, y=64.00, z=279.16], EntityChicken['Chicken'/201, l='MpServer', x=24.42, y=64.00, z=292.30], EntityTameableDragon['entity.realmofthedragons.RealmOfTheDragon.jade.name'/202, l='MpServer', x=19.69, y=65.00, z=302.23], EntityChicken['Chicken'/203, l='MpServer', x=20.58, y=64.00, z=296.87], EntityPlayerSP['Player958'/365, l='MpServer', x=67.21, y=71.85, z=336.25], EntityItem['item.item.egg'/204, l='MpServer', x=20.42, y=64.00, z=295.95], EntityTameableDragon['entity.realmofthedragons.RealmOfTheDragon.nether.name'/205, l='MpServer', x=22.72, y=65.00, z=308.25], EntityTameableDragon['entity.realmofthedragons.RealmOfTheDragon.end.name'/206, l='MpServer', x=20.28, y=65.00, z=305.09], EntityTameableDragon['entity.realmofthedragons.RealmOfTheDragon.ruby.name'/207, l='MpServer', x=22.13, y=65.00, z=305.00], EntityTameableDragon['entity.realmofthedragons.RealmOfTheDragon.sapphire.name'/208, l='MpServer', x=21.80, y=65.00, z=306.71], EntityTameableDragon['entity.realmofthedragons.RealmOfTheDragon.gold.name'/209, l='MpServer', x=20.52, y=65.00, z=307.02], EntityChicken['Chicken'/210, l='MpServer', x=23.05, y=66.00, z=315.40], EntityBat['Bat'/211, l='MpServer', x=32.57, y=70.31, z=347.42], EntityChicken['Chicken'/212, l='MpServer', x=27.28, y=65.00, z=370.82], EntityChicken['Chicken'/213, l='MpServer', x=20.55, y=65.00, z=370.82], EntityChicken['Chicken'/214, l='MpServer', x=26.14, y=65.00, z=381.53], EntityItem['item.item.egg'/215, l='MpServer', x=26.26, y=65.00, z=380.95], EntityChicken['Chicken'/216, l='MpServer', x=27.14, y=65.00, z=374.58], EntityChicken['Chicken'/217, l='MpServer', x=25.48, y=65.00, z=371.47], EntityChicken['Chicken'/218, l='MpServer', x=16.65, y=67.00, z=389.16], EntityChicken['Chicken'/226, l='MpServer', x=47.48, y=69.00, z=269.50], EntityChicken['Chicken'/227, l='MpServer', x=42.82, y=67.00, z=270.60], EntityChicken['Chicken'/228, l='MpServer', x=35.57, y=67.00, z=323.38], EntityChicken['Chicken'/229, l='MpServer', x=38.93, y=67.00, z=322.47], EntityChicken['Chicken'/230, l='MpServer', x=39.84, y=68.00, z=329.04], EntityBat['Bat'/231, l='MpServer', x=44.92, y=15.16, z=393.47], EntityBat['Bat'/232, l='MpServer', x=39.47, y=34.10, z=396.49], EntityBat['Bat'/233, l='MpServer', x=47.59, y=40.20, z=382.45], EntityChicken['Chicken'/237, l='MpServer', x=54.49, y=70.00, z=290.78], EntityChicken['Chicken'/238, l='MpServer', x=56.15, y=70.00, z=290.31], EntityChicken['Chicken'/239, l='MpServer', x=56.24, y=71.00, z=293.88], EntityChicken['Chicken'/240, l='MpServer', x=56.13, y=70.00, z=300.87], EntityItem['item.item.egg'/241, l='MpServer', x=59.07, y=70.00, z=306.71], EntityChicken['Chicken'/242, l='MpServer', x=70.18, y=74.00, z=351.51], EntityChicken['Chicken'/243, l='MpServer', x=64.69, y=74.00, z=355.11], EntityMinecartChest['Minecart with Chest'/244, l='MpServer', x=62.50, y=35.06, z=381.50], EntityChicken['Chicken'/250, l='MpServer', x=65.52, y=67.00, z=260.89], EntityChicken['Chicken'/251, l='MpServer', x=78.51, y=65.00, z=265.72], EntityChicken['Chicken'/255, l='MpServer', x=71.50, y=65.00, z=277.07]]
  744. Retry entities: 0 total; []
  745. Server brand: fml,forge
  746. Server type: Integrated singleplayer server
  747. Stacktrace:
  748. at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:451)
  749. at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2779)
  750. at net.minecraft.client.Minecraft.run(Minecraft.java:427)
  751. at net.minecraft.client.main.Main.main(Main.java:118)
  752. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  753. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  754. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  755. at java.lang.reflect.Method.invoke(Method.java:498)
  756. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  757. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  758. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  759. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  760. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  761. at java.lang.reflect.Method.invoke(Method.java:498)
  762. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  763. at GradleStart.main(GradleStart.java:26)
  764.  
  765. -- System Details --
  766. Details:
  767. Minecraft Version: 1.10.2
  768. Operating System: Windows 7 (amd64) version 6.1
  769. Java Version: 1.8.0_111, Oracle Corporation
  770. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  771. Memory: 628691888 bytes (599 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
  772. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  773. IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 98
  774. FML: MCP 9.32 Powered by Forge 12.18.2.2151 5 mods loaded, 5 mods active
  775. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  776. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  777. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.10.2-12.18.2.2151.jar)
  778. UCHIJAAAA Forge{12.18.2.2151} [Minecraft Forge] (forgeSrc-1.10.2-12.18.2.2151.jar)
  779. UCHIJAAAA realmofthedragons{@VERSION@} [RealmOfTheDragons] (bin)
  780. UCHIJAAAA torohealthmod{1.10.2-1} [ToroHealth Damage Indicators] (torohealth-1.10.2-1.jar)
  781. Loaded coremods (and transformers):
  782. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1004' Renderer: 'AMD Radeon HD 8470D'
  783. Launched Version: 1.10.2
  784. LWJGL: 2.9.4
  785. OpenGL: AMD Radeon HD 8470D GL version 4.5.13399 Compatibility Profile Context 15.200.1062.1004, ATI Technologies Inc.
  786. GL Caps: Using GL 1.3 multitexturing.
  787. Using GL 1.3 texture combiners.
  788. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  789. Shaders are available because OpenGL 2.1 is supported.
  790. VBOs are available because OpenGL 1.5 is supported.
  791.  
  792. Using VBOs: No
  793. Is Modded: Definitely; Client brand changed to 'fml,forge'
  794. Type: Client (map_client.txt)
  795. Resource Packs:
  796. Current Language: English (US)
  797. Profiler Position: N/A (disabled)
  798. CPU: 2x AMD A6-6400K APU with Radeon(tm) HD Graphics
  799. [15:50:53] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\win7\Desktop\Coding\1.10\ROTD\run\.\crash-reports\crash-2017-02-24_15.50.53-client.txt
  800. AL lib: (EE) alc_cleanup: 1 device not closed
  801. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement