GUI Compile error

Published by Ozamu on
Status
Works as designed
Issue description

GUI don't working, i create my gui for craft, but compilation error says:

C:\Users\rabla\MCreatorWorkspaces\underfern\build\sources\main\java\net\mcreator\underfern\MCreatorCraft2281.java:187: error: cannot find symbol
            if (ent instanceof MCreatorSs111.TileEntityCustom)
                                            ^
  symbol:   class TileEntityCustom
  location: class MCreatorSs111
Note: C:\Users\rabla\MCreatorWorkspaces\underfern\build\sources\main\java\net\mcreator\underfern\underfern.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
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. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 4s
 

Issue comments