Does Geckolib API create an noncircumventable dependency for the user?

Started by Ytteryer on

Topic category: Help with modding (Java Edition)

Last seen on 19:00, 8. Jan 2023
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Does Geckolib API create an noncircumventable dependency for the user?

I want to create a custom animation for a custom model and have found that the only way to do this is with GeckoLib. I would like to do it, but from what I heard the users would have to install GeckoLib for their Minecraft to run the mod. I don't like the idea of forcing users to install another mod just to run my mod. Is there no way that I can add the animations through files or code so that this dependency isn't needed? If not, I can just bite the bullet.

Thanks in advance for reading.

Last seen on 14:42, 19. Apr 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Only way this can happen is…
Tue, 12/27/2022 - 01:39

Only way this can happen is if you shadow the library (make it part of the mod), but that would then make the mod incompatible with every other mod using geckolib so it is not ideal.