is there any way to add animations without needing geckolib or java coding?

Started by malisis on

Topic category: Help with modding (Java Edition)

Last seen on 06:28, 29. Mar 2022
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is there any way to add animations without needing geckolib or java coding?

I need help, I have researched a long time on how to add animations to my mod, and many require gecko lib, the question is that the box to activate it does not appear to me, I investigated and it seems that if I put

repositories { maven { url 'https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/' } } dependencies { implementation fg.deobf('software.bernie.geckolib:geckolib-forge-1.16.5:3.0.44') }

in buil.gradle something should happen, but I must also put
GeckoLib.initialize ();
and I can't find where the latter goes, so I gave up and I don't know about coding in java, so if someone could help me I would be very grateful
Thanks in advance

Last seen on 06:28, 29. Mar 2022
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes, I already have the…
Mon, 08/16/2021 - 23:50

Yes, I already have the plugin installed in my mcreator, and it seems that in 1.15.2 it works perfectly, but for some reason it does not appear in 1.16.5, if you know something about it, I would appreciate it a lot if you help me

Last seen on 07:20, 9. Dec 2022
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
gekolib isn't supported by…
Thu, 09/02/2021 - 04:43

gekolib isn't supported by mcreator 2021.1 / 2021.2, The mod dev isn't looking like he's updating it either as he's been gone for over 8 months.