Advertisement
Maxwelljonez

Untitled

Nov 2nd, 2018
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.53 KB | None | 0 0
  1.  
  2. [B#395] [11:58:38] [Forge Version Check/INFO] [forge.VersionCheck]: [gravestone] Found status: OUTDATED Target: 1.10.2
  3. [B#395] [11:58:38] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `hopper`, expected `diethopper`. This could be a intended override, but in most cases indicates a broken mod.
  4. [B#395] net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:item/air with loader VanillaLoader.INSTANCE, skipping
  5. [B#395] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?]
  6. [B#395] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:302) ~[ModelLoader.class:?]
  7. [B#395] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
  8. [B#395] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?]
  9. [B#395] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
  10. [B#395] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
  11. [B#395] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
  12. [B#395] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
  13. [B#395] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  14. [B#395] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  15. [B#395] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  16. [B#395] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  17. [B#395] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  18. [B#395] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  19. [B#395] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  20. [B#395] Caused by: java.io.FileNotFoundException: minecraft:models/item/air.json
  21. [B#395] at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
  22. [B#395] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
  23. [B#395] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
  24. [B#395] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?]
  25. [B#395] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?]
  26. [B#395] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?]
  27. [B#395] ... 14 more
  28. [B#395] [11:58:46] [main/ERROR] [FML]: Exception loading model for variant minecraft:air#inventory, blockstate location exception:
  29. [B#395] net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:air#inventory with loader VariantLoader.INSTANCE, skipping
  30. [B#395] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?]
  31. [B#395] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:296) ~[ModelLoader.class:?]
  32. [B#395] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
  33. [B#395] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?]
  34. [B#395] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
  35. [B#395] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
  36. [B#395] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
  37. [B#395] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
  38. [B#395] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  39. [B#395] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  40. [B#395] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  41. [B#395] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  42. [B#395] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  43. [B#395] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  44. [B#395] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  45. [B#395] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
  46. [B#395] at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
  47. [B#395] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?]
  48. [B#395] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?]
  49. [B#395] ... 14 more
  50.  
  51. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:golden_rail with meta 6. The metadata might possibly be invalid.
  52. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:golden_rail with meta 7. The metadata might possibly be invalid.
  53. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:golden_rail with meta 14. The metadata might possibly be invalid.
  54. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:golden_rail with meta 15. The metadata might possibly be invalid.
  55. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:hopper with meta 1. The metadata might possibly be invalid.
  56. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:hopper with meta 7. The metadata might possibly be invalid.
  57. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:hopper with meta 9. The metadata might possibly be invalid.
  58. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:hopper with meta 15. The metadata might possibly be invalid.
  59. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:activator_rail with meta 6. The metadata might possibly be invalid.
  60. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:activator_rail with meta 7. The metadata might possibly be invalid.
  61. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:activator_rail with meta 14. The metadata might possibly be invalid.
  62. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:activator_rail with meta 15. The metadata might possibly be invalid.
  63. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:anvil with meta 12. The metadata might possibly be invalid.
  64. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:anvil with meta 13. The metadata might possibly be invalid.
  65. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:anvil with meta 14. The metadata might possibly be invalid.
  66. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:anvil with meta 15. The metadata might possibly be invalid.
  67. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:detector_rail with meta 6. The metadata might possibly be invalid.
  68. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:detector_rail with meta 7. The metadata might possibly be invalid.
  69. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:detector_rail with meta 14. The metadata might possibly be invalid.
  70. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:detector_rail with meta 15. The metadata might possibly be invalid.
  71. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block waterstrainer:strainer_base with meta 12. The metadata might possibly be invalid.
  72. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block waterstrainer:strainer_base with meta 13. The metadata might possibly be invalid.
  73. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block waterstrainer:strainer_base with meta 14. The metadata might possibly be invalid.
  74. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block waterstrainer:strainer_base with meta 15. The metadata might possibly be invalid.
  75. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:log2 with meta 2. The metadata might possibly be invalid.
  76. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:log2 with meta 3. The metadata might possibly be invalid.
  77. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:log2 with meta 6. The metadata might possibly be invalid.
  78. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:log2 with meta 7. The metadata might possibly be invalid.
  79. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:log2 with meta 10. The metadata might possibly be invalid.
  80. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:log2 with meta 11. The metadata might possibly be invalid.
  81. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:log2 with meta 14. The metadata might possibly be invalid.
  82. [B#395] [11:58:47] [main/WARN] [HarvestTweaks-Blocks]: An error occurred when trying to determine the harvest level of block minecraft:log2 with meta 15. The metadata might possibly be invalid.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement