custom mob causing errors

Started by The Pickle on

Topic category: Help with MCreator software

Active 1 year ago
Joined Jul 2022
Points:
412

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
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 :(

Active 1 year ago
Joined Jul 2022
Points:
412

User statistics:

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

image not loading for some reason

Active 1 year ago
Joined Jul 2022
Points:
412

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
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

Active 1 year ago
Joined Jul 2022
Points:
412

User statistics:

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

but i did multiple procedures, and all the dependencies worked

 

Active 1 year ago
Joined Jul 2022
Points:
412

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
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