Started by
Matrillex
on
Topic category: Help with MCreator software
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?
This seems to happen with every mod I make regardless of how I set it up.
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.