Gradle Failed on adding model

Started by The_Coding_Cat on

Topic category: Help with MCreator software

Last seen on 01:37, 23. Aug 2021
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Gradle Failed on adding model

I am adding a model I made using blockbench into Mcreator, I applied it to a mob and everything. The model is organized with folder corresponding to each join to I can add animation. When I created the Mob I got the MCreator Error screen. The Gradle Log read:

Executing Gradle task: build
Build info: MCreator 2020.5.47520, forge-1.15.2, 64-bit, 16264 MB, Windows 10, JVM 1.8.0_265, 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 FAILED
(MY FILE LOCATION): error: ')' expected .add(new ModelBox(RightArmhasSword, 16, 37, -4.0F, -1.0F, -2.0F, 4, 15, 4, 0.0F, false);
^
(MY FILE LOCATION) error: ')' expected .add(new ModelBox(RightArmhasSword, 52, 31, -4.5F, 14.0F, -3.0F, 4, 1, 5, 0.0F, false);
^
(MY FILE LOCATION): error: ')' expected .add(new ModelBox(RightArmhasSword, 43, 43, -3.0F, 9.0F, -22.0F, 1, 3, 9, 0.0F, false);
^
(MY FILE LOCATION): error: ')' expected .add(new ModelBox(RightArmhasSword, 34, 50, -3.0F, 12.0F, -19.0F, 1, 1, 6, 0.0F, false);
^
(MY FILE LOCATION): error: ')' expected .add(new ModelBox(RightArmhasSword, 48, 55, -4.5F, 10.0F, -4.0F, 4, 4, 1, 0.0F, false);
^
(MY FILE LOCATION): error: ')' expected .add(new ModelBox(RightArmhasSword, 32, 37, -3.0F, 10.0F, -13.0F, 1, 4, 9, 0.0F, false);
^
(MY FILE LOCATION): error: ')' expected .add(new ModelBox(RightArmhasSword, 54, 42, -3.5F, 11.0F, -3.0F, 2, 2, 5, 0.0F, false);
^
7 errors
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 3s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 5861 milliseconds

I attempted to go into the code and add a ) where it told me to but that resulted in even more error messages concerning unknow symbols and stuff.