Error when exporting

Started by Matrillex on

Topic category: Help with MCreator software

Last seen on 16:11, 11. Sep 2019
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Error when exporting

When I try and export a mod with MCreator 1.8.0

Problematic mod element list
Recomplation has failed because complier found errors.

 

D:\forge\build\sources\main\java\mod\mcreator\sword.java:35: error: cannot find symbol
    mcreator_sword mcreator_0 = new mcreator_sword();
    ^
  symbol:   class mcreator_sword
  location: class sword
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.

Anyone have a solution?

Last seen on 16:11, 11. Sep 2019
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This seems to happen with…
Wed, 09/19/2018 - 06:07

This seems to happen with every mod I make regardless of how I set it up.

Last seen on 16:11, 11. Sep 2019
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Deleting and reinstalling…
Wed, 09/19/2018 - 16:53

Deleting and reinstalling MCreator then setting the mod up the exact same way fixes it but when I try and make a second mod of any kind the problem comes up again meaning I seem to only be able to make one mod per MCreator installation, which from my understanding means I can never use the recipe option to make a recipe for a modded item. This error makes no sense.