Custom Java model problems

Started by Eloit76 on

Topic category: Help with modding (Java Edition)

Last seen on 20:46, 11. May 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom Java model problems

I made a model in blockbench and imported it, but then I edited the model and imported it again (under the same name and it appeared to replace the current model) but when i went to run the mod this popped up:

I've tried reloading gradle, regenerating code, and building workspace.

Please help!

Executing Gradle task: build 
Build info: MCreator 2024.1.18518, forge-1.20.1, 64-bit, 7924 MB, Windows 10, JVM 17.0.10, JAVA_HOME: F:\MCreator\jdk, started on: 2024-05-11-13:11:55 
 
> Task :compileJava FAILED 
F:\MCreator\EloidsDinosaurs-alpha\src\main\java\net\mcreator\eloidsdinosaursalpha\client\model\ModelVelociraptor.java:21: error: illegal start of type 
public class ModelVelociraptor<T extends> extends EntityModel<> { 
                                        ^ 
F:\MCreator\EloidsDinosaurs-alpha\src\main\java\net\mcreator\eloidsdinosaursalpha\client\model\ModelVelociraptor.java:21: error: illegal start of type 
public class ModelVelociraptor<T extends> extends EntityModel<> { 
                                                              ^ 
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 --info option to get more log output. 
> Run with --scan to get full insights. 
BUILD FAILED in 3s 
1 actionable task: 1 executed 
 
BUILD FAILED 
Task completed in 3 seconds
Last seen on 17:17, 12. May 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have this problwm too  
Sat, 05/11/2024 - 12:53

I have this problwm too

 

Last seen on 20:46, 11. May 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no only my new models are…
Sat, 05/11/2024 - 20:46

no only my new models are affected

 

Last seen on 20:46, 11. May 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
sorry for late reply
Sat, 05/11/2024 - 20:46

sorry for late reply

Last seen on 16:16, 26. May 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i have the solution. delete…
Sun, 05/26/2024 - 15:35

i have the solution. delete mod entry in workspace, everything. then close mcreator, delete mob model in folder entity and folder client>model. blockbench is bugged so u need to create a new mob model