I try to enter a model but the Java compilation fails.

Started by Lisandrosaurio on

Topic category: Help with MCreator software

Last seen on 22:53, 17. Aug 2024
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I try to enter a model but the Java compilation fails.

I try to put a model made in blockbench in a mod and the game gives the following error:
"

Task :compileJava FAILED

C:\Users\Usuario\MCreatorWorkspaces\modland_mod\src\main\java\net\mcreator\modlandmod\client\model\Modelchupalanchomejorado.java:21: error: cannot find symbol public class Modelchupalanchomejorado<T extends chupalanchomejorado> extends EntityModel<T> { ^ symbol: class chupalanchomejorado C:\Users\Usuario\MCreatorWorkspaces\modland_mod\src\main\java\net\mcreator\modlandmod\client\model\Modeldevorador.java:20: error: cannot find symbol public class Modeldevorador<T extends devorador> extends EntityModel<T> { ^ symbol: class devorador 2 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.

BUILD FAILED in 2s 1 actionable task: 1 executed 
BUILD FAILED Task completed in 2 seconds"

any reason why it failed?
I'm using the correct Mojmap but it still gives an error

and thanks in advance for the help

Last seen on 22:53, 17. Aug 2024
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I already tried it, but it…
Fri, 08/09/2024 - 23:54

I already tried it, but it didn't work