Topic category: Help with Minecraft modding (Java Edition)
Error Workspace
Executing Gradle task: build
Build info: MCreator 2020.5.47520, forge-1.14.4, 64-bit, 8147 MB, Windows 10, JVM 1.8.0_265, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
> Configure project :
New Dep: net.minecraftforge:forge:1.14.4-28.2.16_mapped_snapshot_20190719-1.14.3
> Task :compileJava
C:\Users\Ryan\MCreatorWorkspaces\new_nbc_mod\src\main\java\net\mcreator\newnbcmod\entity\RottweilerEntity.java:184: 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 Modelcustom_model
C:\Users\Ryan\MCreatorWorkspaces\new_nbc_mod\src\main\java\net\mcreator\newnbcmod\entity\RottweilerEntity.java:184: 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 Modelcustom_model
2 errors
> 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
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 7s
1 actionable task: 1 executed
BUILD FAILED
What Actually Is Happening
Coz Im New To MCreator
I Could Help You But Just explain The Problem
Also Did You Code It Or Did You Make It With The MCreator Software
Basically, I created a mob model in the Blockbench app and when I finish making my mob, it gives this error.
In blockbench, the model must be exported for forge 1.14.4
As I understand it, I exported in 1.14.4. If I am not at 1.14.4, how do I change the version?
in blockbench menu, File -> Project ->