Procedue does not load

Status
Fixed
Issue description

I tried to export the mod, but it didn't work. A procedure won't load.

Here is the gradle log:

C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\modname.java:46: error: cannot find symbol
    mcreator_buildTower mcreator_11 = new mcreator_buildTower();
    ^
  symbol:   class mcreator_buildTower
  location: class modname
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.

 

 

Issue comments