Advertisement
Guest User

Untitled

a guest
Oct 21st, 2023
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. Executing Gradle task: runClient
  2. Build info: MCreator 2023.3.36712, forge-1.20.1, 64-bit, 16084 MB, Windows 11, JVM 17.0.7, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-10-21-11:38:03
  3.  
  4. > Task :compileJava FAILED
  5. C:\Users\Kyle\MCreatorWorkspaces\painmod2023\src\main\java\net\mcreator\painmod\Painmod2023Mod.java:41: error: cannot find symbol
  6. @Mod("painmod2023")
  7. ^
  8. symbol: class Mod
  9. C:\Users\Kyle\MCreatorWorkspaces\painmod2023\src\main\java\net\mcreator\painmod\Painmod2023Mod.java:73: error: cannot find symbol
  10. @SubscribeEvent
  11. ^
  12. symbol: class SubscribeEvent
  13. location: class Painmod2023Mod
  14. C:\Users\Kyle\MCreatorWorkspaces\painmod2023\src\main\java\net\mcreator\painmod\Painmod2023Mod.java:48: error: cannot find symbol
  15. IEventBus bus = FMLJavaModLoadingContext.get().getModEventBus();
  16. ^
  17. symbol: class IEventBus
  18. location: class Painmod2023Mod
  19. C:\Users\Kyle\MCreatorWorkspaces\painmod2023\src\main\java\net\mcreator\painmod\Painmod2023Mod.java:48: error: cannot find symbol
  20. IEventBus bus = FMLJavaModLoadingContext.get().getModEventBus();
  21. ^
  22. symbol: variable FMLJavaModLoadingContext
  23. location: class Painmod2023Mod
  24. 4 errors
  25. FAILURE: Build failed with an exception.
  26. * What went wrong:
  27. Execution failed for task ':compileJava'.
  28. > Compilation failed; see the compiler error output for details.
  29. * Try:
  30. > Run with --stacktrace option to get the stack trace.
  31. > Run with --info or --debug option to get more log output.
  32. > Run with --scan to get full insights.
  33. * Get more help at https://help.gradle.org
  34. BUILD FAILED in 2s
  35. 1 actionable task: 1 executed
  36.  
  37. BUILD FAILED
  38. Task completed in 4 minutes and 12 secon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement