Advertisement
Guest User

Untitled

a guest
Mar 9th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. ****************************
  2. Powered By MCP:
  3. http://modcoderpack.com/
  4. Searge, ProfMobius, Fesh0r,
  5. R4wk, ZeuX, IngisKahn, bspkrs
  6. MCP Data version : unknown
  7. ****************************
  8. :compileApiJava UP-TO-DATE
  9. :processApiResources UP-TO-DATE
  10. :apiClasses UP-TO-DATE
  11. :sourceMainJava UP-TO-DATE
  12. :compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6
  13. C:\Users\Home-p\Desktop\mod\build\sources\java\net\lepko\easycrafting\core\inventory\gui\GuiEasyCrafting.java:3: error: package codechicken.nei.guihook does not exist
  14. import codechicken.nei.guihook.IContainerTooltipHandler;
  15. ^
  16. C:\Users\Home-p\Desktop\mod\build\sources\java\net\lepko\easycrafting\core\recipe\handler\IC2RecipeHandler.java:4: error: package ic2.api.item does not exist
  17. import ic2.api.item.ElectricItem;
  18. ^
  19. C:\Users\Home-p\Desktop\mod\build\sources\java\net\lepko\easycrafting\core\recipe\handler\IC2RecipeHandler.java:58: error: package ElectricItem does not exist
  20. for(Iterator i$ = usedIngredients.iterator(); i$.hasNext(); charge += ElectricItem.manager.getCharge(is)) {
  21. ^
  22. C:\Users\Home-p\Desktop\mod\build\sources\java\net\lepko\easycrafting\core\recipe\handler\IC2RecipeHandler.java:62: error: package ElectricItem does not exist
  23. ElectricItem.manager.charge(crafted, charge, Integer.MAX_VALUE, true, false);
  24. ^
  25. Note: Some input files use unchecked or unsafe operations.
  26. Note: Recompile with -Xlint:unchecked for details.
  27. 4 errors
  28. 1 warning
  29. FAILED
  30.  
  31. FAILURE: Build failed with an exception.
  32.  
  33. * What went wrong:
  34. Execution failed for task ':compileJava'.
  35. > Compilation failed; see the compiler error output for details.
  36.  
  37. * Try:
  38. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  39.  
  40. BUILD FAILED
  41.  
  42. Total time: 16.035 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement