SushyTurtle

Untitled

Sep 26th, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. Executing Gradle task: runClient
  2. Build info: MCreator 2023.3.36712, forge-1.20.1, 64-bit, 15628 MB, Windows 10, JVM 17.0.7, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-09-26-15:41:50
  3.  
  4. > Task :compileJava FAILED
  5. C:\Users\--------\MCreatorWorkspaces\--------\src\main\java\net\mcreator\--------\client\model\ModelExplorer_Boots.java:27: error: ';' expected
  6. public explorer
  7. ^
  8. C:\Users\--------\MCreatorWorkspaces\--------\src\main\java\net\mcreator\--------\client\model\ModelExplorer_Boots.java:29: error: invalid method declaration; return type required
  9. boots(ModelPart root) {
  10. ^
  11. C:\Users\--------\MCreatorWorkspaces\--------\src\main\java\net\mcreator\--------\client\model\ModelExplorer_Chestplate.java:28: error: ';' expected
  12. public explorer
  13. ^
  14. C:\Users\--------d\MCreatorWorkspaces\--------\src\main\java\net\mcreator\--------\client\model\ModelExplorer_Chestplate.java:30: error: invalid method declaration; return type required
  15. chestplate(ModelPart root) {
  16. ^
  17. C:\Users\--------\MCreatorWorkspaces\--------\src\main\java\net\mcreator\--------\client\model\ModelExplorer_Helmet.java:26: error: ';' expected
  18. public explorer
  19. ^
  20. C:\Users\--------\MCreatorWorkspaces\--------\src\main\java\net\mcreator\--------\client\model\ModelExplorer_Helmet.java:28: error: invalid method declaration; return type required
  21. helmet(ModelPart root) {
  22. ^
  23. C:\Users\--------\MCreatorWorkspaces\--------\src\main\java\net\mcreator\--------\client\model\ModelExplorer_Pants.java:27: error: ';' expected
  24. public explorer
  25. ^
  26. C:\Users\--------\MCreatorWorkspaces\--------\src\main\java\net\mcreator\--------\client\model\ModelExplorer_Pants.java:29: error: invalid method declaration; return type required
  27. pants(ModelPart root) {
  28. ^
  29. 8 errors
  30. FAILURE: Build failed with an exception.
  31. * What went wrong:
  32. Execution failed for task ':compileJava'.
  33. > Compilation failed; see the compiler error output for details.
  34. * Try:
  35. > Run with --stacktrace option to get the stack trace.
  36. > Run with --info or --debug option to get more log output.
  37. > Run with --scan to get full insights.
  38. * Get more help at https://help.gradle.org
  39. BUILD FAILED in 6s
  40. 1 actionable task: 1 executed
Add Comment
Please, Sign In to add comment