Hello everyone, I have problems with the mod on 1.12.2

Started by Thar She Blows on

Topic category: Help with MCreator software

Last seen on 14:17, 10. Jul 2022
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello everyone, I have problems with the mod on 1.12.2

I need to make 1 mob with a custom model, however, when starting minecraft, it gives the following error -

C:\Users\741\MCreatorWorkspaces\haggi\build\sources\main\java\net\mcreator\haggi\entity\EntityHaggi.java:140: error: cannot find symbol    public static class Modelhaggivaggi extends EntityModel<Entity>{ 
                                               ^
  symbol:   class EntityModel
  location: class EntityHaggi
C:\Users\741\MCreatorWorkspaces\haggi\build\sources\main\java\net\mcreator\haggi\entity\EntityHaggi.java:602: 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 Modelhaggivaggi
C:\Users\741\MCreatorWorkspaces\haggi\build\sources\main\java\net\mcreator\haggi\entity\EntityHaggi.java:602: 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 Modelhaggivaggi
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 1s
5 actionable tasks: 3 executed, 2 up-to-date
BUILD FAILED

 

Cod model - https://pastebin.com/ZEZFM7W3

Last seen on 23:28, 16. Nov 2021
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've gon through this I've…
Tue, 11/16/2021 - 22:36

I've gon through this I've seen a couple lines of corrupt code I been with Java for 10+ years now and I've never seen corrupt code like this Sorry I dont know how to fix