mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-21 20:18:01 +01:00
Apply the flying animation for lion tails when swimming as well
This commit is contained in:
parent
dece23eed1
commit
15e163bb05
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class LionTail implements IPart {
|
|||
straightness += 0.5F;
|
||||
}
|
||||
|
||||
if (attributes.isGoingFast) {
|
||||
if (attributes.isGoingFast || attributes.isSwimming) {
|
||||
straightness *= 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue