Started by
guiguoqing
on
Topic category: Troubleshooting, bugs, and solutions
Your workspace contains uncompiled and exported mod elements
What do I do when I export mod with this
The above word seems to have some problems, because I am using machine translation, hope to understand
Executing Gradle task: build
Build info: MCreator 2021.1.12313 EAP (12313), forge-1.16.5, 64-bit, 3995 MB, Windows 7, JVM 1.8.0_275, JAVA_HOME: E:\MCreatorEAP20211b12313\jdk
> Task :compileJava
C:\Users\w\MCreatorWorkspaces\guiguoqing\src\main\java\net\mcreator\guiguoqing\entity\CeShiEntity.java:308: ����: �Ƿ��ı��ʽ��ʼ
return new ItemStack(, (int)(1));
^
C:\Users\w\MCreatorWorkspaces\guiguoqing\src\main\java\net\mcreator\guiguoqing\entity\CeShiEntity.java:312: ����: �Ƿ��ı��ʽ��ʼ
return new ItemStack(, (int)(1));
^
2 ������
> 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 33s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 34 seconds
You have deleted a mod element but are still using it form other elements
How do we fix this
Remove references to mod elements you deleted or add the elements you deleted back
I have all deleted, leaving only one, is the same, can give a specific operation process?
Better be a picture
Thank you