Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing Gradle task: build
- Build info: MCreator 2024.4.52410, neoforge-1.21.1, 64-bit, 16218 MB, Windows 11, JVM 21.0.4, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2025-10-08-22:39:36
- Loaded APIs: geckolib
- Reusing configuration cache.
- > Task :jarJar NO-SOURCE
- > Task :processTestResources NO-SOURCE
- > Task :createArtifactManifest UP-TO-DATE
- > Task :createMinecraftArtifacts UP-TO-DATE
- > Task :processResources
- > Task :compileJava FAILED
- C:\Users\xande\MCreatorWorkspaces\worldify\src\main\java\net\mcreator\worldify\procedures\BRSkillsScreenDisplayOverlayIngameProcedure.java:13: error: cannot find symbol return entity.getData(WorldifyModVariables.PLAYER_VARIABLES).showSkillsScreen && !(Minecraft.getInstance().options.hideGui) && !(WorldifyClientConfigConfiguration.SS_Y_POS.get()).equals("top")
- ^
- symbol: variable SS_Y_POS
- location: class WorldifyClientConfigConfiguration
- C:\Users\xande\MCreatorWorkspaces\worldify\src\main\java\net\mcreator\worldify\procedures\BRSkillsScreenDisplayOverlayIngameProcedure.java:14: error: cannot find symbol && !(WorldifyClientConfigConfiguration.SS_SIDE.get()).equals("left");
- ^
- symbol: variable SS_SIDE
- location: class WorldifyClientConfigConfiguration
- 2 errors
- [Incubating] Problems report is available at: file:///C:/Users/xande/MCreatorWorkspaces/worldify/build/reports/problems/problems-report.html
- ]: ] FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':compileJava'.
- > Compilation failed; see the compiler output below.
- C:\Users\xande\MCreatorWorkspaces\worldify\src\main\java\net\mcreator\worldify\procedures\BRSkillsScreenDisplayOverlayIngameProcedure.java:13: error: cannot find symbol return entity.getData(WorldifyModVariables.PLAYER_VARIABLES).showSkillsScreen && !(Minecraft.getInstance().options.hideGui) && !(WorldifyClientConfigConfiguration.SS_Y_POS.get()).equals("top")
- ^
- symbol: variable SS_Y_POS
- location: class WorldifyClientConfigConfiguration
- C:\Users\xande\MCreatorWorkspaces\worldify\src\main\java\net\mcreator\worldify\procedures\BRSkillsScreenDisplayOverlayIngameProcedure.java:14: error: cannot find symbol && !(WorldifyClientConfigConfiguration.SS_SIDE.get()).equals("left");
- ^
- symbol: variable SS_SIDE
- location: class WorldifyClientConfigConfiguration
- 2 errors
- * Try:
- > Check your code and dependencies to fix the compilation error(s)
- > Run with --scan to get full insights.
- BUILD FAILED in 2s
- 4 actionable tasks: 2 executed, 2 up-to-date
- Configuration cache entry reused.
- BUILD FAILED
- Task completed in 3 seconds
Advertisement
Add Comment
Please, Sign In to add comment