Update Magic.java (1.13 Swimming)

Allow for faster swimming with Dolphin's Grace potion (1.13 Swimming)
This commit is contained in:
CaptainObvious0 2019-03-01 15:13:02 -06:00 committed by GitHub
parent 1198a885a2
commit 732a06fa8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public class Magic {
// public static final double modSprint = 0.29 / walkSpeed; // TODO: without bunny 0.29 / practical is 0.35
public static final double modBlock = 0.16D / WALK_SPEED;
public static final double modSwim = 0.3D / WALK_SPEED;
public static final double modDolphinsGrace = 3.0D; // TODO: Adjust value to be more stricter and closer to actual movement speed
public static final double[] modDepthStrider = new double[] {
1.0,
0.1645 / modSwim / WALK_SPEED,