Any way to make custom mob act like a parrot?

Started by EndeRaptoR on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 day ago
Joined Nov 2024
Points:
74

User statistics:

  • Modifications: 5
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
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? 

Active 1 week ago
Joined Sep 2024
Points:
94

User statistics:

  • Modifications: 2
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 80
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!

Active 1 day ago
Joined Nov 2024
Points:
74

User statistics:

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

Thank you so much, THEGOD123, it works <3