Advertisement
Kalmoru

ErrorInMCreator

May 3rd, 2021
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. Executing
  2. Gradle task: build
  3.  
  4. Build
  5. info: MCreator 2020.5.47520, forge-1.12.2, 64-bit, 8192 MB, Mac OS X, JVM
  6. 1.8.0_265, JAVA_HOME: /Volumes/MCreator
  7. 2020.5/MCreator.app/Contents/MacOS/jdk/Contents/Home/jre
  8.  
  9. This
  10. mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own
  11. peril.
  12.  
  13. WARNING:
  14. You are using an unsupported version of ForgeGradle.
  15.  
  16. Please
  17. consider upgrading to ForgeGradle 4 and helping in the efforts to get old
  18. versions working on the modern toolchain.
  19.  
  20. See
  21. https://gist.github.com/TheCurle/fe7ad3ede188cbdd15c235cc75d52d4a for more
  22. info on contributing.
  23.  
  24. :deobfCompileDummyTask
  25.  
  26. :deobfProvidedDummyTask
  27.  
  28. :sourceApiJava
  29. UP-TO-DATE
  30.  
  31. :compileApiJava
  32. NO-SOURCE
  33.  
  34. :processApiResources
  35. NO-SOURCE
  36.  
  37. :apiClasses
  38. UP-TO-DATE
  39.  
  40. :sourceMainJava
  41. UP-TO-DATE
  42.  
  43. /Users/user/MCreatorWorkspaces/randomadditions/build/sources/main/java/net/mcreator/randomadditions/block/BlockEnd_WoodFenceGate.java:47:
  44. error: incompatible types: Material cannot be converted to EnumType
  45.  
  46. super(Material.WOOD);
  47.  
  48.  
  49. ^
  50.  
  51. Note:
  52. Some messages have been simplified; recompile with -Xdiags:verbose to get
  53. full output
  54.  
  55. 1
  56. error
  57.  
  58. :compileJava
  59. FAILED
  60.  
  61. FAILURE:
  62. Build failed with an exception.
  63.  
  64. *
  65. What went wrong:
  66.  
  67. Execution
  68. failed for task ':compileJava'.
  69.  
  70. >
  71. Compilation failed; see the compiler error output for details.
  72.  
  73. *
  74. Try:
  75.  
  76. Run
  77. with --stacktrace option to get the stack trace. Run with --info or
  78. --debug option to get more log output. Run with --scan to get full
  79. insights.
  80.  
  81. *
  82. Get more help at https://help.gradle.org
  83.  
  84. BUILD
  85. FAILED in 1s
  86.  
  87. 5
  88. actionable tasks: 3 executed, 2 up-to-date
  89.  
  90. BUILD
  91. FAILED
  92.  
  93. Task
  94. completed in 4315 milliseconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement