Topic category: Help with Minecraft modding (Java Edition)
Hello! I have created an armor in blockbench, I export it and enter it in mccreator but when I open it I get this error, can anyone help me?
the code:
Reusing configuration cache.
> Task :processResources UP-TO-DATE
> Task :createArtifactManifest UP-TO-DATE
> Task :downloadAssets UP-TO-DATE
> Task :createMinecraftArtifacts UP-TO-DATE
> Task :writeClientLegacyClasspath UP-TO-DATE
> Task :prepareClientRun UP-TO-DATE
> Task :compileJava FAILED
C:\Users\josyl\MCreatorWorkspaces\d\src\main\java\net\mcreator\d\client\model\Modelmobb.java:21: error: cannot find symbol public class Modelmobb<T extends mobb> extends EntityModel<T> {
^
symbol: class mobb
1 error
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 6s
7 actionable tasks: 1 executed, 6 up-to-date
Configuration cache entry reused.
BUILD FAILED
Task completed in 6 seconds