mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Bat shall no longer sink slowly
This commit is contained in:
parent
3d26348b69
commit
832a2a4d30
1 changed files with 2 additions and 1 deletions
|
@ -160,8 +160,9 @@ public abstract class Disguise {
|
||||||
velocitySpeed = 0.0221;
|
velocitySpeed = 0.0221;
|
||||||
break;
|
break;
|
||||||
case SPIDER:
|
case SPIDER:
|
||||||
|
case BAT:
|
||||||
case CAVE_SPIDER:
|
case CAVE_SPIDER:
|
||||||
velocitySpeed = 0.0040;
|
velocitySpeed = 0.004;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue