trying to use any sort of custom models for mobs causing errors

Started by TFAU on

Topic category: Help with modding (Java Edition)

Last seen on 03:20, 8. Jan 2021
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
trying to use any sort of custom models for mobs causing errors

when i try  to use any sort of custom models for a mob it causes the following errors in console, any fix?

C:\Users\TFAU\MCreatorWorkspaces\mod\build\sources\main\java\net\tfau\mod\entity\EntityVinb.java:244: error: cannot find symbol public static class Modelmarg2 extends EntityModel<Entity> {
^
symbol: class EntityModel
location: class EntityVinb
C:\Users\TFAU\MCreatorWorkspaces\mod\build\sources\main\java\net\tfau\mod\entity\EntityVinb.java:456: 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 Modelmarg2
C:\Users\TFAU\MCreatorWorkspaces\mod\build\sources\main\java\net\tfau\mod\entity\EntityVinb.java:456: 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 Modelmarg2
3 errors
:compileJava FAILED

Last seen on 03:20, 8. Jan 2021
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do u make 1.12.2 models…
Wed, 01/06/2021 - 21:48

how do u make 1.12.2 models in BB

Last seen on 03:20, 8. Jan 2021
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i figured it out i just dont…
Thu, 01/07/2021 - 21:39

i figured it out i just dont know how to properly scale it without distorting it cause its very off