8BitBunnie

MCreator Error Log - Configuration Files

Oct 8th, 2025
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.53 KB | Source Code | 0 0
  1. Executing Gradle task: build
  2. 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
  3. Loaded APIs: geckolib
  4.  
  5. Reusing configuration cache.
  6. > Task :jarJar NO-SOURCE
  7. > Task :processTestResources NO-SOURCE
  8. > Task :createArtifactManifest UP-TO-DATE
  9. > Task :createMinecraftArtifacts UP-TO-DATE
  10. > Task :processResources
  11. > Task :compileJava FAILED
  12. 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")
  13.  ^
  14.  symbol: variable SS_Y_POS
  15.  location: class WorldifyClientConfigConfiguration
  16. 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");
  17.  ^
  18.  symbol: variable SS_SIDE
  19.  location: class WorldifyClientConfigConfiguration
  20. 2 errors
  21. [Incubating] Problems report is available at: file:///C:/Users/xande/MCreatorWorkspaces/worldify/build/reports/problems/problems-report.html
  22. ]: ] FAILURE: Build failed with an exception.
  23. * What went wrong:
  24. Execution failed for task ':compileJava'.
  25. > Compilation failed; see the compiler output below.
  26. 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")
  27.  ^
  28.  symbol: variable SS_Y_POS
  29.  location: class WorldifyClientConfigConfiguration
  30. 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");
  31.  ^
  32.  symbol: variable SS_SIDE
  33.  location: class WorldifyClientConfigConfiguration
  34.  2 errors
  35. * Try:
  36. > Check your code and dependencies to fix the compilation error(s)
  37. > Run with --scan to get full insights.
  38. BUILD FAILED in 2s
  39. 4 actionable tasks: 2 executed, 2 up-to-date
  40. Configuration cache entry reused.
  41.  
  42. BUILD FAILED
  43. Task completed in 3 seconds
Tags: logs
Advertisement
Add Comment
Please, Sign In to add comment