Advertisement
jadenquinn

mcreator bug report 1

Jan 30th, 2021
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. Executing
  2. Gradle task: build
  3.  
  4. Build
  5. info: MCreator 2021.1.03117 EAP (03117), forge-1.16.4, 64-bit, 8192 MB,
  6. Mac OS X, JVM 1.8.0_275, JAVA_HOME:
  7. /Applications/MCreator.app/Contents/MacOS/jdk/Contents/Home/jre
  8.  
  9. >
  10. Configure project :
  11.  
  12. New
  13. Dep: net.minecraftforge:forge:1.16.4-35.1.4_mapped_snapshot_20201028-1.16.3
  14.  
  15. >
  16. Task :compileJava FAILED
  17.  
  18. /Users/jaden/MCreatorWorkspaces/dreams/src/main/java/to/us/jadenswebmc/dreams/entity/DeltaNinjaDreamEntity.java:284:
  19. error: illegal start of expression
  20.  
  21. return new ItemStack(, (int)(1));
  22.  
  23.  
  24. ^
  25.  
  26. /Users/jaden/MCreatorWorkspaces/dreams/src/main/java/to/us/jadenswebmc/dreams/entity/DeltaNinjaDreamEntity.java:288:
  27. error: illegal start of expression
  28.  
  29. return new ItemStack(, (int)(1));
  30.  
  31.  
  32. ^
  33.  
  34. 2
  35. errors
  36.  
  37. FAILURE:
  38. Build failed with an exception.
  39.  
  40. *
  41. What went wrong:
  42.  
  43. Execution
  44. failed for task ':compileJava'.
  45.  
  46. >
  47. Compilation failed; see the compiler error output for details.
  48.  
  49. *
  50. Try:
  51.  
  52. Run
  53. with --stacktrace option to get the stack trace. Run with --info or
  54. --debug option to get more log output. Run with --scan to get full
  55. insights.
  56.  
  57. *
  58. Get more help at https://help.gradle.org
  59.  
  60. Deprecated
  61. Gradle features were used in this build, making it incompatible with
  62. Gradle 5.0.
  63.  
  64. Use
  65. '--warning-mode all' to show the individual deprecation warnings.
  66.  
  67. See
  68. https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
  69.  
  70. BUILD
  71. FAILED in 4s
  72.  
  73. 1
  74. actionable task: 1 executed
  75.  
  76. BUILD
  77. FAILED
  78.  
  79. Task
  80. completed in 6 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement