mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-05 09:09:40 +01:00
Why set it to the same values as default
This commit is contained in:
parent
b4f1569b95
commit
3d26348b69
@ -130,16 +130,6 @@ public abstract class Disguise {
|
|||||||
case FIREWORK:
|
case FIREWORK:
|
||||||
velocitySpeed = -0.040;
|
velocitySpeed = -0.040;
|
||||||
break;
|
break;
|
||||||
case EGG:
|
|
||||||
case ENDER_PEARL:
|
|
||||||
case ENDER_SIGNAL:
|
|
||||||
case FIREBALL:
|
|
||||||
case SMALL_FIREBALL:
|
|
||||||
case SNOWBALL:
|
|
||||||
case SPLASH_POTION:
|
|
||||||
case THROWN_EXP_BOTTLE:
|
|
||||||
velocitySpeed = 0.0005;
|
|
||||||
break;
|
|
||||||
case WITHER_SKULL:
|
case WITHER_SKULL:
|
||||||
velocitySpeed = 0.000001D;
|
velocitySpeed = 0.000001D;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user