mirror of
https://github.com/funkemunky/KauriV3.git
synced 2026-07-01 10:18:26 +00:00
Fixed NoFall (C) false positives, optimized chunk watching, fixed lag backs
This commit is contained in:
@@ -15,6 +15,8 @@ import java.util.stream.Collectors;
|
||||
|
||||
public class MathUtils {
|
||||
|
||||
public static double GROUND_DIVISOR = 0.015625;
|
||||
|
||||
public static double offset(Vector from, Vector to) {
|
||||
from.setY(0);
|
||||
to.setY(0);
|
||||
|
||||
Reference in New Issue
Block a user