Error when trying to compile the mod

Published by MrShnizel on
Status
Fixed
Issue description
C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\TestEnvironmentMod.java:62: error: cannot find symbol
    mcreator_newMexicanCat mcreator_27 = new mcreator_newMexicanCat();
    ^
  symbol:   class mcreator_newMexicanCat
  location: class TestEnvironmentMod
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 --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

this the log, the error appeared after adding a new mob

I can't export the workspace/mod because of this error

Issue comments

Select another workspace and select this one back. This will fix this bug. Simply recompiling the workspace might fix this bug too.