1.15.2 model not compiling

Published by kaposuchus on
Status
Can not reproduce
Issue description

I did all the naming biz also had blocklbench update the tabula importer and fix part names and the model just wont compile 

Issue comments

i cant attach the model file also please and a latest button for the search issues traker so when looking for new errors im not reading a 2018 error thats not  the same problem 

Executing Gradle task: runClient
Build info: MCreator 2020.4.32115, forge-1.15.2, 64-bit, 8172 MB, Windows 10, JVM 1.8.0_252, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
> Configure project :
New Dep: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1
> Task :compileJava
C:\Users\Accentaur\MCreatorWorkspaces\testrun\src\main\java\net\mcreator\testrun\entity\AcanthostegaEntity.java:157: error: variable tail is already defined in class ModelPAcanthostega private final ModelRenderer tail;
^
C:\Users\Accentaur\MCreatorWorkspaces\testrun\src\main\java\net\mcreator\testrun\entity\AcanthostegaEntity.java:158: error: variable tail is already defined in class ModelPAcanthostega private final ModelRenderer tail;
^
C:\Users\Accentaur\MCreatorWorkspaces\testrun\src\main\java\net\mcreator\testrun\entity\AcanthostegaEntity.java:160: error: variable arml is already defined in class ModelPAcanthostega private final ModelRenderer arml;
^
C:\Users\Accentaur\MCreatorWorkspaces\testrun\src\main\java\net\mcreator\testrun\entity\AcanthostegaEntity.java:166: error: variable legl is already defined in class ModelPAcanthostega private final ModelRenderer legl;
^
4 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.10.3/userguide/command_line_interface.html#se…
BUILD FAILED in 49s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 53684 milliseconds

variable tail is already defined in class ModelPAcanthostega private final ModelRenderer tail;

Two parts are called a same name