Started by
ArcaneFlame520
on
Topic category: Help with MCreator software
The blocks I am making are made using ONLY Mcreator and it keeps not compiling.
Is there a new parameter I need to change or feature to check? Please someone respond.
Edited by ArcaneFlame520 on Wed, 01/03/2024 - 14:15
It is not just blocks it is everything i try to make. it keeps .
BUILD FAILED
Task completed in 4 seconds
> Task :compileJava
C:\Users\daveb\MCreatorWorkspaces\deadly_mazes\src\main\java\net\mcreator\deadlymazes\DeadlyMazesMod.java:55: error: package DeadlyMazesModItems does not exist DeadlyMazesModItems.REGISTRY.register(bus);
^
C:\Users\daveb\MCreatorWorkspaces\deadly_mazes\src\main\java\net\mcreator\deadlymazes\init\DeadlyMazesModTabs.java:26: error: package DeadlyMazesModItems does not exist tabData.accept(DeadlyMazesModItems.T_1_MAZE_DIMENSION.get());
^
2 errors
> 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 --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 12s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 14 seconds
This really seems like you are loading an incompatible geckolib plugin version
Ok I'll remove the geckolib plugin completely
Thanks That fixed it tho I never was actually using the geckolib.
The plugin presence can break many things even if you don't directly use it.
Plugins can alter MCreator in a lot of ways and also completely break it or break workspaces
We can only guarantee core MCreator operation and offer support for it