Your workspace contains mod elements that don't compile properly

Started by beanbaker on

Topic category: Help with MCreator software

Last seen on 05:07, 23. Jan 2023
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your workspace contains mod elements that don't compile properly

I uploaded a model and texture for my living entity but when I loaded up the mod the texture and model didn't show up and it was just a biped model with a black texture, So i reuploaded my model and now it says it doesn't compile properly. Then another living entity didn't work even though I didn't even touch it. After 5 minutes it started working again. 

Executing Gradle task: build
Build info: MCreator 2020.2.14217, 1.12.2, 64-bit, 6036 MB, Windows 10, JVM 1.8.0_232, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava UP-TO-DATE
:compileApiJava NO-SOURCE
:processApiResources NO-SOURCE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThescarletking.java:168: error: variable Shape1 is already defined in class Modelthescarletking       ModelRenderer Shape1;
                    ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThescarletking.java:170: error: variable Shape2 is already defined in class Modelthescarletking       ModelRenderer Shape2;
                    ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThescarletking.java:171: error: variable Shape1 is already defined in class Modelthescarletking       ModelRenderer Shape1;
                    ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThescarletking.java:172: error: variable Shape1 is already defined in class Modelthescarletking       ModelRenderer Shape1;
                    ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThescarletking.java:173: error: variable Shape2 is already defined in class Modelthescarletking       ModelRenderer Shape2;
                    ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThescarletking.java:174: error: variable Shape2 is already defined in class Modelthescarletking       ModelRenderer Shape2;
                    ^
6 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
Task completed in 234120 milliseconds
 

Here is my console tab

Last seen on 05:07, 23. Jan 2023
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So what exactly should I…
Mon, 02/08/2021 - 17:50

So what exactly should I change?

Last seen on 05:07, 23. Jan 2023
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Now the problem returned…
Mon, 02/08/2021 - 17:55

Now the problem returned with the other entity when I changed the model from biped to my custom. here is the console tab

 

