Topic category: Troubleshooting, bugs, and solutions
Hey everyone , i have a problem with food and don't now how to solve it :
error log :
warning: [options] bootstrap class path not set in conjunction with -source 1.6
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\TestEnvironmentMod.java:41: error: cannot find symbol
mcreator_rawBeaver mcreator_2 = new mcreator_rawBeaver();
^
symbol: class mcreator_rawBeaver
location: class TestEnvironmentMod
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\TestEnvironmentMod.java:41: error: cannot find symbol
mcreator_rawBeaver mcreator_2 = new mcreator_rawBeaver();
^
symbol: class mcreator_rawBeaver
location: class TestEnvironmentMod
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\mcreator_cookedbEav.java:32: error: cannot find symbol
GameRegistry.addSmelting(mcreator_rawBeaver.block, new ItemStack(block), 1.0f);
^
symbol: variable mcreator_rawBeaver
location: class mcreator_cookedbEav
Note: C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\mcreator_beaverBlock.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
3 errors
1 warning
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.
the food is named Cooked Beaver.
Try to delete the food element and remake it with a different name
It doesnt like that you cook beaver.
@#1 Already tryed not working ):