missing things

Status
Fixed
Issue description

Ive been making blocks, recipes, and items all normally and everything was fine then for some reason when I made some more blocks and recipes they where causing the export to fail or something. I ended up going to the code section and they weren't even there so I'm guessing that's the problem but how do I fix it? here's what the grade log thing said:

C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\modname.java:66: error: cannot find symbol
    mcreator_bloodbrick mcreator_31 = new mcreator_bloodbrick();
    ^
  symbol:   class mcreator_bloodbrick
  location: class modname
C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\modname.java:67: error: cannot find symbol
    mcreator_bloodbrickcrft mcreator_32 = new mcreator_bloodbrickcrft();
    ^
  symbol:   class mcreator_bloodbrickcrft
  location: class modname
C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\modname.java:68: error: cannot find symbol
    mcreator_bloodtarget mcreator_33 = new mcreator_bloodtarget();
    ^
  symbol:   class mcreator_bloodtarget
  location: class modname
C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\modname.java:69: error: cannot find symbol
    mcreator_bloodtargetcrft mcreator_34 = new mcreator_bloodtargetcrft();
    ^
  symbol:   class mcreator_bloodtargetcrft
  location: class modname
C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\modname.java:70: error: cannot find symbol
    mcreator_bloodice mcreator_35 = new mcreator_bloodice();
    ^
  symbol:   class mcreator_bloodice
  location: class modname
C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\modname.java:71: error: cannot find symbol
    mcreator_bloodicecrft mcreator_36 = new mcreator_bloodicecrft();
    ^
  symbol:   class mcreator_bloodicecrft
  location: class modname
C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\modname.java:72: error: cannot find symbol
    mcreator_bloodlamp mcreator_37 = new mcreator_bloodlamp();
    ^
  symbol:   class mcreator_bloodlamp
  location: class modname
C:\Pylo\MCreator179\forge\build\sources\main\java\mod\mcreator\modname.java:73: error: cannot find symbol
    mcreator_bloodlampcrft mcreator_38 = new mcreator_bloodlampcrft();
    ^
  symbol:   class mcreator_bloodlampcrft
  location: class modname
8 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.
 

Issue comments

Just click on the gear icon on the top toolbox to recompile the mod again. It should work after your recompile the workspace once again.

its saying gradle reobfJar task failed is that the problem because even after I made them again and did the gear thing its not working

i think I got it to work I just deleted the stuff causing problems and restarted mcreator and remade them. its letting me export it again.