SpaceSoldier248

Glass Pane failed compile

Aug 30th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.89 KB | Software | 0 0
  1.  
  2.  
  3. Executing Gradle task: build
  4. Build info: MCreator 2020.5.47520, forge-1.12.2, 64-bit, 16122 MB, Windows 10, JVM 1.8.0_265, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  5. This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
  6. WARNING: You are using an unsupported version of ForgeGradle.
  7. Please consider upgrading to ForgeGradle 5 and helping in the efforts to get old versions working on the modern toolchain.
  8. See https://gist.github.com/TheCurle/fe7ad3ede188cbdd15c235cc75d52d4a for more info on contributing.
  9. :deobfCompileDummyTask
  10. :getVersionJson
  11. :extractUserdev UP-TO-DATE
  12. :downloadClient SKIPPED
  13. :downloadServer SKIPPED
  14. :splitServerJar SKIPPED
  15. :mergeJars SKIPPED
  16. :applyBinaryPatches SKIPPED
  17. :deobfProvidedDummyTask
  18. :extractDependencyATs SKIPPED
  19. :extractMcpData SKIPPED
  20. :extractMcpMappings SKIPPED
  21. :genSrgs SKIPPED
  22. :deobfMcMCP SKIPPED
  23. :sourceApiJava UP-TO-DATE
  24. :compileApiJava NO-SOURCE
  25. :processApiResources NO-SOURCE
  26. :apiClasses UP-TO-DATE
  27. :sourceMainJava
  28. C:\Users\celti\MCreatorWorkspaces\lotr\build\sources\main\java\net\mcreator\lotr\block\BlockFineGlassPane.java:45: error: constructor BlockPane in class BlockPane cannot be applied to given types;
  29.          super(Material.GLASS);
  30.          ^
  31.   required: Material,boolean
  32.   found: Material
  33.   reason: actual and formal argument lists differ in length
  34. 1 error
  35. :compileJava FAILED
  36. FAILURE: Build failed with an exception.
  37. * What went wrong:
  38. Execution failed for task ':compileJava'.
  39. > Compilation failed; see the compiler error output for details.
  40. * Try:
  41. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  42. * Get more help at https://help.gradle.org
  43. BUILD FAILED in 33s
  44. 7 actionable tasks: 5 executed, 2 up-to-date
  45. BUILD FAILED
  46. Task completed in 39254 milliseconds
  47.  
Advertisement
Add Comment
Please, Sign In to add comment