mirror of
https://github.com/funkemunky/KauriV3.git
synced 2026-07-01 02:08:27 +00:00
Fly changes
This commit is contained in:
@@ -17,7 +17,7 @@ public class MovementUtils {
|
||||
|
||||
private static Enchantment DEPTH;
|
||||
|
||||
public static float getJumpHeight(APlayer data) {
|
||||
public static double getJumpHeight(APlayer data) {
|
||||
float baseHeight = 0.42f;
|
||||
|
||||
baseHeight+= data.getPotionHandler().getEffectByType(PotionEffectType.JUMP).map(ef -> ef.getAmplifier() + 1)
|
||||
|
||||
Reference in New Issue
Block a user