Started by
fealion.
on
Topic category: Troubleshooting, bugs, and solutions
so I just updated the app and I keep get this error this my second mod I've made because of this stupid error
Executing Gradle task: build
Build info: MCreator 2023.4.52316, forge-1.20.1, 64-bit, 8137 MB, Windows 10, JVM 17.0.9, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2024-01-16-23:15:54
> Task :compileJava FAILED
C:\Users\3d\MCreatorWorkspaces\i_hate_mcreator_not\src\main\java\net\mcreator\ihatemcreatornot\IHateMcreatorNotMod.java:55: error: package IHateMcreatorNotModItems does not exist IHateMcreatorNotModItems.REGISTRY.register(bus);
^
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 2s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 7 seconds
This is caused by the geckolib plugin (you are using non-updated version). This plugin in this version will break workspaces even if you don't directly enable the plugin.
When using any plugin in the software, please first double-check it is not the source of the problem
ok