Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing
- Gradle task: build
- Build
- info: MCreator 2021.1.03117 EAP (03117), forge-1.16.4, 64-bit, 8192 MB,
- Mac OS X, JVM 1.8.0_275, JAVA_HOME:
- /Applications/MCreator.app/Contents/MacOS/jdk/Contents/Home/jre
- >
- Configure project :
- New
- Dep: net.minecraftforge:forge:1.16.4-35.1.4_mapped_snapshot_20201028-1.16.3
- >
- Task :compileJava FAILED
- /Users/jaden/MCreatorWorkspaces/dreams/src/main/java/to/us/jadenswebmc/dreams/entity/DeltaNinjaDreamEntity.java:284:
- error: illegal start of expression
- return new ItemStack(, (int)(1));
- ^
- /Users/jaden/MCreatorWorkspaces/dreams/src/main/java/to/us/jadenswebmc/dreams/entity/DeltaNinjaDreamEntity.java:288:
- error: illegal start of expression
- return new ItemStack(, (int)(1));
- ^
- 2
- errors
- FAILURE:
- Build failed with an exception.
- *
- What went wrong:
- Execution
- failed for task ':compileJava'.
- >
- Compilation failed; see the compiler error output for details.
- *
- Try:
- 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.
- *
- Get more help at https://help.gradle.org
- Deprecated
- Gradle features were used in this build, making it incompatible with
- Gradle 5.0.
- Use
- '--warning-mode all' to show the individual deprecation warnings.
- See
- https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
- BUILD
- FAILED in 4s
- 1
- actionable task: 1 executed
- BUILD
- FAILED
- Task
- completed in 6 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement