My mod, which includes the PlayerAnimator plugin, crashes upon startup.

Started by TheBiscuit on

Topic category: Help with modding (Java Edition)

Last seen on 01:09, 12. Dec 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My mod, which includes the PlayerAnimator plugin, crashes upon startup.

Hello! I am currently working on a mod, and in the MCreator editor it works! However, after compiling it, and opening the Jar in forge, i Get this error:

 

Error loading mods

1 error has occured during loading

 

ModName: ModName has failed to load correctly

java.lang.NoClassDefFoundError: dev/kosmx/playerAnim/api/layered/IAnimation

 

The plugins used in my mod are GeckoLib and Player Animator, that's it. Any help figuring this out would be appreciated!

 

Last seen on 20:18, 28. Jul 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hey did you find how to fix…
Sat, 03/16/2024 - 01:30

hey did you find how to fix this problem? i have the same problem