My Mod isn't recompiling properly when I Upload or update my mod

Started by monstercat5000 on

Topic category: General discussion

Last seen on 17:06, 18. Oct 2020
Joined Nov 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My Mod isn't recompiling properly when I Upload or update my mod

I try to make updates after it uploads and it just says something is wrong about my mod when it was ok earlier! Help me!

Last seen on 14:42, 8. Mar 2022
Joined Jul 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you paste the gradle log
Mon, 07/31/2017 - 12:05

Can you paste the gradle log so I can look through and see what it says?

-A

Last seen on 17:06, 18. Oct 2020
Joined Nov 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
warning: [options] bootstrap
Tue, 08/01/2017 - 09:45
warning: [options] bootstrap class path not set in conjunction with -source 1.6
C:\Pylo\MCreator171\forge\build\sources\main\java\mod\mcreator\mcreator_theLastHumanArises.java:16: error: class mcreator_theTestEnvironmentMod is public, should be declared in a file named mcreator_theTestEnvironmentMod.java
public class mcreator_theTestEnvironmentMod {
       ^
C:\Pylo\MCreator171\forge\build\sources\main\java\mod\mcreator\TestEnvironmentMod.java:40: error: cannot find symbol
 mcreator_theLastHumanArises mcreator_1 = new mcreator_theLastHumanArises();
 ^
  symbol:   class mcreator_theLastHumanArises
  location: class TestEnvironmentMod
C:\Pylo\MCreator171\forge\build\sources\main\java\mod\mcreator\TestEnvironmentMod.java:40: error: cannot find symbol
 mcreator_theLastHumanArises mcreator_1 = new mcreator_theLastHumanArises();
                                              ^
  symbol:   class mcreator_theLastHumanArises
  location: class TestEnvironmentMod
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked 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.
Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:warning: [options] bootstrap
Tue, 08/01/2017 - 11:28

There is an error with an element called the last human arises

Last seen on 17:06, 18. Oct 2020
Joined Nov 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:warning: [options] bootstrap
Tue, 08/01/2017 - 15:11

and thats my mod