Executing Gradle task: build
Build info: MCreator 2020.2.14217, 1.12.2, 64-bit, 6036 MB, Windows 10, JVM 1.8.0_232, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava UP-TO-DATE
:compileApiJava NO-SOURCE
:processApiResources NO-SOURCE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:210: error: cannot find symbol    public static class Modelthebrokengod extends EntityModel<Entity> {
                                                 ^
  symbol:   class EntityModel
  location: class EntityThebrokengod
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:246: 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 Modelthebrokengod
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:246: 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 Modelthebrokengod
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThescarletking.java:168: error: variable Shape1 is already defined in class Modelthescarletking       ModelRenderer Shape1;
                    ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThescarletking.java:170: error: variable Shape2 is already defined in class Modelthescarletking       ModelRenderer Shape2;
                    ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThescarletking.java:171: error: variable Shape1 is already defined in class Modelthescarletking       ModelRenderer Shape1;
                    ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThescarletking.java:172: error: variable Shape1 is already defined in class Modelthescarletking       ModelRenderer Shape1;
                    ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThescarletking.java:173: error: variable Shape2 is already defined in class Modelthescarletking       ModelRenderer Shape2;
                    ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThescarletking.java:174: error: variable Shape2 is already defined in class Modelthescarletking       ModelRenderer Shape2;
                    ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:78: error: incompatible types: Modelthebrokengod cannot be converted to ModelBase          return new RenderLiving(renderManager, new Modelthebrokengod(), 0.5f) {
                                                ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:78: error: cannot find symbol          return new RenderLiving(renderManager, new Modelthebrokengod(), 0.5f) {
                ^
  symbol: constructor (RenderManager,Modelthebrokengod,float)
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:217: error: cannot find symbol          textureWidth = 128;
         ^
  symbol:   variable textureWidth
  location: class Modelthebrokengod
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:218: error: cannot find symbol          textureHeight = 128;
         ^
  symbol:   variable textureHeight
  location: class Modelthebrokengod
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:219: error: incompatible types: Modelthebrokengod cannot be converted to ModelBase          bb_main = new ModelRenderer(this);
                                     ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:221: error: incompatible types: Modelthebrokengod cannot be converted to ModelBase          cube8_r1 = new ModelRenderer(this);
                                      ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:225: error: no suitable method found for addBox(float,float,float,float,float,float,float,boolean)          cube8_r1.setTextureOffset(0, 0).addBox(-22.0F, -59.5F, 8.0F, 12.0F, 11.0F, 31.0F, 0.0F, false);
                                        ^
    method ModelRenderer.addBox(String,float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,float) is not applicable
      (actual and formal argument lists differ in length)
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:226: error: incompatible types: Modelthebrokengod cannot be converted to ModelBase          cube7_r1 = new ModelRenderer(this);
                                      ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:230: error: no suitable method found for addBox(float,float,float,float,float,float,float,boolean)          cube7_r1.setTextureOffset(0, 0).addBox(-22.0F, -60.0F, -42.0F, 12.0F, 11.0F, 31.0F, 0.0F, false);
                                        ^
    method ModelRenderer.addBox(String,float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,float) is not applicable
      (actual and formal argument lists differ in length)
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:231: error: incompatible types: Modelthebrokengod cannot be converted to ModelBase          cube6_r1 = new ModelRenderer(this);
                                      ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:235: error: no suitable method found for addBox(float,float,float,float,float,float,float,boolean)          cube6_r1.setTextureOffset(0, 0).addBox(-6.0F, -78.0F, -2.0F, 14.0F, 16.0F, 17.0F, 0.0F, false);
                                        ^
    method ModelRenderer.addBox(String,float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,float) is not applicable
      (actual and formal argument lists differ in length)
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:236: error: incompatible types: Modelthebrokengod cannot be converted to ModelBase          bb_main2 = new ModelRenderer(this);
                                      ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:238: error: no suitable method found for addBox(float,float,float,float,float,float,float,boolean)          bb_main2.setTextureOffset(0, 0).addBox(-11.0F, -63.0F, 15.0F, 15.0F, 31.0F, 10.0F, 0.0F, false);
                                        ^
    method ModelRenderer.addBox(String,float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,float) is not applicable
      (actual and formal argument lists differ in length)
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:239: error: no suitable method found for addBox(float,float,float,float,float,float,float,boolean)          bb_main2.setTextureOffset(0, 0).addBox(-10.0F, -31.0F, 2.0F, 15.0F, 31.0F, 10.0F, 0.0F, false);
                                        ^
    method ModelRenderer.addBox(String,float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,float) is not applicable
      (actual and formal argument lists differ in length)
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:240: error: no suitable method found for addBox(float,float,float,float,float,float,float,boolean)          bb_main2.setTextureOffset(0, 0).addBox(-11.0F, -62.0F, -10.0F, 15.0F, 32.0F, 24.0F, 0.0F, false);
                                        ^
    method ModelRenderer.addBox(String,float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,float) is not applicable
      (actual and formal argument lists differ in length)
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:241: error: no suitable method found for addBox(float,float,float,float,float,float,float,boolean)          bb_main2.setTextureOffset(0, 0).addBox(-10.0F, -30.0F, -9.0F, 15.0F, 30.0F, 10.0F, 0.0F, false);
                                        ^
    method ModelRenderer.addBox(String,float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,float) is not applicable
      (actual and formal argument lists differ in length)
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:242: error: no suitable method found for addBox(float,float,float,float,float,float,float,boolean)          bb_main2.setTextureOffset(0, 0).addBox(-9.0F, -63.0F, -21.0F, 15.0F, 31.0F, 10.0F, 0.0F, false);
                                        ^
    method ModelRenderer.addBox(String,float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method ModelRenderer.addBox(float,float,float,int,int,int,float) is not applicable
      (actual and formal argument lists differ in length)
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:245: error: method does not override or implement a method from a supertype       @Override
      ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:259: error: non-static variable super cannot be referenced from a static context          super.setRotationAngles(f, f1, f2, f3, f4, f5, e);
         ^
C:\Users\user\MCreatorWorkspaces\scpeldergods\build\sources\main\java\net\mcreator\scpeldergods\entity\EntityThebrokengod.java:259: error: cannot find symbol          super.setRotationAngles(f, f1, f2, f3, f4, f5, e);
              ^
  symbol: method setRotationAngles(float,float,float,float,float,float,Entity)
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
29 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 FAILED
Task completed in 6145 milliseconds
 

Last seen on 05:07, 23. Jan 2023
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
OK I fixed the problem as it…
Tue, 02/09/2021 - 02:52

OK I fixed the problem as it turns out on blockbench my mob was set to 1.15 and I changed the names of the model parts for the other.

Last seen on 05:07, 23. Jan 2023
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks for the help I really…
Tue, 02/09/2021 - 02:52

Thanks for the help I really appreciate it