Advertisement
Guest User

2

a guest
Aug 7th, 2023
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Executing Gradle task: runClient
  2. Build info: MCreator 2023.2.24119, fabric-1.20.1, 64-bit, 16106 MB, Windows 11, JVM 17.0.5, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-08-07-19:10:16
  3.  
  4. > Configure project :
  5. Fabric Loom: 1.2.7
  6. > Task :compileJava
  7. C:\Users\ilanw\MCreatorWorkspaces\copper_main\src\main\java\net\mcreator\coppermain\command\AddmodCommand.java:20: error: cannot find symbol
  8. ServerLevel world = arguments.getSource().level();
  9. ^
  10. symbol: method level()
  11. location: class CommandSourceStack
  12. 1 error
  13. > Task :compileJava FAILED
  14. FAILURE: Build failed with an exception.
  15. * What went wrong:
  16. Execution failed for task ':compileJava'.
  17. > Compilation failed; see the compiler error output for details.
  18. * Try:
  19. > Run with --stacktrace option to get the stack trace.
  20. > Run with --info or --debug option to get more log output.
  21. > Run with --scan to get full insights.
  22. * Get more help at https://help.gradle.org
  23. BUILD FAILED in 11s
  24. 1 actionable task: 1 executed
  25.  
  26. BUILD FAILED
  27. Task completed in 18 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement