Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing Gradle task: build
- 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
- Reusing configuration cache.
- > Task :jarJar NO-SOURCE
- > Task :processTestResources NO-SOURCE
- > Task :createMinecraftArtifacts UP-TO-DATE
- > Task :processResources UP-TO-DATE
- > Task :compileJava FAILED
- 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) {
- ^
- 1 error
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':compileJava'.
- > Compilation failed; see the compiler output below.
- 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) {
- ^
- 1 error
- * Try:
- > Check your code and dependencies to fix the compilation error(s)
- > Run with --scan to get full insights.
- BUILD FAILED in 2s
- 3 actionable tasks: 1 executed, 2 up-to-date
- Configuration cache entry reused.
- BUILD FAILED
- Task completed in 29 seconds
Advertisement
Add Comment
Please, Sign In to add comment