custom mob causing errors

Started by The Pickle on

Topic category: Help with MCreator software

Last seen on 09:57, 7. Sep 2023
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
custom mob causing errors

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? i need help :(

Last seen on 09:57, 7. Sep 2023
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
image not loading for some…
Fri, 02/10/2023 - 07:19

image not loading for some reason

Last seen on 09:57, 7. Sep 2023
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Task :compileJava FAILEDC:…
Fri, 02/10/2023 - 07:23

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…
Sat, 02/11/2023 - 19:03

Seems you are referencing CopperChainhookHookModelProcedure that was removed from the workspace

Last seen on 09:57, 7. Sep 2023
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but i did multiple…
Sat, 02/11/2023 - 20:06

but i did multiple procedures, and all the dependencies worked

 

Last seen on 09:57, 7. Sep 2023
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
well the grappling hook…
Sat, 02/11/2023 - 20:07

well the grappling hook itself was really buggy anyways so im not using it anymore