Water mob animations

Started by Ramocimesin on

Topic category: Help with modding (Java Edition)

Last seen on 18:24, 10. Jun 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Water mob animations

Hello everyone.

I did basic Minecraft modding a few years ago and then decided to come back and do more complicated stuff. My computer is really old so it does not support the latest version of Gradle, and that’s why I’m using the Mcreator coding tool.

I have made a model and I have imported it to Mcreator, and then I have searched into the Minecraft code to find the swimming fish animation. I’ve tried to hard-code it into the mob I’m making but the entity keeps being non animated.

I hope that someone can help me with this.

Thank you very much for your attention.

Last seen on 20:38, 30. Dec 2022
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Could you tell more? Show…
Fri, 06/26/2020 - 02:50

Could you tell more? Show the model so we can help with the animation.

If you want to hard-code (it's not that hard) I recommend Jabelars tutorial on entity animation:

http://jabelarminecraft.blogspot.com/p/introduction-first-of-all-to-und…

 

I don't use the arrays myself but I really like the conditional animations