Started by
Eloit76
on
Topic category: Help with Minecraft modding (Java Edition)
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
I have this problwm too
Why did you manually alter code if you don't understand code?
no only my new models are affected
sorry for late reply
Seems there is bug with blockbench currently: https://github.com/JannisX11/blockbench/issues/2330
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