What does it mean by, Your workspace contains mod elements that dont compile properly?

Published by Ello.-'_@ on
Status
Duplicate
Issue description

ok so i dont really think its a bug or not but why does it say, "Your workspace contains mod elements that dont compile properly. This was most likely caused by the last mod element you added or edited. Try altering the settings of mod elements that cause build errors (Such elements are listed below) to try to fix this problem. if you cant resolve this problem, export the workspace to shareable ZIP file from the File menu and send it to us via our Issue tracker on our website so we can try to help you. 

List of mod elements that cause compilation errors (trimmed up to 10 elements):

FireGolemMinion" and i will send you guys the shareable ZIP file.

Issue comments

If you mean the console here it is: 

Executing Gradle task: runClient
Build info: MCreator 2020.2.14217, 1.14.4, 64-bit, 7647 MB, Windows 10, JVM 1.8.0_232, JAVA_HOME: C:/Program Files (x86)/Pylo/MCreator/jdk/jre
> Configure project :
New Dep: net.minecraftforge:forge:1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3
> Task :compileJava FAILED
D:\smarterbiomes\src\main\java\net\mcreator\smarterbiomes\entity\FireGolemMinionEntity.java:205: error: cannot find symbol       public void render(MatrixStack matrixStack, IVertexBuilder buffer, int packedLight, int packedOverlay, float red, float green, float blue,
                         ^
  symbol:   class MatrixStack
  location: class ModelLavDurus
D:\smarterbiomes\src\main\java\net\mcreator\smarterbiomes\entity\FireGolemMinionEntity.java:205: error: cannot find symbol       public void render(MatrixStack matrixStack, IVertexBuilder buffer, int packedLight, int packedOverlay, float red, float green, float blue,
                                                  ^
  symbol:   class IVertexBuilder
  location: class ModelLavDurus
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.9/userguide/command_line_interface.html#sec:c…
BUILD FAILED in 13s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 479355 milliseconds
 

You are using 1.15.2 model in 1.14.4

In BB go to File -> Project and set appropriate export version

Hi I have the same issue can you help? i made a custom mob and it just says Your workspace contains mod elements that don't compile properly.