Can't figure out why this error keeps coming up! HELP?

Started by Abyssal_warlock on

Topic category: Help with modding (Java Edition)

Last seen on 14:04, 24. Apr 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can't figure out why this error keeps coming up! HELP?

I have been trying to restart this mod project for weeks, and every single time I try it pops up with the same error. I have no idea how to fix it, but I've rebuilt the mod, reinstalled mcreator. Anyone know what is going on?? 

Executing Gradle task: build
Build info: MCreator 2023.4.52316, forge-1.20.1, 64-bit, 8070 MB, Windows 10, JVM 17.0.9, JAVA_HOME: C:\Users\AmieD\OneDrive\Desktop\Downloads\MCreator.2023.4.Windows.64bit\MCreator20234\jdk, started on: 2024-03-07-10:17:40


BUILD FAILED
Task completed in 9 seconds

> Task :compileJava FAILED
C:\Users\AmieD\MCreatorWorkspaces\abyssals_mini_mod\src\main\java\net\mcreator\abyssalsminimod\AbyssalsMiniModMod.java:52: error: package AbyssalsMiniModModItems does not exist AbyssalsMiniModModItems.REGISTRY.register(bus);
^
C:\Users\AmieD\MCreatorWorkspaces\abyssals_mini_mod\src\main\java\net\mcreator\abyssalsminimod\init\AbyssalsMiniModModTabs.java:22: error: package AbyssalsMiniModModItems does not exist tabData.accept(AbyssalsMiniModModItems.RICE.get());
^
2 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.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 2s
1 actionable task: 1 executed

BUILD FAILED
Task completed in 4 seconds
 

The frik does this mean?? How do I fix it??

You are using outdated…
Thu, 03/07/2024 - 17:59

You are using outdated geckolib plugin

Please, when using plugins, make sure it is not plugin before making a report. Thanks!