Any way to make custom mob act like a parrot?

Started by EndeRaptoR on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Any way to make custom mob act like a parrot?

Java 1.20.1, MCreator 2024.4.52410

So I'm making birds and I have animations of walk and flight. For walk I have playback condition Return logic | is event/target entity on ground, but when entity on the ground it's just continues to play flight animation until entity will walk. Is it possible to stop flight anim when entity touches and stays on the ground? 

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yes, you could do if block x…
Wed, 02/19/2025 - 11:07

yes, you could do if block x y - 1 solid do return false else true

Image:

Voila!

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you so much, THEGOD123…
Sun, 02/23/2025 - 18:12

Thank you so much, THEGOD123, it works <3