Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing Gradle task: runClient
- Build info: MCreator 2023.2.24119, fabric-1.20.1, 64-bit, 16106 MB, Windows 11, JVM 17.0.5, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-08-07-19:10:16
- > Configure project :
- Fabric Loom: 1.2.7
- > Task :compileJava
- C:\Users\ilanw\MCreatorWorkspaces\copper_main\src\main\java\net\mcreator\coppermain\command\AddmodCommand.java:20: error: cannot find symbol
- ServerLevel world = arguments.getSource().level();
- ^
- symbol: method level()
- location: class CommandSourceStack
- 1 error
- > Task :compileJava FAILED
- 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
- BUILD FAILED in 11s
- 1 actionable task: 1 executed
- BUILD FAILED
- Task completed in 18 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement