2 attack animations

Started by andimahoney on

Topic category: General discussion

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
2 attack animations

so how do I make a entity have 2 different attack animations and one attack have special ablities

 

Use synced entity data to…
Tue, 08/05/2025 - 19:36

Use synced entity data to store current attack type, switch between with your attack selection logic and for animation condition, use "is entity attacking" AND "check if synced entity data has value for current attack type". I recomend using number for different attack "IDs"

I suggest you check our…
Tue, 08/05/2025 - 19:36

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei