Allow dealing fall damage from 3.5 blocks height on.

This commit is contained in:
asofold 2018-04-15 19:21:55 +02:00
parent 2bea03eaf0
commit f079b52267
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public class Magic {
/** The lower bound of fall distance for taking fall damage. */
public static final double FALL_DAMAGE_DIST = 3.0;
/** The minimum damage amount that actually should get applied. */
public static final double FALL_DAMAGE_MINIMUM = 1.0;
public static final double FALL_DAMAGE_MINIMUM = 0.5;
/**
* The maximum distance that can be achieved with bouncing back from slime