ContainAtractor

mcreator error

Sep 5th, 2022
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Executing Gradle task: build
  2. Build info: MCreator 2022.2.34517, fabric-1.19.2, 64-bit, 15785 MB, Linux, JVM 17.0.3, JAVA_HOME: /home/paxton/Desktop/stuff/MCreator20222/jdk, started on: 2022-09-05-11:36:33
  3.  
  4. > Configure project :
  5. Fabric Loom: 0.12.56
  6. Not publishing sources jar as it was not found. Use java.withSourcesJar() to fix.
  7. > Task :compileJava FAILED
  8. /home/paxton/MCreatorWorkspaces/voidish/src/main/java/net/mcreator/voidish/procedures/OpenGUIProcedure.java:57: error: cannot find symbol
  9. NetworkHooks.openGui((ServerPlayer) _ent, new MenuProvider() {
  10. ^
  11. symbol: variable NetworkHooks
  12. location: class OpenGUIProcedure
  13. 1 error
  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 484ms
  24. 1 actionable task: 1 executed
  25.  
  26. BUILD FAILED
  27. Task completed in 2 seconds
Advertisement
Add Comment
Please, Sign In to add comment