Problem with food

Started by KingOfBeavers on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 16:17, 26. Apr 2017
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Problem with food
Sun, 04/23/2017 - 17:54 (edited)

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.

 

 

Edited by KingOfBeavers on Sun, 04/23/2017 - 17:54
Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try to delete the food
Sun, 04/23/2017 - 19:51

Try to delete the food element and remake it with a different name

Last seen on 17:35, 26. Apr 2017
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It doesnt like that you cook
Mon, 04/24/2017 - 20:10

It doesnt like that you cook beaver.

Last seen on 16:17, 26. Apr 2017
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Try to delete the food
Tue, 04/25/2017 - 19:18

@#1  Already tryed not working ):