Help to remove item's attack animation, please!

Started by Rawesylypo on

Topic category: Advanced modding

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help to remove item's attack animation, please!

I'm making a mod for weapons (using Geckolib). When the left mouse button is pressed, the animation of the shot should be played. It is played, but in parallel with the animation of attack. How to remove this animation?
(Yes, I know that for this case you need to know Java, I'm learning it, but I want to get an answer to this question now.)
(Sorry for my crooked English, I use a translator.)

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make an item with damage,…
Sun, 11/05/2023 - 16:38

Make an item with damage, you can set the animation to none.

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can this be done in the item…
Wed, 11/08/2023 - 16:36

Can this be done in the item's settings or in the code?

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I understand what you mean,…
Fri, 11/10/2023 - 07:32

I understand what you mean, but even if you put none at the item, attack animation will still be played.