Started by
Rawesylypo
on
Topic category: Advanced modding
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.)
Make an item with damage, you can set the animation to none.
Can this be done in the item's settings or in the code?
I understand what you mean, but even if you put none at the item, attack animation will still be played.