Advertisement
SergOmarov

Untitled

Jan 10th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. C:\Users\User\YandexDisk\fixing2>gradlew build -Dfile.encoding=UTF-8
  2. ****************************
  3. Powered By MCP:
  4. http://modcoderpack.com/
  5. Searge, ProfMobius, Fesh0r,
  6. R4wk, ZeuX, IngisKahn, bspkrs
  7. MCP Data version : unknown
  8. ****************************
  9. :compileApiJava UP-TO-DATE
  10. :compileApiScala UP-TO-DATE
  11. :processApiResources UP-TO-DATE
  12. :apiClasses UP-TO-DATE
  13. :sourceMainJava UP-TO-DATE
  14. :compileJava
  15. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  16. C:\Users\User\YandexDisk\fixing2\build\sources\java\sergomarov\Recipes
  17. .java:10: error: package crazypants.enderio does not exist
  18. import crazypants.enderio.EnderIO;
  19. ^
  20. C:\Users\User\YandexDisk\fixing2\build\sources\java\sergomarov\Recipes
  21. .java:11: error: package crazypants.enderio.material does not exist
  22. import crazypants.enderio.material.Alloy;
  23. ^
  24. C:\Users\User\YandexDisk\fixing2\build\sources\java\sergomarov\Recipes
  25. .java:12: error: package crazypants.enderio.material does not exist
  26. import crazypants.enderio.material.FrankenSkull;
  27. ^
  28. C:\Users\User\YandexDisk\fixing2\build\sources\java\sergomarov\Recipes
  29. .java:13: error: package crazypants.enderio.material does not exist
  30. import crazypants.enderio.material.MachinePart;
  31. ^
  32. C:\Users\User\YandexDisk\fixing2\build\sources\java\sergomarov\Recipes
  33. .java:54: error: cannot find symbol
  34. GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(EnderIO.blockFa
  35. rmStation, 1, 0), "ehe", "eme", "pzp", 'h', ExtraUtils.temporalHoe, 'm', Machine
  36. Part.MACHINE_CHASSI.oreDict, 'e', Alloy.ELECTRICAL_STEEL.getOreIngot(), 'z',new
  37. ItemStack(EnderIO.itemFrankenSkull, 1, FrankenSkull.ZOMBIE_CONTROLLER.ordinal())
  38. , 'p', new ItemStack(EnderIO.itemBasicCapacitor, 1, 2)));
  39. ^
  40. symbol: variable EnderIO
  41. location: class Recipes
  42. C:\Users\User\YandexDisk\fixing2\build\sources\java\sergomarov\Recipes
  43. .java:54: error: package MachinePart does not exist
  44. GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(EnderIO.blockFa
  45. rmStation, 1, 0), "ehe", "eme", "pzp", 'h', ExtraUtils.temporalHoe, 'm', Machine
  46. Part.MACHINE_CHASSI.oreDict, 'e', Alloy.ELECTRICAL_STEEL.getOreIngot(), 'z',new
  47. ItemStack(EnderIO.itemFrankenSkull, 1, FrankenSkull.ZOMBIE_CONTROLLER.ordinal())
  48. , 'p', new ItemStack(EnderIO.itemBasicCapacitor, 1, 2)));
  49.  
  50.  
  51. ^
  52. C:\Users\User\YandexDisk\fixing2\build\sources\java\sergomarov\Recipes
  53. .java:54: error: package Alloy does not exist
  54. GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(EnderIO.blockFa
  55. rmStation, 1, 0), "ehe", "eme", "pzp", 'h', ExtraUtils.temporalHoe, 'm', Machine
  56. Part.MACHINE_CHASSI.oreDict, 'e', Alloy.ELECTRICAL_STEEL.getOreIngot(), 'z',new
  57. ItemStack(EnderIO.itemFrankenSkull, 1, FrankenSkull.ZOMBIE_CONTROLLER.ordinal())
  58. , 'p', new ItemStack(EnderIO.itemBasicCapacitor, 1, 2)));
  59.  
  60.  
  61. ^
  62. C:\Users\User\YandexDisk\fixing2\build\sources\java\sergomarov\Recipes
  63. .java:54: error: cannot find symbol
  64. GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(EnderIO.blockFa
  65. rmStation, 1, 0), "ehe", "eme", "pzp", 'h', ExtraUtils.temporalHoe, 'm', Machine
  66. Part.MACHINE_CHASSI.oreDict, 'e', Alloy.ELECTRICAL_STEEL.getOreIngot(), 'z',new
  67. ItemStack(EnderIO.itemFrankenSkull, 1, FrankenSkull.ZOMBIE_CONTROLLER.ordinal())
  68. , 'p', new ItemStack(EnderIO.itemBasicCapacitor, 1, 2)));
  69.  
  70.  
  71.  
  72. ^
  73. symbol: variable EnderIO
  74. location: class Recipes
  75. C:\Users\User\YandexDisk\fixing2\build\sources\java\sergomarov\Recipes
  76. .java:54: error: package FrankenSkull does not exist
  77. GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(EnderIO.blockFa
  78. rmStation, 1, 0), "ehe", "eme", "pzp", 'h', ExtraUtils.temporalHoe, 'm', Machine
  79. Part.MACHINE_CHASSI.oreDict, 'e', Alloy.ELECTRICAL_STEEL.getOreIngot(), 'z',new
  80. ItemStack(EnderIO.itemFrankenSkull, 1, FrankenSkull.ZOMBIE_CONTROLLER.ordinal())
  81. , 'p', new ItemStack(EnderIO.itemBasicCapacitor, 1, 2)));
  82.  
  83.  
  84.  
  85. ^
  86. C:\Users\User\YandexDisk\fixing2\build\sources\java\sergomarov\Recipes
  87. .java:54: error: cannot find symbol
  88. GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(EnderIO.blockFa
  89. rmStation, 1, 0), "ehe", "eme", "pzp", 'h', ExtraUtils.temporalHoe, 'm', Machine
  90. Part.MACHINE_CHASSI.oreDict, 'e', Alloy.ELECTRICAL_STEEL.getOreIngot(), 'z',new
  91. ItemStack(EnderIO.itemFrankenSkull, 1, FrankenSkull.ZOMBIE_CONTROLLER.ordinal())
  92. , 'p', new ItemStack(EnderIO.itemBasicCapacitor, 1, 2)));
  93.  
  94.  
  95.  
  96.  
  97. ^
  98. symbol: variable EnderIO
  99. location: class Recipes
  100. 10 errors
  101. 1 warning
  102. :compileJava FAILED
  103.  
  104. FAILURE: Build failed with an exception.
  105.  
  106. * What went wrong:
  107. Execution failed for task ':compileJava'.
  108. > Compilation failed; see the compiler error output for details.
  109.  
  110. * Try:
  111. Run with --stacktrace option to get the stack trace. Run with --info or --debug
  112. option to get more log output.
  113.  
  114. BUILD FAILED
  115.  
  116. Total time: 11.122 secs
  117.  
  118. C:\Users\User\YandexDisk\fixing2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement