Tomask4

Untitled

Jul 28th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Executing Gradle task: build
  2. Build info: MCreator 2025.2.28610, neoforge-1.21.4, 64-bit, 16172 MB, Windows 11, JVM 21.0.7, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2025-07-28-07:44:43
  3.  
  4. Reusing configuration cache.
  5. > Task :jarJar NO-SOURCE
  6. > Task :processTestResources NO-SOURCE
  7. > Task :createMinecraftArtifacts UP-TO-DATE
  8. > Task :processResources UP-TO-DATE
  9. > Task :compileJava FAILED
  10. C:\Users\MyName\MCreatorWorkspaces\annoyingmod\src\main\java\net\mcreator\annoyingmod\procedures\SetCraftingOutputProcedure.java:30: error: package AnnoyingmodModMenus does not exist if (entity instanceof Player _player && _player.containerMenu instanceof AnnoyingmodModMenus.MenuAccessor _menu) {
  11. ^
  12. 1 error
  13. FAILURE: Build failed with an exception.
  14. * What went wrong:
  15. Execution failed for task ':compileJava'.
  16. > Compilation failed; see the compiler output below.
  17. C:\Users\MyName\MCreatorWorkspaces\annoyingmod\src\main\java\net\mcreator\annoyingmod\procedures\SetCraftingOutputProcedure.java:30: error: package AnnoyingmodModMenus does not exist if (entity instanceof Player _player && _player.containerMenu instanceof AnnoyingmodModMenus.MenuAccessor _menu) {
  18. ^
  19. 1 error
  20. * Try:
  21. > Check your code and dependencies to fix the compilation error(s)
  22. > Run with --scan to get full insights.
  23. BUILD FAILED in 2s
  24. 3 actionable tasks: 1 executed, 2 up-to-date
  25. Configuration cache entry reused.
  26.  
  27. BUILD FAILED
  28. Task completed in 29 seconds
Advertisement
Add Comment
Please, Sign In to add comment