Topic category: Plugins and third-party tools
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
ive fixed this but a new problem has come
https://pastebin.com/ieGtZmNK
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.
I'm having the same problem now :(