Topic category: Help with Minecraft modding (Java Edition)
Here is how it looks like:
Executing Gradle task: runClient
> Task :compileJava
1 error
\Desktop\User\Everything\Games\Minecraft\Mods\MCreator\MCreator20241\jdk, started on: 2024-06-13-16:15:11
\MCreatorWorkspaces\noneseesmod\src\main\java\net\mcreator\noneseesmod\NoneseesmodMod.java:51: error: package Noneseesmod Mod Tabs does not exist
NoneseesmodModTabs.REGISTRY.register(bus);
> Task :compileJava FAILED
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 --info option to get more log output.
> Run with --scan to get full insights.
BUILD FAILED in 28s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 32 seconds
The mod.tabs file is missing, although I didn't mess with the files. Can somebody help me?
This usually happens due to bug with certain plugins
But how do I fix it?
Find out what plugin is causing it and then report it to the plugin author
I don't have any plugins in the mod (or outside the mod).
You may have plugins accidentally installed. If this is not the case, open bug report at GitHub with demo workspace showcasing the problem
I'm having the same problem. No plugins involved