I can' t export my mod

Started by Buhovale on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 18:11, 15. Oct 2018
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can' t export my mod

 

This is the log

C:\Users\MyUser\Desktop\Mod creater\forge\build\sources\main\java\mod\mcreator\cosmic.java:36: error: cannot find symbol
    mcreator_universeeye mcreator_1 = new mcreator_universeeye();
    ^
  symbol:   class mcreator_universeeye
  location: class cosmic
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.

 

I only have 2 elements and when i test the first one it's works.

pls help.

(sorry for my bad english).
 

Last seen on 18:11, 15. Oct 2018
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have this problem in…
Sat, 10/13/2018 - 17:47

I have this problem in another workspace too 

C:\Users\anabe\Desktop\Mod creater\forge\build\sources\main\java\mod\mcreator\cosmic.java:37: error: cannot find symbol
    mcreator_misticalForest mcreator_2 = new mcreator_misticalForest();
    ^
  symbol:   class mcreator_misticalForest
  location: class cosmic
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.