Advertisement
Guest User

Untitled

a guest
Jun 30th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  2. E:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\mcreator_question.java:111: error: illegal start of expression
  3. if (((EntityPlayer)entity).inventory.armorItemInSlot(3).getItem() !== null &&
  4. ^
  5. ((EntityPlayer)entity).inventory.armorItemInSlot(3).getItem() == Items.DIAMOND_HELMET){
  6.  
  7. 1 error
  8. 1 warning
  9.  
  10. FAILURE: Build failed with an exception.
  11.  
  12. * What went wrong:
  13. Execution failed for task ':compileJava'.
  14. > Compilation failed; see the compiler error output for details.
  15.  
  16. * Try:
  17. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement