Started by
The Pickle
on
Topic category: Help with MCreator software
i am made an entity for a grappling hook i am making, when i finished the mob with all the procedures and everything it said there was an error i checked the build log and this is what it showed, i dont know what to do about it, any help?
image not loading for some reason
Task :compileJava FAILED
C:\Users\pohle\MCreatorWorkspaces\the_ancients\src\main\java\net\mcreator\theancients\client\renderer\CopperChainhookHookRenderer.java:18: error: cannot find symbol super(renderManager, new CopperChainhookHookModelProcedure());
^
symbol: class CopperChainhookHookModelProcedure
location: class CopperChainhookHookRenderer
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 3s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 6 seconds
(above is the build log since image wont work
Seems you are referencing CopperChainhookHookModelProcedure that was removed from the workspace
but i did multiple procedures, and all the dependencies worked
well the grappling hook itself was really buggy anyways so im not using it anymore