How can I animate an entity?

Started by Jose4T5Y on Mon, 09/13/2021 - 16:27

Topic category: Help with modding (Java Edition)

Last seen on 00:29, 23. Feb 2023
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
How can I animate an entity?
Mon, 09/13/2021 - 17:05 (edited)
I want to animate an entity, how can I make an animation when walking and attacking?
Mcreator version 2021.2

 

 

Edited by Jose4T5Y on Mon, 09/13/2021 - 17:05
Last seen on 19:17, 8. Aug 2022
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
GeckoLib, I recommend doing…
Mon, 09/13/2021 - 16:46

GeckoLib, I recommend doing some investigation before publishing a post

Last seen on 00:29, 23. Feb 2023
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
But GeckioLib does not work…
Mon, 09/13/2021 - 17:05

But GeckioLib does not work for mcreator 2021.2

Last seen on 19:17, 8. Aug 2022
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
then custom code, good luck…
Mon, 09/13/2021 - 18:07

then custom code, good luck learning JAVA :D!

Last seen on 19:17, 8. Aug 2022
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
but you can still make…
Mon, 09/13/2021 - 18:08

but you can still make movement animations, with the MCreator integrated animation system, before you export your mobs model it makes you chose animations 

Last seen on 00:29, 23. Feb 2023
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
 :C !!!!!!
Mon, 09/13/2021 - 18:56

 :C !!!!!!

Last seen on 19:48, 16. Feb 2023
Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
Check this plugin: https:/…
Mon, 09/13/2021 - 20:55

Check this plugin: https://mcreator.net/forum/72721/moreapis-plugin
it adds many APIs to work with including Geckolib (since the main plugin is outdated, i think this could work and is avaiable for MCreator 2021.1)
I'm currently using it and i'm trying to add my mobs and trigger animations using procedures provided by this plugin, hope it helped

Last seen on 19:17, 8. Aug 2022
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
oh yes I forgot about that!…
Mon, 09/13/2021 - 21:49

oh yes I forgot about that! I don't know how since I literally use the Curios API myself lol

Last seen on 16:04, 4. Oct 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
U cant use APIS reborn …
Tue, 09/14/2021 - 11:41

U cant use APIS reborn /import geckolib java entities and check Geckolib API in 1.16

Last seen on 00:29, 23. Feb 2023
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
There is no other way to…
Tue, 09/14/2021 - 13:54

There is no other way to animate entities?