Magic - Add modSoulSand [Testing]

Rough estimate of the allowed speed. Possibly more fine tuning can be done.
This commit is contained in:
CaptainObvious0 2019-03-23 14:14:22 -05:00 committed by GitHub
parent c7c7feab01
commit a3b6185752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ public class Magic {
1.0 / modSwim, // Results in walkspeed.
};
public static final double modWeb = 0.105D / WALK_SPEED; // TODO: walkingSpeed * 0.15D; <- does not work
public static final double modSoulSand = 0.16D / WALK_SPEED;
public static final double modIce = 2.5D; //
/** Faster moving down stream (water mainly). */
public static final double modDownStream = 0.19 / (WALK_SPEED * modSwim);