3D Model Armor error

Started by Idoge on

Topic category: Help with modding (Java Edition)

Last seen on 15:29, 8. Aug 2022
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
3D Model Armor error

 

I am not good at coding, how can I fix that? 

Last seen on 15:29, 8. Aug 2022
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The error says  " Your…
Thu, 08/04/2022 - 11:30

The error says  " Your workspace contains mod elements  that dont compile properly
This was most likely caused by the last mod element you added or edited[...]

Last seen on 15:29, 8. Aug 2022
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
and also heres what i see on…
Thu, 08/04/2022 - 11:51

and also heres what i see on console
"C:\Users\adria\MCreatorWorkspaces\nzism\build\sources\main\java\net\mcreator\nzism\item\ItemHatArmor.java:67: error: cannot find symbol    public static class Modelhat extends EntityModel<Entity> {
                                        ^
  symbol:   class EntityModel
  location: class ItemHatArmor
C:\Users\adria\MCreatorWorkspaces\nzism\build\sources\main\java\net\mcreator\nzism\item\ItemHatArmor.java:78: 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 Modelhat
C:\Users\adria\MCreatorWorkspaces\nzism\build\sources\main\java\net\mcreator\nzism\item\ItemHatArmor.java:78: 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 Modelhat
3 errors
: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 3s
5 actionable tasks: 3 executed, 2 up-to-date
BUILD FAILE