Nerdy Geckolib Plugin giving a error to one my entity models

Started by Dwayne Salore2 on

Topic category: Plugins and third-party tools

Last seen on 11:25, 27. Aug 2023
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nerdy Geckolib Plugin giving a error to one my entity models

My Geckolib Model works completely fine but now it gave a error to one of my entity models I had before I activated the API for geckolib I still have no idea how to fix it

super(renderManager, new AirStrikeCloudReModelProcedure());
^
symbol: class AirStrikeCloudReModelProcedure
location: class AirStrikeCloudReRenderer
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 4s
1 actionable task: 1 executed

BUILD FAILED
Task completed in 8 seconds

Last seen on 11:25, 23. May 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
just like I told you in the…
Sat, 12/17/2022 - 15:11

just like I told you in the forum post, net.minecraft.ResourceLocationException: Non [a-z0-9/._-] character in path of location: arbitrarily_stupid:geo/BonerSpike.geo.json means that you either put capital letters for your model name in the model procedure, or your file itself has capital letters. They can't have capital letters.

Last seen on 17:57, 7. Apr 2023
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm having the same problem…
Thu, 02/23/2023 - 20:08

I'm having the same problem now :(