Waltini

Console Mcreator Error

Oct 30th, 2022 (edited)
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. > Task :compileJava
  2. C:\Users\...\MCreatorWorkspaces\project_smithery\src\main\java\net\mcreator\projectsmithery\item\ObsidianLongbowItem.java:105: error: cannot find symbol float j = getArrowVelocity(h);
  3. ^
  4. symbol: method getArrowVelocity(int)
  5. location: class net.mcreator.projectsmithery.item.ObsidianLongbowItem.ItemRanged
  6. 1 error
  7. > Task :compileJava FAILED
  8. FAILURE: Build failed with an exception.
  9. * What went wrong:
  10. Execution failed for task ':compileJava'.
  11. > Compilation failed; see the compiler error output for details.
  12. * Try:
  13. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  14. * Get more help at https://help.gradle.org
  15. BUILD FAILED in 6s
  16. 1 actionable task: 1 executed
  17.  
  18. BUILD FAILED
  19. Task completed in 8 seconds
Advertisement
Add Comment
Please, Sign In to add comment