Mod Recompiling destroyed my giant mod!!

Started by TDM3 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mod Recompiling destroyed my giant mod!!

Since a half month an error just randomly appears whenever i try to save an element!

I just wanted to add my 305th mod element (another normal block) and then it didnt show up in the creative menu!

If i try regenerating the code, the mod just breaks even more! RECIPES GET SWAPPED, ELEMENTS GET SWAPPED, THINGS STOP WORKING!!!!

Executing Gradle task: build
Build info: MCreator 2022.3.48217, fabric-1.19.2, 64-bit, 16295 MB, Windows 11, JVM 17.0.3, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-04-01-11:34:34

> Configure project :
Fabric Loom: 1.0.17
Not publishing sources jar as it was not found. Use java.withSourcesJar() to fix.
> Task :compileJava FAILED
C:\Users\Public\Videos\backrooms_items\src\main\java\net\mcreator\backroomsitems\BackroomsItemsMod.java:43: error: cannot find symbol BackroomsItemsModBrewingRecipes.load();
^
symbol: variable BackroomsItemsModBrewingRecipes
location: class BackroomsItemsMod
1 error
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.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
1 actionable task: 1 executed

BUILD FAILED
Task completed in 1 minute and 35 seconds 

thats how the console looks after compiling and recompiling (just took 2 seconds)

Someone, ANYONE, PLZ HELP!!!