Advertisement
Guest User

Untitled

a guest
Aug 8th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. T:\Games\MCreator173\forge\build\sources\java\mod\mcreator\mcreator_sugarcaneblock.java:87: error: cannot find symbol
  2. public void onBlockPlacedBy(World world, int i, int j, int k, EntityLivingBase entity, ItemStack stack) {
  3. ^
  4. symbol: class EntityLivingBase
  5. location: class BlockSugarcaneblock
  6. 1 error
  7.  
  8. FAILURE: Build failed with an exception.
  9.  
  10. * What went wrong:
  11. Execution failed for task ':compileJava'.
  12. > Compilation failed; see the compiler error output for details.
  13.  
  14. * Try:
  15. 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