Guest User

Untitled

a guest
Jan 8th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. ****************************
  2. Powered By MCP:
  3. http://mcp.ocean-labs.de/
  4. Searge, ProfMobius, Fesh0r,
  5. R4wk, ZeuX, IngisKahn
  6. MCP Data version : unknown
  7. ****************************
  8. :downloadClient SKIPPED
  9. :downloadServer SKIPPED
  10. :extractUserDev
  11. :mergeJars SKIPPED
  12. :applyBinPatches SKIPPED
  13. :downloadMcpTools UP-TO-DATE
  14. :genSrgs UP-TO-DATE
  15. :deobfBinJar UP-TO-DATE
  16. :compileApiJava UP-TO-DATE
  17. :processApiResources UP-TO-DATE
  18. :apiClasses UP-TO-DATE
  19. :sourceMainJava UP-TO-DATE
  20. :compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6
  21. C:\dev2\forge\build\sources\java\com\mrgreaper\twisted\handlers\Materials.java:3: error: cannot find symbol
  22. import net.minecraft.item.Item.ToolMaterial;
  23. ^
  24. symbol: class ToolMaterial
  25. location: class Item
  26. C:\dev2\forge\build\sources\java\com\mrgreaper\twisted\handlers\Materials.java:9: error: cannot find symbol
  27. public static ToolMaterial EnumBunnyFlesh = EnumHelper.addToolMaterial("BunnyFlesh", 3, 1100, 14.0F, 4, 26); //name, level it can mine at, number of uses, strength against blocks,damage against entities, enchantability
  28. ^
  29. symbol: class ToolMaterial
  30. location: class Materials
  31. 2 errors
  32. 1 warning
  33. FAILED
  34.  
  35. FAILURE: Build failed with an exception.
  36.  
  37. * What went wrong:
  38. Execution failed for task ':compileJava'.
  39. > Compilation failed; see the compiler error output for details.
  40.  
  41. * Try:
  42. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  43.  
  44. BUILD FAILED
  45.  
  46. Total time: 12.395 secs
Advertisement
Add Comment
Please, Sign In to add comment