So, I made a good part of my mod. And, error............... No mods where attributed to the error, just, error.
D:\Users\NAME\gamestuff\minecraft stuff\MCreator178\forge\build\sources\main\java\mod\mcreator\TestEnvironmentMod.java:45: error: cannot find symbol
mcreator_bloodaxe mcreator_6 = new mcreator_bloodaxe();
^
symbol: class mcreator_bloodaxe
location: class TestEnvironmentMod
D:\Users\NAME\gamestuff\minecraft stuff\MCreator178\forge\build\sources\main\java\mod\mcreator\TestEnvironmentMod.java:46: error: cannot find symbol
mcreator_bloodshovel mcreator_7 = new mcreator_bloodshovel();
^
symbol: class mcreator_bloodshovel
location: class TestEnvironmentMod
D:\Users\NAME\gamestuff\minecraft stuff\MCreator178\forge\build\sources\main\java\mod\mcreator\TestEnvironmentMod.java:47: error: cannot find symbol
mcreator_bloodhoe mcreator_8 = new mcreator_bloodhoe();
^
symbol: class mcreator_bloodhoe
location: class TestEnvironmentMod
3 errors
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.
Plz fix. Btw, my windows ver is: Microsoft Windows [Version 10.0.16299.248] , just encase that helps. Oh, and it is NOT because I have ban ram/rom, I have the absolute BEST computer I could afford. Intel(R) core(TM) I5-8400 CPU @ 2.80Hz 2.81 Ghz
I have imported your mod and it worked fine for me. Try to import the mod you attached here in MCreator and it should fix this bug.