When i make a structure i get this error.

Started by tomasek1a on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 16:35, 22. Jul 2018
Joined May 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When i make a structure i get this error.

I was Trying to make a mod that adds a few buildings to the game, got this error:

 

C:\Pylo\MCreator178\forge\build\sources\main\java\mod\mcreator\modname.java:39: error: cannot find symbol
    mcreator_abandoned1 mcreator_0 = new mcreator_abandoned1();
    ^
  symbol:   class mcreator_abandoned1
  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.
 

Last seen on 11:18, 15. Feb 2020
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
C:\Pylo\MCreator178\forge…
Tue, 05/22/2018 - 13:04

C:\Pylo\MCreator178\forge\build\sources\main\java\mod\mcreator\modname.java:39: error: cannot find symbol I get this error sometimes when i create a item/block/recipie - i dont know how to fix it but you will have to delete the structure for now :(