Having issues with possibly the GeckoLib plugin

Started by Lambda System on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Having issues with possibly the GeckoLib plugin
Fri, 06/09/2023 - 22:34 (edited)

I made an animated entity for my mod using GeckoLib. I followed the given guides for GeckoLib step by step but every time my mob gets rendered in game, it just crashes. I'm lead to believe that it could be a result of a procedure causing this issue but, it could possibly be from GeckoLib itself, possibly from the GeckoLib procedure blocks. I am very unsure what could possibly be wrong despite what the error message gives every time (Error message being "Unable to find animation"...despite me providing the correct animation). I hit a roadblock so, help would be very much appreciated :]

I'm using:
MCreator v2023.2.23515
Minecraft v1.19.4
GeckoLib Plugin v4.8.8

And here is the crash log

https://imgur.com/ufDtpga


Hopefully that helps. If needed, I can provide other details

Edited by Lambda System on Fri, 06/09/2023 - 22:34
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
After 30 minutes of me being…
Fri, 06/09/2023 - 22:36

After 30 minutes of me being an idiot, I editied the message above, it should have a link. I hope thats the crash log your talking about (You might need to zoom in to read it ^^;;)

the animation file you…
Fri, 06/09/2023 - 23:27

the animation file you imported is named kurushimu_animation.animation.json?

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
kurushimu_animation.geo.json…
Sat, 06/10/2023 - 00:20

kurushimu_animation.geo.json 
I believe thats the file as far as from what i found
 

you need both a model and…
Sat, 06/10/2023 - 00:29

you need both a model and animation file which have the same name (kurushimu_animation), if you only imported a model then that's crashing because the animation file is missing. I don't know what guides you followed, but I strongly suggest you carefully read the official plugin tutorial I wrote.

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oohhhhhhhhhh alright so i…
Sat, 06/10/2023 - 00:35

oohhhhhhhhhh alright so i was just being dumb, thanks :]

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
do i do: name.animation.jump…
Sun, 08/25/2024 - 16:45

do i do: name.animation.jump or name.jump? because it not working for me and i carefully read the plugin tutorial but i having very much difficulties