fix default block sitting heights

This commit is contained in:
Oth3r 2024-09-28 17:55:13 -05:00
commit 0738608811

View file

@ -94,8 +94,8 @@ public class Utl {
} }
} }
public static final double HALF_BLOCK = 0.49; public static final double HALF_BLOCK = 0.5;
public static final double CARPET = 0.05; public static final double CARPET = 0.062;
/** /**
* checks if the provided itemstack is a valid one for the provided filter * checks if the provided itemstack is a valid one for the provided filter